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:SetLabel
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H
A
D
LabelTests.cpp
43
bindGroup.
SetLabel
(label.c_str());
in TEST_F()
75
bindGroupLayout.
SetLabel
(label.c_str());
in TEST_F()
106
buffer.
SetLabel
(label.c_str());
in TEST_F()
137
commandBuffer.
SetLabel
(label.c_str());
in TEST_F()
167
encoder.
SetLabel
(label.c_str());
in TEST_F()
199
encoder.
SetLabel
(label.c_str());
in TEST_F()
244
externalTexture.
SetLabel
(label.c_str());
in TEST_F()
277
pipelineLayout.
SetLabel
(label.c_str());
in TEST_F()
308
querySet.
SetLabel
(label.c_str());
in TEST_F()
340
encoder.
SetLabel
(labe
in TEST_F()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H
A
D
format_benchmark.cc
37
state.
SetLabel
(fmt);
in BM_Format_FormatTime()
51
state.
SetLabel
(fmt);
in BM_Format_ParseTime()
H
A
D
duration_benchmark.cc
414
state.
SetLabel
(s);
in BM_Duration_FormatDuration()
425
state.
SetLabel
(s);
in BM_Duration_ParseDuration()
/third_party/benchmark/test/
H
A
D
register_benchmark_test.cc
84
st.
SetLabel
(label);
in BM_extra_args()
135
st.
SetLabel
(x);
in TestRegistrationAtRuntime()
H
A
D
benchmark_test.cc
61
state.
SetLabel
(ss.str());
in BM_Factorial()
71
state.
SetLabel
(ss.str());
in BM_CalculatePiRange()
H
A
D
reporter_output_test.cc
160
state.
SetLabel
("some label");
in BM_label()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H
A
D
EGLDebugTest.cpp
152
TEST_P(EGLDebugTest,
SetLabel
)
in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H
A
D
cctz_benchmark.cc
1005
state.
SetLabel
(fmt);
in BM_Format_FormatTime()
1018
state.
SetLabel
(fmt);
in BM_Format_ParseTime()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
DestroyTests.cpp
166
buffer.
SetLabel
(label.c_str());
in TEST_P()
H
A
D
DeviceLostTests.cpp
521
buffer.
SetLabel
(label.c_str());
in TEST_P()
/third_party/benchmark/bindings/python/google_benchmark/
H
A
D
benchmark.cc
169
.def("set_label", &State::
SetLabel
)
in NB_MODULE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCStreamer.cpp
1036
MCSymbol *
SetLabel
= Context.createTempSymbol("set", true);
in emitAbsoluteSymbolDiff()
local
1037
EmitAssignment(
SetLabel
, Diff);
in emitAbsoluteSymbolDiff()
1038
EmitSymbolValue(
SetLabel
, Size);
in emitAbsoluteSymbolDiff()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H
A
D
raw_hash_set_benchmark.cc
184
state.
SetLabel
(absl::StrFormat("load_factor=%.2f", t.load_factor()));
in BM_CacheInSteadyState()
/third_party/benchmark/src/
H
A
D
benchmark.cc
288
void State::
SetLabel
(const std::string& label) {
in SetLabel()
function in benchmark::State
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H
A
D
inlined_vector_benchmark.cc
248
state.
SetLabel
(absl::StrCat("sz=", size));
in BM_Sizeof()
/third_party/benchmark/include/benchmark/
H
A
D
benchmark.h
896
// state.
SetLabel
(StrFormat("compress:%.1f%%", 100.0*compression));
902
void
SetLabel
(const std::string& label);
Completed in 18 milliseconds