Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmlp_parse.c65 int has_extension, extensions = 0; in mlp_get_major_sync_size() local
71 has_extension = buf[25] & 1; in mlp_get_major_sync_size()
72 if (has_extension) { in mlp_get_major_sync_size()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp58 const auto has_extension = in get_highest_supported_version() local
85 if (!has_extension("cl_khr_byte_addressable_store") || in get_highest_supported_version()
86 !has_extension("cl_khr_global_int32_base_atomics") || in get_highest_supported_version()
87 !has_extension("cl_khr_global_int32_extended_atomics") || in get_highest_supported_version()
88 !has_extension("cl_khr_local_int32_base_atomics") || in get_highest_supported_version()
89 !has_extension("cl_khr_local_int32_extended_atomics") || in get_highest_supported_version()
103 if ((dev.has_doubles() && !has_extension("cl_khr_fp64")) || in get_highest_supported_version()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumber.cc34 if (first_number.has_extension() != second_number.has_extension() || in ExactlySameAs()
H A Dphonenumber.pb.h239 bool has_extension() const;
457 inline bool PhoneNumber::has_extension() const { in has_extension() function in i18n::phonenumbers::PhoneNumber
H A Dphonenumberutil.cc1849 if (number.has_extension() && number.extension().length() > 0) { in MaybeAppendFormattedExtension()
2660 if (number.has_extension()) { in GetLengthOfNationalDestinationCode()
3096 if (first_number.has_extension() && second_number.has_extension() && in IsNumberMatch()
H A Dphonenumbermatcher.cc851 phone_number.has_extension() ? candidate_groups.size() - 2 in AllNumberGroupsAreExactlyPresent()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.cc30 if (number.has_extension()) { in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h425 bool has_extension(const Twine &path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DPath.h442 bool has_extension(const Twine &path, Style style = Style::native);
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc230 DCHECK_IMPLIES(context->IsEvalContext() && context->has_extension(), in Lookup()
234 context->has_extension() && !context->extension_receiver().is_null()) { in Lookup()
H A Dcontexts-inl.h132 bool Context::has_extension() const { in has_extension() function in v8::internal::Context
H A Dcontexts.h590 inline bool has_extension() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp217 if (!sys::path::has_extension(Name)) in parseOne()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc681 if (context_->has_extension()) { in DebugPrint()
704 if (context_->has_extension()) { in DebugPrint()
1051 if (!context_->has_extension()) return false; in SetContextExtensionValue()
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc1594 bool has_extension = false; in GenerateJspbAllowedMap() local
1598 has_extension = true; in GenerateJspbAllowedMap()
1602 if (has_extension) { in GenerateJspbAllowedMap()
1788 bool has_extension = false; in GenerateRequiresForSCC() local
1794 has_extension = (has_extension || HasExtensions(desc)); in GenerateRequiresForSCC()
1801 /* require_extension = */ has_extension, in GenerateRequiresForSCC()
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc269 if (context->has_extension() && context->extension().IsJSGlobalObject()) { in DeclareEvalHelper()
296 } else if (context->has_extension()) { in DeclareEvalHelper()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.hpp348 bool has_extension(const std::string &ext) const;
H A Dspirv_glsl.cpp2521 if (!has_extension("GL_EXT_geometry_shader") && !has_extension("GL_EXT_tessellation_shader"))
13582 bool CompilerGLSL::has_extension(const std::string &ext) const
13590 if (!has_extension(ext))
13596 if (backend.supports_extensions && !has_extension(ext))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp669 bool has_extension(const Twine &path) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp679 bool has_extension(const Twine &path, Style style) {
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc1381 Node* has_extension = in ReduceJSHasContextExtension() local
1383 ReplaceWithValue(node, has_extension, effect, control); in ReduceJSHasContextExtension()
H A Dbytecode-graph-builder.cc1806 Node* has_extension = NewNode(javascript()->HasContextExtension(d)); in CheckContextExtensionsSlowPath() local
1809 NewBranch(has_extension); in CheckContextExtensionsSlowPath()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc645 if (has_extension()) VerifyExtensionSlot(extension()); in ContextVerify()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1322 if (context.has_extension()) { in ExtractContextReferences()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc11948 TNode<BoolT> has_extension =
11950 GotoIfNot(has_extension, &no_extension);

Completed in 92 milliseconds