Searched
full:join (Results
351 -
375 of
5294) sorted by null
<<11121314151617181920>>
/external/lldb/test/functionalities/platform/ |
TestPlatformCommand.py | 12 mydir = os.path.join("functionalities", "platform")
|
/external/lldb/test/functionalities/thread/break_after_join/ |
main.cpp | 47 // Wait for the join thread to join 81 // Join the other thread 114 // Create a thread to join the breakpoint thread
|
/external/lldb/test/python_api/symbol-context/ |
TestSymbolContext.py | 13 mydir = os.path.join("python_api", "symbol-context") 38 exe = os.path.join(os.getcwd(), "a.out") 70 substrs = [os.path.join(self.mydir, 'a.out')]) 74 substrs = [os.path.join(self.mydir, 'main.c')])
|
/external/llvm/include/llvm/ADT/ |
IntEqClasses.h | 14 // passing a representative member of each class to join(). 56 /// join - Join the equivalence classes of a and b. After joining classes, 59 void join(unsigned a, unsigned b);
|
/external/llvm/test/Unit/ |
lit.cfg | 19 config.test_exec_root = os.path.join(llvm_obj_root, 'unittests') 40 config.environment['PATH'] = os.path.pathsep.join(( 75 this_src_root = os.path.join(os.path.dirname(__file__),'..','..') 80 site_cfg = os.path.join(llvm_obj_root, 'test', 'Unit', 'lit.site.cfg')
|
/external/regex-re2/util/ |
thread.cc | 33 void Thread::Join() {
|
/external/robolectric/ |
README.md | 9 For more information about how to use Robolectric on your project, extend its functionality, and join the community of
|
/external/skia/experimental/PdfViewer/ |
SkPdfGraphicsState.cpp | 40 // TODO(edisonn): impl cap and join
|
/external/skia/ |
gyp_skia.py | 18 execfile(os.path.join(path, 'gyp_skia'))
|
/external/skia/src/animator/ |
SkDisplayBounds.cpp | 40 rect.join(fBounds);
|
/external/skia/src/core/ |
SkStrokerPriv.h | 38 static JoinProc JoinFactory(SkPaint::Join);
|
/external/skia/src/utils/ |
SkOSFile.cpp | 9 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) {
|
SkThreadUtils.h | 33 void join();
|
/external/skia/tests/ |
BadIcoTest.cpp | 30 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), badIcos[i]);
|
/external/v8/src/base/platform/ |
semaphore-unittest.cc | 102 producer_thread.Join(); 103 consumer_thread.Join(); 118 t1.Join(); 119 t2.Join();
|
/external/v8/test/cctest/ |
testcfg.py | 46 os.path.join(root, "..", "..", build_dir, ".serdes")) 52 shell = os.path.abspath(os.path.join(context.shell_dir, self.shell())) 80 serialization_file = os.path.join(self.serdes_dir, "serdes_" + testname) 81 serialization_file += ''.join(testcase.flags).replace('-', '_')
|
/external/v8/test/intl/ |
testcfg.py | 49 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/valgrind/drd/tests/ |
boost_thread.cpp | 31 t.join();
|
pth_cancel_locked.c | 45 /* Join the created thread. */
|
/external/valgrind/helgrind/tests/ |
tc05_simple_race.c | 39 perror("pthread join");
|
tc06_two_races.c | 38 perror("pthread join");
|
tc16_byterace.c | 37 perror("pthread join");
|
/external/valgrind/memcheck/tests/ |
err_disable4.c | 7 all to exit (join with them). That creates N thread slots that 17 4. Join with the N threads. 114 // join 141 // join
|
/external/vixl/ |
.ycm_extra_conf.py | 13 return os.path.join(repo_root, path)
|
/frameworks/base/packages/CaptivePortalLogin/res/values-en-rAU/ |
strings.xml | 8 <string name="ssl_error_warning" msgid="6653188881418638872">"The network that you?re trying to join has security issues."</string>
|
Completed in 569 milliseconds
<<11121314151617181920>>