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:TraceInfo
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H
A
D
restricted_traces_autogen.h
33
struct
TraceInfo
struct
58
ANGLE_TRACE_EXPORT const
TraceInfo
&GetTraceInfo(const char *traceName);
H
A
D
restricted_traces_autogen.cpp
128
TraceInfo
info;
2426
const
TraceInfo
&GetTraceInfo(const char *traceName)
in GetTraceInfo()
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/
H
A
D
CaptureReplayTests.cpp
51
bool initializeTest(const std::string &execDir, const angle::
TraceInfo
&traceInfo)
in initializeTest()
138
int runTest(const std::string &exeDir, const angle::
TraceInfo
&traceInfo)
in runTest()
211
angle::
TraceInfo
traceInfo = {};
in run()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
TracePerfTest.cpp
68
TraceInfo
traceInfo = {};
120
const
TraceInfo
&traceInfo = mParams.traceInfo;
in frameCount()
1171
const
TraceInfo
&traceInfo = mParams.traceInfo;
in initializeBenchmark()
1879
TracePerfParams CombineWithTraceInfo(const TracePerfParams &in, const
TraceInfo
&traceInfo)
in CombineWithTraceInfo()
1944
std::vector<
TraceInfo
> traceInfos;
in RegisterTraceTests()
1952
TraceInfo
traceInfo = {};
in RegisterTraceTests()
1955
static_assert(sizeof(
TraceInfo
) == sizeof(trace_angle::
TraceInfo
), "Size mismatch");
in RegisterTraceTests()
1956
trace_angle::
TraceInfo
autogenFormatInfo = trace_angle::GetTraceInfo(trace.c_str());
in RegisterTraceTests()
1957
memcpy(&traceInfo, &autogenFormatInfo, sizeof(
TraceInfo
));
in RegisterTraceTests()
[all...]
/third_party/skia/third_party/externals/angle2/util/capture/
H
A
D
frame_capture_test_utils.h
138
struct
TraceInfo
struct
166
TraceInfo
*traceInfoOut);
H
A
D
frame_capture_test_utils.cpp
73
TraceInfo
*traceInfoOut)
in LoadTraceInfoFromJSON()
/third_party/googletest/googletest/src/
H
A
D
gtest-internal-inl.h
459
struct
TraceInfo
{
struct
773
std::vector<
TraceInfo
>& gtest_trace_stack() {
in gtest_trace_stack()
776
const std::vector<
TraceInfo
>& gtest_trace_stack() const {
in gtest_trace_stack()
953
internal::ThreadLocal<std::vector<
TraceInfo
> > gtest_trace_stack_;
H
A
D
gtest.cc
5309
const internal::
TraceInfo
& trace = impl_->gtest_trace_stack()[i - 1];
5517
void UnitTest::PushGTestTrace(const internal::
TraceInfo
& trace)
6855
internal::
TraceInfo
trace;
/third_party/node/deps/googletest/src/
H
A
D
gtest-internal-inl.h
460
struct
TraceInfo
{
struct
774
std::vector<
TraceInfo
>& gtest_trace_stack() {
in gtest_trace_stack()
777
const std::vector<
TraceInfo
>& gtest_trace_stack() const {
in gtest_trace_stack()
954
internal::ThreadLocal<std::vector<
TraceInfo
> > gtest_trace_stack_;
H
A
D
gtest.cc
5326
const internal::
TraceInfo
& trace = impl_->gtest_trace_stack()[i - 1];
5543
void UnitTest::PushGTestTrace(const internal::
TraceInfo
& trace)
6894
internal::
TraceInfo
trace;
/third_party/mesa3d/src/gtest/src/
H
A
D
gtest-internal-inl.h
468
struct
TraceInfo
{
struct
767
std::vector<
TraceInfo
>& gtest_trace_stack() {
in gtest_trace_stack()
770
const std::vector<
TraceInfo
>& gtest_trace_stack() const {
in gtest_trace_stack()
939
internal::ThreadLocal<std::vector<
TraceInfo
> > gtest_trace_stack_;
H
A
D
gtest.cc
4782
const internal::
TraceInfo
& trace = impl_->gtest_trace_stack()[i - 1];
in GTEST_LOCK_EXCLUDED_()
4984
void UnitTest::PushGTestTrace(const internal::
TraceInfo
& trace)
6163
internal::
TraceInfo
trace;
/third_party/googletest/googletest/include/gtest/
H
A
D
gtest.h
1295
void PushGTestTrace(const internal::
TraceInfo
& trace)
/third_party/googletest/googletest/include/gtest/internal/
H
A
D
gtest-internal.h
118
struct
TraceInfo
; // Information about a trace point.
/third_party/mesa3d/src/gtest/include/gtest/internal/
H
A
D
gtest-internal.h
101
struct
TraceInfo
; // Information about a trace point.
/third_party/node/deps/googletest/include/gtest/
H
A
D
gtest.h
1290
void PushGTestTrace(const internal::
TraceInfo
& trace)
/third_party/node/deps/googletest/include/gtest/internal/
H
A
D
gtest-internal.h
117
struct
TraceInfo
; // Information about a trace point.
/third_party/mesa3d/src/gtest/include/gtest/
H
A
D
gtest.h
1436
void PushGTestTrace(const internal::
TraceInfo
& trace)
Completed in 49 milliseconds