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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/DocumentsUI/
wrap_alpha.py 22 if not src.endswith(".png"): continue
27 alpha = src.endswith("_alpha")
37 am = src.endswith("_am")
  /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'):
  /external/autotest/client/common_lib/cros/
servo_afe_board_map.py 25 if afe_board.endswith(suffix):
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
__init__.py 5 if (file_name.endswith('.py') and
  /external/chromium-trace/catapult/catapult_build/
repo_checks.py 11 if f.LocalPath().endswith('.orig')]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
classinit.py 23 if (name.endswith('__get') or name.endswith('__set')
24 or name.endswith('__del')):
39 if name.endswith('__get') and value.__doc__:
  /external/clang/lib/Basic/
Attributes.cpp 11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
  /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"):
  /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"):
21 if path.endswith("/notice") or path.endswith("/readme") or path.endswith("/caveats"):
23 if path.endswith("/tzdata") or path.endswith("/zoneinfo/generate")
    [all...]
  /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/frontend/shared/
exceptions.py 7 if not entity_body.endswith('\n'):
  /external/autotest/site_utils/presubmit_hooks/
check_json_files.py 29 if f.lower().endswith('.json'):
  /external/avahi/tests/
c-plus-plus-test-gen.py 25 files = filter(lambda fn: fn.endswith(".h") and not fn.startswith("."), files)
  /external/chromium-trace/catapult/third_party/graphy/graphy/
all_tests.py 28 if filename.endswith('.py'):
38 if dir.endswith('/.svn') or '/.svn/' in dir:
41 in files if f.endswith('_test.py'))
  /external/skia/tools/copyright/
fileparser.py 14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /hardware/bsp/intel/peripheral/libmraa/tests/
check_samplenames.py 26 if cSampleName.endswith('.c'):
36 if cSampleName.endswith('.cpp'):
47 if javaSampleName.endswith('.java'):
  /packages/apps/Settings/
wrap_alpha.py 21 if not src.endswith(".png"): continue
26 alpha = src.endswith("_alpha")
33 am = src.endswith("_am")
  /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/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 72 if dest.endswith("_t"):
155 if i['target'].endswith("_t"):
187 if p.endswith("(/.*)?"):
210 if exe.endswith("_exec_t") and exe not in exclude_list:
223 if exe.endswith("_exec_t") and exe not in exclude_list:
675 if f.endswith("_var_run_t"):
677 if f.endswith("_pid_t"):
679 if f.endswith("_var_lib_t"):
681 if f.endswith("_var_t"):
683 if f.endswith("_var_spool_t")
    [all...]
  /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'):
  /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"):

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>