- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 1,154 for 12 (0.03 seconds)
-
src/cmd/asm/internal/asm/testdata/arm64enc.s
BICW R7@>15, R5, R16 // b03ce70a BIC R12@>13, R12, R19 // 9335ec8a BICSW R25->20, R3, R20 // 7450b96a BICS R19->12, R1, R23 // 3730b3ea BICS R19, R1, R23 // 370033ea BICS R19>>0, R1, R23 // 370073ea CALL -1(PC) // ffffff97
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Feb 24 21:29:25 GMT 2026 - 44K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/ConcurrentHashMultisetTest.java
when(backingMap.isEmpty()).thenReturn(true); multiset = ConcurrentHashMultiset.create(backingMap); } public void testCount_elementPresent() { int COUNT = 12; when(backingMap.get(KEY)).thenReturn(new AtomicInteger(COUNT)); assertEquals(COUNT, multiset.count(KEY)); } public void testCount_elementAbsent() { when(backingMap.get(KEY)).thenReturn(null);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/TreeBasedTableTest.java
return table; } public void testCreateExplicitComparators() { table = TreeBasedTable.create(Collections.reverseOrder(), Ordering.usingToString()); table.put("foo", 3, 'a'); table.put("foo", 12, 'b'); table.put("bar", 5, 'c'); table.put("cat", 8, 'd'); assertThat(table.rowKeySet()).containsExactly("foo", "cat", "bar").inOrder(); assertThat(table.row("foo").keySet()).containsExactly(12, 3).inOrder();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 15.3K bytes - Click Count (0) -
internal/grid/msg_string.go
_ = x[OpConnectMux-5] _ = x[OpMuxConnectError-6] _ = x[OpDisconnectClientMux-7] _ = x[OpDisconnectServerMux-8] _ = x[OpMuxClientMsg-9] _ = x[OpMuxServerMsg-10] _ = x[OpUnblockSrvMux-11] _ = x[OpUnblockClMux-12] _ = x[OpAckMux-13] _ = x[OpRequest-14] _ = x[OpResponse-15] _ = x[OpDisconnect-16] _ = x[OpMerged-17] }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Nov 21 01:09:35 GMT 2023 - 1.2K bytes - Click Count (0) -
cmd/data-scanner_test.go
objRetentionMeta := make(map[string]string) objRetentionMeta[strings.ToLower(xhttp.AmzObjectLockMode)] = string(objectlock.RetCompliance) // Set retain until date 12 hours into the future objRetentionMeta[strings.ToLower(xhttp.AmzObjectLockRetainUntilDate)] = amztime.ISO8601Format(now.Add(12 * time.Hour)) /* objInfos: version stack for obj-1 v5 uuid-5 modTime v4 uuid-4 modTime -1m v3 uuid-3 modTime -2m
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 12K bytes - Click Count (0) -
helm-releases/minio-5.3.0.tgz
toYaml .Values.customCommandJob.extraVolumeMounts | nindent 12 }} {{- end }} resources: {{- toYaml .Values.customCommandJob.resources | nindent 12 }} {{- end }} {{- if .Values.svcaccts }} - name: minio-make-svcacct image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" {{- if .Values.makeServiceAccountJo.securityContext.enabled }} {{- with .Values.makeServiceAccountJo.containerSecurityCon }} securityContext: {{ toYaml . | nindent 12 }} {{- end }} {{- end }} imagePullPolicy: {{ .Values.mcImage.pullPolicy...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Oct 11 12:21:05 GMT 2024 - 21.7K bytes - Click Count (0) -
src/main/java/jcifs/util/SecureCredentialStorage.java
private static final String KEY_DERIVATION_ALGORITHM = "PBKDF2WithHmacSHA256"; private static final int KEY_SIZE = 256; private static final int GCM_TAG_SIZE = 128; private static final int GCM_IV_SIZE = 12; private static final int SALT_SIZE = 32; private static final int PBKDF2_ITERATIONS = 100_000; private final SecureRandom secureRandom = new SecureRandom(); private volatile SecretKey masterKey;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 12.7K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/HashMultimap.java
Multimap<? extends K, ? extends V> multimap) { return new HashMultimap<>(multimap); } private HashMultimap() { this(12, DEFAULT_VALUES_PER_KEY); } private HashMultimap(int expectedKeys, int expectedValuesPerKey) { super(Platform.newHashMapWithExpectedSize(expectedKeys)); Preconditions.checkArgument(expectedValuesPerKey >= 0);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 05 23:15:58 GMT 2025 - 5.8K bytes - Click Count (0) -
internal/s3select/csv/testdata/testdata.zip
Harlem South,3804,1598,228,1,Manhattan,022800,1022800,E,MN03,Central Harlem North-Polo Grounds,3803^3389252,2,2014-03-15 15:22:54,2014-03-15 15:34:49,N,1,-73.952224731445312,40.792678833007813,-73.987815856933594,40.764957427978516,2,3.27,12,0,0.5,0,0,,,12.5,2,1,75,48,green,0.00,0.0,0.0,58,42,8.95,1267,168,1,Manhattan,016800,1016800,E,MN33,East Harlem South,3804,1161,133,1,Manhattan,013300,1013300,I,MN15,Clinton,3807^3389253,2,2014-03-24 19:12:24,2014-03-24 19:16:02,N,1,-73.952255249023438,40.7926368...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 111.6K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+packaging-tests-unix.yml
- debian-10-packaging - debian-11-packaging - opensuse-15-1-packaging - oraclelinux-7-packaging - oraclelinux-8-packaging - sles-12-packaging - sles-15-packaging - ubuntu-18.04-packaging - ubuntu-20.04-packaging - rocky-linux-8-packaging builders: - inject:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 14 17:35:45 GMT 2021 - 1.3K bytes - Click Count (0)