- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for careful (0.05 sec)
-
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
public ImmutableSortedMap<K, V> buildOrThrow() { switch (size) { case 0: return emptyMap(comparator); case 1: // We're careful to put only K and V instances in. // requireNonNull is safe because the first `size` elements have been filled in. ImmutableSortedMap<K, V> result =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 53K bytes - Viewed (0) -
cmd/xl-storage.go
// Only interested in flushing the size_t not mtime/atime if err = Fdatasync(w); err != nil { w.Close() return err } // Dealing with error returns from close() - 'man 2 close' // // A careful programmer will check the return value of close(), since it is quite possible that // errors on a previous write(2) operation are reported only on the final close() that releases // the open file descriptor. //
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Oct 26 09:58:27 UTC 2024 - 91.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 78.8K bytes - Viewed (0)