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

1 2 34 5 6 7 8 91011>>

  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
JoinerTest.java 66 J.join(ITERABLE_NULL);
71 J.join(ITERABLE_1_NULL_2);
77 J.join(ITERABLE_NULL.iterator());
82 J.join(ITERABLE_1_NULL_2.iterator());
125 assertEquals("", joiner.join(set));
126 assertEquals("", joiner.join(set.iterator()));
129 assertEquals("", joiner.join(array));
178 assertEquals(expected, joiner.join(parts));
179 assertEquals(expected, joiner.join(parts.iterator()));
190 assertEquals(expected, joiner.join(partsArray))
    [all...]
  /external/owasp/sanitizer/tools/
cut_release.py 23 trunk_directory_path = os.path.realpath(os.path.join(
26 maven_directory_path = os.path.realpath(os.path.join(
33 maven_metadata_path = os.path.join(
36 version_template_directory_path = os.path.join(
39 jar_path = os.path.join(
44 src_jar_path = os.path.join(
49 doc_jar_path = os.path.join(
78 return "".join([inner_text(child) for child in node.childNodes])
101 dest_path = os.path.join(
110 os.path.join(src_path, child), dest_path
    [all...]
  /external/compiler-rt/test/tsan/
lit.cfg 39 libcxx_path = os.path.join(config.compiler_rt_obj_root, "lib",
41 libcxx_incdir = os.path.join(libcxx_path, "include", "c++", "v1")
42 libcxx_libdir = os.path.join(libcxx_path, "lib")
43 libcxx_so = os.path.join(libcxx_libdir, "libc++.so")
50 return " " + " ".join([config.clang] + compile_flags) + " "
58 config.substitutions.append( ("%deflake ", os.path.join(os.path.dirname(__file__), "deflake.bash")) )
  /external/pdfium/testing/tools/
run_pixel_tests.py 25 input_path = os.path.join(source_dir, input_root + '.in')
26 pdf_path = os.path.join(working_dir, input_root + '.pdf')
42 parser.add_option('--build-dir', default=os.path.join('out', 'Debug'),
47 source_dir = finder.TestingDir(os.path.join('resources', 'pixel'))
53 working_dir = finder.WorkingDir(os.path.join('testing', 'pixel'))
64 input_path = os.path.join(source_dir, input_filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 25 self.source = os.path.join(tmp_dir, 'f1')
26 self.target = os.path.join(tmp_dir, 'f2')
27 self.target_dir = os.path.join(tmp_dir, 'd1')
64 foo = os.path.join(dir, 'foo')
71 foo = os.path.join(src_dir, 'foo')
75 self.assertTrue(os.path.exists(os.path.join(dst_dir, 'foo')))
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
38 dist.script_name = os.path.join(sources, "setup.py")
58 pkgdest = os.path.join(destination, "pkg")
74 open(os.path.join(sources, "__init__.py"), "w").close()
76 testdir = os.path.join(sources, "doc")
78 open(os.path.join(testdir, "testfile"), "w").close()
89 dist.script_name = os.path.join(sources, "setup.py")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_file_util.py 25 self.source = os.path.join(tmp_dir, 'f1')
26 self.target = os.path.join(tmp_dir, 'f2')
27 self.target_dir = os.path.join(tmp_dir, 'd1')
64 foo = os.path.join(dir, 'foo')
71 foo = os.path.join(src_dir, 'foo')
75 self.assertTrue(os.path.exists(os.path.join(dst_dir, 'foo')))
test_build_py.py 22 f = open(os.path.join(sources, "__init__.py"), "w")
27 f = open(os.path.join(sources, "README.txt"), "w")
38 dist.script_name = os.path.join(sources, "setup.py")
58 pkgdest = os.path.join(destination, "pkg")
74 open(os.path.join(sources, "__init__.py"), "w").close()
76 testdir = os.path.join(sources, "doc")
78 open(os.path.join(testdir, "testfile"), "w").close()
89 dist.script_name = os.path.join(sources, "setup.py")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 61 path = os.path.join(*path)
88 self.childpath = os.path.join(TESTFN, 'a')
155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination')
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt')))
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
168 actual = read_data(os.path.join(dst_dir, 'test.txt')
    [all...]
test_telnetlib.py 56 self.thread.join()
106 self.thread.join()
125 self.dataq.join()
127 self.assertEqual(data, ''.join(want[:-2]))
134 self.dataq.join()
147 self.dataq.join()
149 self.assertEqual(data, ''.join(want[:-2]))
157 self.dataq.join()
159 self.assertEqual(data, ''.join(want[:-2]))
169 self.dataq.join()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 61 path = os.path.join(*path)
88 self.childpath = os.path.join(TESTFN, 'a')
155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination')
157 write_data(os.path.join(src_dir, 'test.txt'), '123')
159 os.mkdir(os.path.join(src_dir, 'test_dir'))
160 write_data(os.path.join(src_dir, 'test_dir', 'test.txt'), '456')
164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt')))
165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir')))
166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
168 actual = read_data(os.path.join(dst_dir, 'test.txt')
    [all...]
test_telnetlib.py 56 self.thread.join()
106 self.thread.join()
125 self.dataq.join()
127 self.assertEqual(data, ''.join(want[:-2]))
134 self.dataq.join()
147 self.dataq.join()
149 self.assertEqual(data, ''.join(want[:-2]))
157 self.dataq.join()
159 self.assertEqual(data, ''.join(want[:-2]))
169 self.dataq.join()
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 36 path = os.path.join(os.path.dirname(__file__), path)
44 filePath = os.path.join(root, name)
83 testDir = os.path.join(os.path.dirname(__file__), 'unittests')
101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
131 stream=open(os.path.join(self.xml_output, 'unittest.xml'), 'w'))
184 testDir = os.path.join(os.path.dirname(__file__), 'tests')
195 os.path.join(os.path.dirname(__file__), '..', '..'))
201 os.path.join(rootDir, 'tool', 'target', 'classes'),
202 os.path.join(rootDir, 'runtime', 'Java', 'target', 'classes')
206 os.path.join(rootDir, 'archive'
    [all...]
  /cts/apps/CameraITS/tools/
run_all_tests.py 60 tests += [(d,s[:-3],os.path.join("tests", d, s))
61 for s in os.listdir(os.path.join("tests",d))
80 camera_ids_path = os.path.join(topdir, "camera_ids.txt")
83 os.path.join(os.getcwd(),"tools/get_camera_ids.py"), out_arg,
98 os.mkdir(os.path.join(topdir, camera_id))
100 os.mkdir(os.path.join(topdir, camera_id, d))
113 out_path = os.path.join(topdir, camera_id, scene+".jpg")
117 os.path.join(os.getcwd(),"tools/validate_scene.py"),
123 cmd = ['python', os.path.join(os.getcwd(),testpath)] + \
125 outdir = os.path.join(topdir,camera_id,scene
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p6-0x.cpp 13 #define JOIN(X,Y) JOIN2(X,Y)
15 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1]
  /external/compiler-rt/test/asan/Unit/
lit.site.cfg.in 10 new_ld_library_path = os.path.pathsep.join(
24 config.test_exec_root = os.path.join("@COMPILER_RT_BINARY_DIR@",
  /external/iproute2/man/man8/
ip-maddress.8 38 Note that it is impossible to join protocol multicast groups
47 the device to join/leave this multicast address.
  /external/lldb/examples/test/
.lldb-loggings 6 dname = os.path.join(os.environ["LLDB_TEST"],
10 dest = os.path.join(dname, "lldb_log-%s-%s-%s.txt" % (self.getArchitecture(), self.getCompiler(), self.id()))
  /external/lldb/test/api/check_public_api_headers/
TestPublicAPIHeaders.py 13 mydir = os.path.join("api", "check_public_api_headers")
35 temp = os.path.join(os.getcwd(), self.template)
39 public_api_dir = os.path.join(os.environ["LLDB_SRC"], "include", "lldb", "API")
46 include_stmt = "'#include <%s>' % os.path.join('LLDB', header)"
48 include_stmt = "'#include <%s>' % os.path.join(public_api_dir, header)"
51 includes = '\n'.join(list)
53 src = os.path.join(os.getcwd(), self.source)
62 exe = os.path.join(os.getcwd(), exe_name)
  /external/selinux/libsemanage/src/
users_join.c 24 /* USER record: JOIN extension: method table */
26 .join = semanage_user_join,
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
SocketConnect.java 46 sc1.join();
50 sc2.join();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pygram.py 15 _GRAMMAR_FILE = os.path.join(os.path.dirname(__file__), "Grammar.txt")
16 _PATTERN_GRAMMAR_FILE = os.path.join(os.path.dirname(__file__),
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST36.g 8 $result = "id list=["+buffer.join(",")+"],";
t057autoAST37.g 8 $result = "id list=["+buffer.join(",")+"],";

Completed in 361 milliseconds

1 2 34 5 6 7 8 91011>>