HomeSort by relevance Sort by last modified time
    Searched full:join (Results 201 - 225 of 5294) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 29 FULL_DUMMY_PATH = os.path.join(os.path.dirname(__file__), 'inputs',
51 original = os.path.join(tmp, MISSING_FILENAME)
67 actual_name = os.path.join(tmp, MISSING_FILENAME)
78 actual_name = os.path.join(tmp, USER_CONFIG_NAME)
  /external/skia/tools/
fix_pythonpath.py 14 CHECKOUT_ROOT = os.path.realpath(os.path.join(
  /external/v8/src/libplatform/
worker-thread.cc 20 Join();
  /external/v8/test/mozilla/
testcfg.py 68 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/valgrind/helgrind/tests/
tc01_simple_race.c 31 perror("pthread join");
tc02_simple_tls.c 31 perror("pthread join");
tls_threads.c 91 fprintf(stderr, "starting join in main\n");
95 fprintf(stderr, "finished join in main\n");
102 fprintf(stderr, "starting join in main\n");
105 fprintf(stderr, "finished join in main\n");
  /frameworks/base/packages/CaptivePortalLogin/res/values/
strings.xml 8 <string name="ssl_error_warning">The network you&#8217;re trying to join has security issues.</string>
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
MultiArgAdapterEvaluationTest.java 23 import static android.databinding.testapp.adapter.MultiArgTestAdapter.join;
42 assertEquals(mBinder.merged.getText().toString(), join(obj1.getValue(), obj2.getValue()));
43 assertEquals(mBinder.view2.getText().toString(), join(obj2.getValue()));
57 assertEquals(join(obj1, obj2), mBinder.merged.getText().toString()); method
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 65 t1.join();
70 t2.join();
82 t1.join();
87 t2.join();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
notify_one.pass.cpp 69 t1.join();
74 t2.join();
86 t1.join();
91 t2.join();
  /ndk/tests/device/test-openmp/jni/
openmp2.c 23 } /* All threads join master thread and disband */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 16 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
17 PY2_TEST_MODULE = os.path.join(TEST_DATA_DIR, "py2_test_grammar.py")
69 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project")
70 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project")
75 open(os.path.join(self.py2_src_dir, "__init__.py"), "w").close()
79 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py")
80 self.init_py2_file = os.path.join(self.py2_src_dir, "__init__.py")
106 os.path.join(self.py2_src_dir, name),
107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
48 filename = os.extsep.join((str(t), str(pid), "myhostname", "mydomain"))
49 tmpname = os.path.join(self._dir, "tmp", filename)
50 newname = os.path.join(self._dir, dir, filename)
test_ttk_textonly.py 8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 16 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), "data")
17 PY2_TEST_MODULE = os.path.join(TEST_DATA_DIR, "py2_test_grammar.py")
69 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project")
70 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project")
75 open(os.path.join(self.py2_src_dir, "__init__.py"), "w").close()
79 self.trivial_py2_file = os.path.join(self.py2_src_dir, "trivial.py")
80 self.init_py2_file = os.path.join(self.py2_src_dir, "__init__.py")
106 os.path.join(self.py2_src_dir, name),
107 os.path.join(self.py3_dest_dir, name+suffix)), stderr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_old_mailbox.py 31 os.mkdir(os.path.join(self._dir, "cur"))
32 os.mkdir(os.path.join(self._dir, "tmp"))
33 os.mkdir(os.path.join(self._dir, "new"))
39 os.rmdir(os.path.join(self._dir, "cur"))
40 os.rmdir(os.path.join(self._dir, "tmp"))
41 os.rmdir(os.path.join(self._dir, "new"))
48 filename = os.extsep.join((str(t), str(pid), "myhostname", "mydomain"))
49 tmpname = os.path.join(self._dir, "tmp", filename)
50 newname = os.path.join(self._dir, dir, filename)
test_ttk_textonly.py 8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
  /external/v8/test/webkit/fast/js/
array-functions-non-arrays.js 75 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' }}).toString()", '"join"')
    [all...]
  /external/selinux/libsemanage/src/
database_join.c 3 /* Object: dbase_join_t (Join)
20 /* JOIN dbase */
33 /* JOIN extension */
109 if (rjtable->join(handle, NULL,
117 if (rjtable->join(handle, records1[i],
125 if (rjtable->join(handle, records1[i],
155 ERR(handle, "could not cache join database");
194 * this because we don't store delete deltas for the join,
231 ERR(handle, "could not flush join database");
261 ERR(handle, "out of memory, could not initialize join database")
    [all...]
  /art/test/039-join-main/src/
Main.java 18 * Make sure that a sub-thread can join the main thread.
46 mJoinMe.join();
  /bionic/libc/tools/
ndk_missing_symbols.py 36 device = (symbols.GetFromElf(os.path.join(tmp_dir, 'libc.so')) |
37 symbols.GetFromElf(os.path.join(tmp_dir, 'libm.so')))
  /build/tools/
fileslist.py 34 get_file_size(os.path.sep.join((dir, f))),
35 os.path.sep.join((relative, f)),
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_reporter.py 7 dir = os.path.join(os.path.dirname(__file__), 'reporter_output')
8 fn = os.path.join(dir, fn)
  /external/chromium-trace/trace-viewer/tracing/build/
check_gypi.py 8 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 320 milliseconds

1 2 3 4 5 6 7 891011>>