HomeSort by relevance Sort by last modified time
    Searched full:join (Results 126 - 150 of 5294) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 19 header1 = os.path.join(header_list, 'header1')
20 header2 = os.path.join(header_list, 'header2')
30 cmd.install_dir = os.path.join(pkg_dir, 'inst')
test_text_file.py 42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
55 filename = os.path.join(tmpdir, "test.txt")
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_headers.py 19 header1 = os.path.join(header_list, 'header1')
20 header2 = os.path.join(header_list, 'header2')
30 cmd.install_dir = os.path.join(pkg_dir, 'inst')
test_text_file.py 42 # result 5: strip comments and blanks, plus join lines (but don't
46 # result 6: strip comments and blanks, plus join lines (and
55 filename = os.path.join(tmpdir, "test.txt")
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /external/chromium-trace/trace-viewer/tracing/build/
check_common.py 8 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
39 what_is = ' ' + '\n '.join(listed_files)
40 what_should_be = ' ' + '\n '.join(sorted_files)
81 error += ' In file only:\n ' + '\n '.join(sorted(in_file_only))
85 error += ' On disk only:\n ' + '\n '.join(sorted(in_known_only))
  /external/libcxxabi/test/
lit.cfg 31 libcxx_src_root = os.path.join(config.test_source_root, '../../libcxx')
32 libcxx_test_src_root = os.path.join(libcxx_src_root, 'test')
33 if os.path.isfile(os.path.join(libcxx_test_src_root, 'libcxx', '__init__.py')):
54 config.test_exec_root = os.path.join(obj_root, 'test')
61 config_module_name = '.'.join([cfg_variant, 'test', 'config'])
  /external/pdfium/testing/tools/
run_corpus_tests.py 25 input_path = os.path.join(source_dir, input_filename)
26 pdf_path = os.path.join(working_dir, input_filename)
40 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
49 working_dir = finder.WorkingDir(os.path.join('testing', 'corpus'))
63 input_path = os.path.join(source_dir, input_filename)
  /external/valgrind/drd/tests/
