Searched defs:unset (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java613 static <K, V> ValueReference<K, V> unset() { method in class:MapMakerInternalMap
986 volatile ValueReference<K, V> valueReference = unset();
1240 volatile ValueReference<K, V> valueReference = unset();
1498 volatile ValueReference<K, V> valueReference = unset();
2022 * The number of live elements in this segment's region. This does not include unset elements
/external/mksh/src/
H A Dvar.c1029 * |2 = keep attributes, only unset content
1032 unset(struct tbl *vp, int flags) function
1053 /* if foo[0] is being unset, the remainder of the array is kept... */
1617 unset(vp, 1);
1818 unset(vp, 1);
1899 * this is supposed to set (-a) or unset (+a) the
2119 * Report an unset param only if the user has
/external/python/cpython2/Lib/test/
H A Dtest_support.py1021 def unset(self, envvar): member in class:EnvironmentVarGuard
/external/python/cpython3/Lib/tkinter/
H A Dtix.py1796 # selection, set, size, unset, xview, yview
1934 def unset(self, x, y): member in class:Grid
1936 self.tk.call(self._w, 'unset', x, y)
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java732 static <K, V> ValueReference<K, V> unset() { method in class:LocalCache
748 * - Unset: marked as unset, awaiting cleanup or reuse
1082 volatile ValueReference<K, V> valueReference = unset();
1371 volatile ValueReference<K, V> valueReference = unset();
3474 this(LocalCache.<K, V>unset());
3516 oldValue = unset();
/external/python/cpython2/Lib/lib-tk/
H A DTix.py1804 # selection, set, size, unset, xview, yview
1942 def unset(self, x, y): member in class:Grid
1944 self.tk.call(self._w, 'unset', x, y)
/external/python/cpython3/Lib/test/support/
H A D__init__.py1306 def unset(self, envvar): member in class:EnvironmentVarGuard
1862 After that, any trace function is unset during the test to prevent
/external/pcre/dist2/src/
H A Dpcre2_compile.c3222 uint32_t set, unset, *optset; local
3494 set = unset = 0;
3503 case CHAR_MINUS: optset = &unset; break;
3525 options = (options | set) & (~unset);
3920 matches a non-fixed first unit; reqcu just remains unset if we never find one.
5731 /* If the minimum is zero, mark it as possessive, then unset the
6075 uint32_t set, unset, *optset; local
6923 set = unset = 0;
6930 case CHAR_MINUS: optset = &unset; break;
6951 newoptions = (options | set) & (~unset);
[all...]
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1242 milliseconds