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

  /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 120 milliseconds