HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 251 - 275 of 422) sorted by null

<<11121314151617

  /development/vndk/tools/sourcedr/sourcedr/
server.py 129 file_path = match.group(1)
132 dic[file_path].append((line_no, code))
  /external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py 209 file_path = os.path.join(self.resultsdir, 'running_services')
210 with open(file_path, 'w') as output_file:
  /external/flatbuffers/src/
idl_gen_json_schema.cpp 211 const std::string file_path = GeneratedFileName(path_, file_name_); local
213 return SaveFile(file_path.c_str(), final_code, false);
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.h 114 string file_path,
125 file_path_(file_path),
dynamic_images.cc 480 string file_path; local
485 file_path = ReadTaskString(images.task_, info.file_path_);
493 file_path,
  /external/libchrome/base/files/
file_util.cc 16 #include "base/files/file_path.h"
190 bool GetFileSize(const FilePath& file_path, int64_t* file_size) {
192 if (!GetFileInfo(file_path, &info))
  /external/pdfium/
PRESUBMIT.py 94 def _CheckIncludeOrderForScope(scope, input_api, file_path, changed_linenums):
144 warnings.append(' %s:%d:%s' % (file_path, line_num, failure_type))
  /external/tensorflow/tensorflow/core/debug/
debug_io_utils.cc 582 const string file_path = local
586 *dump_file_path = file_path;
589 return DumpTensorToEventFile(debug_node_key, tensor, wall_time_us, file_path);
615 const string file_path = io::JoinPath(dir_name, file_name); local
621 TF_CHECK_OK(env->NewWritableFile(file_path, &f));
631 const string& file_path) {
635 return DumpEventProtoToFile(events[0], io::Dirname(file_path).ToString(),
636 io::Basename(file_path).ToString());
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_code.cc 104 uint64 GetIndex(const string& file_path, const string& func_name,
106 auto key = std::tuple<string, string, uint64>(file_path, func_name,
116 string file_base = io::Basename(file_path).ToString();
120 func_pb->set_filename(string_table_->GetIndex(file_path));
143 uint64 GetIndex(const string& file_path, uint64 line_number,
148 file_path, called_function_name, line_number);
269 const string& file_path = caller->file(); variable
275 return loc_table_->GetIndex(file_path, lineno, callee_function,
  /system/extras/simpleperf/
record_file.h 58 bool WriteFileFeature(const std::string& file_path,
150 bool ReadFileFeature(size_t& read_pos, std::string* file_path,
  /system/extras/simpleperf/scripts/
report_html.py 56 def add_file(self, file_path):
57 file_path = os.path.join(get_script_dir(), file_path)
58 with open(file_path, 'r') as f:
386 def get_source_file(self, file_path):
387 source_file = self.path_to_source_files.get(file_path)
389 source_file = SourceFile(len(self.path_to_source_files), file_path)
390 self.path_to_source_files[file_path] = source_file
683 for file_path, line in source:
684 source_file = self.source_files.get_source_file(file_path)
    [all...]
  /system/tools/aidl/
generate_cpp_unittest.cpp     [all...]
generate_cpp.cpp 828 string file_path = interface.GetPackage(); local
829 for (char& c: file_path) {
834 if (!file_path.empty()) {
835 file_path += (use_os_sep) ? OS_PATH_SEPARATOR : '/';
837 file_path += ClassName(interface, class_type);
838 file_path += ".h";
840 return file_path;
  /system/update_engine/common/
test_utils.h 32 #include <base/files/file_path.h>
183 explicit ScopedLoopMounter(const std::string& file_path,
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 67 const string file_path = driver_lib_dir + "/" + string(ent->d_name); local
68 if (ParseInterfaceSpec(file_path.c_str(), spec_msg)) {
  /art/tools/jfuzz/
run_jfuzz_test.py 610 file_path = os.path.join(self._jfuzz_dir, file_name)
611 if os.path.isfile(file_path):
612 os.unlink(file_path)
613 elif os.path.isdir(file_path):
614 shutil.rmtree(file_path)
  /external/autotest/client/cros/chameleon/
audio_widget.py 105 def save_file(self, file_path):
108 @param file_path: The path to save the file.
111 with open(file_path, 'wb') as f:
112 logging.debug('Saving recorded raw file to %s', file_path)
115 wav_file_path = file_path + '.wav'
118 path_src=file_path,
  /external/autotest/scheduler/
drone_manager_unittest.py 335 file_path = 'file/path'
340 self.manager.write_lines_to_file(file_path, lines)
342 'write_to_file', os.path.join(self._RESULTS_DIR, file_path),
347 file_path, lines, paired_with_process=self.mock_drone_process)
350 os.path.join(self._DRONE_RESULTS_DIR, file_path), written_data))
  /external/tensorflow/tensorflow/python/debug/wrappers/
dumping_wrapper_test.py 82 file_path = os.path.join(self.session_root, "foo")
83 open(file_path, "a").close() # Create the file
84 self.assertTrue(gfile.Exists(file_path))
85 self.assertFalse(gfile.IsDirectory(file_path))
89 session.Session(), session_root=file_path, log_usage=False)
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]
  /external/protobuf/gtest/scripts/
pump.py 568 def Convert(file_path):
569 s = file(file_path, 'r').read()
813 file_path = argv[-1]
814 ast = Convert(file_path)
818 if file_path.endswith('.pump'):
819 output_file_path = file_path[:-5]
828 (os.path.basename(__file__), os.path.basename(file_path)))
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 556 char file_path[kMaxStringLength]; local
557 memset(file_path, 0, sizeof(file_path));
558 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
560 int fd = Sys::open_(file_path, file_mode);
563 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_hdmi.cpp 460 char file_path[kMaxStringLength]; local
461 memset(file_path, 0, sizeof(file_path));
462 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
464 int fd = Sys::open_(file_path, file_mode);
467 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 544 char file_path[kMaxStringLength]; local
545 memset(file_path, 0, sizeof(file_path));
546 snprintf(file_path , sizeof(file_path), "%s%d/res_info", fb_path_, fb_node_index_);
548 int fd = Sys::open_(file_path, file_mode);
551 DLOGE("file '%s' not found : ret = %d err str: %s", file_path, fd, strerror(errno));
    [all...]
  /external/pdfium/testing/
embedder_test.cpp 123 std::string file_path; local
124 if (!PathService::GetTestFilePath(filename, &file_path))
126 file_contents_ = GetFileContents(file_path.c_str(), &file_length_);

Completed in 999 milliseconds

<<11121314151617