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

1 2 3 45 6 7

  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 14 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/crash/
common.py 17 setup_modules.setup(base_path=client_dir,
  /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,
  /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 36 base_path = ResolvePath(os.getcwd()) + os.path.sep
38 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)
  /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/tensorflow/tensorflow/contrib/session_bundle/
bundle_shim_test.py 43 base_path = test.test_src_dir_path("/no/such/a/dir")
47 base_path)
262 base_path = test.test_src_dir_path(SESSION_BUNDLE_PATH)
263 meta_graph_filename = os.path.join(base_path,
317 base_path = test.test_src_dir_path(SESSION_BUNDLE_PATH)
321 base_path,
327 asset_path = os.path.join(base_path, constants.ASSETS_DIRECTORY)
341 base_path = test.test_src_dir_path(SAVED_MODEL_PATH)
345 base_path,
test_util.cc 27 const string base_path = tensorflow::testing::TensorFlowSrcRoot(); local
  /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)
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h 64 // Returns a string which remove given base_path from file_path if included.
65 string RemoveBaseDir(const string& file_path, const string& base_path);
VtsCompilerUtils.cpp 543 // Returns a string which remove given base_path from file_path if included.
544 string RemoveBaseDir(const string& file_path, const string& base_path) {
545 if (strncmp(file_path.c_str(), base_path.c_str(), base_path.length())) {
549 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))
  /external/iproute2/ip/
ipvrf.c 113 static void read_cgroup_pids(const char *base_path, char *name)
120 base_path, name, CGRP_PROC_FILE) >= sizeof(path))
145 static int recurse_dir(char *base_path, char *name, const char *netns)
153 d = opendir(base_path);
162 const char *pdir = strrchr(base_path, '/');
169 read_cgroup_pids(base_path, name);
176 base_path, de->d_name) >= sizeof(path))
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
saved_model_export_utils_test.py     [all...]
  /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')
  /external/python/cpython3/Lib/test/
test_modulefinder.py 303 base_path = os.path.join(TEST_DIR, 'a')
304 source_path = base_path + importlib.machinery.SOURCE_SUFFIXES[0]
305 bytecode_path = base_path + importlib.machinery.BYTECODE_SUFFIXES[0]

Completed in 704 milliseconds

1 2 3 45 6 7