Home
last modified time | relevance | path

Searched refs:has_extension (Results 1 – 25 of 35) sorted by relevance

12

/external/libaom/libaom/tools/
Dobu_parser.cc88 obu_header->has_extension = in ParseObuHeader()
110 header->has_extension ? "yes" : "no"); in PrintObuHeader()
111 if (header->has_extension) { in PrintObuHeader()
146 if (obu_header.has_extension) { in DumpObu()
/external/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php34 private $has_extension = false; variable in Google\\Protobuf\\Internal\\DescriptorProto
173 $this->has_extension = true;
180 return $this->has_extension;
DFileDescriptorProto.php77 private $has_extension = false; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
408 $this->has_extension = true;
415 return $this->has_extension;
/external/libaom/libaom/av1/common/
Dobu_util.c69 header->has_extension = aom_rb_read_bit(rb); in read_obu_header()
82 if (header->has_extension) { in read_obu_header()
Dobu_util.h25 int has_extension; member
/external/libaom/libaom/common/
Dobudec.c85 const int has_extension = (obu_data[0] >> 2) & 0x1; in obudec_read_obu_header() local
86 if (has_extension) { in obudec_read_obu_header()
/external/llvm/include/llvm/Support/
DPath.h425 bool has_extension(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h425 bool has_extension(const Twine &path);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp208 ASSERT_NEQ(p.has_extension(), TC.extension.empty()); in decompFilenameTest()
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp201 assert(p.has_extension() != TC.extension.empty()); in decompFilenameTest()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h442 bool has_extension(const Twine &path, Style style = Style::native);
/external/llvm-project/llvm/include/llvm/Support/
DPath.h450 bool has_extension(const Twine &path, Style style = Style::native);
/external/crosvm/crosvm_plugin/
Dcrosvm.h115 bool *has_extension);
/external/libgav1/libgav1/src/
Dobu_parser.h64 bool has_extension; member
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet.cc454 const bool has_extension = (buffer[0] & 0x10) != 0; in ParseBuffer() local
479 if (has_extension) { in ParseBuffer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp217 if (!sys::path::has_extension(Name)) in parseOne()
/external/llvm-project/llvm/lib/Object/
DCOFFModuleDefinition.cpp217 if (!sys::path::has_extension(Name)) in parseOne()
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1607 bool has_extension = false; in GenerateJspbAllowedMap() local
1611 has_extension = true; in GenerateJspbAllowedMap()
1615 if (has_extension) { in GenerateJspbAllowedMap()
1801 bool has_extension = false; in GenerateRequiresForSCC() local
1807 has_extension = (has_extension || HasExtensions(desc)); in GenerateRequiresForSCC()
1814 /* require_extension = */ has_extension, in GenerateRequiresForSCC()
/external/llvm-project/clang/lib/Tooling/
DJSONCompilationDatabase.cpp290 !llvm::sys::path::has_extension(stripExecutableExtension(Args[1])); in unwrapCommand()
/external/crosvm/crosvm_plugin/src/
Dlib.rs378 Ok(response.get_check_extension().has_extension) in check_extension()
1420 has_extension: *mut bool, in crosvm_check_extension()
1427 *has_extension = supported; in crosvm_check_extension()
/external/crosvm/protos/src/
Dplugin.proto220 bool has_extension = 1; field
/external/llvm-project/clang/lib/Driver/ToolChains/
DMinGW.cpp170 if (!llvm::sys::path::has_extension(OutputFile)) { in ConstructJob()
/external/crosvm/src/plugin/
Dprocess.rs620 response.mut_check_extension().has_extension = vm.check_extension(cap); in handle_socket()
/external/llvm/lib/Support/
DPath.cpp669 bool has_extension(const Twine &path) { in has_extension() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp669 bool has_extension(const Twine &path) { in has_extension() function

12