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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pathfix.py 32 new_interpreter = None variable
35 global new_interpreter
46 new_interpreter = a
47 if not new_interpreter or new_interpreter[0] != '/' or not args:
146 return '#! %s\n' % new_interpreter
  /external/python/cpython2/Tools/scripts/
pathfix.py 32 new_interpreter = None variable
35 global new_interpreter
46 new_interpreter = a
47 if not new_interpreter or new_interpreter[0] != '/' or not args:
146 return '#! %s\n' % new_interpreter
  /external/tensorflow/tensorflow/lite/experimental/writer/
writer_lib_test.cc 53 std::unique_ptr<Interpreter> new_interpreter; local
54 builder(&new_interpreter);
  /external/python/cpython3/Tools/scripts/
pathfix.py 33 new_interpreter = None variable
39 global new_interpreter
52 new_interpreter = a.encode()
57 if not new_interpreter or not new_interpreter.startswith(b'/') or \
174 return b'#! ' + new_interpreter + b'\n'
  /external/python/cpython3/Python/
pylifecycle.c 1354 new_interpreter(PyThreadState **tstate_p) function
    [all...]

Completed in 260 milliseconds