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

12 3 4 5 6 7 8 91011>>

  /external/autotest/site_utils/presubmit_hooks/
check_json_files.py 29 if f.lower().endswith('.json'):
  /external/chromium-trace/catapult/common/py_utils/py_utils/
logging_util_unittest.py 19 self.assertTrue(s.getvalue().endswith('test\n'))
  /system/timezone/
tzdatautil.py 23 if filename.startswith('tz%s20' % file_type) and filename.endswith('.tar.gz'):
  /external/skia/tools/copyright/
fileparser.py 14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /external/skqp/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")
  /external/skia/
PRESUBMIT.py 103 if affected_file_path.endswith('.py'):
117 is_json = affected_file_path.endswith('.json')
119 affected_file_path.endswith('/METADATA'))
154 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
225 if (not f.LocalPath().endswith('.gn') and
226 not f.LocalPath().endswith('.gni')):
243 sources = lambda x: (x.LocalPath().endswith('.h') or
244 x.LocalPath().endswith('.py') or
245 x.LocalPath().endswith('.sh') o
    [all...]
  /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'))
  /external/python/cpython2/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')]
  /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"):
  /tools/tradefederation/core/atest/
unittest_utils.py 85 if value.endswith('.java'):
87 if value.endswith(uc.INT_NAME + '.xml'):
89 if value.endswith(uc.GTF_INT_NAME + '.xml'):
  /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"):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pysource.py 51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
66 if fullpath.endswith(".py") or fullpath.endswith(".pyw"):
  /external/python/cpython2/Lib/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython2/Lib/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython2/Tools/scripts/
pysource.py 51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
66 if fullpath.endswith(".py") or fullpath.endswith(".pyw"):
  /external/python/cpython3/Lib/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython3/Lib/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython3/Lib/unittest/test/testmock/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):

Completed in 1113 milliseconds

12 3 4 5 6 7 8 91011>>