/external/libaom/libaom/tools/ |
D | obu_parser.cc | 88 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/libaom/libaom/av1/common/ |
D | obu_util.c | 69 header->has_extension = aom_rb_read_bit(rb); in read_obu_header() 82 if (header->has_extension) { in read_obu_header()
|
D | obu_util.h | 25 int has_extension; member
|
/external/libaom/libaom/common/ |
D | obudec.c | 85 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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 340 bool has_extension(const Twine &path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 425 bool has_extension(const Twine &path);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 425 bool has_extension(const Twine &path);
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 208 ASSERT_NEQ(p.has_extension(), TC.extension.empty()); in decompFilenameTest()
|
/external/v8/src/ |
D | contexts-inl.h | 68 bool Context::has_extension() { return !extension()->IsTheHole(); } in has_extension() function
|
D | contexts.h | 513 inline bool has_extension();
|
D | objects.cc | 8220 if (context->has_extension() && !context->IsCatchContext() && in ReferencesObject()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 459 if (context_->has_extension()) { in DebugPrint() 482 if (context_->has_extension()) { in DebugPrint() 843 if (!context_->has_extension()) return false; in SetContextExtensionValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 442 bool has_extension(const Twine &path, Style style = Style::native);
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 122 path::has_extension(*i); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFModuleDefinition.cpp | 218 if (!sys::path::has_extension(Name)) in parseOne()
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 1349 bool has_extension = false; in GenerateJspbAllowedSet() local 1353 has_extension = true; in GenerateJspbAllowedSet() 1357 if (has_extension) { in GenerateJspbAllowedSet()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 572 bool has_extension(const Twine &path) { in has_extension() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 669 bool has_extension(const Twine &path) { in has_extension() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 669 bool has_extension(const Twine &path) { in has_extension() function
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 288 } else if (context->has_extension()) { in DeclareEvalHelper()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 135 path::has_extension(*i); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 672 bool has_extension(const Twine &path, Style style) { in has_extension() function
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 2153 if (!llvm::sys::path::has_extension(ArgValue)) { in MakeCLOutputFilename() 2441 if (!llvm::sys::path::has_extension(Output)) in GetClPchPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 168 (void)path::has_extension(*i); in TEST()
|
/external/libcxx/include/ |
D | filesystem | 1098 _LIBCPP_INLINE_VISIBILITY bool has_extension() const {
|