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

  /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/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_unittest.cc 67 base::FilePath main_path = path.Append(kChromeExePath); local
68 ASSERT_TRUE(base::CreateDirectory(main_path));
76 base::FilePath main_path = path.Append(kChromeExePath); local
77 ASSERT_TRUE(base::DeleteFile(main_path, true));
  /external/replicaisland/tools/
ExtractPoints.js 57 var main_path = pathList[pathIndex];
58 if (main_path) {
59 var itemList = main_path.subPathItems;
  /frameworks/base/docs/html/tools/testing/
testing_otheride.jd 88 android create test-project -m <main_path> -n <project_name> -p <test_path>
208 <pre>android update test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>

Completed in 913 milliseconds