HomeSort by relevance Sort by last modified time
    Searched refs:endswith (Results 51 - 75 of 926) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/talk/build/
merge_ios_libs 56 if dirpath.endswith(output_dir_name):
59 if not filename.endswith('.a'):
119 if cmd_list[i] == '-o' and cmd_list[i+1].endswith('.a'):
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 38 if file_name.endswith('.trc'):
46 if root.endswith(self.SYSINFO_FOLDER_NAME_END):
56 if root.endswith(self.TEST_DEBUG_FOLDER_NAME_END):
59 if file_name.endswith(self.TEST_DEBUG_LOG_FILE_END):
  /external/chromium-trace/catapult/perf_insights/
perf_insights_project.py 59 if x.endswith('_test.js'):
62 if x.endswith('_test.html'):
65 if x.endswith('_unittest.js'):
68 if x.endswith('_unittest.html'):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
util.py 79 if res.path.endswith('.py') or res.path.endswith('.pyw'):
82 elif res.path.endswith('.pyc') or res.path.endswith('.pyo'):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
run_tests.py 16 if f.startswith('test_') and f.endswith(".py")]
  /external/clang/utils/perf-training/
perf-helper.py 18 if filename.endswith(".profraw"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 56 self.assertTrue(result.endswith('.dylib'))
  /external/v8/build/
landmine_utils.py 104 if generator.endswith('-android'):
106 elif generator.endswith('-ninja'):
  /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'):
140 if x.endswith('_config.html')
  /external/libcxx/test/libcxx/test/
format.py 43 if any([filename.endswith(ext)
59 is_sh_test = name.endswith('.sh.cpp')
60 is_pass_test = name.endswith('.pass.cpp')
61 is_fail_test = name.endswith('.fail.cpp')
127 for f in os.listdir(local_cwd) if f.endswith('.dat')]
  /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")
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 43 if any([filename.endswith(ext)
59 is_sh_test = name.endswith('.sh.cpp')
60 is_pass_test = name.endswith('.pass.cpp')
61 is_fail_test = name.endswith('.fail.cpp')
127 for f in os.listdir(local_cwd) if f.endswith('.dat')]
  /external/boringssl/src/util/bot/
extract.py 46 if info.filename.endswith('/'):
81 if archive.endswith('.zip'):
83 elif archive.endswith('.tar.gz'):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib_test.py 36 if request_url.endswith('scopes'):
38 elif request_url.endswith('service-accounts'):
40 elif request_url.endswith(
  /external/skia/tools/
builder_name_schema.py 133 return builder_name.endswith(TRYBOT_NAME_SUFFIX)
151 if builder_name.endswith(TRYBOT_NAME_SUFFIX):
159 if not string.endswith(suffix):
  /pdk/util/
diff_products.py 37 if path.endswith(")"):
89 if line_.endswith("\\"):
96 if line_.endswith("\\"):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
monsoon.py 132 if k.endswith('VoltageSetting'):
134 elif k.endswith('FineCurrent'):
136 elif k.endswith('CoarseCurrent'):
138 elif k.startswith('voltage') or k.endswith('Voltage'):
140 elif k.endswith('Resistor'):
144 elif k.endswith('CurrentLimit'):
  /external/chromium-trace/catapult/dashboard/
dashboard_project.py 38 if x.endswith('-test.html'):
40 if x.endswith('_test.html'):
  /external/clang/tools/scan-build/bin/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):
  /external/v8/tools/
verify_source_deps.py 47 if not (f.endswith('.h') or f.endswith('.cc')):
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):

Completed in 2173 milliseconds

1 23 4 5 6 7 8 91011>>