Home
last modified time | relevance | path

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

12

/third_party/alsa-lib/alsalisp/
H A Dtest.lisp262 (set "a") (unset "a") (&check-memory)
263 (set "a" 1) (unset "a") (&check-memory)
264 (set a 1) (unset a) (&check-memory)
265 (set "a" 1 2) (unset "a") (&check-memory)
313 (unset) (&check-memory)
314 (unset "a") (&check-memory)
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/
H A Dindex.js222 let unset = row.length;
227 unset--;
233 // any unset widths should be calculated.
235 const unsetWidth = unset ? Math.floor(remainingWidth / unset) : 0;
/third_party/toybox/toys/net/
H A Dsntp.c173 int unset = !diff; in sntp_main() local
183 if (unset && diff) break; in sntp_main()
/third_party/python/Lib/test/
H A Dtest_osx_env.py20 evg.unset(ev)
H A Dtest__osx_support.py28 self.env.unset(cv)
H A Dtest_py_compile.py17 """Runs function with SOURCE_DATE_EPOCH unset."""
21 env.unset('SOURCE_DATE_EPOCH')
36 # Run tests with SOURCE_DATE_EPOCH set or unset explicitly.
H A Dtest_urllib.py244 self.env.unset(k)
266 self.env.unset('REQUEST_METHOD')
267 self.env.unset('HTTP_PROXY')
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_case_sensitivity.py27 env.unset('PYTHONCASEOK')
/third_party/mbedtls/tests/scripts/
H A Ddepends.py28 one is defined and other symbols from the list are unset. For each job look for
29 any non-standard symbols to set/unset in EXCLUSIVE_GROUPS. These are usually not
31 look for any unset symbols and handle their reverse dependencies.
124 """Set/unset a configuration option, optionally specifying a value.
125 value can be either True/False (set/unset config option), or a string,
132 log_command(['config.py', 'unset', option])
133 conf.unset(option)
297 unset = dep.startswith('-')
299 config_settings[dep] = not unset
319 with this symbol set and the others unset
[all...]
/third_party/mbedtls/library/
H A Dentropy.c524 unsigned char unset = 0x00; in mbedtls_entropy_source_self_test_check_bits() local
529 unset |= buf[i]; in mbedtls_entropy_source_self_test_check_bits()
532 return set == 0xFF || unset == 0x00; in mbedtls_entropy_source_self_test_check_bits()
538 * - The entropy source is not providing only 0s (all bits unset) or 1s (all
/third_party/rust/crates/nix/test/sys/
H A Dtest_timerfd.rs66 timer.unset().unwrap(); in test_timerfd_unset()
/third_party/rust/crates/rustix/src/process/
H A Dsched.rs53 pub fn unset(&mut self, field: usize) { in unset() functions
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py47 env.unset('PYTHONCASEOK')
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs179 pub fn unset(&self) -> Result<()> { in unset() functions
193 /// Note: If the alarm is unset, then you will wait forever.
/third_party/mbedtls/scripts/
H A Dconfig.py121 def unset(self, name): member in Config
122 """Make name unset (inactive).
135 `True` if `name` is set and `False` if `name` is known but unset,
138 otherwise unset `name` (i.e. make it known but inactive).
525 parser_unset = subparsers.add_parser('unset',
530 parser_unset_all = subparsers.add_parser('unset-all',
590 elif args.command == 'unset':
591 config.unset(args.symbol)
592 elif args.command == 'unset-all':
/third_party/curl/projects/
H A Dbuild-wolfssl.bat363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
371 echo If this parameter is unset both configurations are built.
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
/third_party/icu/icu4c/source/allinone/
H A Dicucheck.bat114 REM unset ICU_OPATH
/third_party/rust/crates/nix/src/
H A Dsched.rs213 pub fn unset(&mut self, field: usize) -> Result<()> { in unset() functions
/third_party/node/deps/v8/include/
H A Dv8config.h199 # error A target OS is defined but V8_HAVE_TARGET_OS is unset.
/third_party/gn/src/gn/
H A Dcommand_gen.cc622 Name of the target corresponding to "All" target in Xcode. If unset,
629 to contain files of it and its dependencies. If unset, the whole build
/third_party/node/deps/v8/include/v8-include/
H A Dv8config.h202 # error A target OS is defined but V8_HAVE_TARGET_OS is unset.
/third_party/python/Lib/test/support/
H A Dos_helper.py700 def unset(self, envvar): member in EnvironmentVarGuard
/third_party/rust/crates/clap/src/
H A Dmacros.rs578 pub(crate) fn unset(&mut self, s: $settings) {
/third_party/mksh/
H A Dvar.c1062 * |2 = keep attributes, only unset content
1065 unset(struct tbl *vp, int flags) in unset() function
1086 /* if foo[0] is being unset, the remainder of the array is kept... */ in unset()
1656 unset(vp, 1); in set_array()
1860 unset(vp, 1); in record_match()
1941 * this is supposed to set (-a) or unset (+a) the in c_typeset()
2164 * Report an unset param only if the user has in c_typeset_vardump()
H A Dfuncs.c140 {"*=unset", c_unset},
1302 unset(voptarg, 1); in c_getopts()
1895 unset(vp, subarray ? 0 : 1); in c_read()
2317 /* unset variable */ in c_unset()
2339 unset(vp, optc); in c_unset()
2341 /* unset function */ in c_unset()

Completed in 22 milliseconds

12