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

12 3 4 5 6 7 8 91011>>

  /external/autotest/scheduler/
archive_results.py 14 if not path.endswith('/'):
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 17 if t.startswith('test_') and t.endswith('.py')]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 17 if t.startswith('test_') and t.endswith('.py')]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /external/autotest/server/site_tests/bluetooth_Sanity_ValidAddress/
bluetooth_Sanity_ValidAddress.py 40 if address.endswith(':00:00:00'):
47 if address.endswith(':FF:FF:FF'):
  /external/chromium-trace/catapult/dashboard/dashboard/
buildbucket_job_status.py 60 if key.endswith('_ts'):
87 if key.endswith('_json'):
can_bisect.py 59 if test_path.endswith('/ref') or test_path.endswith('_ref'):
  /external/deqp/scripts/src_util/
check_whitespace.py 31 if line.endswith(" \n") or line.endswith("\t\n"):
  /external/libchrome/base/
PRESUBMIT.py 19 not f.LocalPath().endswith('_unittest.mm') and
20 not f.LocalPath().endswith('mac/sdk_forward_declarations.h')):
  /external/v8/tools/
find_depot_tools.py 19 if i.rstrip(os.sep).endswith('depot_tools'):
25 if i.rstrip(os.sep).endswith('depot_tools'):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /prebuilts/gdb/linux-x86/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /external/skia/
PRESUBMIT.py 95 if affected_file_path.endswith('.py'):
122 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
176 sources = lambda x: (x.LocalPath().endswith('.h') or
177 x.LocalPath().endswith('.gypi') or
178 x.LocalPath().endswith('.gyp') or
179 x.LocalPath().endswith('.py') or
180 x.LocalPath().endswith('.sh') or
181 x.LocalPath().endswith('.m') or
182 x.LocalPath().endswith('.mm') o
    [all...]
  /external/protobuf/python/
setup.py 109 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc") or \
110 filepath.endswith(".so") or filepath.endswith(".o") or \
111 filepath.endswith('google/protobuf/compiler/__init__.py'):
  /external/autotest/utils/
coverage_suite.py 39 return (filename.endswith('_unittest.py') or filename.endswith('_test.py'))
44 if not f.endswith('.py'):
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler_unittest.py 51 self.assertTrue(result.endswith('.html'))
60 self.assertFalse(result.endswith('.html'))
71 self.assertTrue(result.endswith('.zip'))
  /external/chromium-trace/catapult/third_party/html5lib-python/utils/
entities.py 40 with_semicolon = name.endswith(";")
51 if not good or not name.endswith(";"):
59 if entity_name.endswith(";") and not subentity_exists(entity_name, entities):
  /external/markdown/markdown/extensions/
tables.py 42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):

Completed in 609 milliseconds

12 3 4 5 6 7 8 91011>>