- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 77 for 220 (0.1 seconds)
-
android/guava/src/com/google/common/collect/Tables.java
* <p>The returned table will be serializable if the specified table is serializable. * * @param table the table to be wrapped in a synchronized view * @return a synchronized view of the specified table * @since 22.0 */ @J2ktIncompatible // Synchronized public static <R extends @Nullable Object, C extends @Nullable Object, V extends @Nullable Object> Table<R, C, V> synchronizedTable(Table<R, C, V> table) {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 24.9K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_10.txt
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via # astunparse # google-pasta # tb-nightly tb-nightly==2.20.0a20250424 \ --hash=sha256:62ad3a4ce94cba2bb59538dd481999ede10927304d6f7fa0e9a23df9d24a779e # via -r ci/official/requirements_updater/requirements.in tblib==2.0.0 \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 66.1K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_12.txt
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via # astunparse # google-pasta # tb-nightly tb-nightly==2.20.0a20250424 \ --hash=sha256:62ad3a4ce94cba2bb59538dd481999ede10927304d6f7fa0e9a23df9d24a779e # via -r ci/official/requirements_updater/requirements.in tblib==2.0.0 \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 66.1K bytes - Click Count (0) -
requirements_lock_3_12.txt
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via # astunparse # google-pasta # tb-nightly tb-nightly==2.20.0a20250424 \ --hash=sha256:62ad3a4ce94cba2bb59538dd481999ede10927304d6f7fa0e9a23df9d24a779e # via -r ci/official/requirements_updater/requirements.in tblib==2.0.0 \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 08 17:43:36 GMT 2025 - 67.7K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/NullPointerTester.java
ignoredMembers.add(checkNotNull(method)); return this; } /** * Ignore {@code constructor} in the tests that follow. Returns this object. * * @since 22.0 */ @CanIgnoreReturnValue public NullPointerTester ignore(Constructor<?> constructor) { ignoredMembers.add(checkNotNull(constructor)); return this; } /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Jul 14 14:44:08 GMT 2025 - 25.4K bytes - Click Count (0) -
requirements_lock_3_13.txt
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via # astunparse # google-pasta # tb-nightly tb-nightly==2.20.0a20250424 \ --hash=sha256:62ad3a4ce94cba2bb59538dd481999ede10927304d6f7fa0e9a23df9d24a779e # via -r ci/official/requirements_updater/requirements.in tblib==2.0.0 \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 08 17:43:36 GMT 2025 - 66.2K bytes - Click Count (0) -
ci/official/requirements_updater/numpy1_requirements/requirements_lock_3_9.txt
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81 # via # astunparse # google-pasta # tb-nightly tb-nightly==2.20.0a20250424 \ --hash=sha256:62ad3a4ce94cba2bb59538dd481999ede10927304d6f7fa0e9a23df9d24a779e # via -r ci/official/requirements_updater/requirements.in tblib==2.0.0 \Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 15 16:23:21 GMT 2025 - 65.9K bytes - Click Count (0) -
cmd/bucket-lifecycle.go
OutputLocation OutputLocation `xml:"OutputLocation,omitempty"` } // Maximum 2MiB size per restore object request. const maxRestoreObjectRequestSize = 2 << 20 // parseRestoreRequest parses RestoreObjectRequest from xml func parseRestoreRequest(reader io.Reader) (*RestoreObjectRequest, error) { req := RestoreObjectRequest{}
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 33.7K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 24 01:11:41 GMT 2023 - 43.9K bytes - Click Count (0) -
android/guava/src/com/google/common/hash/BloomFilter.java
* Bloom filter. This approximation is reasonably accurate if it does not exceed the value of * {@code expectedInsertions} that was used when constructing the filter. * * @since 22.0 */ public long approximateElementCount() { long bitSize = bits.bitSize(); long bitCount = bits.bitCount(); /* * Each insertion is expected to reduce the # of clear bits by a factor ofCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Sep 23 19:23:59 GMT 2025 - 26.9K bytes - Click Count (0)