Home
last modified time | relevance | path

Searched refs:full_file (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc64 for (const string& full_file : matching_files) { in ReadOpHistory() local
66 TF_RETURN_IF_ERROR(ReadFileToString(env, full_file, &op_history_str)); in ReadOpHistory()
71 if (full_file != expected) { in ReadOpHistory()
72 return errors::Internal("Expected file paths to match but '", full_file, in ReadOpHistory()
/external/deqp-deps/SPIRV-Tools/utils/
Dcheck_copyright.py79 full_file = os.path.join(path, filename)
80 if full_file not in skip_glob_files_list:
81 file_list.append(full_file)
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_copyright.py79 full_file = os.path.join(path, filename)
80 if full_file not in skip_glob_files_list:
81 file_list.append(full_file)
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc545 const MinidumpMemoryRange& full_file) { in ParseThreadList() argument
562 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()
567 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()
576 const MinidumpMemoryRange& full_file) { in ParseSystemInfo() argument
629 if (!strstr(full_file.GetAsciiMDString(sysinfo->csd_version_rva).c_str(), in ParseSystemInfo()
671 full_file.GetAsciiMDString(sysinfo->csd_version_rva).c_str()); in ParseSystemInfo()
866 const MinidumpMemoryRange& full_file) { in ParseDSODebugInfo() argument
894 full_file.GetArrayElement<MDRawLinkMap>(debug->map, i); in ParseDSODebugInfo()
901 full_file.GetAsciiMDString(link_map->name).c_str()); in ParseDSODebugInfo()
972 const MinidumpMemoryRange& full_file) { in ParseModuleStream() argument
[all …]