HomeSort by relevance Sort by last modified time
    Searched refs:is_python (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pysource.py 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None):
96 is_python: a function that takes a file name and checks whether it is a
107 if is_python(path):
118 if is_python(fullpath):
129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
findnocoding.py 86 is_python = pysource.looks_like_python variable
91 is_python = pysource.can_be_compiled variable
99 for fullpath in pysource.walk_python_files(args, is_python):
  /external/python/cpython2/Tools/scripts/
pysource.py 91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None):
96 is_python: a function that takes a file name and checks whether it is a
107 if is_python(path):
118 if is_python(fullpath):
129 for fullpath in walk_python_files(['.'], is_python=can_be_compiled):
findnocoding.py 88 is_python = pysource.looks_like_python variable
93 is_python = pysource.can_be_compiled variable
101 for fullpath in pysource.walk_python_files(args, is_python):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 99 def is_python(self, path): member in class:CGIHTTPRequestHandler
145 ispy = self.is_python(scriptname)
260 if self.is_python(scriptfile):
  /external/python/cpython2/Lib/
CGIHTTPServer.py 101 def is_python(self, path): member in class:CGIHTTPRequestHandler
142 ispy = self.is_python(scriptname)
257 if self.is_python(scriptfile):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 101 def is_python(self, path): member in class:CGIHTTPRequestHandler
147 ispy = self.is_python(scriptname)
262 if self.is_python(scriptfile):
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 101 def is_python(self, path): member in class:CGIHTTPRequestHandler
147 ispy = self.is_python(scriptname)
262 if self.is_python(scriptfile):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 101 def is_python(self, path): member in class:CGIHTTPRequestHandler
147 ispy = self.is_python(scriptname)
262 if self.is_python(scriptfile):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 101 def is_python(self, path): member in class:CGIHTTPRequestHandler
147 ispy = self.is_python(scriptname)
262 if self.is_python(scriptfile):
  /external/autotest/utils/
check_patch.py 199 self.is_python = True
201 self.is_python = False
290 if self.is_python:

Completed in 620 milliseconds