HomeSort by relevance Sort by last modified time
    Searched refs:base_prefix (Results 1 - 16 of 16) sorted by null

  /external/webrtc/talk/build/
merge_ios_libs 85 base_prefix = library[:-2].split('_')[0]
88 if valid_lib[:len(base_prefix)] == base_prefix:
  /external/ltp/testcases/lib/
tst_net_vars.c 457 unsigned int base_prefix = is_ipv6 ? BASE_IPV6_PREFIX : local
461 if (prefix < base_prefix || (is_ipv6 && prefix == 128) ||
469 base_prefix, max_prefix);
507 unsigned int base_prefix = is_ipv6 ? BASE_IPV6_PREFIX : local
510 return prefix / base_prefix * base_prefix;
  /external/python/cpython3/Lib/test/
test_sysconfig.py 272 adapt = sys.base_prefix != sys.base_exec_prefix
276 global_path = global_path.replace(sys.exec_prefix, sys.base_prefix)
277 base = base.replace(sys.exec_prefix, sys.base_prefix)
278 elif sys.base_prefix != sys.prefix:
281 global_path = global_path.replace(sys.base_prefix, sys.prefix)
282 base = base.replace(sys.base_prefix, sys.prefix)
test_cmd.py 230 tracer=trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,],
test_doctest.py     [all...]
test_venv.py 32 skipInVenv = unittest.skipIf(sys.prefix != sys.base_prefix,
128 self.assertEqual(sys.base_prefix, sys.prefix)
139 ('base_prefix', sys.prefix),
test_trace.py 324 tracer = trace.Trace(ignoredirs=[sys.base_prefix, sys.base_exec_prefix,
test_sys.py 491 self.assertIsInstance(sys.base_prefix, str)
643 @unittest.skipIf(sys.base_prefix != sys.prefix,
    [all...]
test_subprocess.py 409 @unittest.skipIf(sys.base_prefix != sys.prefix,
417 @unittest.skipIf(sys.base_prefix != sys.prefix,
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_dist.py 107 with mock.patch.multiple(sys, prefix='/a', base_prefix='/a') as values:
136 with mock.patch.multiple(sys, prefix='/a', base_prefix='/b') as values:
  /external/python/cpython3/Lib/distutils/
sysconfig.py 22 BASE_PREFIX = os.path.normpath(sys.base_prefix)
84 If 'prefix' is supplied, use it instead of sys.base_prefix or
88 prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX
125 If 'prefix' is supplied, use it instead of sys.base_prefix or
130 prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX
dist.py 374 if sys.prefix != sys.base_prefix:
    [all...]
  /external/python/cpython3/Lib/
gettext.py 60 _default_localedir = os.path.join(sys.base_prefix, 'share', 'locale')
sysconfig.py 92 _BASE_PREFIX = os.path.normpath(sys.base_prefix)
  /external/python/cpython3/Lib/idlelib/
editor.py 63 dochome = os.path.join(sys.base_prefix, 'Doc', 'index.html')
74 chmfile = os.path.join(sys.base_prefix, 'Doc',
80 dochome = os.path.join(sys.base_prefix,
    [all...]
  /external/python/cpython3/
setup.py 536 os.path.normpath(sys.base_prefix) != '/usr' and
    [all...]

Completed in 430 milliseconds