Searched refs:unset (Results 1 - 25 of 47) sorted by relevance

12

/external/testng/src/main/java/org/testng/internal/
H A DBsh.java63 interpreter.unset("method");
64 interpreter.unset("groups");
65 interpreter.unset("testngMethod");
/external/python/cpython3/Lib/test/
H A Dtest_osx_env.py20 evg.unset(ev)
H A Dtest__osx_support.py29 self.env.unset(cv)
H A Dtest_urllib.py217 self.env.unset(k)
244 self.env.unset('REQUEST_METHOD')
245 self.env.unset('HTTP_PROXY')
H A Dtest_tcl.py245 env.unset("TCL_LIBRARY")
/external/python/cpython3/Lib/test/test_importlib/extension/
H A Dtest_case_sensitivity.py26 env.unset('PYTHONCASEOK')
/external/python/cpython3/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py43 env.unset('PYTHONCASEOK')
/external/tensorflow/tensorflow/core/lib/strings/
H A Dscanner_test.cc150 remaining = match = "unset";
155 EXPECT_EQ("unset", remaining.ToString());
156 EXPECT_EQ("unset", match.ToString());
177 remaining = match = "unset";
182 EXPECT_EQ("unset", remaining.ToString());
183 EXPECT_EQ("unset", match.ToString());
/external/compiler-rt/make/
H A Dsubdir.mk54 # Check for undefined required variables, and unset sentinel value from optional
/external/skia/tools/lua/
H A Dpaths.lua12 -- may cause three uploads to the GPU (set clip 1, set clip 2, unset clip 2/reset clip 1),
/external/skqp/tools/lua/
H A Dpaths.lua12 -- may cause three uploads to the GPU (set clip 1, set clip 2, unset clip 2/reset clip 1),
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat110 REM unset ICU_OPATH
/external/python/cpython2/Lib/test/
H A Dtest__osx_support.py30 self.env.unset(cv)
H A Dtest_urllib.py155 self.env.unset(k)
182 self.env.unset('REQUEST_METHOD')
183 self.env.unset('HTTP_PROXY')
H A Dtest_tcl.py253 env.unset("TCL_LIBRARY")
/external/guava/guava/src/com/google/common/collect/
H A DComputingConcurrentHashMap.java289 volatile ValueReference<K, V> computedReference = unset();
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/webrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m260 shellcmd = ['bash -c "unset LD_LIBRARY_PATH;'];
/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
H A Dfuncs.c150 {"*=unset", c_unset},
1275 unset(voptarg, 1);
1883 unset(vp, subarray ? 0 : 1);
2301 /* unset variable */
2323 unset(vp, optc);
2325 /* unset function */
3354 * to evaluating unset parameters to 0...
3356 * evaluate() to control if unset params are 0 or an error.
H A Djobs.c1266 unset(vp_pipest, 1);
/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/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/swiftshader/third_party/LLVM/
H A DAndroid.mk431 # Android's make system also uses NDEBUG, so we need to set/unset it forcefully
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java23 import static com.google.common.collect.MapMakerInternalMap.unset;
1717 private ValueReference<K, V> valueReference = unset();

Completed in 937 milliseconds

12