/sdk/jarutils/src/com/android/jarutils/ |
KeystoreHelper.java | 211 t1.join(); 215 t2.join();
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
AdbWrapper.java | 208 t1.join();
212 t2.join();
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 198 # out("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n"); 199 debug("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n"); 269 #debug( "[", join("\n", @out), "]\n"); 290 #debug( "#$method:", join(";",@$data), "\n"); 383 out("Raw times (ms/pass): ", join(", ", @ms_str), "<BR>\n");
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_shell_thread.py | 85 filename = os.path.join(output_dir, test_info.filename) 283 tests_run_filename = os.path.join(self._options.results_directory, 329 error_str = '\n'.join([' ' + f.message() for f in failures]) 372 worker.join(int(test_info.timeout) * 3.0 / 1000.0) 374 # If join() returned with the thread still running, the
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 126 diff_result = os.path.join(results_dir, "layout_tests_diff.txt") 133 DiffResults(f, os.path.join(results_dir, result_file_name), 134 os.path.join(ref_dir, result_file_name), diff_result, 157 path = ' '.join(args); 285 ref_dir = os.path.join(script_dir, "results")
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBld.c | 132 * Intilaize the ctrl field in the BSS join structure 140 /* Init filters as station (start/join with BssType will overwrite the values) */ [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 154 input = "".join(["%s%s\n" % (i.name, suffix[i.dir]) 389 os.path.join(OPTIONS.input_tmp, "BOOT"))) 391 os.path.join(OPTIONS.input_tmp, "RECOVERY"))) 417 "".join(["%s=%s\n" % kv 554 threads.pop().join() 667 os.path.join(OPTIONS.source_tmp, "BOOT"))) 670 os.path.join(OPTIONS.target_tmp, "BOOT"))) 675 os.path.join(OPTIONS.source_tmp, "RECOVERY"))) 678 os.path.join(OPTIONS.target_tmp, "RECOVERY"))) 893 f = open(os.path.join(OPTIONS.input_tmp, "META", "tool-extensions.txt") [all...] |
check_target_files_signatures | 78 PROBLEMS.append(" ".join(PROBLEM_PREFIX) + " " + msg) 127 certs = [os.path.join(dirpath, i) 154 cert = "".join(cert).decode('base64') 255 fullname = os.path.join(dirpath, fn)
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 223 t1.join(); 626 noOp.join(); 669 noOp.join(); 858 t1.join(); [all...] |
/external/v8/tools/ |
test.py | 34 from os.path import join, dirname, abspath, basename, isdir, exists namespace 79 print "Path: %s" % "/".join(test.path) 96 thread.join(timeout=10000000) 146 return " ".join(parts) 443 if context.verbose: print "#", " ".join(args) 648 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)] [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
DelayQueueTest.java | 396 t.join(); 422 t.join(); 459 t.join(); 485 t.join(); 554 t.join(); 582 t.join(); 989 t.join();
|
PriorityBlockingQueueTest.java | 358 t.join(); 384 t.join(); 421 t.join(); 447 t.join(); 516 t.join(); 544 t.join(); 906 t.join();
|
AtomicBooleanTest.java | 80 t.join(LONG_DELAY_MS);
|
AtomicReferenceFieldUpdaterTest.java | 145 t.join(LONG_DELAY_MS);
|
AtomicReferenceTest.java | 78 t.join(LONG_DELAY_MS);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 450 public String join(Name name, boolean givenNameFirst) { method in class:NameSplitter 455 return join(name.familyName, name.middleName, name.givenNames, name.suffix, 459 return join(name.familyName, name.middleName, name.givenNames, name.suffix, 464 return join(name.givenNames, name.middleName, name.familyName, name.suffix, 467 return join(name.familyName, name.givenNames, name.middleName, name.suffix, 478 return join(name.phoneticFamilyName, name.phoneticMiddleName, 485 private String join(String part1, String part2, String part3, String suffix, method in class:NameSplitter [all...] |
ContactAggregator.java | 621 + " JOIN raw_contacts raw_contacts1 " 623 + " JOIN raw_contacts raw_contacts2 " [all...] |
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 144 $X->put($user, join("\t", ($pass, $hostname))); 166 $X->put($user, join("\t", $spass, $shost, $ip)); 214 syswrite(FILE, join("", @records));
|
/external/v8/test/cctest/ |
test-thread-termination.cc | 173 thread.Join(); 225 thread1.Join(); 226 thread2.Join();
|
/external/webkit/SunSpider/ |
sunspider | 155 $prefix .= "var tests = [ " . join(", ", map { '"' . $_ . '"' } @tests) . " ];\n"; 156 $prefix .= "var categories = [ " . join(", ", map { '"' . $_ . '"' } @categories) . " ];\n"; 226 my $output = "var output = [\n" . join(",\n", @results) . "\n];\n";
|
/external/webkit/WebCore/inspector/front-end/ |
TextEditorModel.js | 188 var prefix = line.substring(0, column).split("").reverse().join(""); 206 return clip.join("\n"); 212 return clip.join("\n");
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queues.py | 87 return os.path.join("%s-logs" % self.name, "%s.log" % patch.bug_id()) 120 log("%s in %s [%s]" % (pluralize("patch", len(patch_ids)), self.name, ", ".join(map(str, patch_ids)))) 175 self._update_status("Builders [%s] are red. See http://build.webkit.org" % ", ".join(red_builders_names), None)
|
/build/core/ |
checktree | 89 where = "p4 where " + " ".join(added_depot_path)
|
/build/tools/ |
findleaves.py | 52 result.append(os.path.join(root, filename))
|
/cts/tools/vm-tests/src/dot/junit/opcodes/monitor_exit/ |
Test_monitor_exit.java | 38 th.join();
|