HomeSort by relevance Sort by last modified time
    Searched refs:endswith (Results 1 - 25 of 1125) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/Support/
TypeNameTest.cpp 33 EXPECT_TRUE(S1Name.endswith("::N1::S1")) << S1Name.str();
34 EXPECT_TRUE(C1Name.endswith("::N1::C1")) << C1Name.str();
35 EXPECT_TRUE(U1Name.endswith("::N1::U1")) << U1Name.str();
37 EXPECT_TRUE(S2Name.endswith("S2")) << S2Name.str();
39 EXPECT_TRUE(S2Name.endswith("::S2")) << S2Name.str();
  /packages/apps/DocumentsUI/
wrap_alpha.py 22 if not src.endswith(".png"): continue
27 alpha = src.endswith("_alpha")
37 am = src.endswith("_am")
  /development/vndk/tools/header-checker/header-abi-util/src/
collect_exported_headers.cpp 32 file_name.endswith(".swp") || file_name.endswith(".swo") ||
33 file_name.endswith("#") || file_name.endswith(".cpp") ||
34 file_name.endswith(".cc") || file_name.endswith(".c")) {
  /external/autotest/client/tests/bonnie/
bonnie.py 12 if size.endswith('G') or size.endswith('g'):
15 if size.endswith('M') or size.endswith('m'):
19 if chunk.endswith('K') or chunk.endswith('k'):
  /bionic/libc/tools/
generate-NOTICE.py 19 if path.endswith(".mk") or path.endswith(".py") or path.endswith(".pyc") or path.endswith(".txt") or path.endswith(".3") or path.endswith(".swp"):
21 if path.endswith("/notice") or path.endswith("/readme") or path.endswith("/caveats"):
23 if path.endswith("/tzdata") or path.endswith("/zoneinfo/generate")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
__main__.py 4 if sys.argv[0].endswith("__main__.py"):
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
__init__.py 5 if (file_name.endswith('.py') and
  /external/clang/lib/Basic/
Attributes.cpp 11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
  /external/deqp/scripts/src_util/
check_whitespace.py 31 if line.endswith(" \n") or line.endswith("\t\n"):
37 if line.endswith("\r") or line.endswith("\r\n"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
__main__.py 4 if sys.argv[0].endswith("__main__.py"):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
__main__.py 4 if sys.argv[0].endswith("__main__.py"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__main__.py 4 if sys.argv[0].endswith("__main__.py"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__main__.py 4 if sys.argv[0].endswith("__main__.py"):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/scripts/
extract_implies.py 22 if not fn.endswith('.c'):
26 if module_name.endswith('module'):
  /external/autotest/site_utils/presubmit_hooks/
check_json_files.py 29 if f.lower().endswith('.json'):
  /external/skia/tools/copyright/
fileparser.py 14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /packages/apps/Settings/
wrap_alpha.py 21 if not src.endswith(".png"): continue
26 alpha = src.endswith("_alpha")
33 am = src.endswith("_am")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
pytree_idempotency.py 43 if fn.endswith(".pyc"):
45 if not fn.endswith(".py"):
60 if not name.endswith(".py"):
__init__.py 17 if t.startswith('test_') and t.endswith('.py')]
  /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/chromium-trace/catapult/systrace/profile_chrome/
profiler_unittest.py 29 self.assertTrue(result.endswith('.html'))
40 self.assertFalse(result.endswith('.html'))
54 self.assertTrue(result.endswith('.zip'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 43 if fn.endswith(".pyc"):
45 if not fn.endswith(".py"):
60 if not name.endswith(".py"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 43 if fn.endswith(".pyc"):
45 if not fn.endswith(".py"):
60 if not name.endswith(".py"):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):

Completed in 730 milliseconds

1 2 3 4 5 6 7 8 91011>>