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

1 2 34 5 6 7 8 91011>>

  /external/chromium-trace/catapult/dashboard/dashboard/
can_bisect.py 37 if test_path.endswith('/ref') or test_path.endswith('_ref'):
buildbucket_job_status.py 60 if key.endswith('_ts'):
87 if key.endswith('_json'):
  /external/chromium-trace/catapult/netlog_viewer/
netlog_viewer_project.py 35 if x.endswith('_test.js'):
38 if x.endswith('_test.html'):
  /external/chromium-trace/catapult/telemetry/
list_telemetry_unittests 17 if test_time_string.endswith(':'):
25 return line.endswith(' queued')
  /external/libchrome/base/
PRESUBMIT.py 19 not f.LocalPath().endswith('_unittest.mm') and
20 not f.LocalPath().endswith('mac/sdk_forward_declarations.h')):
  /external/libgdx/tests/gdx-tests-ios-intel/
build.gradle 23 if (jar.name.endsWith("natives-ios.jar")) outputDir = file("xcode/native/ios")
27 if (libFile.getAbsolutePath().endsWith(".a") && !libFile.getAbsolutePath().contains("/tvos/")) {
  /external/testng/src/main/java/org/testng/internal/
PackageUtils.java 52 if (packageName.endsWith(".*")) {
117 if (name.endsWith(".class") && !entry.isDirectory()) {
162 if(classpathFragments[i].toLowerCase().endsWith(".jar") || classpathFragments[i].toLowerCase().endsWith(".zip")) {
166 if(classpathFragments[i].endsWith(File.separator)) {
201 if(fileName.endsWith(classpathFrag + lastFragment)
226 || (file.getName().endsWith(".class"))
227 || (file.getName().endsWith(".groovy"));
  /external/v8/tools/
find_depot_tools.py 19 if i.rstrip(os.sep).endswith('depot_tools'):
25 if i.rstrip(os.sep).endswith('depot_tools'):
  /system/connectivity/shill/supplicant/
supplicant_eap_state_handler_unittest.cc 27 using testing::EndsWith;
40 EndsWith("Authentication starting.")));
69 EndsWith("accepted method " + kEAPMethod)));
80 EndsWith("Completed authentication successfully.")));
141 EXPECT_CALL(log_, Log(logging::LOG_ERROR, _, EndsWith(
157 EXPECT_CALL(log_, Log(logging::LOG_ERROR, _, EndsWith(
  /external/chromium-trace/catapult/tracing/
tracing_project.py 40 if x.endswith('_test.js'):
43 if x.endswith('_test.html'):
46 if x.endswith('_unittest.js'):
49 if x.endswith('_unittest.html'):
159 if x.endswith('_config.html')
  /external/opencv3/modules/java/
check-tests.py 68 if path.endswith("FeatureDetector.java"):
72 elif path.endswith("DescriptorExtractor.java"):
76 elif path.endswith("GenericDescriptorMatcher.java"):
79 elif path.endswith("DescriptorMatcher.java"):
91 istest = fname.endswith("Test.java")
  /external/skia/platform_tools/android/gyp_gen/
gypd_parser.py 38 if lowercase_source.endswith('.h'):
41 if lowercase_source.endswith('gypi'):
52 if lib.endswith('.a'):
73 assert(sub_path.endswith('.gyp'))
106 if rel_include.endswith('/'):
  /external/autotest/client/site_tests/logging_UdevCrash/
logging_UdevCrash.py 25 if filename.endswith('meta'):
29 if filename.endswith('.log.gz'):
31 elif filename.endswith('.log'):
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
UriPatternType.java 64 } else if (pattern.endsWith("*")) {
80 return uri.endsWith(pattern);
96 if (extract.endsWith("/")) {
  /external/markdown/markdown/extensions/
tables.py 42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
  /external/v8/build/
print_python_deps.py 41 if path.endswith('.pyc'):
67 if filename.endswith('.py') and not filename.endswith('_test.py'):
  /external/v8/tools/turbolizer/
node.js 22 return this.opcode == 'Parameter' || this.opcode.endsWith('Constant');
29 return this.opcode.endsWith('Phi') ||
37 this.opcode.endsWith('ToNumber') ||
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
JarTestFinder.java 51 if (je.isDirectory() || !je.getName().endsWith(".class")
56 if (!className.endsWith("Test")) {
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py 40 if address.endswith(':00:00:00'):
47 if address.endswith(':FF:FF:FF'):
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 38 if x.endswith('-test.html'):
40 if x.endswith('_test.html'):
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue46/
FileTest.java 44 assertTrue(output, output.endsWith("list-bean-1.yaml'}\n"));
47 assertTrue(file2.getAbsolutePath(), file2.getAbsolutePath().endsWith("list-bean-1.yaml"));
  /external/testng/src/main/java/org/testng/
Converter.java 72 if (file.endsWith(".xml")) {
76 else if (file.endsWith(".yaml")) {
  /external/vogar/src/vogar/
ActionFinder.java 70 return !file.getName().startsWith(".") && file.getName().endsWith(".java");
93 if (!path.endsWith(relativePath)) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /prebuilts/gdb/linux-x86/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):

Completed in 2664 milliseconds

1 2 34 5 6 7 8 91011>>