Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for D1 (0.03 sec)

  1. cmd/endpoint_test.go

    		// // It is valid WRT endpoint list that same path is expected with different port on same server.
    		{[]string{"https://127.0.0.1:9000/d1", "https://127.0.0.1:9001/d1", "https://127.0.0.1:9002/d1", "https://127.0.0.1:9003/d1"}, nil},
    		{[]string{"d1", "d2", "d3", "d1"}, fmt.Errorf("duplicate endpoints found")},
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64error.s

    	VREV64	V1.H4, V2.H8                                     // ERROR "invalid arrangement"
    	VREV64	V1.D1, V2.D1                                     // ERROR "invalid arrangement"
    	VREV16	V1.D1, V2.D1                                     // ERROR "invalid arrangement"
    	VREV16	V1.B8, V2.B16                                    // ERROR "invalid arrangement"
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Oct 14 19:00:00 UTC 2025
    - 38.4K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	VLD1 (R24), [V18.D1, V19.D1, V20.D1]                        // 126f400c
    	VLD1 (R29), [V14.D1, V15.D1, V16.D1, V17.D1]                // ae2f400c
    	VLD1.P 16(R23), [V1.B16]                                    // e172df4c
    	VLD1.P (R6)(R11), [V31.D1]                                  // df7ccb0c
    	VLD1.P 16(R7), [V31.D1, V0.D1]                              // ffacdf0c
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  4. src/test/java/jcifs/smb/Kerb5AuthenticatorTest.java

            assertNotEquals(a, c);
    
            // Same subject instance -> equal
            Subject shared = new Subject();
            Kerb5Authenticator d1 = new Kerb5Authenticator(shared);
            Kerb5Authenticator d2 = new Kerb5Authenticator(shared);
            assertEquals(d1, d2);
    
            // Different type -> false
            assertFalse(a.equals("not-an-auth"));
        }
    
        @Test
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  5. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java

            ArtifactSpec d1 = c.addDependency("d", "1.0");
            ArtifactSpec b2 = c.addDependency("b", "2.0");
            ArtifactSpec e = b2.addDependency("e", "1.0");
            ArtifactSpec g = d1.addDependency("g", "1.0");
    
            ArtifactResolutionResult res = collect(createSet(new Object[] {a.artifact}));
            Object[] artifacts = new Object[] {a.artifact, c.artifact, d1.artifact, b2.artifact, e.artifact, g.artifact};
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 43K bytes
    - Viewed (0)
  6. cmd/xl-storage-format-v2_test.go

    				Algorithm:  HighwayHash256S,
    				Hash:       nil,
    			}},
    		},
    		MarkDeleted:      false,
    		Data:             data,
    		NumVersions:      1,
    		SuccessorModTime: time.Time{},
    	}
    
    	d0, d1, d2 := mustGetUUID(), mustGetUUID(), mustGetUUID()
    	testCases := []struct {
    		versionID        string
    		dataDir          string
    		data             []byte
    		shares           int
    		transitionStatus string
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 37.8K bytes
    - Viewed (0)
Back to top