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:kSupported
(Results
1 - 12
of
12
) sorted by relevance
/third_party/benchmark/test/
H
A
D
perf_counters_gtest.cc
27
EXPECT_EQ(PerfCounters::Initialize(), PerfCounters::
kSupported
);
in TEST()
member in __anon1061::PerfCounters
31
if (!PerfCounters::
kSupported
) {
in TEST()
39
if (!PerfCounters::
kSupported
) {
in TEST()
85
if (!PerfCounters::
kSupported
) {
in TEST()
101
if (!PerfCounters::
kSupported
) {
in TEST()
121
if (!PerfCounters::
kSupported
) {
in TEST()
140
if (!PerfCounters::
kSupported
) {
in TEST()
236
if (!PerfCounters::
kSupported
) {
in TEST()
274
if (!PerfCounters::
kSupported
) {
in TEST()
H
A
D
perf_counters_test.cc
82
if (!benchmark::internal::PerfCounters::
kSupported
) {
in main()
/third_party/benchmark/src/
H
A
D
perf_counters.cc
58
const bool PerfCounters::
kSupported
= true;
member in benchmark::internal::PerfCounters
248
const bool PerfCounters::
kSupported
= false;
member in benchmark::internal::PerfCounters
H
A
D
perf_counters.h
91
static const bool
kSupported
;
member in benchmark::internal::final
/third_party/skia/src/gpu/mock/
H
A
D
GrMockCaps.h
126
return SurfaceReadPixelsSupport::
kSupported
;
/third_party/skia/src/gpu/dawn/
H
A
D
GrDawnCaps.cpp
90
return surface->asTexture() ? SurfaceReadPixelsSupport::
kSupported
in surfaceSupportsReadPixels()
/third_party/skia/tests/
H
A
D
TransferPixelsTest.cpp
140
if (GrCaps::SurfaceReadPixelsSupport::
kSupported
!=
in basic_transfer_to_test()
324
if (GrCaps::SurfaceReadPixelsSupport::
kSupported
!=
in basic_transfer_from_test()
H
A
D
SurfaceTest.cpp
735
return caps->surfaceSupportsReadPixels(rt) == GrCaps::SurfaceReadPixelsSupport::
kSupported
;
in supports_readpixels()
/third_party/skia/src/gpu/
H
A
D
GrCaps.h
263
kSupported
,
member in GrCaps::SurfaceReadPixelsSupport
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DCaps.cpp
921
return SurfaceReadPixelsSupport::
kSupported
;
in surfaceSupportsReadPixels()
926
return SurfaceReadPixelsSupport::
kSupported
;
in surfaceSupportsReadPixels()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkCaps.cpp
1608
return SurfaceReadPixelsSupport::
kSupported
;
in surfaceSupportsReadPixels()
1613
return SurfaceReadPixelsSupport::
kSupported
;
in surfaceSupportsReadPixels()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLCaps.cpp
4426
return SurfaceReadPixelsSupport::
kSupported
;
in surfaceSupportsReadPixels()
Completed in 20 milliseconds