HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 151 - 175 of 3920) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
proc_supporting_platform_backend_unittest.py 38 open(os.path.join(util.GetUnittestDataDir(), 'stat')).read())
41 open(os.path.join(util.GetUnittestDataDir(), 'status')).read())
56 open(os.path.join(util.GetUnittestDataDir(), 'stat')).read())
59 open(os.path.join(util.GetUnittestDataDir(), 'status_nohwm')).read())
  /external/chromium_org/tools/valgrind/
unused_suppressions.py 20 '\n'.join(all_supps)).read())
  /external/chromium_org/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/chromium_org/webkit/tools/layout_tests/
PRESUBMIT.py 18 input_api.os_path.join(current_dir, '..', '..', '..', 'tools', 'python')
23 env['PYTHONPATH'] = input_api.os_path.pathsep.join(python_paths)
26 input_api.os_path.join(current_dir, 'run_webkit_tests.py'),
42 return [output_api.PresubmitError('Lint error\n%s' % '\n'.join(error),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.py 48 ANT_LIB = os.path.join(ANT_HOME, 'lib')
57 JAVACMD = os.path.join(os.environ['JAVA_HOME'], 'bin', 'java')
65 launcher_jar = os.path.join(ANT_LIB, 'ant-launcher.jar')
95 CLASSPATH, string.join(sys.argv[1:], ' '))
  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 16 super(String.format("%s(%s)", methodName, join(", ", params)),
24 public static String join(String delimiter, Object... params) { method in class:ParameterizedAssertionError
25 return join(delimiter, Arrays.asList(params));
28 public static String join(String delimiter, method in class:ParameterizedAssertionError
  /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/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/valgrind/main/drd/tests/
std_thread.cpp 20 t.join();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.h 56 void join(void);
  /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();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
this.py 28 print "".join([d.get(c, c) for c in s])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
this.py 28 print "".join([d.get(c, c) for c in s])
  /external/chromium_org/build/android/buildbot/
bb_utils.py 14 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21 os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
25 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
28 CHROME_OUT_DIR = os.path.join(CHROME_SRC, 'out')
30 GOMA_DIR = os.environ.get('GOMA_DIR', os.path.join(BB_BUILD_DIR, 'goma'))
32 GSUTIL_PATH = os.path.join(BB_BUILD_DIR, 'third_party', 'gsutil', 'gsutil')
36 return ' '.join(map(pipes.quote, command))
  /external/chromium_org/build/android/gyp/
process_resources.py 63 src_dir = os.path.join(res_root, src_dir_name)
68 dst_dir_name = '-'.join(dst_components)
69 dst_dir = os.path.join(res_root, dst_dir_name)
74 src_file = os.path.join(src_dir, src_file_name)
75 dst_file = os.path.join(dst_dir, src_file_name)
82 android_jar = os.path.join(options.android_sdk, 'android.jar')
83 aapt = os.path.join(options.android_sdk_tools, 'aapt')
  /external/chromium/build/
gyp_chromium 17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
19 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
34 sys.path.insert(0, os.path.join(chrome_src, 'third_party', 'psyco_win32'))
88 AddInclude(os.path.join(script_dir, 'common.gypi'))
89 AddInclude(os.path.join(script_dir, 'features_override.gypi'))
92 supplements = glob.glob(os.path.join(chrome_src, '*', 'supplement.gypi'))
110 python_dir = os.path.join(chrome_src, 'third_party', 'python_26')
114 [os.path.join(python_dir, 'python.exe')] + sys.argv,
121 gyp_env_path = os.path.join(os.path.dirname(chrome_src), 'chromium.gyp_env')
141 args.append(os.path.join(script_dir, 'all.gyp')
    [all...]
  /external/chromium_org/v8/test/benchmarks/
testcfg.py 111 result.append(os.path.join(self.testroot, "%s-data.js" % testcase.path))
112 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
114 result.append(os.path.join(self.testroot, "octane/base.js"))
115 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
117 result.append(os.path.join(self.testroot, "octane/gbemu-part2.js"))
119 result.append(os.path.join(self.testroot,
121 result.append(os.path.join(self.testroot, "octane/typescript-input.js"))
123 result.append(os.path.join(self.testroot, "octane/zlib-data.js"))
126 result.append(os.path.join(self.testroot, "%s.js" % testcase.path))
130 filename = os.path.join(self.testroot, testcase.path + ".js"
    [all...]
  /external/chromium_org/v8/test/test262/
testcfg.py 49 self.testroot = os.path.join(root, "data", "test", "suite")
50 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
52 self.harness += [os.path.join(self.root, "harness-adapt.js")]
68 testname = os.path.join(dirname[len(self.testroot) + 1:],
76 [os.path.join(self.testroot, testcase.path + ".js")])
79 filename = os.path.join(self.testroot, testcase.path + ".js")
94 archive_name = os.path.join(self.root, "test262-%s.tar.bz2" % revision)
95 directory_name = os.path.join(self.root, "data")
96 directory_old_name = os.path.join(self.root, "data.old")
117 os.rename(os.path.join(self.root, "test262-%s" % revision)
    [all...]
  /external/v8/test/cctest/
testcfg.py 30 from os.path import join, dirname, exists namespace
52 if exists(join(self.context.buildspace, 'obj', 'test', self.mode)):
53 serialization_file = join('obj', 'test', self.mode, 'serdes')
55 serialization_file = join('obj', 'serdes')
57 serialization_file = join(self.context.buildspace, serialization_file)
58 serialization_file += ''.join(self.variant_flags).replace('-', '_')
88 executable = join(self.context.buildspace, executable)
90 executable = join('obj', 'test', mode, 'cctest')
93 executable = join(self.context.buildspace, executable)
112 status_file = join(self.root, 'cctest.status'
    [all...]
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 21 sys.path.insert(1, os.path.join(_THIS_DIR, os.pardir))
28 sys.path.insert(0, os.path.join(chrome_paths.GetSrc(), 'build', 'android'))
90 os.makedirs(os.path.join(test_dir, *required_dir))
94 shutil.copyfile(os.path.join(java_tests_src_dir, 'keystore'),
95 os.path.join(test_dir, *keystore_path))
96 util.Unzip(os.path.join(java_tests_src_dir, 'common.zip'), test_dir)
97 shutil.copyfile(os.path.join(java_tests_src_dir, test_jar),
98 os.path.join(test_dir, test_jar))
128 util.Unzip(os.path.join(java_tests_src_dir, 'test-nodeps-srcs.jar'),
158 return '\n'.join([
    [all...]

Completed in 555 milliseconds

1 2 3 4 5 67 8 91011>>