HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 76 - 100 of 7060) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/catapult/experimental/bisect_lib/
fetch_revision_info_test.py 10 _CATAPULT_PATH = os.path.abspath(os.path.join(
12 sys.path.insert(0, os.path.join(_CATAPULT_PATH, 'third_party', 'mock'))
18 _TEST_DATA_PATH = os.path.join(os.path.dirname(__file__), 'test_data')
19 _MOCK_RESPONSE_PATH = os.path.join(_TEST_DATA_PATH, 'MOCK_INFO_RESPONSE_FILE')
  /external/chromium-trace/catapult/telemetry/examples/benchmarks/
__init__.py 11 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
make_predefined_table.py 23 column_dashes = ' '.join(('=' * table_data_item[2] for table_data_item in table_data))
25 print(' '.join(("%-*s" % (table_data_item[2], table_data_item[0]) for table_data_item in table_data)).strip())
40 item = ' '.join([item, '[#ccitt]_'])
43 print(' '.join(defn_data_list).strip())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/client/
tunes_db.py 24 definition.import_file_set(os.path.join(os.path.dirname(__file__),
  /external/compiler-rt/test/asan/Unit/
lit.site.cfg.in 10 new_ld_library_path = os.path.pathsep.join(
24 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
  /external/google-breakpad/src/build/
gyp_breakpad 36 breakpad_root = os.path.abspath(os.path.join(script_dir, os.pardir))
38 sys.path.insert(0, os.path.join(breakpad_root, 'tools', 'gyp', 'pylib'))
50 args.append(os.path.join(script_dir, 'all.gyp'))
53 args.append(os.path.join(breakpad_root, 'build', 'common.gypi'))
  /external/libyuv/files/
gyp_libyuv.py 28 execfile(os.path.join(path, 'gyp_libyuv'))
  /external/llvm/utils/lit/lit/
__init__.py 9 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
  /external/opencv3/modules/java/generator/src/java/
android+sync.py 7 shutil.copyfile(f, os.path.join("../../../../../../modules/java/generator/src/java/", "android+" + f));
  /external/parameter-framework/upstream/test/xml-generator/
test.py 85 raise AssertionError("The result and the reference don't match:" + "\n".join(unified))
90 config_dir = os.path.join(basedir, "PFConfig")
91 vector_dir = os.path.join(basedir, "testVector")
94 self.nominal_reference = open(os.path.join(vector_dir, "reference.xml")).read().splitlines()
95 self.nominal_pfconfig = PfConfig(os.path.join(config_dir, "configuration.xml"),
96 os.path.join(config_dir, "criteria.txt"),
97 os.path.join(basedir, "../../schemas"))
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml"),
99 [os.path.join(vector_dir, "first.pfw"),
100 os.path.join(vector_dir, "second.pfw")
    [all...]
  /external/pdfium/build/
gyp_pdfium.py 8 execfile(os.path.join(path, 'gyp_pdfium'))
  /external/skia/
gyp_skia.py 18 execfile(os.path.join(path, 'gyp_skia'))
  /external/testng/src/test/java/org/testng/internal/
UtilsTest.java 10 import static org.testng.internal.Utils.join;
32 assertEquals("", join(emptyList, ","));
38 assertEquals("one,two", Utils.join(twoStrings, ","));
44 assertEquals("", Utils.join(emptyList, ","));
  /external/v8/build/
download_gold_plugin.py 17 CHROME_SRC = os.path.abspath(os.path.join(SCRIPT_DIR, os.pardir))
21 GSUTIL_PATH = os.path.join(DEPOT_PATH, 'gsutil.py')
23 LLVM_BUILD_PATH = os.path.join(CHROME_SRC, 'third_party', 'llvm-build',
25 CLANG_UPDATE_PY = os.path.join(CHROME_SRC, 'tools', 'clang', 'scripts',
  /external/v8/gypfiles/
gyp_v8.py 41 execfile(os.path.join(path, 'gyp_v8'))
  /external/v8/tools/gcmole/
run-gcmole.py 11 CLANG_BIN = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'bin')
12 CLANG_PLUGINS = os.path.join(GCMOLE_PATH, 'gcmole-tools')
13 LUA = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'lua52')
14 DRIVER = os.path.join(GCMOLE_PATH, 'gcmole.lua')
  /external/v8/tools/gyp/test/make_global_settings/env-wrapper/
gyptest-wrapper.py 30 cc_expected = ('cc = ' + os.path.join('..', '..', 'distcc') + ' ' +
31 os.path.join('..', '..', 'clang'))
32 cc_host_expected = ('cc_host = ' + os.path.join('..', '..', 'ccache') + ' ' +
33 os.path.join('..', '..', 'clang'))
  /external/v8/tools/gyp/test/make_global_settings/wrapper/
gyptest-wrapper.py 36 cc_expected = ('cc = ' + os.path.join('..', '..', 'distcc') + ' ' +
37 os.path.join('..', '..', 'clang'))
38 cc_host_expected = ('cc_host = ' + os.path.join('..', '..', 'ccache') + ' ' +
39 os.path.join('..', '..', 'clang'))
  /external/v8/tools/gyp/test/msvs/external_builder/
msbuild_rule.py 10 f.write(' '.join(sys.argv))
  /external/valgrind/helgrind/tests/
filter_stderr_solaris 9 my $check = join "|", ('pthread_mutex_init', 'pthread_cond_wait', 'pthread_cond_timedwait');
30 my $check = join "|", keys %regex;
  /external/webrtc/webrtc/build/
gyp_webrtc.py 24 execfile(os.path.join(path, 'gyp_webrtc'))
  /ndk/tests/build/b14811006-GOT_PREL-optimization/
test_config.py 4 return ' '.join([toolchain, abi]), 'http://b/26031639'
  /external/autotest/cli/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, ".."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/cli/contrib/
common.py 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/client/deps/lansim/
lansim.py 13 srcdir = os.path.join(topdir, 'src')
22 utils.update_version(os.path.join(pwd, 'src'), True, version, setup, pwd)

Completed in 1356 milliseconds

1 2 34 5 6 7 8 91011>>