Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 159 for cpuinit (0.58 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    mponent.repository.ComponentDescriptor, org.codehaus.plexus.component.repository.ComponentRequirement, org.codehaus.plexus.PlexusContainer, java.util.Map, org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; static void <clinit>(); } org/codehaus/plexus/component/composition/ComponentComposerMan$1.class package org.codehaus.plexus.component.composition; synchronized class ComponentComposerMan$1 { } org/codehaus/plexus/component/composition/ComponentComposerMan.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    mponent.repository.ComponentDescriptor, org.codehaus.plexus.component.repository.ComponentRequirement, org.codehaus.plexus.PlexusContainer, java.util.Map, org.codehaus.plexus.classworlds.realm.ClassRealm) throws CompositionException; static void <clinit>(); } org/codehaus/plexus/component/composition/ComponentComposerMan$1.class package org.codehaus.plexus.component.composition; synchronized class ComponentComposerMan$1 { } org/codehaus/plexus/component/composition/ComponentComposerMan.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/CHelloWorldApp.groovy

        TestNativeComponent getCunitTests() {
            return new TestNativeComponent() {
                List<SourceFile> sourceFiles = [
                        sourceFile("c", "test.c", """
    #include <CUnit/Basic.h>
    #include "hello.h"
    #include "gradle_cunit_register.h"
    
    int init_test(void) {
        return 0;
    }
    
    int clean_test(void) {
        return 0;
    }
    
    void test_sum(void) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  4. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/impl/ApiMemberSelector.java

        }
    
        @Override
        public MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions) {
            if ("<clinit>".equals(name)) {
                // discard static initializers
                return null;
            }
            if (isCandidateApiMember(access, apiIncludesPackagePrivateMembers) || ("<init>".equals(name) && isInnerClass)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    lookupMap(Class, java.util.List) throws component.repository.exception.ComponentLookupExcep; public abstract java.util.Map lookupMap(Class, java.util.List, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep; static void <clinit>(); } org/codehaus/plexus/configuration/PlexusConfiguration.class package org.codehaus.plexus.configuration; public abstract interface PlexusConfiguration { public abstract String getName(); public abstract String getValue() throws PlexusConfigurationE;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 35.3K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/container_manager_linux.go

    }
    
    func (cm *containerManagerImpl) SystemCgroupsLimit() v1.ResourceList {
    	cpuLimit := int64(0)
    
    	// Sum up resources of all external containers.
    	for _, cont := range cm.systemContainers {
    		cpuLimit += cont.cpuMillicores
    	}
    
    	return v1.ResourceList{
    		v1.ResourceCPU: *resource.NewMilliQuantity(
    			cpuLimit,
    			resource.DecimalSI),
    	}
    }
    
    func isProcessRunningInHost(pid int) (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go

    	Wiredmax           int64
    	Nswapdev           int64
    	Swpages            int64
    	Swpginuse          int64
    	Swpgonly           int64
    	Nswget             int64
    	Unused1            int64
    	Cpuhit             int64
    	Cpumiss            int64
    	Faults             int64
    	Traps              int64
    	Intrs              int64
    	Swtch              int64
    	Softs              int64
    	Syscalls           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  8. integration-tests/gradle/gradle/wrapper/gradle-wrapper.jar

    CommandLineParser allowUnknownOptions(); public transient CommandLineParser allowOneOf(String[]); public void printUsage(Appendable); private static String join(java.util.Collection, String); public transient CommandLineOption option(String[]); static void <clinit>(); } org/gradle/cli/ParsedCommandLine.class package org.gradle.cli; public synchronized class ParsedCommandLine { private final java.util.Map optionsByString; private final java.util.Set presentOptions; private final java.util.Set removedOptions;...
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Oct 31 19:07:19 UTC 2023
    - 62.2K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    lookupMap(Class, java.util.List) throws component.repository.exception.ComponentLookupExcep; public abstract java.util.Map lookupMap(Class, java.util.List, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep; static void <clinit>(); } org/codehaus/plexus/configuration/PlexusConfiguration.class package org.codehaus.plexus.configuration; public abstract interface PlexusConfiguration { public abstract String getName(); public abstract String getValue() throws PlexusConfigurationE;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 35.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go

    	Wiredmax           int64
    	Nswapdev           int64
    	Swpages            int64
    	Swpginuse          int64
    	Swpgonly           int64
    	Nswget             int64
    	Unused1            int64
    	Cpuhit             int64
    	Cpumiss            int64
    	Faults             int64
    	Traps              int64
    	Intrs              int64
    	Swtch              int64
    	Softs              int64
    	Syscalls           int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top