HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 334 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
337 os.mkdir(base_path)
338 os.chdir(base_path)
371 shutil.rmtree(base_path)
  /external/bart/docs/notebooks/sched/
SchedDeadline.ipynb 53 "BASE_PATH = \"/Users/kapileshwarsingh/AnalysisRawData/LPC/sched_deadline/\"\n",
86 "TRACE_FILE = os.path.join(BASE_PATH, \"yield\")\n",
156 "TRACE_FILE = os.path.join(BASE_PATH, \"cpuhog\")\n",
383 "TRACE_FILE = os.path.join(BASE_PATH, \"cancel_dl_timer\")\n",
  /external/libxcam/xcore/
drm_display.h 121 int open_drivers (const char *base_path, int base_id);
drm_display.cpp 121 DrmDisplay::open_drivers (const char *base_path, int base_id)
125 XCAM_ASSERT (base_path);
128 sprintf (dev_path, "%s%d", base_path, base_id + i);
  /frameworks/support/car/res/drawable/
lock_out_message_background.xml 36 android:name="base_path"
  /prebuilts/sdk/current/car/car/res/drawable/
lock_out_message_background.xml 36 android:name="base_path"
  /prebuilts/sdk/current/support/car/res/drawable/
lock_out_message_background.xml 36 android:name="base_path"
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_tool.cpp 106 void CallOnAllFiles(CallbackType callback, const std::string& base_path) {
108 nftw(base_path.c_str(), callback, kMaxDepth, FTW_PHYS);
  /test/framework/harnesses/host_controller/command_processor/
command_config.py 84 base_path = os.path.dirname(configs[config_type])
87 for root, dirs, files in os.walk(base_path):
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 128 base_path = os.path.dirname(self._config_path)
141 paths.append(os.path.abspath(os.path.join(base_path, path)))
151 os.path.join(base_path, download_path))
  /external/python/cpython3/Lib/test/
test_pkgutil.py 363 base_path = os.path.join(self.basedir, base.replace('.', os.path.sep))
364 os.makedirs(base_path, exist_ok=True)
365 with open(os.path.join(base_path, final + ".py"), 'w') as f:
  /external/syslinux/gpxe/src/core/
uri.c 304 char * resolve_path ( const char *base_path,
306 size_t base_len = ( strlen ( base_path ) + 1 );
316 memcpy ( base_tmp, base_path, base_len );
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 748 bool GlobalHistogramAllocator::CreateWithActiveFile(const FilePath& base_path,
753 if (!base::ReplaceFile(active_path, base_path, nullptr))
754 base::DeleteFile(base_path, /*recursive=*/false);
765 FilePath base_path, active_path; local
766 ConstructFilePaths(dir, name, &base_path, &active_path);
767 return CreateWithActiveFile(base_path, active_path, size, id, name);
    [all...]
persistent_histogram_allocator.h 406 // moved to |base_path|. In all cases, any old file at |base_path| will be
409 static bool CreateWithActiveFile(const FilePath& base_path,
  /external/autotest/client/deps/glbench/src/
utils.cc 35 FilePath base_path = relative ? argv0_path.Append(relative) : argv0_path; local
36 g_base_path = new FilePath(base_path);
  /external/python/cpython2/Lib/test/
test_posix.py 512 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
515 os.mkdir(base_path)
516 os.chdir(base_path)
554 shutil.rmtree(base_path)
  /external/syslinux/gpxe/src/include/gpxe/
uri.h 173 extern char * resolve_path ( const char *base_path,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 435 base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
438 os.mkdir(base_path)
439 os.chdir(base_path)
480 shutil.rmtree(base_path)
  /external/python/cpython3/Lib/importlib/
_bootstrap_external.py     [all...]
  /external/tensorflow/tensorflow/python/saved_model/
saved_model_test.py 123 base_path = test.test_src_dir_path("/python/saved_model")
124 self.assertFalse(loader.maybe_saved_model_directory(base_path))
125 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
126 self.assertTrue(loader.maybe_saved_model_directory(base_path))
127 base_path = "complete_garbage"
128 self.assertFalse(loader.maybe_saved_model_directory(base_path))
    [all...]
  /test/vts/runners/host/
utils.py 223 for base_path in pypath.split(':'):
224 logging.info('checking %s', base_path)
225 new_path = os.path.join(base_path, file_full_path)
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 656 base_path = '/bin:/sbin:/usr/bin:/usr/sbin'
658 base_path = os.environ['SDK_TOOLS_BIN'] + ':' + base_path
663 base_path = base_path + ':' + OLD_DEVELOPER_TOOLS
664 os.environ['PATH'] = base_path
    [all...]

Completed in 1043 milliseconds

1 2 3 4 56 7