Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for oo (0.68 sec)

  1. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/arrayType.kt

    annotation class Anno(val value: KClass<*>)
    
    @Anno(Array<String>::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 25 07:15:56 UTC 2024
    - 89 bytes
    - Viewed (0)
  2. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/arrayType2.kt

    annotation class Anno(val value: KClass<*>)
    
    @Anno(Array<Array<String>>::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 25 07:15:56 UTC 2024
    - 96 bytes
    - Viewed (0)
  3. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/listType.kt

    annotation class Anno(val value: KClass<*>)
    
    @Anno(List<String>::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 25 07:15:56 UTC 2024
    - 88 bytes
    - Viewed (0)
  4. analysis/analysis-api/testData/annotations/annotationsOnDeclaration/direct/primitiveArrayType.kt

    annotation class Anno(val value: KClass<*>)
    
    @Anno(IntArray::class)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 25 07:15:56 UTC 2024
    - 84 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/time_test.go

    		if err != nil {
    			t.Errorf("%d-2: Failed to unmarshal '%+v': %v", i, string(jsonMarshalled), err)
    		}
    
    		iN, iO := input.T.Zone()
    		oN, oO := result.T.Zone()
    		if iN != oN || iO != oO {
    			t.Errorf("%d-3: Time zones differ before and after serialization %s:%d %s:%d", i, iN, iO, oN, oO)
    		}
    
    		if input.T.UnixNano() != result.T.UnixNano() {
    			t.Errorf("%d-4: Failed to marshal input '%#v': got %#v", i, input, result)
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:09 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  6. cmd/testdata/undeleteable-object.tgz

    }PùÏ”r~¹¿mÙeF•ß4Ý`ƒR”yߌ,? $b•‚¯ˆÒSš˜brû…h^Ûmà6ì Ь€‰| ‹ á Á¦ z«ïúz¡<þ³ qbf‹_t¦N+ ž#Bpé¢3šy§“â ²KÄ¡)î6‡H)êŸ#C à‘‹—Õ-ú>Z©FMÉiÐ i4 Øß ž80”¸Ùe°ZDy] wÖY+Ïé¬ë a(`lm×0ãúµÞ¬ÂcY%l#¢ íb ñOÏD Áæ Å5 ¦ ? ¤ ýEë»[´ Î- pltO;7WËpË~N (£)½È6^N G›CR•€§‚… ˜qÅÖ~â6tŒ·¨éœ7œã \âyçðs9M rE ÿf§«ú”ΈI ‰LÝ ²Š¬ÆR€| Ã’1üXòÇàktÉv^W¼ØÔ%§aGü݈8ñÂä œ¾¬¹ ¸õeo`¸è` ÈD{8‘?o•Y ‡Läœv¯V…žlvZ– ´Â“?Ù¬`‡oÕvMIrì5'˜ c²— o’ n¾Ag ‘ ÈK[Ï •R+â% ÐK© _ áYœ ¼… ;7M®Q x j)Š¡Zëqj( BÏÜÔ’ ræçªÖa`Ø­ûr WÇ‚Bõ#“v„ ¡—¾ ) ´Ö ÷W9 ¾G 2ÊÐæ‡ FÐ]ÚâÂÉV€^éYK/ÑzŸ°Ù™+æÏ—...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 26 00:31:12 UTC 2024
    - 8.7M bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

      private enum Timeout {
        MIN(Long.MIN_VALUE, "-oo"),
        MINUS_SMALL(-SMALL_TIMEOUT_MILLIS, "-" + SMALL_TIMEOUT_MILLIS + "ms"),
        ZERO(0L, "0ms"),
        SMALL(SMALL_TIMEOUT_MILLIS, SMALL_TIMEOUT_MILLIS + "ms"),
        LARGE(UNEXPECTED_HANG_DELAY_MILLIS * 2, (2 * UNEXPECTED_HANG_DELAY_MILLIS) + "ms"),
        MAX(Long.MAX_VALUE, "+oo");
    
        final long millis;
        final String label;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java

      private enum Timeout {
        MIN(Long.MIN_VALUE, "-oo"),
        MINUS_SMALL(-SMALL_TIMEOUT_MILLIS, "-" + SMALL_TIMEOUT_MILLIS + "ms"),
        ZERO(0L, "0ms"),
        SMALL(SMALL_TIMEOUT_MILLIS, SMALL_TIMEOUT_MILLIS + "ms"),
        LARGE(UNEXPECTED_HANG_DELAY_MILLIS * 2, (2 * UNEXPECTED_HANG_DELAY_MILLIS) + "ms"),
        MAX(Long.MAX_VALUE, "+oo");
    
        final long millis;
        final String label;
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  9. cmd/storage-rest_test.go

    		volumeName     string
    		objectName     string
    		offset         int64
    		expectedResult []byte
    		expectErr      bool
    	}{
    		{"foo", "myobject", 0, []byte("foo"), false},
    		{"foo", "myobject", 1, []byte("oo"), false},
    		// file not found error.
    		{"foo", "yourobject", 0, nil, true},
    	}
    
    	result := make([]byte, 100)
    	for i, testCase := range testCases {
    		result = result[testCase.offset:3]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  10. src/crypto/tls/testdata/Client-TLSv12-SCT

    000000c0  8a e4 10 25 8f 12 f4 6f  39 0f d2 9e 18 f0 00 76  |...%...o9......v|
    000000d0  00 68 f6 98 f8 1f 64 82  be 3a 8c ee b9 28 1d 4c  |.h....d..:...(.L|
    000000e0  fc 71 51 5d 67 93 d4 44  d1 0a 67 ac bb 4f 4f fb  |.qQ]g..D..g..OO.|
    000000f0  c4 00 00 01 47 97 e1 b5  70 00 00 04 03 00 47 30  |....G...p.....G0|
    00000100  45 02 20 32 21 14 38 06  d8 72 2e 00 30 64 1a e2  |E. 2!.8..r..0d..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top