Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 99 for 00ab0000 (0.19 sec)

  1. android/guava-tests/test/com/google/common/hash/HashCodeTest.java

        HashCode hashCode = HashCode.fromBytesNoCopy(bytes);
    
        assertEquals(0x0000abcd, hashCode.asInt());
        assertEquals("cdab0000", hashCode.toString());
    
        bytes[0] = (byte) 0x00;
    
        assertEquals(0x0000ab00, hashCode.asInt());
        assertEquals("00ab0000", hashCode.toString());
      }
    
      public void testGetBytesInternal_noCloneOccurs() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  2. src/runtime/pprof/proto_test.go

    ffffffffff600000-ffffffffff601000 r-xp 00000090 00:00 0                  [vsyscall]
    ->
    00400000 0040b000 00000000 /bin/cat
    7f7d7797c000 7f7d77b36000 00000000 /lib/x86_64-linux-gnu/libc-2.19.so
    7f7d77d41000 7f7d77d64000 00000000 /lib/x86_64-linux-gnu/ld-2.19.so
    7ffc34343000 7ffc34345000 00000000 [vdso]
    ffffffffff600000 ffffffffff601000 00000090 [vsyscall]
    
    00400000-0040b000 r-xp 00000000 fc:01 787766                             /bin/cat with space
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 23:21:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. src/runtime/pprof/proto.go

    func parseProcSelfMaps(data []byte, addMapping func(lo, hi, offset uint64, file, buildID string)) {
    	// $ cat /proc/self/maps
    	// 00400000-0040b000 r-xp 00000000 fc:01 787766                             /bin/cat
    	// 0060a000-0060b000 r--p 0000a000 fc:01 787766                             /bin/cat
    	// 0060b000-0060c000 rw-p 0000b000 fc:01 787766                             /bin/cat
    	// 014ab000-014cc000 rw-p 00000000 00:00 0                                  [heap]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 20:40:52 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  4. cmd/erasure-encode_test.go

    	b.Run(" 00000000|X0000000 ", func(b *testing.B) { benchmarkErasureEncode(8, 8, 0, 1, size, b) })
    	b.Run(" X0000000|00000000 ", func(b *testing.B) { benchmarkErasureEncode(8, 8, 1, 0, size, b) })
    	b.Run(" 00000000|XXXXXXX0 ", func(b *testing.B) { benchmarkErasureEncode(8, 8, 0, 7, size, b) })
    	b.Run(" XXXXXXX0|00000000 ", func(b *testing.B) { benchmarkErasureEncode(8, 8, 7, 0, size, b) })
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. cmd/erasure-decode_test.go

    	b.Run(" X0000000|X0000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 1, 1, size, b) })
    	b.Run(" 00000000|XXXXXXXX ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 0, 8, size, b) })
    	b.Run(" XXXX0000|XXXX0000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 4, 4, size, b) })
    	b.Run(" XXXXXXXX|00000000 ", func(b *testing.B) { benchmarkErasureDecode(8, 8, 8, 0, size, b) })
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/kotlin/src/main/res/drawable/ic_launcher_background.xml

        <path
            android:fillColor="#00000000"
            android:pathData="M9,0L9,108"
            android:strokeColor="#33FFFFFF"
            android:strokeWidth="0.8" />
        <path
            android:fillColor="#00000000"
            android:pathData="M19,0L19,108"
            android:strokeColor="#33FFFFFF"
            android:strokeWidth="0.8" />
        <path
            android:fillColor="#00000000"
            android:pathData="M29,0L29,108"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/kotlinDsl/androidBuild/kotlin/app/src/main/res/drawable/ic_launcher_background.xml

        <path
            android:fillColor="#00000000"
            android:pathData="M9,0L9,108"
            android:strokeColor="#33FFFFFF"
            android:strokeWidth="0.8" />
        <path
            android:fillColor="#00000000"
            android:pathData="M19,0L19,108"
            android:strokeColor="#33FFFFFF"
            android:strokeWidth="0.8" />
        <path
            android:fillColor="#00000000"
            android:pathData="M29,0L29,108"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/templates/java-android-application/app/src/main/res/drawable/ic_launcher_background.xml

        <path
            android:fillColor="#00000000"
            android:pathData="M9,0L9,108"
            android:strokeWidth="0.8"
            android:strokeColor="#33FFFFFF" />
        <path
            android:fillColor="#00000000"
            android:pathData="M19,0L19,108"
            android:strokeWidth="0.8"
            android:strokeColor="#33FFFFFF" />
        <path
            android:fillColor="#00000000"
            android:pathData="M29,0L29,108"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/templates/java-android-application/src/main/res/drawable/ic_launcher_background.xml

        <path
            android:fillColor="#00000000"
            android:pathData="M9,0L9,108"
            android:strokeWidth="0.8"
            android:strokeColor="#33FFFFFF" />
        <path
            android:fillColor="#00000000"
            android:pathData="M19,0L19,108"
            android:strokeWidth="0.8"
            android:strokeColor="#33FFFFFF" />
        <path
            android:fillColor="#00000000"
            android:pathData="M29,0L29,108"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/samples/templates/java-android-application/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

            android:pathData="M32,64C32,64 38.39,52.99 44.13,50.95C51.37,48.37 70.14,49.57 70.14,49.57L108.26,87.69L108,109.01L75.97,107.97L32,64Z"
            android:strokeWidth="1"
            android:strokeColor="#00000000">
            <aapt:attr name="android:fillColor">
                <gradient
                    android:endX="78.5885"
                    android:endY="90.9159"
                    android:startX="48.7653"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
Back to top