HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 51 - 75 of 7060) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/platform_tools/android/tests/
utils.py 14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations')
35 full_expectations_path = os.path.join(EXPECTATIONS_DIR, expectation_name)
  /external/v8/build/linux/unbundle/
replace_gn_files.py 36 os.path.join(my_dirname, '..', '..', '..'))
53 os.rename(os.path.join(source_tree_root, path + '.orig'),
54 os.path.join(source_tree_root, path))
57 shutil.copyfile(os.path.join(source_tree_root, path),
58 os.path.join(source_tree_root, path + '.orig'))
61 shutil.copyfile(os.path.join(my_dirname, '%s.gn' % lib),
62 os.path.join(source_tree_root, path))
66 print('Unrecognized system libraries requested: %s' % ', '.join(
replace_gyp_files.py 47 os.path.join(my_dirname, '..', '..', '..'))
66 os.rename(os.path.join(source_tree_root, path + '.orig'),
67 os.path.join(source_tree_root, path))
70 shutil.copyfile(os.path.join(source_tree_root, path),
71 os.path.join(source_tree_root, path + '.orig'))
74 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
75 os.path.join(source_tree_root, path))
  /external/vixl/third_party/android/
generate_android_mk.py 36 dir_root = os.path.join(dir_android, '..', '..')
38 target_mk_default = os.path.abspath(os.path.join(dir_root, 'Android.mk'))
52 sources = glob.glob(os.path.join(dir_root, 'src', 'vixl', '*.cc')) + \
53 glob.glob(os.path.join(dir_root, 'src', 'vixl', 'a64', '*.cc'))
57 test_sources = glob.glob(os.path.join(dir_root, 'test', '*.cc'))
61 android_mk_template = os.path.join(dir_android, 'Android.mk.template')
66 template = template.format(vixl_sources=' \\\n '.join(sources),
67 vixl_test_files=' \\\n '.join(test_sources))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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/chromium-trace/catapult/common/py_utils/
PRESUBMIT.py 24 catapult_dir = input_api.os_path.join(project_dir, '..', '..')
27 input_api.os_path.join(catapult_dir, 'dependency_manager'),
28 input_api.os_path.join(catapult_dir, 'devil'),
29 input_api.os_path.join(catapult_dir, 'third_party', 'mock'),
30 input_api.os_path.join(catapult_dir, 'third_party', 'pyfakefs'),
  /external/v8/build/android/pylib/constants/
