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

  /external/python/cpython3/Lib/multiprocessing/
spawn.py 176 main_path = getattr(main_module, '__file__', None)
177 if main_path is not None:
178 if (not os.path.isabs(main_path) and
180 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
181 d['init_main_from_path'] = os.path.normpath(main_path)
254 def _fixup_main_from_path(main_path):
262 main_name = os.path.splitext(os.path.basename(main_path))[0]
268 if getattr(current_main, '__file__', None) == main_path:
276 main_content = runpy.run_path(main_path,
    [all...]
forkserver.py 99 desired_keys = {'main_path', 'sys_path'}
135 def main(listener_fd, alive_r, preload, main_path=None, sys_path=None):
138 if '__main__' in preload and main_path is not None:
141 spawn.import_main_path(main_path)
  /external/python/cpython2/Lib/multiprocessing/
forking.py 409 main_path = getattr(sys.modules['__main__'], '__file__', None)
410 if not main_path and sys.argv[0] not in ('', '-c'):
411 main_path = sys.argv[0]
412 if main_path is not None:
413 if not os.path.isabs(main_path) and \
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
416 d['main_path'] = os.path.normpath(main_path)
472 if 'main_path' in data
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 409 main_path = getattr(sys.modules['__main__'], '__file__', None)
410 if not main_path and sys.argv[0] not in ('', '-c'):
411 main_path = sys.argv[0]
412 if main_path is not None:
413 if not os.path.isabs(main_path) and \
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
416 d['main_path'] = os.path.normpath(main_path)
472 if 'main_path' in data
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 409 main_path = getattr(sys.modules['__main__'], '__file__', None)
410 if not main_path and sys.argv[0] not in ('', '-c'):
411 main_path = sys.argv[0]
412 if main_path is not None:
413 if not os.path.isabs(main_path) and \
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
416 d['main_path'] = os.path.normpath(main_path)
472 if 'main_path' in data
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 409 main_path = getattr(sys.modules['__main__'], '__file__', None)
410 if not main_path and sys.argv[0] not in ('', '-c'):
411 main_path = sys.argv[0]
412 if main_path is not None:
413 if not os.path.isabs(main_path) and \
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
416 d['main_path'] = os.path.normpath(main_path)
472 if 'main_path' in data
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 409 main_path = getattr(sys.modules['__main__'], '__file__', None)
410 if not main_path and sys.argv[0] not in ('', '-c'):
411 main_path = sys.argv[0]
412 if main_path is not None:
413 if not os.path.isabs(main_path) and \
415 main_path = os.path.join(process.ORIGINAL_DIR, main_path)
416 d['main_path'] = os.path.normpath(main_path)
472 if 'main_path' in data
    [all...]
  /external/replicaisland/tools/
ExtractPoints.js 57 var main_path = pathList[pathIndex];
58 if (main_path) {
59 var itemList = main_path.subPathItems;

Completed in 246 milliseconds