HomeSort by relevance Sort by last modified time
    Searched refs:join (Results 176 - 200 of 1124) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')
192 the join of n strings, each formatted with the format string on an
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
321 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
527 tests += ''.join(["""
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
711 + ''.join([TestsForArity(i) for i in OneTo(n)])
  /external/gtest/scripts/
gen_gtest_pred_impl.py 59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')
192 the join of n strings, each formatted with the format string on an
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
321 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
527 tests += ''.join(["""
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
711 + ''.join([TestsForArity(i) for i in OneTo(n)])
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractExecutionThreadServiceTest.java 70 executionThread.join();
98 executionThread.join();
111 executionThread.join();
179 executionThread.join();
208 executionThread.join();
219 executionThread.join();
254 executionThread.join();
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 59 HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
62 UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')
192 the join of n strings, each formatted with the format string on an
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
323 + ''.join([ImplementationForArity(i) for i in OneTo(n)])
530 tests += ''.join(["""
691 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
714 + ''.join([TestsForArity(i) for i in OneTo(n)])
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 55 sources.append( os.path.join(root, file) )
66 Wow, the first time os.path.join is doing the right thing. We might
67 have a relative path in the depends using os.path.join(dirname of .d, dep)
82 deps = map(lambda x: os.path.abspath(os.path.join(dir, x)), deps)
109 return os.path.join(os.path.sep,filepath)
115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath))
121 return os.path.abspath(os.path.join(root,filepath))
125 return os.path.abspath(os.path.join(root,basename))
157 cov = os.path.join(root, file)
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 71 public static String join(String delimiter, Object... objects) { method in class:Strings
72 return join(Arrays.asList(objects), delimiter);
75 public static String join(Iterable<?> objects, String delimiter) { method in class:Strings
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 73 return join(sourcePath, ":");
79 return join(classPath, ":");
103 private String join(List<String> options, String delimiter) { method in class:DocletRunner
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 70 modifiers = ' '.join(node.return_type.modifiers) + ' '
74 return_type += '<' + ', '.join(template_args) + '>'
148 (filename, ', '.join(missing_class_name_list)))
158 '.'.join(map(str, _VERSION)))
188 sys.stdout.write('\n'.join(lines))
  /external/clang/tools/scan-build/
set-xcode-analyzer 21 yield os.path.join(root, f)
34 line = "".join([m.group(0), pathToChecker, '";\n'])
71 path = os.path.join(path, "bin", "clang");
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 67 ByteStreams.join(checker, checker, checker));
78 InputSupplier<InputStream> joined = ByteStreams.join(suppliers);
85 InputSupplier<InputStream> joined = ByteStreams.join(supplier, supplier);
  /external/llvm/utils/lit/lit/
Test.py 39 return os.path.join(self.source_root, *components)
42 return os.path.join(self.exec_root, *components)
73 return self.suite.config.name + ' :: ' + '/'.join(self.path_in_suite)
  /external/markdown/markdown/extensions/
rss.py 30 return rdftime(" ".join((month, date, year, "12:00:00 AM")))
88 guid = ''.join([x for x in heading if x.isalnum()])
101 content = "\n".join([etree.tostring(node)
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_makenames.py 139 os.path.join(os.path.dirname(makeNamesInput), os.pardir, 'bindings', 'scripts'))
165 src = os.path.join(outputDir, outputBasename)
166 dst = os.path.join(thisOutputDir, outputBasename)
  /external/webkit/Tools/Scripts/
ensure-valid-python 47 my $mountPoint = File::Spec->join($tempDirectory, "mount");
102 my $localPath = File::Spec->join($downloadDirectory, $localFilename);
113 my $installerPackage = File::Spec->join($mountPoint, $macPythonInstallerName);
run-javascriptcore-tests 56 my $jsDriverArgs = "-L " . join(" ", @testsToSkip);
94 print "Running: build-jsc " . join(" ", @buildArgs) . "\n";
130 printf "Running: jsDriver.pl -e squirrelfish -s %s -f actual.html %s\n", jscPath($productDir), join(" ", @jsArgs);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 117 return self._filesystem.join(self.webkit_base_dir(), *comps)
137 return self._filesystem.join(self.webkit_base_dir(), "Tools",
160 configuration_path = self._filesystem.join(self.build_directory(None),
  /frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java 95 t1.join();
96 t2.join();
97 t3.join();
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 158 return ''.join(result)
198 arguments_type = '%s<%s>' % (arguments_type, ', '.join(parameter_type_function(parameter.type) for parameter in parameters))
233 result.append(' bool send(%s);\n' % ', '.join([' '.join(x) for x in send_parameters]))
244 result.append(' %s%s(%s)' % (len(function_parameters) == 1 and 'explicit ' or '', message.name, ', '.join([' '.join(x) for x in function_parameters])))
245 result.append('\n : %s(%s)\n' % (base_class(message), ', '.join([x[1] for x in function_parameters])))
249 return surround_in_condition(''.join(result), message.condition)
290 return ''.join(result)
325 forward_declarations = '\n'.join([forward_declarations_for_namespace(namespace, types) for (namespace, types) in sorted(types_by_na (…)
    [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...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
RenderingWatchDog.java 58 mThread.join();
  /dalvik/tests/054-uncaught/src/
Main.java 20 t.join();
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 22 return data.join("");
73 var actual = output.join("\n")+"\n";
  /external/chromium/build/
apply_locales.py 42 print ' '.join(["'%s'" % x for x in results])
  /external/replicaisland/src/com/replica/replicaisland/
RenderingWatchDog.java 64 mThread.join();
  /external/valgrind/main/drd/tests/
boost_thread.cpp 31 t.join();

Completed in 1086 milliseconds

1 2 3 4 5 6 78 91011>>