HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 176 - 200 of 7876) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/client/bin/
local_host_unittest.py 147 files = (os.path.join(self.tmpdir.name, 'file1'),
148 os.path.join(self.tmpdir.name, 'file2'))
156 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
163 fname = os.path.join(self.tmpdir.name, 'file')
164 sname = os.path.join(self.tmpdir.name, 'sym')
179 fname = os.path.join(self.tmpdir.name, 'file')
180 sname = os.path.join(self.tmpdir.name, 'sym')
194 source_file = os.path.join(self.tmpdir.name, 'file')
195 open(os.path.join(source_file), 'w').close()
197 dest_file = os.path.join(self.tmpdir.name, 'dest'
    [all...]
  /external/grpc-grpc/tools/distrib/python/
make_grpcio_tools.py 63 os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '..', '..'))
65 GRPC_PYTHON_ROOT = os.path.join(GRPC_ROOT, 'tools', 'distrib', 'python',
68 GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT = os.path.join('third_party', 'protobuf',
70 GRPC_PROTOBUF = os.path.join(GRPC_ROOT, GRPC_PYTHON_PROTOBUF_RELATIVE_ROOT)
71 GRPC_PROTOBUF_SUBMODULE_ROOT = os.path.join(GRPC_ROOT, 'third_party',
73 GRPC_PROTOC_PLUGINS = os.path.join(GRPC_ROOT, 'src', 'compiler')
74 GRPC_PYTHON_PROTOBUF = os.path.join(GRPC_PYTHON_ROOT, 'third_party', 'protobuf',
76 GRPC_PYTHON_PROTOC_PLUGINS = os.path.join(GRPC_PYTHON_ROOT, 'grpc_root', 'src',
78 GRPC_PYTHON_PROTOC_LIB_DEPS = os.path.join(GRPC_PYTHON_ROOT,
81 GRPC_INCLUDE = os.path.join(GRPC_ROOT, 'include'
    [all...]
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 89 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
101 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
117 DEPSRC = os.path.join(WORKDIR, 'third-party')
237 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
257 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
306 shellQuote(os.path.join(WORKDIR, 'libraries')),
307 shellQuote(os.path.join(WORKDIR, 'libraries')),
342 shellQuote(os.path.join(WORKDIR, 'libraries')),
343 ' -arch '.join(ARCHLIST),
353 shellQuote(os.path.join(WORKDIR, 'libraries'))
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 94 os.path.join(SRCDIR, 'configure'), 'PACKAGE_VERSION')
106 fn = os.path.join(SRCDIR, 'Include', 'patchlevel.h')
122 DEPSRC = os.path.join(WORKDIR, 'third-party')
241 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
261 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
310 shellQuote(os.path.join(WORKDIR, 'libraries')),
311 shellQuote(os.path.join(WORKDIR, 'libraries')),
346 shellQuote(os.path.join(WORKDIR, 'libraries')),
347 ' -arch '.join(ARCHLIST),
357 shellQuote(os.path.join(WORKDIR, 'libraries'))
    [all...]
  /external/vixl/tools/test_generator/
generator.py 183 args=",".join(operand_types.GetNames()),
277 args=", ".join(input_types.GetNames()),
350 return "".join([
364 return "".join([operand.Declare() for operand in self.operands])
375 return "".join([input.Declare() for input in self.inputs])
387 "{{{}}}".format(",".join(input))
392 """.format(name=test_input.name, input=",".join(inputs))
394 return "\n".join(map(InputDefinition, self.test_cases))
438 """.format(operands=",".join(operand),
439 operands_description=" ".join(operand)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dep_util.py 16 new_file = os.path.join(tmpdir, 'new')
34 sources = os.path.join(tmpdir, 'sources')
35 targets = os.path.join(tmpdir, 'targets')
38 one = os.path.join(sources, 'one')
39 two = os.path.join(sources, 'two')
41 four = os.path.join(targets, 'four')
51 sources = os.path.join(tmpdir, 'sources')
53 one = os.path.join(sources, 'one')
54 two = os.path.join(sources, 'two')
55 three = os.path.join(sources, 'three')
    [all...]
  /external/clang/tools/scan-build-py/tests/unit/
test_intercept.py 26 parent = os.path.join(os.sep, 'home', 'me')
27 current = os.path.join(parent, 'project')
33 self.assertEqual(os.path.join(current, 'file.c'), test('file.c'))
34 self.assertEqual(os.path.join(current, 'file.c'), test('./file.c'))
35 self.assertEqual(os.path.join(parent, 'file.c'), test('../file.c'))
36 self.assertEqual(os.path.join(current, 'file.c'),
37 test(os.path.join(current, 'file.c')))
50 handle.write('\n'.join(lines))
55 filename = os.path.join(dest_dir, 'csrutil')
60 filename = os.path.join(dest_dir, 'sestatus'
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_dep_util.py 16 new_file = os.path.join(tmpdir, 'new')
34 sources = os.path.join(tmpdir, 'sources')
35 targets = os.path.join(tmpdir, 'targets')
38 one = os.path.join(sources, 'one')
39 two = os.path.join(sources, 'two')
41 four = os.path.join(targets, 'four')
51 sources = os.path.join(tmpdir, 'sources')
53 one = os.path.join(sources, 'one')
54 two = os.path.join(sources, 'two')
55 three = os.path.join(sources, 'three'
    [all...]
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
38 dist.script_name = os.path.join(sources, "setup.py")
58 pkgdest = os.path.join(destination, "pkg")
74 open(os.path.join(sources, "__init__.py"), "w").close()
76 testdir = os.path.join(sources, "doc")
78 open(os.path.join(testdir, "testfile"), "w").close()
89 dist.script_name = os.path.join(sources, "setup.py")
108 pkg_dir = os.path.join(sources, "pkg")
111 open(os.path.join(pkg_dir, "__init__.py"), "w").close(
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_dep_util.py 15 new_file = os.path.join(tmpdir, 'new')
33 sources = os.path.join(tmpdir, 'sources')
34 targets = os.path.join(tmpdir, 'targets')
37 one = os.path.join(sources, 'one')
38 two = os.path.join(sources, 'two')
40 four = os.path.join(targets, 'four')
50 sources = os.path.join(tmpdir, 'sources')
52 one = os.path.join(sources, 'one')
53 two = os.path.join(sources, 'two')
54 three = os.path.join(sources, 'three'
    [all...]
  /external/skia/infra/bots/recipe_modules/build/
android.py 10 skia_dir = checkout_root.join('skia')
34 'ndk': quote(api.vars.slave_dir.join(ndk_path)),
60 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.iteritems()))
61 gn = skia_dir.join('bin', 'gn')
65 script=skia_dir.join('bin', 'fetch-gn'),
71 output_binary = out_dir.join('run_testlab')
72 build_target = skia_dir.join('infra', 'cts', 'run_testlab.go')
80 android_ndk = api.vars.slave_dir.join(ndk_asset)
81 android_home = api.vars.slave_dir.join(sdk_asset, 'android-sdk')
88 mk_universal = skia_dir.join('tools', 'skqp', 'make_universal_apk'
    [all...]
  /external/skqp/infra/bots/recipe_modules/build/
android.py 10 skia_dir = checkout_root.join('skia')
34 'ndk': quote(api.vars.slave_dir.join(ndk_path)),
60 gn_args = ' '.join('%s=%s' % (k,v) for (k,v) in sorted(args.iteritems()))
61 gn = skia_dir.join('bin', 'gn')
65 script=skia_dir.join('bin', 'fetch-gn'),
71 output_binary = out_dir.join('run_testlab')
72 build_target = skia_dir.join('infra', 'cts', 'run_testlab.go')
80 android_ndk = api.vars.slave_dir.join(ndk_asset)
81 android_home = api.vars.slave_dir.join(sdk_asset, 'android-sdk')
88 mk_universal = skia_dir.join('tools', 'skqp', 'make_universal_apk'
    [all...]
  /external/v8/tools/clang/scripts/
update.py 44 CHROMIUM_DIR = os.path.abspath(os.path.join(THIS_DIR, '..', '..', '..'))
45 GCLIENT_CONFIG = os.path.join(os.path.dirname(CHROMIUM_DIR), '.gclient')
46 THIRD_PARTY_DIR = os.path.join(CHROMIUM_DIR, 'third_party')
47 LLVM_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm')
48 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap')
49 LLVM_BOOTSTRAP_INSTALL_DIR = os.path.join(THIRD_PARTY_DIR,
51 CHROME_TOOLS_SHIM_DIR = os.path.join(LLVM_DIR, 'tools', 'chrometools')
52 LLVM_BUILD_DIR = os.path.join(CHROMIUM_DIR, 'third_party', 'llvm-build',
54 THREADS_ENABLED_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'threads_enabled')
55 COMPILER_RT_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'compiler-rt'
    [all...]
  /external/boringssl/src/crypto/perlasm/
arm-xlate.pl 24 if ($flavour =~ /linux/) { ".arch\t".join(',',@_); }
28 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); }
32 if ($flavour =~ /ios/) { ".private_extern\t".join(',',@_); }
33 else { ".hidden\t".join(',',@_); }
48 } else { $ret = ".comm\t".join(',',@args); }
76 if ($flavour =~ /linux/) { ".type\t".join(',',@_); }
77 elsif ($flavour =~ /ios32/) { if (join(',',@_) =~ /(\w+),%function/) {
86 if ($flavour =~ /linux/) { ".size\t".join(',',@_); }
90 if ($flavour =~ /linux/) { ".inst\t".join(',',@_); }
91 else { ".long\t".join(',',@_);
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
MavenManifestFactory.java 40 manifestFile = getBaseDir().join(manifestPath);
44 final FsFile resDir = baseDir.join(config.resourceDir());
45 final FsFile assetDir = baseDir.join(config.assetDir());
54 FsFile libDir = baseDir.join(libraryDirName);
57 libDir.join(Config.DEFAULT_MANIFEST_NAME),
58 libDir.join(Config.DEFAULT_RES_FOLDER),
59 libDir.join(Config.DEFAULT_ASSET_FOLDER),
105 final Properties properties = getProperties(baseDir.join("project.properties"));
106 Properties overrideProperties = getProperties(baseDir.join("test-project.properties"));
112 FsFile libraryDir = baseDir.join(lib)
    [all...]
  /bionic/libc/tools/
symbols.py 59 lib_dir = os.path.join(out_dir, 'obj')
63 static_lib_dir = os.path.join(
68 os.path.join(static_lib_dir, f),
75 lib_dir = os.path.join(out_dir, 'system/lib64')
77 lib_dir = os.path.join(out_dir, 'system/lib')
81 results |= GetFromElf(os.path.join(lib_dir, f))
89 results |= GetFromElf(glob.glob(os.path.join(lib_dir, f))[-1])
  /external/google-fruit/extras/benchmark/
boost_di_source_generator.py 31 fields = ''.join(['std::shared_ptr<Interface%s> x%s;\n' % (dep, dep)
33 component_deps = ''.join([', std::shared_ptr<Interface%s>' % dep for dep in deps])
35 include_directives = ''.join(['#include "component%s.h"\n' % index for index in deps])
73 param_initializers = ', '.join('x%s(x%s)' % (dep, dep)
77 component_deps = ', '.join('std::shared_ptr<Interface%s> x%s' % (dep, dep)
90 include_directives = ''.join('#include "component%s.h"\n' % index
93 injector_params = ', '.join('x%sComponent()' % index
  /external/googletest/
run_tests.py 35 logger().info('call `%s`', ' '.join(cmd))
56 test_location = os.path.join(os.environ['ANDROID_HOST_OUT'], 'bin')
58 data_dir = os.path.join(os.environ['OUT'], 'data')
59 test_location = os.path.join(data_dir, 'nativetest64')
61 test_location = os.path.join(data_dir, 'nativetest')
73 cmd = [os.path.join(test_location, test)]
90 logger().error('Failures:\n%s', '\n'.join(failures))
  /external/libchrome/build/android/pylib/constants/
host_paths.py 13 os.path.abspath(os.path.join(os.path.dirname(__file__),
16 BUILD_COMMON_PATH = os.path.join(
20 ANDROID_PLATFORM_DEVELOPMENT_SCRIPTS_PATH = os.path.join(
23 DEVIL_PATH = os.path.join(
25 PYMOCK_PATH = os.path.join(
83 tool_path = os.path.join(constants.ANDROID_NDK_ROOT,
93 return os.path.join(constants.ANDROID_SDK_TOOLS, 'aapt')
  /external/perfetto/tools/
build_all_configs.py 76 out_base_dir = os.path.join(ROOT_DIR, 'out')
80 gn = os.path.join(ROOT_DIR, 'tools', 'gn')
83 print '\n\033[32mBuilding %-20s[%s]\033[0m' % (config_name, ','.join(gn_args))
84 out_dir = os.path.join(ROOT_DIR, 'out', config_name)
87 gn_cmd = [gn, 'gen', out_dir, '--args=%s' % (' '.join(gn_args)), '--check']
88 print ' '.join(gn_cmd)
91 ninja = os.path.join(ROOT_DIR, 'tools', 'ninja')
  /external/skia/infra/bots/recipes/
calmbench.py 30 skia_dir = api.path['start_dir'].join('skia')
44 skia_dir.join('tools', 'calmbench', 'ab.py'),
47 api.vars.build_dir.join('nanobench'),
48 api.vars.build_dir.join('ParentRevision', 'nanobench'),
83 api.path['start_dir'].join('skia'),
84 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
86 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
35 if not os.path.isfile(os.path.join(dm_dir, 'dm.json')):
40 shutil.move(os.path.join(dm_dir, 'dm.json'),
41 os.path.join(tmp, 'dm.json'))
55 summary_dest_dir = '/'.join(['dm-json-v1',
72 shutil.move(os.path.join(tmp, 'dm.json'),
73 os.path.join(dm_dir, 'dm.json'))
  /external/skqp/infra/bots/recipes/
calmbench.py 30 skia_dir = api.path['start_dir'].join('skia')
44 skia_dir.join('tools', 'calmbench', 'ab.py'),
47 api.vars.build_dir.join('nanobench'),
48 api.vars.build_dir.join('ParentRevision', 'nanobench'),
83 api.path['start_dir'].join('skia'),
84 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
86 api.path['start_dir'].join('skia', 'infra', 'bots', 'assets',
  /external/skqp/platform_tools/android/tradefed/
upload_dm_results.py 24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
35 if not os.path.isfile(os.path.join(dm_dir, 'dm.json')):
40 shutil.move(os.path.join(dm_dir, 'dm.json'),
41 os.path.join(tmp, 'dm.json'))
55 summary_dest_dir = '/'.join(['dm-json-v1',
72 shutil.move(os.path.join(tmp, 'dm.json'),
73 os.path.join(dm_dir, 'dm.json'))
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
text_datasets.py 42 train_path = os.path.join(data_dir, 'dbpedia_csv/train.csv')
43 test_path = os.path.join(data_dir, 'dbpedia_csv/test.csv')
55 data_dir = os.path.join(os.getenv('TF_EXP_BASE_DIR', ''), 'dbpedia_data')
58 train_path = os.path.join(data_dir, 'dbpedia_csv', 'train.csv')
59 test_path = os.path.join(data_dir, 'dbpedia_csv', 'test.csv')
69 train_path = os.path.join(module_path, 'data', 'text_train.csv')
70 test_path = os.path.join(module_path, 'data', 'text_test.csv')

Completed in 501 milliseconds

1 2 3 4 5 6 78 91011>>