host_paths.py 11 os.path.abspath(os.path.join(os.path.dirname(__file__),
14 BUILD_COMMON_PATH = os.path.join(
18 ANDROID_PLATFORM_DEVELOPMENT_SCRIPTS_PATH = os.path.join(
21 DEVIL_PATH = os.path.join(
23 PYMOCK_PATH = os.path.join(
  /external/webrtc/webrtc/tools/barcode_tools/
build_zxing.py 20 ant_executable = os.path.join(os.getenv('ANT_HOME'), 'bin', 'ant.bat')
28 print >> sys.stderr, 'Failed to execute: %s' % ' '.join(cmd)
31 print >> sys.stderr, 'Failed to execute: %s.\nCause: %s' % (' '.join(cmd),
36 core_build = os.path.join('third_party', 'zxing', 'core', 'build.xml')
39 javase_build = os.path.join('third_party', 'zxing', 'javase', 'build.xml')
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 64 failcmdfile = os.path.join(self.debugdir, 'failcmdfile')
65 outfile = os.path.join(self.resultsdir, 'ltp.out')
66 args2 = ['-l %s' % os.path.join(self.resultsdir, 'ltp.log'),
70 '-S %s' % os.path.join(self.bindir, 'site_excluded')]
71 args = '%s -p %s' % (args, ' '.join(args2))
75 dep_dir = os.path.join(self.autodir, 'deps', dep)
81 testcase_bin_dir = os.path.join(dep_dir, 'testcases', 'bin')
84 test_bin_file = os.path.join(testcase_bin_dir, select_test)
87 with open(os.path.join(dep_dir, 'runtest', 'cros_suite'), 'w') as f:
92 cmd = '%s %s' % (os.path.join(dep_dir, script), args
    [all...]
  /bionic/libc/tools/
genversion-scripts.py 13 bionic_libc_root = os.path.join(os.environ["ANDROID_BUILD_TOP"], "bionic/libc")
14 bionic_libm_root = os.path.join(os.environ["ANDROID_BUILD_TOP"], "bionic/libm")
15 bionic_libdl_root = os.path.join(os.environ["ANDROID_BUILD_TOP"], "bionic/libdl")
16 libc_script = os.path.join(bionic_libc_root, "libc.map.txt")
17 libm_script = os.path.join(bionic_libm_root, "libm.map.txt")
18 libdl_script = os.path.join(bionic_libdl_root, "libdl.map.txt")
27 bionic_libc_root = os.path.join(os.environ["ANDROID_BUILD_TOP"], "bionic/libc")
42 tmp_path = os.path.join(bionic_temp, name)
43 dest_path = os.path.join(dirname, name)
  /external/v8/test/mjsunit/es6/
typedarray-tostring.js 5 // Array's toString should call the object's own join method, if one exists and
35 assertEquals("1,2,3", a1.join());
38 // Non-standard "join" function is called correctly.
40 a2.join = testJoin;
43 assertEquals(success, a2.join());
46 // Non-callable join function is ignored and Object.prototype.toString is
49 a3.join = "not callable";
52 // Non-existing join function is treated same as non-callable.
55 // No join on Array.
62 join: constructor.prototype.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/catapult/firefighter/bin/
packaging.py 34 yield os.path.join(root, file_name)
63 module_source_dir = os.path.join(root_dir, module)
64 module_dest_dir = os.path.join(temp_app_dir, module)
69 link(os.path.join(module_source_dir, node),
70 os.path.join(module_dest_dir, node))
73 link(os.path.join(root_dir, 'base'),
74 os.path.join(module_dest_dir, 'base'))
77 third_party_dest_dir = os.path.join(module_dest_dir, 'third_party')
79 open(os.path.join(third_party_dest_dir, '__init__.py'), 'w').close()
81 link(os.path.join(gcloud_lib_dir, library)
    [all...]
  /external/chromium-trace/catapult/systrace/systrace/
util_unittest.py 22 self.assertEqual(' '.join(command), 'adb shell ls /data/local/tmp')
25 self.assertEqual(' '.join(command),
29 self.assertEqual(' '.join(command),
  /external/chromium-trace/catapult/telemetry/bin/
run_browser_tests 9 TELEMETRY_DIR = os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')
18 top_level_dir=os.path.join(TELEMETRY_DIR, 'examples'),
19 benchmark_dirs=[os.path.join(TELEMETRY_DIR, 'examples', 'browser_tests')])
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
filemixin.py 38 return ''.join(output)
41 return ''.join(output)
44 return ''.join(output)
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java 41 static final String EXAMPLE = Joiner.on('\n').join(
58 Joiner.on('\n').join(
73 Joiner.on('\n').join(
90 Joiner.on('\n').join(
107 Joiner.on('\n').join(
123 Joiner.on('\n').join(
141 Joiner.on('\n').join(
161 Joiner.on('\n').join(
180 Joiner.on('\n').join(
199 Joiner.on('\n').join(
    [all...]
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 44 m_pTestee->join<TreeIteratorBase::Rightward>(pos, 0);
46 m_pTestee->join<TreeIteratorBase::Rightward>(pos, 1);
47 m_pTestee->join<TreeIteratorBase::Leftward>(pos, 1);
49 m_pTestee->join<TreeIteratorBase::Rightward>(pos, 2);
50 m_pTestee->join<TreeIteratorBase::Leftward>(pos, 2);
54 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1);
56 mergeTree->join<TreeIteratorBase::Rightward>(pos2, 1);
57 mergeTree->join<TreeIteratorBase::Leftward>(pos2, 1);
69 mergeTree->join<TreeIteratorBase::Rightward>(pos, 0);
71 mergeTree->join<TreeIteratorBase::Rightward>(pos, 1)
    [all...]
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 99 mStreamA.join(mGroup);
102 mStreamB.join(mGroup);
105 mStreamA.join(null);
111 mStreamA.join(mGroup);
122 mStreamA.join(mGroup);
123 mStreamB.join(mGroup);
133 mStreamA.join(mGroup);
136 mStreamB.join(mGroup);
139 mStreamA.join(mGroup);
144 mStreamA.join(mGroup)
    [all...]
  /external/autotest/client/deps/webgl_clear/
webgl_clear.py 18 srcdir = os.path.join(topdir, 'src')
19 filesdir = os.path.join(topdir, 'files')
20 tarball_path = os.path.join(filesdir, tarball)
31 shutil.copy(os.path.join(filesdir, 'WebGLClear.html'), srcdir)
  /external/autotest/client/tools/
autotest 11 if os.path.exists(os.path.join(path, 'bin/autotest')):
18 autotest = os.path.join(autodir, 'bin/autotest')
19 control = os.path.join(autodir, 'control')
20 state = os.path.join(autodir, 'control.state')
  /external/autotest/site_utils/deploy_autotest/
common_util.py 39 ' '.join(VALID_COMMANDS))
42 ' '.join(VALID_TARGETS))
48 ' '.join(VALID_COMMANDS))
51 parser.error('All servers must be one of %s' % ' '.join(VALID_TARGETS))
  /external/autotest/site_utils/rpm_control_system/
config.py 8 CONFIG_FILE = os.path.join(os.path.dirname(__file__), 'rpm_config.ini')

Completed in 587 milliseconds

1 23 4 5 6 7 8 91011>>