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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 136 scriptname = dir + '/' + script
137 scriptfile = self.translate_path(scriptname)
139 self.send_error(404, "No such CGI script (%r)" % scriptname)
143 scriptname)
145 ispy = self.is_python(scriptname)
149 scriptname)
153 scriptname)
168 env['SCRIPT_NAME'] = scriptname
  /external/python/cpython2/Lib/
CGIHTTPServer.py 133 scriptname = dir + '/' + script
134 scriptfile = self.translate_path(scriptname)
136 self.send_error(404, "No such CGI script (%r)" % scriptname)
140 scriptname)
142 ispy = self.is_python(scriptname)
146 scriptname)
150 scriptname)
165 env['SCRIPT_NAME'] = scriptname
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm.sh 27 scriptname=$0
34 cd `dirname $scriptname`/../../../../../
57 echo "Usage: $scriptname optional arguments:"
311 echo $scriptname $args
313 echo $scriptname $args >> $resdir/$ds/log
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 5 def __init__(self, scriptname, outputname):
6 self.shfile = open(scriptname, 'w')
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/python/cpython3/Lib/http/
server.py     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 8 def __init__(self, scriptname, outputname):
10 self.shfile = open(scriptname, 'w')
  /external/python/cpython2/PC/bdist_wininst/
install.c 2441 char *scriptname; local
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 2470 char *scriptname; local
    [all...]

Completed in 993 milliseconds