Home
last modified time | relevance | path

Searched defs:file_extension (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcheckpoint_callback_manager.cc50 absl::string_view file_extension, in TriggerSaveCallbackIfFileNotExist()
85 absl::string_view file_extension, in TriggerRestoreCallbackIfFileExists()
162 absl::string_view file_extension, SaveCallback callback) { in RegisterSaveCallback()
190 absl::string_view file_extension) { in DoesSaveCallbackExist()
196 absl::string_view file_extension, RestoreCallback callback) { in RegisterRestoreCallback()
224 absl::string_view file_extension) { in DoesRestoreCallbackExist()
/aosp_15_r20/external/mesa3d/bin/ci/test/
H A Dtest_structured_logger.py21 def file_extension(strategy): function
35 def test_guess_strategy_from_file(tmp_path, strategy, file_extension): argument
42 def test_get_strategy(strategy, file_extension): argument
55 def test_non_existent_file(tmp_path, strategy, file_extension): argument
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py2792 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
3143 def CheckLanguage(filename, clean_lines, linenum, file_extension, include_state, argument
3775 def ProcessLine(filename, file_extension, clean_lines, line, argument
3814 def ProcessFileData(filename, file_extension, lines, error, argument
/aosp_15_r20/external/google-styleguide/cpplint/
H A Dcpplint.py580 def IsHeaderExtension(file_extension): argument
4314 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
4688 def CheckLanguage(filename, clean_lines, linenum, file_extension, argument
5783 def ProcessLine(filename, file_extension, clean_lines, line, argument
5898 def ProcessFileData(filename, file_extension, lines, error, argument
/aosp_15_r20/external/libaom/tools/
H A Dcpplint.py580 def IsHeaderExtension(file_extension): argument
4311 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
4685 def CheckLanguage(filename, clean_lines, linenum, file_extension, argument
5780 def ProcessLine(filename, file_extension, clean_lines, line, argument
5895 def ProcessFileData(filename, file_extension, lines, error, argument
/aosp_15_r20/external/libvpx/tools/
H A Dcpplint.py580 def IsHeaderExtension(file_extension): argument
4311 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
4685 def CheckLanguage(filename, clean_lines, linenum, file_extension, argument
5780 def ProcessLine(filename, file_extension, clean_lines, line, argument
5895 def ProcessFileData(filename, file_extension, lines, error, argument
/aosp_15_r20/tools/repohooks/tools/
H A Dcpplint.py927 def IsHeaderExtension(file_extension): argument
4808 def CheckStyle(filename, clean_lines, linenum, file_extension, nesting_state, argument
5224 def CheckLanguage(filename, clean_lines, linenum, file_extension, argument
6336 def ProcessLine(filename, file_extension, clean_lines, line, argument
6452 def ProcessFileData(filename, file_extension, lines, error, argument
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_options.h51 std::string file_extension; member
H A Dcsharp_helpers.cc404 const std::string file_extension, in GetOutputFile()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_options.h51 std::string file_extension; member
H A Dcsharp_helpers.cc404 const std::string file_extension, in GetOutputFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp95 auto file_extension = sys::path::extension(FileName); in getSourceFileFullPath() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp96 auto file_extension = sys::path::extension(FileName); in getSourceFileFullPath() local
/aosp_15_r20/art/libartbase/base/
H A Dfile_utils.cc660 std::string_view file_extension) { in GetApexDataDalvikCacheFilename()
706 std::string_view file_extension) { in GetApexDataDalvikCacheFilename()
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file_unittest.cc170 const base::FilePath::StringPieceType& file_extension, in RunSuccessfulRequestWithString()
/aosp_15_r20/external/flatbuffers/src/
H A Dcode_generators.cpp38 const std::string file_extension = java ? ".java" : ".cs"; in JavaCSharpMakeRule() local
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dargs.rs263 let file_extension = "pcap"; in get_requests() localVariable
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h540 *file_extension, /* File extension */ member