HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 151 - 175 of 1124) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/build/linux/
rewrite_dirs.py 30 return os.path.join(sysroot, path)
54 return ' '.join(args)
  /external/chromium/chrome/browser/resources/file_manager/bin/
squashdir.py 34 abs_src = os.path.join(src, path)
40 newname = os.path.join(dest, path.replace('/', '^^'))
  /external/llvm/utils/
profile.pl 72 "$BytecodeFile.inst $ProgramOpts " . (join ' ', @ARGV);
  /external/v8/test/preparser/
testcfg.py 30 from os.path import join, dirname, exists, isfile namespace
60 testfile = join(self.root, self.GetName()) + ".js"
82 expects_file = join(self.root, 'preparser.expectation')
100 pathname = join(self.root, filename + ".pyt")
126 executable = join(self.context.buildspace, executable)
128 executable = join('obj', 'preparser', mode, 'preparser')
131 executable = join(self.context.buildspace, executable)
155 status_file = join(self.root, 'preparser.status')
  /external/v8/tools/
disasm.py 66 OBJDUMP_BIN, ' '.join(_COMMON_DISASM_OPTIONS), arch_flags,
70 OBJDUMP_BIN, ' '.join(_COMMON_DISASM_OPTIONS),
presubmit.py 40 from os.path import abspath, join, dirname, basename, exists namespace
185 all_files += self.FindFilesIn(join(path, file))
203 result.append(join(root, file))
226 return ['src', 'preparser', 'include', 'samples', join('test', 'cctest')]
236 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
238 local_cpplint = join(path, "tools", "cpplint.py")
242 commands = join([command + [file] for file in files])
284 result.append(join(path, file))
336 linenumbers = ', '.join(lines)
368 workspace = abspath(join(dirname(sys.argv[0]), '..')
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.2.3.js 57 array[item++] = new TestCase( SECTION, "(new Array()).join == Array.prototype.join", true, (new Array()).join == Array.prototype.join );
  /external/webkit/Tools/Scripts/
generate-coverage-data 44 my $resultName = $svnVersion . "-" . join('_', @timeData);
new-run-webkit-httpd 46 webkitpy_directory = os.path.join(scripts_directory, "webkitpy")
47 sys.path.append(os.path.join(webkitpy_directory, "layout_tests"))
  /external/webkit/Tools/Scripts/webkitpy/common/system/
fileset.py 55 src = self._filesystem.join(temp_dir, self._filename)
56 dest = self._filesystem.join(path, filename)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 67 self._runtime_path = os.path.join("/tmp", "WebKit")
73 self._pid_file = os.path.join(self._runtime_path, 'httpd.pid')
111 os.path.join(cygbin, 'bash.exe'),
113 'PATH=%s %s' % (self._get_cygwin_path(cygbin), " ".join(cmd)),
119 # Join the string here so that Cygwin/Windows and Mac/Linux
122 self._start_cmd = " ".join(cmd)
129 path = os.path.join(*parts)
159 httpd_config_copy = os.path.join(output_dir, "httpd.conf")
186 return '\n'.join(('<VirtualHost 127.0.0.1:%s>' % port,
193 # Use shell=True because we join the arguments into a string fo
    [all...]
google_chrome_unittest.py 66 chromium_path = fs.join(chromium_base, 'webkit', 'tools',
68 chrome_path = fs.join(chromium_base, 'webkit', 'tools',
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 56 thread.join();
64 thread2.join();
  /libcore/luni/src/test/java/tests/support/
ThreadPool.java 73 public void join() { method in class:ThreadPool
83 threads[i].join(); method
  /packages/apps/Browser/tools/
get_search_engines.py 65 self.resdir = os.path.normpath(os.path.join(sys.path[0], '../res'))
127 # Join multiple line strings into a single string.
178 all_search_engines_path = os.path.join(self.resdir, 'values/all_search_engines.xml')
190 self.generateXmlFromTemplate(os.path.join(sys.path[0], 'all_search_engines.template.xml'),
194 self.writeEngineList(os.path.join(self.resdir, 'values'), "default")
211 dir_path = os.path.join(self.resdir, 'values-' + language + '-r' + country)
238 self.generateXmlFromTemplate(os.path.join(sys.path[0], 'search_engines.template.xml'),
239 os.path.join(dir_path, 'donottranslate-search_engines.xml'),
246 contents = template_text[0:pos] + ''.join(text) + template_text[pos:]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
GrabProcessOutput.java 145 threadErr.join();
149 threadOut.join();
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 30 testbasedir = os.path.join(
67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
68 libDir = os.path.join(baseDir, 'lib')
70 jar = os.path.join(libDir, 'ST-4.0.1.jar')
78 jar = os.path.join(libDir, 'antlr-2.7.7.jar')
86 jar = os.path.join(libDir, 'junit-4.2.jar')
94 cp.append(os.path.join(baseDir, 'runtime', 'Python', 'build'))
96 classpath = '-cp "' + ':'.join([os.path.abspath(p) for p in cp]) + '"'
125 raise AssertionError(''.join(difflib.unified_diff(a, b)))
150 self._baseDir = os.path.join(
    [all...]
  /external/chromium/testing/
generate_gmock_mutant.py 318 return "\n".join(w)
348 return ", ".join(ExpandPattern(pattern, it))
358 return ", ".join(ExpandPattern(pattern, it))
362 return ", ".join(filter(len, a))
374 return "\n".join(lines)
  /external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java 128 assertEquals("", SignedBytes.join(",", EMPTY));
129 assertEquals("1", SignedBytes.join(",", ARRAY1));
130 assertEquals("1,2", SignedBytes.join(",", (byte) 1, (byte) 2));
131 assertEquals("123", SignedBytes.join("", (byte) 1, (byte) 2, (byte) 3));
132 assertEquals("-128,-1", SignedBytes.join(",", (byte) -128, (byte) -1));
UnsignedBytesTest.java 129 assertEquals("", UnsignedBytes.join(",", new byte[] {}));
130 assertEquals("1", UnsignedBytes.join(",", new byte[] {(byte) 1}));
131 assertEquals("1,2", UnsignedBytes.join(",", (byte) 1, (byte) 2));
132 assertEquals("123", UnsignedBytes.join("", (byte) 1, (byte) 2, (byte) 3));
133 assertEquals("128,255", UnsignedBytes.join(",", (byte) 128, (byte) -1));
  /build/tools/releasetools/
edify_generator.py 64 return "".join(out).replace("\0", " ").rstrip("\n")
76 ' ||\0'.join([('file_getprop("/system/build.prop", '
97 " ||\0".join(['getprop("ro.bootloader") == "%s"' % (b,)
119 "".join([', "%s"' % (i,) for i in sha1]) +
126 "".join([', "%s"' % (i,) for i in sha1]) +
175 cmd = "delete(" + ",\0".join(['"%s"' % (i,) for i in file_list]) + ");"
189 cmd = "".join(cmd)
228 ",\0".join(['"' + i + '"' for i in sorted(links)]) + ");")
249 "\n".join(self.script) + "\n")
254 data = open(os.path.join(input_path, "updater")).read(
    [all...]
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 52 os.environ["TTFPATH"] = ":".join(["/usr/share/fonts/truetype/" + d
69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css))
70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images)
76 index = open(os.path.join(dest_dir, name), "w")
173 from string import split, join namespace
176 text = join(split(text, a), b)
294 for datapath in glob.glob(os.path.join(datadir, "*.csv")):
328 imgdir = os.path.join(outdir, rel_imgdir
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 166 st.join();
185 st.join();
232 t.join();
252 st.join();
353 firstOne.join();
354 secondOne.join();
366 t.join();
423 st.join();
542 st.join();
595 * @tests java.lang.Thread#join()
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 69 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath,
82 for item in recurse(os.path.join(subpath, subdir)):
141 cycle_description = ' -> '.join(
237 """ % (" ".join(sorted(subdirectories)),)
254 directory_path = os.path.join(output_path, subpath[1:])
276 file_path = os.path.join(directory_path, 'LLVMBuild.txt')
281 header_name = '.' + os.path.join(subpath, 'LLVMBuild.txt')
397 ', '.join('"%s"' % dep
450 p = os.path.join(self.source_root, ci.subpath[1:], 'LLVMBuild.txt')
546 ci.get_prefixed_library_name(), " ".join(sorted
    [all...]
  /external/chromium/build/mac/
strip_save_dsym 49 macho_types_re = "Mach-O (?:64-bit )?(?:" + "|".join(macho_types) + ")"
182 dsym = os.path.join(os.environ["BUILT_PRODUCTS_DIR"],
200 dwarf_dir = os.path.join(dsym, "Contents", "Resources", "DWARF")
201 dwarf_file = os.path.join(dwarf_dir, os.path.basename(macho))
249 info_file = os.path.join(dsym, "Contents", "Info.plist")
284 strip_path = os.path.join(strip_path, "strip")
287 print " ".join(strip_cmdline)

Completed in 376 milliseconds

1 2 3 4 5 67 8 91011>>