Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/ci/test/
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
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_options.h28 std::string file_extension; member
Dnames.cc103 absl::string_view file_extension, in GetOutputFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp95 auto file_extension = sys::path::extension(FileName); in getSourceFileFullPath() local
/third_party/flatbuffers/src/
Dcode_generators.cpp36 const std::string file_extension = java ? ".java" : ".cs"; in JavaCSharpMakeRule() local