Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_extension
(Results
1 - 25
of
25
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlp_parse.c
65
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
D
device.cpp
58
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
D
phonenumber.cc
34
if (first_number.
has_extension
() != second_number.
has_extension
() ||
in ExactlySameAs()
H
A
D
phonenumber.pb.h
239
bool
has_extension
() const;
457
inline bool PhoneNumber::
has_extension
() const {
in has_extension()
function in i18n::phonenumbers::PhoneNumber
H
A
D
phonenumberutil.cc
1849
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
D
phonenumbermatcher.cc
851
phone_number.
has_extension
() ? candidate_groups.size() - 2
in AllNumberGroupsAreExactlyPresent()
/third_party/libphonenumber/cpp/test/phonenumbers/
H
A
D
test_util.cc
30
if (number.
has_extension
()) {
in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
Path.h
425
bool
has_extension
(const Twine &path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
Path.h
442
bool
has_extension
(const Twine &path, Style style = Style::native);
/third_party/node/deps/v8/src/objects/
H
A
D
contexts.cc
230
DCHECK_IMPLIES(context->IsEvalContext() && context->
has_extension
(),
in Lookup()
234
context->
has_extension
() && !context->extension_receiver().is_null()) {
in Lookup()
H
A
D
contexts-inl.h
132
bool Context::
has_extension
() const {
in has_extension()
function in v8::internal::Context
H
A
D
contexts.h
590
inline bool
has_extension
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
COFFModuleDefinition.cpp
217
if (!sys::path::
has_extension
(Name))
in parseOne()
/third_party/node/deps/v8/src/debug/
H
A
D
debug-scopes.cc
681
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
D
js_generator.cc
1594
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
D
runtime-scopes.cc
269
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
D
spirv_glsl.hpp
348
bool
has_extension
(const std::string &ext) const;
H
A
D
spirv_glsl.cpp
2521
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
D
Path.cpp
669
bool
has_extension
(const Twine &path) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
Path.cpp
679
bool
has_extension
(const Twine &path, Style style) {
/third_party/node/deps/v8/src/compiler/
H
A
D
js-typed-lowering.cc
1381
Node*
has_extension
=
in ReduceJSHasContextExtension()
local
1383
ReplaceWithValue(node,
has_extension
, effect, control);
in ReduceJSHasContextExtension()
H
A
D
bytecode-graph-builder.cc
1806
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
D
objects-debug.cc
645
if (
has_extension
()) VerifyExtensionSlot(extension());
in ContextVerify()
/third_party/node/deps/v8/src/profiler/
H
A
D
heap-snapshot-generator.cc
1322
if (context.
has_extension
()) {
in ExtractContextReferences()
/third_party/node/deps/v8/src/codegen/
H
A
D
code-stub-assembler.cc
11948
TNode<BoolT>
has_extension
=
11950
GotoIfNot(
has_extension
, &no_extension);
Completed in 92 milliseconds