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:SetInstance
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/include/utils/
H
A
D
SkEventTracer.h
14
// that event to SkEventTracer::
SetInstance
.
27
* If this is the first call to
SetInstance
or GetInstance then the passed instance is
31
static bool
SetInstance
(SkEventTracer*);
34
* Gets the event tracer. If this is the first call to
SetInstance
or GetIntance then a default
/third_party/skia/src/utils/
H
A
D
SkEventTracer.cpp
45
bool SkEventTracer::
SetInstance
(SkEventTracer* tracer) {
in SetInstance()
function in SkEventTracer
/third_party/skia/tools/trace/
H
A
D
EventTracingPriv.cpp
48
SkAssertResult(SkEventTracer::
SetInstance
(eventTracer));
in initializeEventTracingForTools()
/third_party/skia/src/sksl/
H
A
D
SkSLThreadContext.h
187
static void
SetInstance
(std::unique_ptr<ThreadContext> instance);
H
A
D
SkSLThreadContext.cpp
199
void ThreadContext::
SetInstance
(std::unique_ptr<ThreadContext> newInstance) {
in SetInstance()
function in SkSL::ThreadContext
/third_party/skia/src/sksl/dsl/
H
A
D
DSLCore.cpp
44
ThreadContext::
SetInstance
(std::make_unique<ThreadContext>(compiler, kind, settings,
in Start()
50
ThreadContext::
SetInstance
(std::make_unique<ThreadContext>(compiler, kind, settings,
in StartModule()
57
ThreadContext::
SetInstance
(nullptr);
in End()
Completed in 4 milliseconds