HomeSort by relevance Sort by last modified time
    Searched full:join (Results 126 - 150 of 15707) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libmojo/build/android/pylib/constants/
host_paths.py 11 os.path.abspath(os.path.join(os.path.dirname(__file__),
14 BUILD_COMMON_PATH = os.path.join(
18 ANDROID_PLATFORM_DEVELOPMENT_SCRIPTS_PATH = os.path.join(
21 DEVIL_PATH = os.path.join(
23 PYMOCK_PATH = os.path.join(
  /external/python/cpython3/Modules/_blake2/
blake2b2s.py 7 BLAKE2 = os.path.join(HERE, 'impl')
14 name = os.path.join(BLAKE2, name)
37 with open(os.path.join(HERE, 'blake2b_impl.c')) as f:
43 with open(os.path.join(HERE, 'blake2s_impl.c'), 'w') as f:
44 f.write(''.join(lines))
  /external/skia/infra/bots/recipe_modules/flavor/
valgrind_flavor.py 15 self._suppressions_file = self.m.vars.skia_dir.join(
17 self._valgrind_cipd_dir = self.m.vars.slave_dir.join('valgrind')
19 self._valgrind = self._valgrind_fake_dir.join('bin', 'valgrind')
20 self._lib_dir = self._valgrind_fake_dir.join('lib', 'valgrind')
26 path_to_app = self.out_dir.join(cmd[0])
  /external/skqp/infra/bots/recipe_modules/flavor/
valgrind_flavor.py 15 self._suppressions_file = self.m.vars.skia_dir.join(
17 self._valgrind_cipd_dir = self.m.vars.slave_dir.join('valgrind')
19 self._valgrind = self._valgrind_fake_dir.join('bin', 'valgrind')
20 self._lib_dir = self._valgrind_fake_dir.join('lib', 'valgrind')
26 path_to_app = self.out_dir.join(cmd[0])
  /external/capstone/bindings/python/
setup.py 24 LIBS_DIR = os.path.join(ROOT_DIR, 'capstone', 'lib')
25 HEADERS_DIR = os.path.join(ROOT_DIR, 'capstone', 'include')
26 SRC_DIR = os.path.join(ROOT_DIR, 'src')
27 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
31 with open(os.path.join(BUILD_DIR, 'pkgconfig.mk')) as fp:
85 shutil.copytree(os.path.join(BUILD_DIR, "arch"), os.path.join(SRC_DIR, "arch"))
86 shutil.copytree(os.path.join(BUILD_DIR, "include"), os.path.join(SRC_DIR, "include"))
88 src.extend(glob.glob(os.path.join(BUILD_DIR, "*.[ch]"))
    [all...]
  /external/vulkan-validation-layers/build-android/
build.py 29 src_file = os.path.join(src_dir, file_name)
30 dst_file = os.path.join(dst_dir, file_name)
42 parent_dir = os.path.normpath(os.path.join(dst_dir, '..'))
104 type=os.path.realpath, default=os.path.join(THIS_DIR, 'out'))
140 ndk_dir = os.path.join(THIS_DIR, '../../../prebuilts/toolchain')
142 ndk_build = os.path.join(ndk_dir, 'ndk-build')
143 platforms_root = os.path.join(ndk_dir, 'platforms')
144 toolchains_root = os.path.join(ndk_dir, 'toolchains')
154 obj_out = os.path.join(THIS_DIR, stl, 'obj')
155 lib_out = os.path.join(THIS_DIR, 'jniLibs'
    [all...]
  /frameworks/rs/
build_rs.py 34 out_dir = os.path.realpath(os.path.join(THIS_DIR, '../..', *args))
45 out_dir = os.path.join(top_out, *args)
97 install_dir = os.path.join(install_host_dir, package_name)
107 package_path = os.path.join(dist_dir, tarball_name) + '.tar.bz2'
135 lib_path = os.path.join(mingw_dir, 'x86_64-w64-mingw32/lib32', lib_name)
137 lib_install = os.path.join(install_dir, 'bin', lib_name)
180 install_path = os.path.join(install_dir, dirname)
184 built_path = os.path.join(build_dir, 'host', host, built_file)
192 ['strip', os.path.join(install_path, file_name)])
205 headers_dst = os.path.join(
    [all...]
  /development/vndk/tools/definition-tool/tests/
test_elfdump.py 19 VNDK_DEF_TOOL = os.path.join(SCRIPT_DIR, '..', 'vndk_definition_tool.py')
21 INPUT_DIR = os.path.join(SCRIPT_DIR ,'testdata', 'test_elfdump', 'input')
22 EXPECTED_DIR = os.path.join(SCRIPT_DIR, 'testdata', 'test_elfdump', 'expected')
53 cls.expected_dir = os.path.join(EXPECTED_DIR, target_name)
54 cls.test_dir = os.path.join(cls.test_dir_base, target_name)
59 src_file = os.path.join(INPUT_DIR, 'main.c')
60 obj_file = os.path.join(cls.test_dir, 'main.o')
64 out_file = os.path.join(cls.test_dir, 'main.out')
68 src_file = os.path.join(INPUT_DIR, 'test.c')
69 obj_file = os.path.join(cls.test_dir, 'test.o'
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 29 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
33 src_dir = os.path.normpath(os.path.join(original_dir, src_rel_dir))
35 mod_src_dir = os.path.join(modified_dir, src_rel_dir)
36 update_dir = os.path.join(get_kernel_dir(), update_rel_dir)
44 src_file = os.path.normpath(os.path.join(root, file))
47 if os.path.exists(os.path.join(mod_src_dir, rel_path)):
48 src_file = os.path.join(mod_src_dir, rel_path)
49 src_str = os.path.join("<modified>", src_rel_dir, rel_path)
51 src_str = os.path.join("<original>", src_rel_dir, rel_path)
52 dst_file = os.path.join(update_dir, rel_path
    [all...]
  /development/vndk/tools/sourcedr/sourcedr/tests/
test_project.py 10 TESTDATA_DIR = os.path.join(os.path.dirname(__file__), 'testdata')
14 PROJECT_DIR = os.path.join(TESTDATA_DIR, 'project')
15 CONFIG_PATH = os.path.join(PROJECT_DIR, Config.DEFAULT_NAME)
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 package_root_dir = os.path.abspath(os.path.join(dirname, os.pardir))
18 sys.path.insert(0, os.path.join(package_root_dir))
  /external/autotest/client/profilers/cpistat/
cpistat.py 18 cmd = os.path.join(self.bindir, 'site_cpistat')
20 cmd = os.path.join(self.bindir, 'cpistat')
21 logfile = open(os.path.join(test.profdir, "cpistat"), 'w')
  /external/chromium-trace/catapult/common/eslint/bin/
run_tests 11 os.path.join(os.path.dirname(__file__),
16 os.path.join(os.path.dirname(__file__), os.path.pardir))
35 _RunTestsOrDie(os.path.join(_ESLINT_PATH, 'eslint'))
  /external/chromium-trace/catapult/devil/bin/
run_py_devicetests 9 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 _DEVIL_PATH = os.path.abspath(os.path.join(
13 _TYP_PATH = os.path.abspath(os.path.join(_CATAPULT_PATH, 'third_party', 'typ'))
  /external/chromium-trace/catapult/systrace/systrace/
util_unittest.py 22 self.assertEqual(' '.join(command), 'adb shell ls /data/local/tmp')
25 self.assertEqual(' '.join(command),
29 self.assertEqual(' '.join(command),
  /external/llvm/bindings/python/llvm/tests/
base.py 26 path = os.path.join(d, lib)
35 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_file")
38 return os.path.join(os.path.dirname(os.path.abspath(__file__)), "test.bc")
  /external/python/cpython3/Lib/distutils/tests/
test_install_headers.py 17 header1 = os.path.join(header_list, 'header1')
18 header2 = os.path.join(header_list, 'header2')
28 cmd.install_dir = os.path.join(pkg_dir, 'inst')
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
Join.java 5 public class Join {
6 public static String join(String delimiter, Collection collection) { method in class:Join
19 public static String join(String delimiter, Object... collection) { method in class:Join
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowColorMatrix.java 9 import org.robolectric.util.Join;
26 return Join.join(",", floats);
  /external/skia/tools/skpbench/
_adb_path.py 16 def join(*pathnames): function
17 return '/'.join(pathnames)
32 done''' % ' '.join(escapedskps)).splitlines()
  /external/skia/tools/skqp/
setup_resources 12 skia = os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)
13 dst = os.path.join(skia, 'platform_tools', 'android', 'apps', 'skqp',
19 shutil.copytree(os.path.join(skia, 'resources'), dst)
  /external/skqp/tools/skpbench/
_adb_path.py 16 def join(*pathnames): function
17 return '/'.join(pathnames)
32 done''' % ' '.join(escapedskps)).splitlines()
  /external/skqp/tools/skqp/
setup_resources 12 skia = os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir)
13 dst = os.path.join(skia, 'platform_tools', 'android', 'apps', 'skqp',
19 shutil.copytree(os.path.join(skia, 'resources'), dst)
  /external/swiftshader/third_party/LLVM/utils/llvm-lit/
llvm-lit.in 11 sys.path.append(os.path.join(llvm_source_root, 'utils', 'lit'))
18 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
21 clang_site_config = os.path.join(llvm_obj_root, 'tools', 'clang', 'test', 'lit.site.cfg')
  /frameworks/rs/rsov/compiler/tests/
lit.cfg 27 config.test_exec_root = os.path.join(ANDROID_HOST_OUT, 'tests', 'rs2spirv')
29 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'),])

Completed in 1325 milliseconds

1 2 3 4 56 7 8 91011>>