/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/ |
ci.rake | 6 t.rspec_opts += ["-r #{base_path.join('tasks/support/gl-matrix')}"]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/bin/ |
vinn | 8 sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..'))
|
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/ |
lit.site.cfg | 14 lit.load_config(config, os.path.join(config.test_source_root,
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 28 src_root = os.path.join(config.test_source_root, '..') 31 config.substitutions.append(('%{inputs}', os.path.join( 34 os.path.join(src_root, 'lit.py'),))) 40 config.environment['COVERAGE_PROCESS_START'] = os.path.join(
|
/external/regex-re2/util/ |
thread.h | 15 void Join();
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
ClassCacheTest.java | 34 locker.join(timeToWait, 0); 38 attempt.join(timeToWait, 0); 73 locker.join(timeToWait, 0); 77 attempt.join(timeToWait, 0);
|
/packages/apps/Dialer/tests/src/com/android/dialer/util/ |
DialerUtilsTest.java | 38 * List of items to be concatenated together for CharSequence join tests. 54 CharSequence joined = DialerUtils.join(mResources, mItems); 64 CharSequence joined = DialerUtils.join(mResources, mItems); 75 CharSequence joined = DialerUtils.join(mResources, mItems);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 24 wanted = os.path.join(cmd.build_base, 'lib') 34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec) 41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec) 45 wanted = os.path.join(cmd.build_base, 'scripts-' + sys.version[0:3])
|
test_spawn.py | 34 exe = os.path.join(tmpdir, 'foo.sh') 38 exe = os.path.join(tmpdir, 'foo.bat') 46 exe = os.path.join(tmpdir, 'foo.sh') 50 exe = os.path.join(tmpdir, 'foo.bat')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
mp_fork_bomb.py | 16 p.join()
|
test_string.py | 33 self.checkequal('a b c d', ['a', 'b', 'c', 'd'], 'join', ' ') 34 self.checkequal('abcd', ('a', 'b', 'c', 'd'), 'join', '') 35 self.checkequal('w x y z', string_tests.Sequence(), 'join', ' ') 36 self.checkequal('abc', ('abc',), 'join', 'a') 37 self.checkequal('z', UserList(['z']), 'join', 'a') 39 self.checkequal(unicode('a.b.c'), ['a', 'b', 'c'], 'join', unicode('.')) 40 self.checkequal(unicode('a.b.c'), [unicode('a'), 'b', 'c'], 'join', '.') 41 self.checkequal(unicode('a.b.c'), ['a', unicode('b'), 'c'], 'join', '.') 42 self.checkequal(unicode('a.b.c'), ['a', 'b', unicode('c')], 'join', '.') 43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 24 wanted = os.path.join(cmd.build_base, 'lib') 34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec) 41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec) 45 wanted = os.path.join(cmd.build_base, 'scripts-' + sys.version[0:3])
|
test_spawn.py | 34 exe = os.path.join(tmpdir, 'foo.sh') 38 exe = os.path.join(tmpdir, 'foo.bat') 46 exe = os.path.join(tmpdir, 'foo.sh') 50 exe = os.path.join(tmpdir, 'foo.bat')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
mp_fork_bomb.py | 16 p.join()
|
test_string.py | 33 self.checkequal('a b c d', ['a', 'b', 'c', 'd'], 'join', ' ') 34 self.checkequal('abcd', ('a', 'b', 'c', 'd'), 'join', '') 35 self.checkequal('w x y z', string_tests.Sequence(), 'join', ' ') 36 self.checkequal('abc', ('abc',), 'join', 'a') 37 self.checkequal('z', UserList(['z']), 'join', 'a') 39 self.checkequal(unicode('a.b.c'), ['a', 'b', 'c'], 'join', unicode('.')) 40 self.checkequal(unicode('a.b.c'), [unicode('a'), 'b', 'c'], 'join', '.') 41 self.checkequal(unicode('a.b.c'), ['a', unicode('b'), 'c'], 'join', '.') 42 self.checkequal(unicode('a.b.c'), ['a', 'b', unicode('c')], 'join', '.') 43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.' [all...] |
/art/test/078-polymorphic-virtual/src/ |
Main.java | 28 derived1.join(); 29 derived2.join(); 30 derived3.join();
|
/external/boringssl/src/crypto/perlasm/ |
arm-xlate.pl | 18 if ($flavour =~ /linux/) { ".arch\t".join(',',@_); } 22 if ($flavour =~ /linux/) { ".fpu\t".join(',',@_); } 26 if ($flavour =~ /ios/) { ".private_extern\t".join(',',@_); } 27 else { ".hidden\t".join(',',@_); } 42 } else { $ret = ".comm\t".join(',',@args); } 68 if ($flavour =~ /linux/) { ".type\t".join(',',@_); } 72 if ($flavour =~ /linux/) { ".size\t".join(',',@_); } 76 if ($flavour =~ /linux/) { ".inst\t".join(',',@_); } 77 else { ".long\t".join(',',@_); } 80 my $line = join(",",@_) [all...] |
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
filemixin.py | 38 return ''.join(output) 41 return ''.join(output) 44 return ''.join(output)
|
/external/chromium-trace/trace-viewer/tracing/build/ |
trace2html_unittest.py | 24 simple_trace_path = os.path.join( 27 big_trace_path = os.path.join( 30 non_json_trace_path = os.path.join(
|
/external/compiler-rt/test/asan/android_commands/ |
android_run.py | 9 device_binary = os.path.join(ANDROID_TMPDIR, os.path.basename(sys.argv[0])) 19 return ' '.join(args) 22 device_args = ' '.join(sys.argv[1:]) # FIXME: escape?
|
/external/compiler-rt/test/cfi/ |
lit.cfg | 11 return os.path.exists(os.path.join(config.llvm_shlib_dir, 'libLTO.dylib')) 14 if not os.path.exists(os.path.join(config.llvm_shlib_dir, 'LLVMgold.so')): 26 clangxx = ' '.join([config.clang] + config.cxx_mode_flags)
|
/external/llvm/test/Transforms/ScalarRepl/ |
2011-09-22-PHISpeculateInvoke.ll | 20 to label %join unwind label %unwind 24 br label %join 26 join: ; preds = %then, %else
|
/external/mockito/src/org/mockito/internal/debugging/ |
LoggingListener.java | 11 import static org.mockito.internal.util.StringJoiner.join;
23 logger.log(join(
37 logger.log(join(
|
/external/pdfium/testing/tools/ |
pngdiffer.py | 21 actual_path_template = os.path.join( 23 expected_path_template = os.path.join( 25 platform_expected_path_template = os.path.join(
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSQLiteQueryBuilder.java | 6 import com.xtremelabs.robolectric.util.Join; 26 sb.append(Join.join(", ", (Object[]) columns));
|