HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/autotest/client/cros/multimedia/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/networking/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/tendo/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/tendo/n_faced_peerd/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/deps/touchpad-tests/
common.py 14 setup_modules.setup(base_path=client_dir,
  /frameworks/base/native/graphics/jni/
Android.mk 0 BASE_PATH := $(call my-dir)
  /bionic/tools/versioner/src/
DeclarationDatabase.h 138 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const {
147 fprintf(out, "@ %s:%u:%u", StripPrefix(location.filename, base_path).str().c_str(),
178 void dump(const std::string& base_path = "", FILE* out = stdout) const {
190 it.second.dump(base_path, out, 4);
203 void dump(const std::string& base_path = "", FILE* out = stdout) const {
206 pair.second.dump(base_path, out);
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 35 base_path = ResolvePath(os.getcwd()) + os.path.sep
37 if not ResolvePath(os.path.join(base_path, member)).startswith(base_path):
dependency_manager_util_unittest.py 108 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
109 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
153 base_path = os.path.join(tempfile.gettempdir(), str(uuid.uuid4()))
154 archive_path = shutil.make_archive(base_path, 'zip', dir_path)
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/jsoncpp/test/
runjsontests.py 77 base_path = os.path.splitext(input_path)[0]
78 actual_output = safeReadFile( base_path + '.actual' )
79 actual_rewrite_output = safeReadFile( base_path + '.actual-rewrite' )
80 file(base_path + '.process-output','wt').write( process_output )
  /external/v8/tools/foozzie/
v8_foozzie.py 43 BASE_PATH = os.path.dirname(os.path.abspath(__file__))
45 os.path.join(BASE_PATH, 'v8_mock.js'),
46 os.path.join(BASE_PATH, 'v8_suppressions.js'),
48 ARCH_MOCKS = os.path.join(BASE_PATH, 'v8_mock_archs.js')
138 options.first_d8 = os.path.join(BASE_PATH, options.first_d8)
140 options.second_d8 = os.path.join(BASE_PATH, options.second_d8)
  /external/autotest/client/tests/netpipe/
netpipe.py 25 base_path = os.path.join(self.srcdir, 'NPtcp -h')
26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)
  /external/autotest/site_utils/lxc/
container_bucket.py 158 base_path = os.path.join(self.container_path, name)
168 utils.run('sudo chown -R root "%s"' % base_path)
169 utils.run('sudo chgrp -R root "%s"' % base_path)
180 path_to_cleanup = [tar_path, base_path]
191 utils.run('sudo chown -R root "%s"' % base_path)
192 utils.run('sudo chgrp -R root "%s"' % base_path)
195 config_path = os.path.join(base_path, 'config')
196 rootfs_path = os.path.join(base_path, 'rootfs')
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 66 // Returns a string which remove given base_path from file_path if included.
67 string RemoveBaseDir(const string& file_path, const string& base_path);
VtsCompilerUtils.cpp 544 // Returns a string which remove given base_path from file_path if included.
545 string RemoveBaseDir(const string& file_path, const string& base_path) {
546 if (strncmp(file_path.c_str(), base_path.c_str(), base_path.length())) {
550 result = &file_path.c_str()[base_path.length()];
  /hardware/intel/common/utils/ituxd/jni/
thermalJNI.cpp 86 static int lookup(const char *base_path, const char *name)
94 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
111 static int lookup_contains(const char *base_path, const char *name)
119 snprintf(full_path, SIZE, "%s%d/type", base_path, count);
  /external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
kernel_CrosECSysfsAccel.py 113 base_path = self.sysfs_accel_paths[name]
115 base_path = self.sysfs_accel_old_path
118 axis_path = os.path.join(base_path, '_'.join(name_list))
  /bootable/recovery/boot_control/
boot_control.cpp 143 std::string base_path = module->misc_device;
144 size_t last_path_sep = base_path.rfind('/');
148 base_path = base_path.substr(0, last_path_sep + 1) + "boot";
152 std::string partition_path = base_path + kSlotSuffixes[slot];
  /external/lisa/tests/eas/
preliminary.py 243 base_path = '/proc/sys/kernel/sched_domain/cpu{}/'.format(cpu)
244 for domain in sorted(self.target.list_directory(base_path), reverse=True):
245 flags_path = self.target.path.join(base_path, domain, 'flags')
  /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",
  /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);
  /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/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);

Completed in 702 milliseconds

1 2 3 45 6