HomeSort by relevance Sort by last modified time
    Searched refs:endswith (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/markdown/markdown/extensions/
imagelinks.py 66 if line.endswith("~~~~~~>") or not line:
  /external/v8/test/preparser/
testcfg.py 74 filenames = [f[:-3] for f in os.listdir(self.root) if f.endswith(".js")]
  /external/webkit/Tools/QueueStatusServer/model/
queues.py 111 return self._name.endswith("-ews") or self._name == "style-queue"
  /external/webkit/Tools/Scripts/
find-mismatched-layout-test-results 70 if not name.endswith("-expected"):
  /external/webkit/Tools/Scripts/webkitpy/common/system/
directoryfileset.py 33 if not self._path.endswith(self._filesystem.sep):
filesystem_mock.py 110 if not path.endswith(self.sep):
170 if not path.endswith(self.sep):
270 if not path.endswith(self.sep):
  /external/v8/tools/
presubmit.py 185 return name.endswith('.cc') or name.endswith('.h')
241 if name.endswith(ext):
  /build/tools/releasetools/
sign_target_files_apks 112 if info.filename.endswith(".apk"):
143 if i.filename.endswith('.apk')])
148 if info.filename.endswith(".apk"):
check_target_files_signatures 132 for i in filenames if i.endswith(".x509.pem")]
205 (info.filename.endswith(".DSA") or info.filename.endswith(".RSA")):
257 if fn.endswith(".apk"):
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_unittest.py 163 self.assertTrue(port._path_to_image_diff().endswith(
166 self.assertTrue(port._path_to_image_diff().endswith(
169 self.assertTrue(port._path_to_image_diff().endswith(
  /development/testrunner/test_defs/
native_test.py 91 success = output.endswith("exit code:0")
  /docs/source.android.com/scripts/
build.py 81 if f.endswith('.md'):
  /external/clang/lib/Analysis/
CocoaConventions.cpp 71 if (TDName.startswith(Prefix) && TDName.endswith("Ref"))
  /external/llvm/unittests/ADT/
StringRefTest.cpp 224 TEST(StringRefTest, EndsWith) {
226 EXPECT_TRUE(Str.endswith("lo"));
227 EXPECT_FALSE(Str.endswith("helloworld"));
228 EXPECT_FALSE(Str.endswith("worldhello"));
229 EXPECT_FALSE(Str.endswith("so"));
  /external/llvm/utils/release/
findRegressions.py 57 elif n.endswith('-time') :
  /external/v8/build/
gyp_v8 112 if arg.endswith('.gyp'):
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 100 elif inputBasename.endswith('.in'):
action_cssvaluekeywords.py 104 elif inputBasename.endswith('.in'):
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 46 if not file_name.endswith("_unittest.py"):
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 638 if (PatchedName.startswith("set") && PatchedName.endswith("b") &&
645 (PatchedName.endswith("ss") || PatchedName.endswith("sd") ||
646 PatchedName.endswith("ps") || PatchedName.endswith("pd"))) {
687 if (PatchedName.endswith("ss")) {
689 } else if (PatchedName.endswith("sd")) {
691 } else if (PatchedName.endswith("ps")) {
694 assert(PatchedName.endswith("pd") && "Unexpected mnemonic!");
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 56 bool endswith(StringRef Suffix) const { function in class:llvm::StringRef
102 if (AttrName.startswith("__") && AttrName.endswith("__"))
    [all...]
  /external/markdown/markdown/
preprocessors.py 151 if block.rstrip().endswith(">") \
160 and not block.rstrip().endswith(">"):
  /external/chromium/build/
gyp_chromium 128 if arg.endswith('.gyp'):
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 121 if (fname.endswith("Retain") ||
  /external/llvm/lib/Support/
PathV2.cpp 194 || Component.endswith(":")
273 b->endswith(":");
304 b->endswith(":");
327 b->endswith(":");

Completed in 1268 milliseconds

12 3 4 5