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:feature_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vixl/src/
H
A
D
cpu-features.cc
134
return (cpu_features_ == other.cpu_features_) && (
feature_
== other.
feature_
);
in operator ==()
141
feature_
= static_cast<CPUFeatures::Feature>(
feature_
+ 1);
in operator ++()
142
if (
feature_
== CPUFeatures::kNumberOfFeatures) {
in operator ++()
143
feature_
= CPUFeatures::kNone;
in operator ++()
146
VIXL_ASSERT(CPUFeatures::kNone <=
feature_
);
in operator ++()
147
VIXL_ASSERT(
feature_
< CPUFeatures::kNumberOfFeatures);
in operator ++()
150
} while (!cpu_features_->Has(
feature_
));
in operator ++()
H
A
D
cpu-features.h
422
: cpu_features_(cpu_features),
feature_
(start) {
in CPUFeaturesConstIterator()
435
return
feature_
;
in operator *()
447
CPUFeatures::Feature
feature_
;
member in vixl::CPUFeaturesConstIterator
451
return
feature_
== CPUFeatures::kNone;
in IsValid()
453
return cpu_features_->Has(
feature_
);
in IsValid()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiBufferViewAccessTests.cpp
87
VkFormatFeatureFlags
feature_
= VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT,
in BufferViewCaseParams()
96
, feature(
feature_
)
in BufferViewCaseParams()
Completed in 4 milliseconds