std_list.cpp 92 // join
95 throw string("Thread::join(): failed to join.");
98 throw string("Thread::join(): failed to join.");
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 90 t.join();
102 t.join();
115 t.join();
131 t1.join();
132 t2.join();
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestRagDoll.java 60 join(body, shoulders, new Vector3f(0f, 1.4f, 0)); method
61 join(body, hips, new Vector3f(0f, -0.5f, 0)); method
63 join(uArmL, shoulders, new Vector3f(-0.75f, 1.4f, 0)); method
64 join(uArmR, shoulders, new Vector3f(0.75f, 1.4f, 0)); method
65 join(uArmL, lArmL, new Vector3f(-0.75f, .4f, 0)); method
66 join(uArmR, lArmR, new Vector3f(0.75f, .4f, 0)); method
68 join(uLegL, hips, new Vector3f(-.25f, -0.5f, 0)); method
69 join(uLegR, hips, new Vector3f(.25f, -0.5f, 0)); method
70 join(uLegL, lLegL, new Vector3f(-.25f, -1.7f, 0)); method
71 join(uLegR, lLegR, new Vector3f(.25f, -1.7f, 0)) method
99 private PhysicsJoint join(Node A, Node B, Vector3f connectionPoint) { method in class:TestRagDoll
    [all...]
  /external/v8/test/promises-aplus/
testcfg.py 60 self.test_files_root = os.path.join(self.root, TEST_NAME, 'lib', 'tests')
63 os.path.join(root, 'lib', name) for name in
67 os.path.join(root, 'lib', name) for name in
76 os.listdir(os.path.join(self.root, TEST_NAME, 'lib', 'tests'))
82 [os.path.join(self.test_files_root, testcase.path + '.js')] +
86 filename = os.path.join(self.root, TEST_NAME,
101 archive = os.path.join(self.root, TEST_ARCHIVE)
102 directory = os.path.join(self.root, TEST_NAME)
124 shutil.move(os.path.join(self.root, TEST_ARCHIVE_TOP), directory)
127 directory = os.path.join(self.root, SINON_NAME
    [all...]
  /external/boringssl/src/util/bot/
vs_toolchain.py 14 sys.path.insert(0, os.path.join(script_dir, 'gyp', 'pylib'))
15 json_data_file = os.path.join(script_dir, 'win_toolchain.json')
54 os.environ['GYP_DEFINES'] = ' '.join('%s=%s' % (k, pipes.quote(str(v)))
59 runtime_path = ';'.join(vs2013_runtime_dll_dirs)
74 if os.path.isfile(os.path.join(path, 'gclient.py')):
90 os.path.join(depot_tools_path,
107 print >>sys.stderr, 'Expected one of: %s' % ', '.join(commands)
  /external/lldb/test/functionalities/exec/
TestExec.py 22 mydir = os.path.join("functionalities", "exec")
29 source = os.path.join (os.getcwd(), "main.cpp")
30 o_file = os.path.join (os.getcwd(), "main.o")
42 source = os.path.join (os.getcwd(), "main.cpp")
43 o_file = os.path.join (os.getcwd(), "main.o")
44 dsym_path = os.path.join (os.getcwd(), "a.out.dSYM")
53 exe = os.path.join (os.getcwd(), "a.out")
  /frameworks/compile/libbcc/tests/debuginfo/
lit.site.cfg 45 config.base_build_path = os.path.join(config.build_top, 'out', 'host',
53 os.path.join(config.base_build_path, 'bin'))
57 'TEST_JIT_DEBUGINFO', os.path.join(config.build_top, 'frameworks', \
66 'ANDROID_GDB_PLUGIN', os.path.join(config.build_top, 'frameworks',
76 os.path.join(config.base_build_path, 'bin')).replace('\\', '/')
78 os.path.join(config.base_build_path, 'obj', 'EXECUTABLES', \
84 os.path.join(config.build_top, 'frameworks', 'compile', 'libbcc',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/tests/
test_decorators.py 120 assert_equal( self.read(self.name), ''.join(self.text) )
126 assert_equal( self.read(self.name), ''.join(self.text) )
131 assert_equal( self.read(self.name), ''.join(self.text) )
137 assert_equal( self.read(self.name), ''.join(self.text) )
145 assert_equal( self.read(self.name), ''.join(self.text) )
149 assert_equal( self.read(self.name), ''.join(self.text) )
154 assert_equal( self.read(self.name), ''.join(self.text) )
  /external/deqp/scripts/
run_internal_tests.py 84 testWorkDir = os.path.join(config.buildPath, "modules", "internal")
85 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool)
99 os.path.join(config.buildPath, 'executor', config.executor),
101 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver),
105 '--caselistdir=%s' % os.path.join(testWorkDir),
115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))
116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests"))
122 os.path.join(BASE_BUILD_PATH, "win32-vs10-debug"),
133 os.path.join(BASE_BUILD_PATH, "win32-vs10-release"),
144 os.path.join(BASE_BUILD_PATH, "win64-vs10-debug")
    [all...]
  /build/tools/releasetools/
add_img_to_target_files 48 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
54 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
80 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
107 os.symlink(os.path.join(input_dir, what.upper()),
108 os.path.join(input_dir, what))
112 # os.path.join(OPTIONS.input_tmp, "system"))
127 fs_config = os.path.join(
132 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
144 image_props["ramdisk_dir"] = os.path.join(input_dir, "BOOT/RAMDISK")
145 image_props["ramdisk_fs_config"] = os.path.join(
    [all...]
add_img_to_target_files.py 48 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "system.img")
54 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
80 prebuilt_path = os.path.join(OPTIONS.input_tmp, prefix, "vendor.img")
107 os.symlink(os.path.join(input_dir, what.upper()),
108 os.path.join(input_dir, what))
112 # os.path.join(OPTIONS.input_tmp, "system"))
127 fs_config = os.path.join(
132 fc_config = os.path.join(input_dir, "BOOT/RAMDISK/file_contexts")
144 image_props["ramdisk_dir"] = os.path.join(input_dir, "BOOT/RAMDISK")
145 image_props["ramdisk_fs_config"] = os.path.join(
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 29 * @fileoverview Test splice, shift, unshift, slice and join on small
149 assertEquals("zero,baz,two", a.join(","));
169 // Join with '' as separator.
170 var join = a.join('');
171 assertEquals("con", join);
172 join = b.join('');
173 assertEquals("cat", join);
174 join = ab.join('')
    [all...]
  /external/jsoncpp/
amalgamate.py 30 f = open( os.path.join( self.top_dir, relative_input_path ), 'rt' )
40 return ''.join( self.blocks ).replace('\r\n','\n')
77 target_header_path = os.path.join( os.path.dirname(target_source_path), header_include_path )
98 target_forward_header_path = os.path.join( os.path.dirname(target_source_path),
112 source.add_file( os.path.join(lib_json, 'json_tool.h') )
113 source.add_file( os.path.join(lib_json, 'json_reader.cpp') )
114 source.add_file( os.path.join(lib_json, 'json_batchallocator.h') )
115 source.add_file( os.path.join(lib_json, 'json_valueiterator.inl') )
116 source.add_file( os.path.join(lib_json, 'json_value.cpp') )
117 source.add_file( os.path.join(lib_json, 'json_writer.cpp')
    [all...]
  /external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 164 t0.join();
165 t1.join();
172 t0.join();
173 t1.join();
181 t0.join();
182 t1.join();
191 t0.join();
192 t1.join();
199 t0.join();
200 t1.join();
    [all...]
  /external/v8/test/test262/
testcfg.py 50 self.testroot = os.path.join(root, "data", "test", "suite")
51 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
53 self.harness += [os.path.join(self.root, "harness-adapt.js")]
69 testname = os.path.join(dirname[len(self.testroot) + 1:],
77 [os.path.join(self.testroot, testcase.path + ".js")])
80 filename = os.path.join(self.testroot, testcase.path + ".js")
95 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision)
96 directory_name = os.path.join(self.root, "data")
97 directory_old_name = os.path.join(self.root, "data.old")
120 os.rename(os.path.join(self.root, "tc39-test262-%s" % revision)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/
call_once.pass.cpp 162 t0.join();
163 t1.join();
170 t0.join();
171 t1.join();
179 t0.join();
180 t1.join();
189 t0.join();
190 t1.join();
197 t0.join();
198 t1.join();
    [all...]
  /external/v8/test/test262-es6/
testcfg.py 53 self.testroot = os.path.join(self.root, *TEST_262_SUITE_PATH)
54 self.harnesspath = os.path.join(self.root, *TEST_262_HARNESS_PATH)
55 self.harness = [os.path.join(self.harnesspath, f)
57 self.harness += [os.path.join(self.root, "harness-adapt.js")]
74 testname = os.path.join(dirname[len(self.testroot) + 1:],
83 [os.path.join(self.testroot, testcase.path + ".js")])
87 root = os.path.join(self.root, *TEST_262_TOOLS_PATH)
111 includes = [os.path.join(self.harnesspath, f)
118 filename = os.path.join(self.testroot, testcase.path + ".js")
134 archive_name = os.path.join(self.root, "tc39-test262-%s.tar.gz" % revision
    [all...]
  /external/deqp/android/scripts/
build.py 49 return os.path.normpath(os.path.join(buildRoot, "native", buildName))
52 return os.path.join(getNativeBuildDir(buildRoot, nativeLib, buildType), "assets")
55 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
57 libsDir = os.path.join(libTargetDir, nativeLib.abiVersion)
58 srcLibFile = os.path.join(buildDir, common.NATIVE_LIB_NAME)
59 dstLibFile = os.path.join(libsDir, common.NATIVE_LIB_NAME)
87 srcGdbserverPath = os.path.join(common.ANDROID_NDK_PATH,
92 dstGdbserverPath = os.path.join(libsDir, 'gdbserver')
95 assert not os.path.exists(os.path.join(libsDir, "gdbserver"))
98 appDir = os.path.join(buildRoot, "package"
    [all...]

Completed in 668 milliseconds

1 2 3 4 56 7 8 91011>>