Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0000000000000000000000000000000000000000 (0.83 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlWriterTest.groovy

            when:
            builder.addTrustedKey("A000000000000000000000000000000000000000", "g1", null, null, null, false)
            builder.addTrustedKey("B000000000000000000000000000000000000000", "g2", "m1", null, "file.jar", true)
            builder.addTrustedKey("C000000000000000000000000000000000000000", "g3", "m2", "1.0", null, true)
            builder.addTrustedKey("D000000000000000000000000000000000000000", null, "m3", "1.4", "file.zip", false)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 13:40:00 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlReaderTest.groovy

             <trusted-key id="B000000000000000000000000000000000000000">
                <trusting name="m3" version="1.4" file="file.zip"/>
                <trusting name="m4" file="other-file.zip" regex="true"/>
             </trusted-key>
             <trusted-key id="C000000000000000000000000000000000000000" group="g3" name="m2" version="1.0" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 10:13:31 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  3. src/debug/dwarf/entry_test.go

    			[]byte{0x30, 0, 0, 0, // comp unit length
    				4, 0, // DWARF version 4
    				0, 0, 0, 0, // abbrev offset
    				8, // address size
    				0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    				0, 0, 0, 0, 0, 0, 0, 0,
    			},
    			8, binary.LittleEndian,
    		},
    		{
    			"64-bit little",
    			[]byte{0xff, 0xff, 0xff, 0xff, // 64-bit DWARF
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top