Searched refs:join (Results 126 - 150 of 1672) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/dfsan/scripts/
H A Dbuild-libc-list.py60 libs = [os.path.join(options.libc_dso_path, name) for name in
75 libs += [os.path.join(options.libc_archive_path, name) for name in
79 libs.append(os.path.join(options.libgcc_dso_path, 'libgcc_s.so.1'))
80 libs.append(os.path.join(options.libgcc_archive_path, 'libgcc.a'))
83 libs.append(os.path.join(options.libstdcxx_dso_path, 'libstdc++.so.6'))
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp64 static FilePath join (const FilePath& a, const FilePath& b);
65 FilePath& join (const FilePath& b);
106 inline FilePath& FilePath::join (const FilePath& b) function in class:de::FilePath
115 inline FilePath FilePath::join (const FilePath& a, const FilePath& b) function in class:de::FilePath
117 return FilePath(a).join(b);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
112 output_file1 = os.path.join(self.output_dir_, output_file_name1)
114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
/external/gtest/test/
H A Dgtest_xml_outfiles_test.py68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
112 output_file1 = os.path.join(self.output_dir_, output_file_name1)
114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java67 public static final ElementPolicy join(ElementPolicy... policies) { method in class:ElementPolicy.Util
73 void join(ElementPolicy p) {
79 join(jep.first);
80 join(jep.second);
96 pu.join(policy);
/external/pdfium/testing/tools/
H A Drun_corpus_tests.py25 input_path = os.path.join(source_dir, input_filename)
26 pdf_path = os.path.join(working_dir, input_filename)
40 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
49 working_dir = finder.WorkingDir(os.path.join('testing', 'corpus'))
63 input_path = os.path.join(source_dir, input_filename)
/external/protobuf/gtest/test/
H A Dgtest_xml_outfiles_test.py68 # We want the trailing '/' that the last "" provides in os.path.join, for
71 self.output_dir_ = os.path.join(gtest_test_utils.GetTempDir(),
80 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_1_TEST + ".xml"))
84 os.remove(os.path.join(self.output_dir_, GTEST_OUTPUT_2_TEST + ".xml"))
112 output_file1 = os.path.join(self.output_dir_, output_file_name1)
114 output_file2 = os.path.join(self.output_dir_, output_file_name2)
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java69 J.join(ITERABLE_NULL);
74 J.join(ITERABLE_1_NULL_2);
80 J.join(ITERABLE_NULL.iterator());
85 J.join(ITERABLE_1_NULL_2.iterator());
128 assertEquals("", joiner.join(set));
129 assertEquals("", joiner.join(set.iterator()));
132 assertEquals("", joiner.join(array));
181 assertEquals(expected, joiner.join(parts));
182 assertEquals(expected, joiner.join(parts.iterator()));
193 assertEquals(expected, joiner.join(partsArra
[all...]
/external/skia/tools/skp/
H A Dwebpages_playback.py76 LOCAL_PLAYBACK_ROOT_DIR = os.path.join(
78 LOCAL_REPLAY_WEBPAGES_ARCHIVE_DIR = os.path.join(
84 CREDENTIALS_FILE_PATH = os.path.join(
119 CHROMIUM_PAGE_SETS_PATH = os.path.join('tools', 'perf', 'page_sets')
146 self._chrome_page_sets_path = os.path.join(parse_options.chrome_src_path,
162 self._telemetry_binaries_dir = os.path.join(parse_options.chrome_src_path,
165 self._local_skp_dir = os.path.join(
167 self._local_record_webpages_archive_dir = os.path.join(
178 page_sets_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)),
180 ps = [os.path.join(page_sets_di
[all...]
/external/chromium-trace/
H A Drun_unittest.py43 self.assertEqual(' '.join(command), 'adb shell ls /data/local/tmp')
46 self.assertEqual(' '.join(command),
50 self.assertEqual(' '.join(command),
59 self.assertEqual(' '.join(TRACE_CMD), ' '.join(tracer_args))
113 self.assertEqual(' '.join(TRACE_LIST_CATEGORIES_CMD), ' '.join(tracer_args))
121 self.assertEqual(' '.join(LEGACY_TRACE_CMD), ' '.join(tracer_args))
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DJoinerTest.java66 J.join(ITERABLE_NULL);
71 J.join(ITERABLE_1_NULL_2);
77 J.join(ITERABLE_NULL.iterator());
82 J.join(ITERABLE_1_NULL_2.iterator());
125 assertEquals("", joiner.join(set));
126 assertEquals("", joiner.join(set.iterator()));
129 assertEquals("", joiner.join(array));
178 assertEquals(expected, joiner.join(parts));
179 assertEquals(expected, joiner.join(parts.iterator()));
190 assertEquals(expected, joiner.join(partsArra
[all...]
/external/lldb/test/functionalities/process_launch/
H A DTestProcessLaunch.py12 mydir = os.path.join("functionalities", "process_launch")
36 exe = os.path.join (os.getcwd(), "a.out")
41 in_file = os.path.join (os.getcwd(), "input-file.txt")
42 out_file = os.path.join (os.getcwd(), "output-test.out")
43 err_file = os.path.join (os.getcwd(), "output-test.err")
132 exe = os.path.join (os.getcwd(), "a.out")
139 my_working_dir_path = os.path.join(os.getcwd(), mywd)
140 out_file_path = os.path.join(my_working_dir_path, out_file_name)
141 err_file_path = os.path.join(my_working_dir_path, err_file_name)
/external/skia/tools/
H A Dgen_bench_expectations_from_codereview.py25 CHECKOUT_PATH = os.path.realpath(os.path.join(
27 TMP_BENCH_DATA_DIR = os.path.join(CHECKOUT_PATH, '.bench_data')
53 json_url = '/'.join(split_url)
135 step_url = '/'.join((try_build.json_url, 'steps', step_name))
196 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
213 output_file = os.path.join(CHECKOUT_PATH, 'expectations', 'bench',
217 os.path.join(CHECKOUT_PATH, 'bench',
226 failure += 'Failed to load data for: %s\n\n' % ','.join(failed_data_pull)
228 failure += 'Failed to generate expectations for: %s\n\n' % ','.join(
/external/v8/build/
H A Dgyp_v841 v8_root = os.path.abspath(os.path.join(script_dir, os.pardir))
43 sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
48 1, os.path.abspath(os.path.join(v8_root, 'tools', 'generate_shim_headers')))
99 AddInclude(os.path.join(v8_root, 'build', 'standalone.gypi'))
102 supplements = glob.glob(os.path.join(v8_root, '*', 'supplement.gypi'))
117 [sys.executable, os.path.join(script_dir, 'landmines.py')])
129 gyp_env_path = os.path.join(os.path.dirname(v8_root), 'v8.gyp_env')
149 args.append(os.path.join(script_dir, 'all.gyp'))
173 for f in glob.glob(os.path.join(v8_root, 'out', 'Makefile.*')):
H A Dlandmines.py43 ret = os.path.join(SRC_DIR, 'xcodebuild', target)
45 ret = os.path.join(SRC_DIR, 'out', target)
47 ret = os.path.join(SRC_DIR, 'build', target)
57 landmines_path = os.path.join(out_dir, '.landmines')
70 triggered = os.path.join(out_dir, '.landmines_triggered')
95 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
/external/v8/test/mozilla/
H A Dtestcfg.py68 self.testroot = os.path.join(root, "data")
73 current_root = os.path.join(self.testroot, testdir)
84 testname = os.path.join(dirname[len(self.testroot) + 1:],
94 result += [os.path.join(self.root, "mozilla-shell-emulation.js")]
98 script = os.path.join(self.testroot,
99 reduce(os.path.join, testfilepath[:i], ""),
103 result.append(os.path.join(self.testroot, testfilename))
107 filename = os.path.join(self.testroot, testcase.path + ".js")
156 os.rename(os.path.join("mozilla", "js", "tests"), directory_name)
/external/lldb/test/functionalities/load_unload/
H A DTestLoadUnload.py17 mydir = os.path.join("functionalities", "load_unload")
40 new_dir = os.path.join(os.getcwd(), "hidden")
42 old_dylib = os.path.join(os.getcwd(), dylibName)
43 new_dylib = os.path.join(new_dir, dylibName)
45 exe = os.path.join(os.getcwd(), "a.out")
90 exe = os.path.join(os.getcwd(), "a.out")
99 new_dir = os.path.join(os.getcwd(), special_dir)
101 old_dylib = os.path.join(os.getcwd(), dylibName)
102 new_dylib = os.path.join(new_dir, dylibName)
103 old_dSYM = os.path.join(o
[all...]
/external/owasp/sanitizer/tools/
H A Dcut_release.py23 trunk_directory_path = os.path.realpath(os.path.join(
26 maven_directory_path = os.path.realpath(os.path.join(
33 maven_metadata_path = os.path.join(
36 version_template_directory_path = os.path.join(
39 jar_path = os.path.join(
44 src_jar_path = os.path.join(
49 doc_jar_path = os.path.join(
78 return "".join([inner_text(child) for child in node.childNodes])
101 dest_path = os.path.join(
110 os.path.join(src_pat
[all...]
/external/lldb/test/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py13 mydir = os.path.join("api", "check_public_api_headers")
35 temp = os.path.join(os.getcwd(), self.template)
39 public_api_dir = os.path.join(os.environ["LLDB_SRC"], "include", "lldb", "API")
46 include_stmt = "'#include <%s>' % os.path.join('LLDB', header)"
48 include_stmt = "'#include <%s>' % os.path.join(public_api_dir, header)"
51 includes = '\n'.join(list)
53 src = os.path.join(os.getcwd(), self.source)
62 exe = os.path.join(os.getcwd(), exe_name)
/external/lldb/test/warnings/uuid/
H A DTestAddDsymCommand.py12 mydir = os.path.join("warnings", "uuid")
59 temp = os.path.join(os.getcwd(), self.template)
65 src = os.path.join(os.getcwd(), self.source)
78 wrong_path = os.path.join("%s.dSYM" % exe_name, "Contents")
82 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name)
91 right_path = os.path.join("%s.dSYM" % exe_name, "Contents", "Resources", "DWARF", exe_name)
/external/mesa3d/scons/
H A Dllvm.py57 llvm_bin_dir = os.path.join(llvm_dir, llvm_subdir, 'bin')
59 llvm_bin_dir = os.path.join(llvm_dir, 'bin')
72 llvm_config = os.path.join(llvm_dir, 'include/llvm/Config/config.h')
88 env.Prepend(CPPPATH = [os.path.join(llvm_dir, 'include')])
94 env.Prepend(LIBPATH = [os.path.join(llvm_dir, 'lib')])
186 env.ParseConfig('llvm-config --libs ' + ' '.join(components))
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPaint.java21 private Paint.Join join; field in class:ShadowPaint
99 public void setStrokeJoin(Paint.Join join) { argument
100 this.join = join;
105 return join;
174 * @return join
177 return join;
/external/v8/test/webkit/fast/js/
H A Darray-functions-non-arrays.js75 propertyString += "(" + flags.join(", ") + ")";
79 return propertyStrings.join(", ");
105 shouldBe("Array.prototype.toString.call({join: function() { return 'join' }})", '"join"');
108 shouldBe("Array.prototype.toString.call({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, join: function() { return 'join' }})", '"join"');
109 shouldBe("({__proto__: Array.prototype, 0: 'a', 1: 'b', 2: 'c', length: 3, join: function() { return 'join' }})
[all...]
/external/v8/test/test262-es6/
H A Dtestcfg.py53 self.testroot = os.path.join(self.root, *TEST_262_SUITE_PATH)
54 self.harnesspath = os.path.join(self.root, *TEST_262_HARNESS_PATH)
55 self.harness = [os.path.join(self.harnesspath, f)
57 self.harness += [os.path.join(self.root, "harness-adapt.js")]
74 testname = os.path.join(dirname[len(self.testroot) + 1:],
83 [os.path.join(self.testroot, testcase.path + ".js")])
87 root = os.path.join(self.root, *TEST_262_TOOLS_PATH)
111 includes = [os.path.join(self.harnesspath, f)
118 filename = os.path.join(self.testroot, testcase.path + ".js")
134 archive_name = os.path.join(sel
[all...]
/external/chromium-trace/trace-viewer/tracing/build/
H A Dcheck_gypi.py8 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
15 GYPI_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__),

Completed in 731 milliseconds

1234567891011>>