Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 67 for 0_202 (0.05 sec)

  1. src/internal/fuzz/mutators_byteslice_test.go

    			mutator:  byteSliceShuffleBytes,
    			input:    []byte{1, 2, 3, 4},
    			expected: []byte{2, 3, 1, 4},
    		},
    		{
    			name:     "byteSliceSwapBytes",
    			mutator:  byteSliceSwapBytes,
    			randVals: []int{0, 2, 0, 2},
    			input:    append(make([]byte, 0, 9), []byte{1, 2, 3, 4}...),
    			expected: []byte{3, 2, 1, 4},
    		},
    	} {
    		t.Run(tc.name, func(t *testing.T) {
    			r := &mockRand{values: []int{0, 1, 2, 3, 4, 5}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 19 18:23:43 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/native/src/test/groovy/org/gradle/internal/nativeintegration/filesystem/CommonFileSystemTest.groovy

            // For example, Oracle JDK 1.8.0_181-b13 does not capture milliseconds, while OpenJDK 1.8.0_242-b08 does.
            return (JavaVersion.current().java9Compatible || OperatingSystem.current().windows)
                ? lastModified
                : lastModified.intdiv(1000) * 1000
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  3. src/regexp/testdata/re2-search.txt

    -;-;-;-
    0-4;0-4;0-4;0-4
    "(?:(?i)[A-Z]+)$"
    -;-;-;-
    0-4;0-4;0-4;0-4
    strings
    ""
    "Aa\\"
    regexps
    "(?i)[^\\\\]+"
    -;-;-;-
    -;0-2;-;0-2
    "^(?:(?i)[^\\\\]+)$"
    -;-;-;-
    -;-;-;-
    "^(?:(?i)[^\\\\]+)"
    -;-;-;-
    -;0-2;-;0-2
    "(?:(?i)[^\\\\]+)$"
    -;-;-;-
    -;-;-;-
    strings
    ""
    "acegikmoqsuwyACEGIKMOQSUWY"
    regexps
    "(?i)[acegikmoqsuwy]+"
    -;-;-;-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                        <token>@version@</token>
                        <value>${project.version}</value>
                    </configuration>
                </plugin>
                <plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
                    <!--
                    java compiler plugin forked in extra process
                    -->
                    <artifactId>maven-compiler-plugin</artifactId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                        <token>@version@</token>
                        <value>${project.version}</value>
                    </configuration>
                </plugin>
                <plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
                    <!--
                    java compiler plugin forked in extra process
                    -->
                    <artifactId>maven-compiler-plugin</artifactId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  6. .teamcity/.mvn/wrapper/maven-wrapper.jar

    Manifest-Version: 1.0 Implementation-Title: maven-wrapper Implementation-Version: 0.5.6 Archiver-Version: Provisio Archiver Built-By: manfred Specification-Title: maven-wrapper Implementation-Vendor-Id: io.takari Created-By: Takari Inc. Build-Jdk: 1.8.0_232 Specification-Version: 0.5.6 META-INF/maven/io.takari/maven-wrapper/pom.properties version=0.5.6 groupId=io.takari artifactId=maven-wrapper org/apache/maven/wrapper/BootstrapMainStarter.class package org.apache.maven.wrapper; public synchronized class...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 49.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm.go

    	BPF_TAX                           = 0x0
    	BPF_TXA                           = 0x80
    	BPF_T_BINTIME                     = 0x2
    	BPF_T_BINTIME_FAST                = 0x102
    	BPF_T_BINTIME_MONOTONIC           = 0x202
    	BPF_T_BINTIME_MONOTONIC_FAST      = 0x302
    	BPF_T_FAST                        = 0x100
    	BPF_T_FLAG_MASK                   = 0x300
    	BPF_T_FORMAT_MASK                 = 0x3
    	BPF_T_MICROTIME                   = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_arm64.go

    	BPF_TAX                           = 0x0
    	BPF_TXA                           = 0x80
    	BPF_T_BINTIME                     = 0x2
    	BPF_T_BINTIME_FAST                = 0x102
    	BPF_T_BINTIME_MONOTONIC           = 0x202
    	BPF_T_BINTIME_MONOTONIC_FAST      = 0x302
    	BPF_T_FAST                        = 0x100
    	BPF_T_FLAG_MASK                   = 0x300
    	BPF_T_FORMAT_MASK                 = 0x3
    	BPF_T_MICROTIME                   = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_riscv64.go

    	BPF_TAX                           = 0x0
    	BPF_TXA                           = 0x80
    	BPF_T_BINTIME                     = 0x2
    	BPF_T_BINTIME_FAST                = 0x102
    	BPF_T_BINTIME_MONOTONIC           = 0x202
    	BPF_T_BINTIME_MONOTONIC_FAST      = 0x302
    	BPF_T_FAST                        = 0x100
    	BPF_T_FLAG_MASK                   = 0x300
    	BPF_T_FORMAT_MASK                 = 0x3
    	BPF_T_MICROTIME                   = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    ```
    
    .Output of **`gradle -q javaToolchains`**
    ----
    > gradle -q javaToolchains
    
     + Options
         | Auto-detection:     Enabled
         | Auto-download:      Enabled
    
     + AdoptOpenJDK 1.8.0_242
         | Location:           /Users/username/myJavaInstalls/8.0.242.hs-adpt/jre
         | Language Version:   8
         | Vendor:             AdoptOpenJDK
         | Architecture:       x86_64
         | Is JDK:             false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
Back to top