HomeSort by relevance Sort by last modified time
    Searched full:join (Results 226 - 250 of 15707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/deps/iwcap/
iwcap.py 9 srcdir = os.path.join(topdir, 'src')
  /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/tests/iozone/
common.py 3 client_dir = os.path.abspath(os.path.join(dirname, "..", ".."))
  /external/autotest/client/tools/
common.py 3 client_dir = os.path.abspath(os.path.join(dirname, ".."))
  /external/autotest/
common.py 4 client_dir = os.path.join(autotest_dir, "client")
  /external/autotest/site_utils/rpm_control_system/
config.py 8 CONFIG_FILE = os.path.join(os.path.dirname(__file__), 'rpm_config.ini')
  /external/autotest/tko/migrations/
014_add_test_view_2.py 27 INNER JOIN jobs ON jobs.job_idx = tests.job_idx
28 INNER JOIN machines ON machines.machine_idx = jobs.machine_idx
29 INNER JOIN kernels ON kernels.kernel_idx = tests.kernel_idx
30 INNER JOIN status ON status.status_idx = tests.status;
  /external/capstone/bindings/python/
xprint.py 11 return " ".join("0x{0:02x}".format(c) for c in s) # <-- Python 3 is OK
13 return " ".join("0x{0:02x}".format(ord(c)) for c in s)
17 r = "".join("{0:02x}".format(c) for c in s) # <-- Python 3 is OK
19 r = "".join("{0:02x}".format(ord(c)) for c in s)
  /external/chromium-trace/catapult/devil/bin/
generate_md_docs 9 _DEVIL_PATH = os.path.abspath(os.path.join(
23 _MARKDOWN_SCRIPT = os.path.join(_DEVIL_PATH, 'devil', 'utils', 'markdown.py')
28 module_path = os.path.join(_DEVIL_PATH, k)
30 doc_path = os.path.join(_DEVIL_PATH, v)
  /external/fonttools/MetaTools/
buildChangeLog.py 6 os.path.join(os.getcwd(), sys.argv[0]))))
  /external/junit/src/main/java/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 12 super(String.format("%s(%s)", methodName, join(", ", params)));
26 public static String join(String delimiter, Object... params) { method in class:ParameterizedAssertionError
27 return join(delimiter, Arrays.asList(params));
30 public static String join(String delimiter, Collection<Object> values) { method in class:ParameterizedAssertionError
  /external/llvm/test/BugPoint/
compile-custom.ll.py 8 print("Error: " + ' '.join(sys.argv[1:]))
  /external/llvm/utils/lit/lit/
__init__.py 9 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
  /external/parameter-framework/upstream/test/xml-generator/
test.py 85 raise AssertionError("The result and the reference don't match:" + "\n".join(unified))
90 config_dir = os.path.join(basedir, "PFConfig")
91 vector_dir = os.path.join(basedir, "testVector")
94 self.nominal_reference = open(os.path.join(vector_dir, "reference.xml")).read().splitlines()
95 self.nominal_pfconfig = PfConfig(os.path.join(config_dir, "configuration.xml"),
96 os.path.join(config_dir, "criteria.txt"),
97 os.path.join(basedir, "../../schemas"))
98 self.nominal_vector = TestVector(os.path.join(vector_dir, "initialSettings.xml"),
99 [os.path.join(vector_dir, "first.pfw"),
100 os.path.join(vector_dir, "second.pfw")
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_spawn.py 34 exe = os.path.join(tmpdir, 'foo.sh')
37 exe = os.path.join(tmpdir, 'foo.bat')
45 exe = os.path.join(tmpdir, 'foo.sh')
48 exe = os.path.join(tmpdir, 'foo.bat')
  /external/python/cpython3/Lib/test/
mp_preload.py 18 proc.join()
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
RawResourceLoaderTest.java 29 assertThat(f).isEqualTo(TestUtil.testResources().getResourceBase().join("raw").join("raw_resource.txt").getPath());
35 assertThat(f).isEqualTo(TestUtil.testResources().getResourceBase().join("raw").join("raw_no_ext").getPath());
  /external/skia/infra/bots/recipe_modules/isolate/resources/
isolate.py 19 luci_go = os.path.join(os.path.dirname(path), 'luci-go')
21 exe = os.path.join(luci_go, 'win64', 'isolate.exe')
23 exe = os.path.join(luci_go, 'mac64', 'isolate')
25 exe = os.path.join(luci_go, 'linux64', 'isolate')
  /external/skia/infra/bots/recipe_modules/isolate/tests/
clean_isolated_files.py 12 api.isolate.clean_isolated_files(api.path['checkout'].join('out', 'Release'))
isolate_tests.py 12 api.isolate.isolate_tests(api.path['checkout'].join('out', 'Release'))
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
create_and_upload.py 28 default=os.path.join("C:","System32","vulkan-1.dll"),
34 create_script = os.path.join(common.FILE_DIR, 'create.py')
35 upload_script = os.path.join(common.FILE_DIR, 'upload.py')
38 cwd = os.path.join(cwd, 'sdk')
  /external/skqp/infra/bots/recipe_modules/isolate/resources/
isolate.py 19 luci_go = os.path.join(os.path.dirname(path), 'luci-go')
21 exe = os.path.join(luci_go, 'win64', 'isolate.exe')
23 exe = os.path.join(luci_go, 'mac64', 'isolate')
25 exe = os.path.join(luci_go, 'linux64', 'isolate')
  /external/skqp/infra/bots/recipe_modules/isolate/tests/
clean_isolated_files.py 12 api.isolate.clean_isolated_files(api.path['checkout'].join('out', 'Release'))
isolate_tests.py 12 api.isolate.isolate_tests(api.path['checkout'].join('out', 'Release'))
  /external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
lit.site.cfg 10 lit.load_config(config, os.path.join(config.llvm_obj_root, 'test/lit.cfg'))

Completed in 437 milliseconds

1 2 3 4 5 6 7 8 91011>>