Searched refs:join (Results 226 - 250 of 3049) sorted by relevance

1234567891011>>

/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dordered_dict.py14 _SIMPLEJSON_PATH = os.path.join(_BASE_PATH,
/external/chromium_org/tools/gyp/
H A Dgyp_main.py14 sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'pylib'))
/external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
H A Dcheck_no_signature.py7 p = os.path.join(os.environ['BUILT_PRODUCTS_DIR'],os.environ['EXECUTABLE_PATH'])
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-postbuild-copy-bundle.py25 bundled_framework_dir = os.path.join(
27 final_plist_path = os.path.join(bundled_framework_dir, 'Info.plist')
28 final_resource_path = os.path.join(bundled_framework_dir, 'resource_file.sb')
29 final_copies_path = os.path.join(
/external/chromium_org/tools/gyp/test/msvs/config_attrs/
H A Dgyptest-config_attrs.py23 expected_exe_file = os.path.join(test.workdir, vc_version, 'hello.exe')
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
H A Dgyptest-generator-output-different-drive.py30 output_dir = os.path.join('different-drive', 'output')
37 os.path.join(output_drive, 'output')))
38 test.build('prog.gyp', test.ALL, chdir=os.path.join(output_drive, 'output'))
39 test.built_file_must_exist('program', chdir=os.path.join(output_drive,
/external/chromium_org/tools/metrics/actions/
H A Dprint_style.py11 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'common'))
/external/chromium_org/tools/metrics/histograms/
H A Dprint_style.py11 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'common'))
H A Dupdate_extension_functions.py24 os.path.join('..', '..', '..', 'extensions',
H A Dupdate_extension_permission.py23 source_enum_path=os.path.join('..', '..', '..',
H A Dvalidate_format.py14 xml_file = os.path.join(os.path.dirname(os.path.realpath(__file__)),
/external/chromium_org/tools/perf/
H A Dgenerate_profile8 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
H A Drecord_wpr11 _telemetry_path = os.path.join(_perf_dir, os.pardir, 'telemetry')
H A Drun_multipage_benchmarks12 os.path.join(os.path.dirname(__file__), 'run_measurement'))
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dprofile_types.py29 path = os.path.join(
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dfind_dependencies_unittest.py31 zip_path = os.path.join(temp_dir, 'gsutil.zip')
43 third_party_path = os.path.join(temp_dir, 'telemetry', 'src', 'tools',
46 open(os.path.join(third_party_path, '__init__.py'), 'a').close()
48 gsutil_path = os.path.join(third_party_path, 'gsutil', 'gsutil')
58 # '-o', os.path.join(temp_dir, 'config_file')]
/external/chromium_org/tools/telemetry/telemetry/web_components/
H A Dweb_components_project.py18 x = os.path.abspath(os.path.join(dirpath, f))
30 exclude_paths = [os.path.join(self.telemetry_path, 'docs'),
31 os.path.join(self.telemetry_path, 'unittest_data'),
32 os.path.join(self.telemetry_path, 'support')]
/external/chromium_org/tools/valgrind/
H A Dunused_suppressions.py20 '\n'.join(all_supps)).read())
/external/chromium_org/v8/test/intl/
H A Dtestcfg.py49 testname = os.path.join(dirname[len(self.root) + 1:], filename[:-3])
58 files.append(os.path.join(self.root, "assert.js"))
59 files.append(os.path.join(self.root, "utils.js"))
60 files.append(os.path.join(self.root, testcase.path + self.suffix()))
/external/chromium_org/v8/test/webkit/fast/js/
H A Darray-slow-put.js40 shouldBe("\"" + foo().join(",") + "\"", "\"0,1,2,,4\"");
H A Dobject-slow-put.js43 shouldBe("\"" + Array.prototype.join.apply(foo(), [","]) + "\"", "\"0,1,2,,4\"");
/external/deqp/framework/delibs/decpp/
H A DdeThread.hpp40 * such as start() or join() can not be called from multiple threads
51 void join (void);
68 * \return true if thread has been started and no join() has been called,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Drunant.py48 ANT_LIB = os.path.join(ANT_HOME, 'lib')
57 JAVACMD = os.path.join(os.environ['JAVA_HOME'], 'bin', 'java')
65 launcher_jar = os.path.join(ANT_LIB, 'ant-launcher.jar')
95 CLASSPATH, string.join(sys.argv[1:], ' '))
/external/fonttools/MetaTools/
H A DbuildChangeLog.py6 os.path.join(os.getcwd(), sys.argv[0]))))
/external/junit/src/org/junit/experimental/theories/internal/
H A DParameterizedAssertionError.java16 super(String.format("%s(%s)", methodName, join(", ", params)),
24 public static String join(String delimiter, Object... params) { method in class:ParameterizedAssertionError
25 return join(delimiter, Arrays.asList(params));
28 public static String join(String delimiter, method in class:ParameterizedAssertionError

Completed in 1442 milliseconds

1234567891011>>