Searched refs:join (Results 51 - 75 of 3049) sorted by relevance

1234567891011>>

/external/skia/tools/tests/
H A Dskimage_self_test.py30 binary_full_path = os.path.join(base_dir, binary)
47 invalid_file = os.path.join(file_dir, "skimage", "input", "bad-images",
53 raise Exception("'%s' should have reported failure!" % " ".join(args))
56 expectations_dir = os.path.join(file_dir, "skimage", "input", "bad-images")
59 incorrect_expectations = os.path.join(expectations_dir,
65 raise Exception("'%s' should have reported failure!" % " ".join(args))
68 empty_expectations = os.path.join(expectations_dir, "empty-results.json")
82 ignore_expectations = os.path.join(expectations_dir, "ignore-results.json")
98 valid_file = os.path.join(file_dir, "skimage", "input",
101 expectations_dir = os.path.join(file_di
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dversion.rb14 ANTLR_VERSION_STRING = ANTLR_VERSION.join( '.' )
25 VERSION_STRING = VERSION.join( '.' ).freeze
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Dversion.rb23 MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
24 STRING = [MAJOR, MINOR, PATCH, REL].compact.join '.'
/external/chromium_org/build/android/pylib/
H A Dpexpect.py9 _CHROME_SRC = os.path.join(
12 _PEXPECT_PATH = os.path.join(_CHROME_SRC, 'third_party', 'pexpect')
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfile_system_util.py13 url = posixpath.join(urlprefix, root, f)
14 yield url, posixpath.join(directory, root, f)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dexport-w3c-performance-wg-tests49 source_directory = os.path.join(sys.argv[1], 'LayoutTests', 'http', 'tests', 'w3c', 'webperf')
50 destination_directory = os.path.join(sys.argv[2], 'tests')
62 destination_subdirectory = os.path.join(destination_directory, directory_to_copy)
65 for root, dirs, files in os.walk(os.path.join(source_directory, directory_to_copy)):
68 destination_subdirectory = os.path.join(destination_directory, root, dirname)
74 with open(os.path.join(source_directory, root, filename), 'r') as in_file:
75 with open(os.path.join(destination_directory, root, filename), 'w') as out_file:
80 print 'Exported %s' % os.path.join(root, filename)
/external/chromium_org/third_party/angle/build/
H A Dgyp_angle14 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
16 sys.path.append(os.path.join(angle_dir, 'third_party', 'gyp', 'pylib'))
30 args.append('-I' + os.path.join(script_dir, 'common.gypi'))
33 args.append(os.path.join(script_dir, 'all.gyp'))
/external/chromium_org/third_party/closure_compiler/build/
H A Doutputs.py12 src_root = os.path.join(os.path.dirname(__file__), "..", "..", "..")
13 resource_path = os.path.join(os.getcwd(), resource)
/external/chromium_org/third_party/libyuv/
H A Ddownload_vs_toolchain.py21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Drs_fixpypath.py15 TRUNK_DIRECTORY = os.path.abspath(os.path.join(
18 fullpath = os.path.join(TRUNK_DIRECTORY, subdir)
/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dutils.py14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations')
35 full_expectations_path = os.path.join(EXPECTATIONS_DIR, expectation_name)
/external/chromium_org/third_party/skia/tools/tests/
H A Dfix_pythonpath.py15 TRUNK_DIRECTORY = os.path.abspath(os.path.join(
18 fullpath = os.path.join(TRUNK_DIRECTORY, subdir)
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-336820.js35 s = x.join("::");
/external/clang/bindings/python/tests/cindex/
H A Dtest_index.py4 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
14 tu = index.parse(os.path.join(kInputsDir, 'hello.cpp'))
/external/clang/test/Preprocessor/
H A Dmacro_paste_hashhash.c5 #define join(c, d) in_between(c hash_hash d) macro
7 join(x, y);
/external/compiler-rt/test/sanitizer_common/Unit/
H A Dlit.site.cfg.in13 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@", "lib",
/external/skia/platform_tools/android/tests/
H A Dutils.py14 EXPECTATIONS_DIR = os.path.join(os.path.dirname(__file__), 'expectations')
35 full_expectations_path = os.path.join(EXPECTATIONS_DIR, expectation_name)
/external/chromium_org/third_party/skia/tools/
H A Dfind_run_binary.py48 trunk_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
51 os.path.join(trunk_path, 'out', 'Debug', program),
52 os.path.join(trunk_path, 'out', 'Release',
54 os.path.join(trunk_path, 'out', 'Debug',
/external/chromium_org/third_party/webrtc/tools/barcode_tools/
H A Dbuild_zxing.py20 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/skia/tools/
H A Dfind_run_binary.py48 trunk_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
51 os.path.join(trunk_path, 'out', 'Debug', program),
52 os.path.join(trunk_path, 'out', 'Release',
54 os.path.join(trunk_path, 'out', 'Debug',
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dverify_ppapi_test.py13 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
26 os.path.join('ppapi', 'c', 'ppb_foo.h'),
27 os.path.join('ppapi', 'cpp', 'foo.h'),
28 os.path.join('ppapi', 'cpp', 'foo.cc'),
38 os.path.join('ppapi', 'c', 'documentation', 'Doxyfile'),
39 os.path.join('ppapi', 'c', 'documentation', 'index.dox'),
40 os.path.join('ppapi', 'cpp', 'documentation', 'footer.html'),
49 os.path.join('ppapi', 'c', 'trusted', 'ppb_broker_trusted.h'),
50 os.path.join('ppapi', 'cpp', 'trusted', 'file_chooser_trusted.cc'),
59 os.path.join('ppap
[all...]
/external/deqp/scripts/
H A Drun_internal_tests.py64 testWorkDir = os.path.join(config.buildPath, "modules", "internal")
65 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool)
79 os.path.join(config.buildPath, 'executor', config.executor),
81 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver),
85 '--caselistdir=%s' % os.path.join(testWorkDir),
95 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
96 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests"))
102 os.path.join(BASE_BUILD_PATH, "win32-vs10-debug"),
113 os.path.join(BASE_BUILD_PATH, "win32-vs10-release"),
124 os.path.join(BASE_BUILD_PAT
[all...]
/external/chromium_org/build/linux/unbundle/
H A Dreplace_gyp_files.py49 os.path.join(my_dirname, '..', '..', '..'))
68 os.rename(os.path.join(source_tree_root, path + '.orig'),
69 os.path.join(source_tree_root, path))
72 shutil.copyfile(os.path.join(source_tree_root, path),
73 os.path.join(source_tree_root, path + '.orig'))
76 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
77 os.path.join(source_tree_root, path))
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
H A Dandroid_framework_gyp.py20 SKIA_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir, os.pardir,
26 gyp_source_dir = os.path.join(SKIA_DIR, 'third_party', 'externals', 'gyp')
30 gyp_source_dir = os.path.join(SKIA_DIR, os.pardir, 'chromium_org', 'tools',
37 sys.path.insert(0, os.path.join(gyp_source_dir, 'pylib'))
70 full_path = os.path.join(target_dir, target_file)
73 args.extend(['-I', os.path.join(target_dir, 'common.gypi')])
102 os.remove(os.path.join(folder, f))
/external/chromium_org/v8/test/mjsunit/
H A Dcyclic-array-to-string.js33 assertEquals("1,2", a1.join());
37 assertEquals("1,2,", a1.join());
41 assertEquals("1,2,,1", a1.join());
45 assertEquals("1,2,,1,", a1.join());
53 assertEquals("1,2,3,4,3,4", a1.join());
57 assertEquals("1,2,3,4,,3,4,", a1.join());
64 assertEquals("", a1.join());

Completed in 1771 milliseconds

1234567891011>>