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

1 23 4 5 6 7 8 91011>>

  /external/python/cpython3/Tools/scripts/
pysource.py 51 return fullpath.endswith(".py") or fullpath.endswith(".pyw")
66 if fullpath.endswith(".py") or fullpath.endswith(".pyw"):
  /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/skqp/
PRESUBMIT.py 103 if affected_file_path.endswith('.py'):
131 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):
202 if (not f.LocalPath().endswith('.gn') and
203 not f.LocalPath().endswith('.gni')):
220 sources = lambda x: (x.LocalPath().endswith('.h') or
221 x.LocalPath().endswith('.py') or
222 x.LocalPath().endswith('.sh') or
223 x.LocalPath().endswith('.m') or
224 x.LocalPath().endswith('.mm') o
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 457 if i['target'].endswith("_t"):
485 if p.endswith("(/.*)?"):
507 if exe.endswith("_exec_t") and exe not in exclude_list:
517 if exe.endswith("_exec_t") and exe not in exclude_list:
945 if f.endswith("_var_run_t"):
947 if f.endswith("_pid_t"):
949 if f.endswith("_var_lib_t"):
951 if f.endswith("_var_t"):
953 if f.endswith("_var_spool_t"):
955 if f.endswith("_spool_t")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nturl2path.py 34 if path.endswith(':') and url.endswith('/'):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
struct.py 32 pyhead.endswith("HEAD"))
39 assert line.endswith(";")
structparse.py 26 pyhead.endswith("HEAD"))
33 assert line.endswith(";")
  /device/linaro/bootloader/edk2/BaseTools/Tests/
CheckPythonSyntax.py 40 if filename.lower().endswith('.py'):
47 assert filename.lower().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/libchrome/base/
PRESUBMIT.py 19 not f.LocalPath().endswith('_unittest.mm') and
20 not f.LocalPath().endswith('mac/sdk_forward_declarations.h')):
  /external/python/cpython2/Lib/
nturl2path.py 36 if path.endswith(':') and url.endswith('/'):
  /external/python/cpython2/Tools/framer/framer/
struct.py 32 pyhead.endswith("HEAD"))
39 assert line.endswith(";")
structparse.py 26 pyhead.endswith("HEAD"))
33 assert line.endswith(";")
  /external/python/cpython3/Lib/
nturl2path.py 36 if path.endswith(':') and url.endswith('/'):
  /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('/'):

Completed in 1152 milliseconds

1 23 4 5 6 7 8 91011>>