HomeSort by relevance Sort by last modified time
    Searched refs:startswith (Results 76 - 100 of 3099) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 51 if line.startswith("BEGIN_TREBLE_ONLY"):
54 elif line.startswith("END_TREBLE_ONLY"):
59 elif line.startswith("BEGIN_COMPATIBLE_PROPERTY_ONLY"):
62 elif line.startswith("END_COMPATIBLE_PROPERTY_ONLY"):
  /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/lib2to3/tests/
__init__.py 17 if t.startswith('test_') and t.endswith('.py')]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_rlcompleter.py 35 [x+'(' for x in dir(builtins) if x.startswith('di')])
37 [x+'(' for x in dir(builtins) if x.startswith('st')])
53 if x.startswith('s')])
66 if x.startswith('s')])
  /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"):
  /external/autotest/tko/
unique_cookie.py 17 uid_cookies = [c for c in cookies if c.strip().startswith(key)]
  /external/capstone/suite/
patch_major_os_version.py 19 if not b.startswith("MZ"):
  /external/chromium-trace/catapult/systrace/profile_chrome/
ddms_tracing_agent_unittest.py 24 self.assertTrue(result.raw_data.startswith('*version'))
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 6 assert sys.platform.startswith('linux') or sys.platform.startswith('darwin') \
7 or sys.platform.startswith('cygwin') or sys.platform.startswith('freebsd')
  /external/markdown/markdown/extensions/
tables.py 37 if header[0].startswith('|'):
42 if c.startswith(':') and c.endswith(':'):
44 elif c.startswith(':'):
79 if row.startswith('|'):
  /external/python/cpython2/Doc/includes/sqlite3/
complete_statement.py 24 if buffer.lstrip().upper().startswith("SELECT"):
  /external/python/cpython2/Lib/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython2/Lib/lib-tk/
FixTk.py 43 if s.startswith("\\\\?\\"):
45 if s.startswith("UNC"):
62 if name.startswith("tcl"):
78 if name.startswith("tix"):
  /external/python/cpython2/Lib/lib2to3/tests/
__init__.py 17 if t.startswith('test_') and t.endswith('.py')]
  /external/python/cpython2/Lib/unittest/test/
__init__.py 12 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython3/Doc/includes/sqlite3/
complete_statement.py 24 if buffer.lstrip().upper().startswith("SELECT"):
  /external/python/cpython3/Lib/
_bootlocale.py 10 if sys.platform.startswith("win"):
  /external/python/cpython3/Lib/distutils/tests/
__init__.py 27 if fn.startswith("test") and fn.endswith(".py"):
  /external/python/cpython3/Lib/test/
test_tix.py 20 if sys.platform.startswith('win'):
  /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"):
  /external/swiftshader/third_party/LLVM/utils/git/
find-rev 30 if ln.startswith('commit '):
32 elif ln.startswith(' git-svn-id: '):
  /external/v8/tools/ignition/
linux_perf_bytecode_annotate.py 56 if symbol_and_offset.startswith("BytecodeHandler:"):
59 if symbol_and_offset.startswith(bytecode_symbol):
73 if line.startswith(name_string):
84 if not line.startswith("0x"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
FixTk.py 43 if s.startswith("\\\\?\\"):
45 if s.startswith("UNC"):
59 if name.startswith("tcl"):
75 if name.startswith("tix"):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_rlcompleter.py 35 [x+'(' for x in dir(builtins) if x.startswith('di')])
37 [x+'(' for x in dir(builtins) if x.startswith('st')])
53 if x.startswith('s')])
66 if x.startswith('s')])

Completed in 855 milliseconds

1 2 34 5 6 7 8 91011>>