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

1 2 3 4 56 7 8 91011>>

  /cts/tools/utils/
monsoon.py 156 if k.endswith("VoltageSetting"):
158 elif k.endswith("FineCurrent"):
160 elif k.endswith("CoarseCurrent"):
162 elif k.startswith("voltage") or k.endswith("Voltage"):
164 elif k.endswith("Resistor"):
167 elif k.endswith("CurrentLimit"):
  /build/tools/
post_process_props.py 120 if filename.endswith("/build.prop"):
122 elif filename.endswith("/default.prop"):
  /external/boringssl/src/util/bot/go/
bootstrap.py 130 if pkg_path.endswith('.zip'):
133 elif pkg_path.endswith('.tar.gz'):
273 if EXE_SFX and basename.endswith(EXE_SFX):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
csv_pivot_table_output_formatter_unittest.py 111 self.assertTrue(output[0].endswith(',trace_tag_0,trace_tag_1'))
113 self.assertTrue(line.endswith(',date,option'))
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_data.py 80 if raw_data.startswith('[') and not raw_data.endswith(']'):
81 if raw_data.endswith(','):
  /external/chromium-trace/catapult/third_party/Paste/paste/
reloader.py 116 if filename.endswith('.pyc') and os.path.exists(filename[:-1]):
118 elif filename.endswith('$py.class') and \
  /external/clang/www/
make_cxx_dr_status 37 if not test_cpp.endswith('.cpp'):
99 if status.endswith(' c++11'):
  /external/llvm/include/llvm/ADT/
SmallString.h 134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const { function in class:llvm::SmallString
136 return str().endswith(Suffix);
  /external/llvm/utils/lit/lit/formats/
googletest.py 54 if ln.endswith('.'):
67 if not execpath.endswith(self.test_suffix):
  /external/v8/test/mozilla/
testcfg.py 78 if filename.endswith(".js") and not filename in FRAMEWORK:
108 return testcase.path.endswith("-n")
  /external/v8/test/preparser/
testcfg.py 91 filenames = [f[:-3] for f in os.listdir(self.root) if f.endswith(".js")]
102 filenames = [f[:-4] for f in os.listdir(self.root) if f.endswith(".pyt")]
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
util.py 100 if script_name.endswith('/'):
102 if not name and not script_name.endswith('/'):
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
util.py 100 if script_name.endswith('/'):
102 if not name and not script_name.endswith('/'):
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
util.py 100 if script_name.endswith('/'):
102 if not name and not script_name.endswith('/'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
util.py 100 if script_name.endswith('/'):
102 if not name and not script_name.endswith('/'):
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 53 if f.endswith('.class'):
  /external/autotest/client/cros/chameleon/
edid.py 90 if filename.upper().endswith('.TXT'):
  /external/autotest/contrib/
dhcp_failed_machines.py 46 if f.endswith('.gz'):
  /external/autotest/frontend/afe/
test.py 31 if not filename.endswith('~')]
  /external/autotest/scheduler/
site_drone_manager.py 45 parse_log = source_path.endswith(PARSE_LOG)
  /external/autotest/server/
base_utils.py 159 if (source_material.endswith(".gz") or
160 source_material.endswith(".gzip")):
163 elif source_material.endswith("bz2"):
168 if source_material.endswith(".tar"):
  /external/autotest/server/self-test/
utils_test.py 64 self.assertTrue(dstpath.endswith('/'))
  /external/chromium-trace/catapult/catapult_build/
html_checks.py 20 if not path.endswith('.html'):

Completed in 1858 milliseconds

1 2 3 4 56 7 8 91011>>