/external/valgrind/drd/tests/ |
tls_threads.stderr.exp | 1 starting join in main 2 finished join in main
|
/external/valgrind/helgrind/tests/ |
tls_threads.stderr.exp | 1 starting join in main 2 finished join in main
|
/build/kati/testcase/ |
join.mk | 1 foo:=$(join a b,.c .o) 6 echo $(join a b c, 0 1) 7 echo $(join a b, 0 1 2)
|
/external/chromium-trace/catapult/systrace/ |
PRESUBMIT.py | 24 catapult_dir = input_api.os_path.join(project_dir, '..') 28 input_api.os_path.join(catapult_dir, 'common', 'battor'), 29 input_api.os_path.join(catapult_dir, 'common', 'py_trace_event'), 30 input_api.os_path.join(catapult_dir, 'common', 'py_utils'), 31 input_api.os_path.join(catapult_dir, 'devil'), 32 input_api.os_path.join(catapult_dir, 'telemetry'), 33 input_api.os_path.join(catapult_dir, 'third_party', 'mock'), 34 input_api.os_path.join(catapult_dir, 'tracing'),
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Paint_JoinTest.java | 22 import android.graphics.Paint.Join; 34 assertEquals(Join.BEVEL, Join.valueOf("BEVEL")); 35 assertEquals(Join.MITER, Join.valueOf("MITER")); 36 assertEquals(Join.ROUND, Join.valueOf("ROUND")); 42 Join[] actual = Join.values(); 45 assertEquals(Join.MITER, actual[0]) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
JoinParser.java | 9 // Parser for Join Header (RFC3911) 12 // Join = "Join" HCOLON callid *(SEMI join-param) 13 // join-param = to-tag / from-tag / generic-param 48 Join join = new Join(); local 52 super.parse(join); 53 join.setCallId(callId) [all...] |
/external/llvm/utils/llvm-lit/ |
llvm-lit.in | 11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit')) 17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg'), 18 'llvm_unit_site_config' : os.path.join(llvm_obj_root, 'test', 'Unit', 22 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang') 26 os.path.join(clang_obj_root, 'test', 'lit.site.cfg') 27 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra') 30 os.path.join(clang_tools_extra_obj_root, 'test', 'lit.site.cfg') 32 lld_obj_root = os.path.join(llvm_obj_root, 'tools', 'lld') 35 os.path.join(lld_obj_root, 'test', 'lit.site.cfg') 37 compilerrt_obj_root = os.path.join(llvm_obj_root, 'projects', 'compiler-rt' [all...] |
/external/autotest/client/tests/fio/ |
fio.py | 10 log = os.path.join(self.resultsdir, 'fio-mixed.log') 11 job = os.path.join(self.bindir, 'fio-mixed.job') 12 utils.system(' '.join(['fio', '--output', log, job]))
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
__init__.py | 9 _CATAPULT_DIR = os.path.join( 11 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil')) 12 sys.path.append(os.path.join(_CATAPULT_DIR, 'systrace')) 13 sys.path.append(os.path.join(_CATAPULT_DIR, 'common', 'py_utils'))
|
/external/perfetto/tools/ |
run_android_emulator | 31 emulator_root = os.path.join( 33 emulator_path = os.path.join(emulator_root, 'qemu', 'linux-x86_64') 35 emulator_root = os.path.join( 37 emulator_path = os.path.join(emulator_root, 'qemu', 'darwin-x86_64') 39 aosp_path = os.path.join(root_dir, 'buildtools', 'aosp-arm') 45 'LD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib'), 46 'DYLD_LIBRARY_PATH': os.path.join(emulator_root, 'lib64', 'qt', 'lib'), 48 emulator_bin = os.path.join(emulator_path, 'qemu-system-armel') 51 '-system', os.path.join(aosp_path, 'system-qemu.img'), 52 '-kernel', os.path.join(aosp_path, 'kernel-ranchu') [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_filelist.py | 2 from os.path import join
43 join('global', 'one.txt'),
44 join('global', 'two.txt'),
45 join('global', 'files.x'),
46 join('global', 'here.tmp'),
47 join('f', 'o', 'f.oo'),
48 join('dir', 'graft-one'),
49 join('dir', 'dir2', 'graft2'),
50 join('dir3', 'ok'),
51 join('dir3', 'sub', 'ok.txt') [all...] |
test_install_data.py | 19 cmd.install_dir = inst = os.path.join(pkg_dir, 'inst')
24 one = os.path.join(pkg_dir, 'one')
26 inst2 = os.path.join(pkg_dir, 'inst2')
27 two = os.path.join(pkg_dir, 'two')
40 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
42 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
52 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo)))
53 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
57 cmd.root = os.path.join(pkg_dir, 'root')
58 inst3 = os.path.join(cmd.install_dir, 'inst3') [all...] |
/external/v8/tools/ |
verify_source_deps.py | 25 os.path.join(V8_BASE, 'src', 'd8.gyp'), 26 os.path.join(V8_BASE, 'src', 'v8.gyp'), 27 os.path.join(V8_BASE, 'src', 'inspector', 'inspector.gypi'), 28 os.path.join(V8_BASE, 'src', 'third_party', 'vtune', 'v8vtune.gyp'), 29 os.path.join(V8_BASE, 'samples', 'samples.gyp'), 30 os.path.join(V8_BASE, 'test', 'cctest', 'cctest.gyp'), 31 os.path.join(V8_BASE, 'test', 'fuzzer', 'fuzzer.gyp'), 32 os.path.join(V8_BASE, 'test', 'unittests', 'unittests.gyp'), 33 os.path.join(V8_BASE, 'test', 'inspector', 'inspector.gyp'), 34 os.path.join(V8_BASE, 'testing', 'gmock.gyp') [all...] |
/external/autotest/cli/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/contrib/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/database/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/frontend/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/scheduler/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/server/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/site_utils/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/tko/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/autotest/utils/ |
common.py | 3 autotest_dir = os.path.abspath(os.path.join(dirname, "..")) 4 client_dir = os.path.join(autotest_dir, "client")
|
/external/clang/test/Preprocessor/ |
c99-6_10_3_3_p4.c | 6 #define join(c, d) in_between(c hash_hash d) macro 7 char p[] = join(x, y);
|
macro_paste_hashhash.c | 5 #define join(c, d) in_between(c hash_hash d) macro 7 join(x, y);
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
lit.site.cfg | 4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery") 5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))
|