Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 111 for 142 (0.02 sec)

  1. maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/JdkVersionProfileActivatorTest.java

            Profile profile = newProfile("1.4");
    
            assertActivation(true, profile, newContext(null, newProperties("1.4")));
            assertActivation(true, profile, newContext(null, newProperties("1.4.2")));
            assertActivation(true, profile, newContext(null, newProperties("1.4.2_09")));
            assertActivation(true, profile, newContext(null, newProperties("1.4.2_09-b03")));
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 06 16:51:39 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. pkg/api/testing/node_example.json

                "bootID": "44a832f3-8cfb-4de5-b7d2-d66030b6cd95",
                "kernelVersion": "3.16.0-0.bpo.4-amd64",
                "osImage": "Debian GNU/Linux 7 (wheezy)",
                "containerRuntimeVersion": "containerd://1.4.2",
                "kubeletVersion": "v0.15.0-484-g0c8ee980d705a3-dirty",
                "kubeProxyVersion": "v0.15.0-484-g0c8ee980d705a3-dirty"
            }
        }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 00:36:50 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testsanitizers/testdata/msan5.go

    void C1() __attribute__ ((weak));
    void C2() __attribute__ ((weak));
    
    void C1() {
    	int i;
    	Go1(&i);
    	if (i != 42) {
    		abort();
    	}
    }
    
    void C2() {
    	char a[2];
    	a[1] = 42;
    	Go2(a);
    	if (a[0] != 42) {
    		abort();
    	}
    }
    */
    import "C"
    
    import (
    	"reflect"
    	"unsafe"
    )
    
    //export Go1
    func Go1(p *C.int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 904 bytes
    - Viewed (0)
  4. test/closure3.dir/main.go

    	{
    		y := func(x int) int { // ERROR "can inline main.func8" "func literal does not escape"
    			return x + 2
    		}
    		y, sink = func(x int) int { // ERROR "can inline main.func9" "func literal does not escape"
    			return x + 1
    		}, 42
    		if y(40) != 41 {
    			ppanic("y(40) != 41")
    		}
    	}
    
    	{
    		func() { // ERROR "func literal does not escape"
    			y := func(x int) int { // ERROR "can inline main.func10.1" "func literal does not escape"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 17 19:36:29 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  5. maven-compat/src/test/projects/project-dependencies-resolver/it0063/pom.xml

      <description>Test the use of a system scoped dependency to a (fake) tools.jar.</description>
    
      <dependencies>
        <dependency>
          <groupId>com.sun</groupId>
          <artifactId>tools</artifactId>
          <version>1.4.2</version>
          <scope>system</scope>
          <systemPath>${jre.home}/../lib/tools.jar</systemPath>
        </dependency>
      </dependencies>
    
      <build>
        <plugins>
          <plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jun 15 14:24:56 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/XcodebuildExecutor.java

            return OutputScrapingExecutionResult.from(result.getOut(), result.getError());
        }
    
        public ExecutionFailure fails() {
            return fails(XcodeAction.BUILD);
        }
    
        // Xcode 14.2 seems to return the error in the format
        // that can't be recognized by OutputScrapingExecutionFailure.
        // Returns raw output of `xcodebuild`
        public ExecOutput execWithFailure(XcodeAction action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  7. operator/pkg/util/reflect_test.go

    	}
    }
    
    func TestUpdateSlicePtr(t *testing.T) {
    	parentSlice := []int{42, 43, 44, 45}
    	var parentSliceI any = parentSlice
    	if err := UpdateSlicePtr(&parentSliceI, 1, 42); err != nil {
    		t.Fatalf("got error: %s, want error: nil", err)
    	}
    	wantSlice := []int{42, 42, 44, 45}
    	if got, want := parentSliceI, wantSlice; !reflect.DeepEqual(got, want) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/specialoperand_string.go

    	_ = x[SPOP_VC-133]
    	_ = x[SPOP_HI-134]
    	_ = x[SPOP_LS-135]
    	_ = x[SPOP_GE-136]
    	_ = x[SPOP_LT-137]
    	_ = x[SPOP_GT-138]
    	_ = x[SPOP_LE-139]
    	_ = x[SPOP_AL-140]
    	_ = x[SPOP_NV-141]
    	_ = x[SPOP_END-142]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 07:18:42 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  9. src/internal/coverage/pods/pods_test.go

    	// Add some random files (not coverage related)
    	mkfile(o1, "blah.txt")
    	mkfile(o1, "something.exe")
    
    	// Add a meta-data file with two counter files to first dir.
    	mkmeta(o1, "m1")
    	mkcounter(o1, "m1", 1, 42)
    	mkcounter(o1, "m1", 2, 41)
    	mkcounter(o1, "m1", 2, 40)
    
    	// Add a counter file with no associated meta file.
    	mkcounter(o1, "orphan", 9, 39)
    
    	// Add a meta-data file with three counter files to second dir.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 31 14:00:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_linux_arm64.go

    	SYS_RT_SIGTIMEDWAIT        = 137
    	SYS_RT_SIGQUEUEINFO        = 138
    	SYS_RT_SIGRETURN           = 139
    	SYS_SETPRIORITY            = 140
    	SYS_GETPRIORITY            = 141
    	SYS_REBOOT                 = 142
    	SYS_SETREGID               = 143
    	SYS_SETGID                 = 144
    	SYS_SETREUID               = 145
    	SYS_SETUID                 = 146
    	SYS_SETRESUID              = 147
    	SYS_GETRESUID              = 148
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top