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:gHead
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tools/
H
A
D
Registry.h
26
Registry* reg =
gHead
;
in Registry()
35
fChain =
gHead
;
in Registry()
36
gHead
= this;
in Registry()
39
static const Registry* Head() { return
gHead
; }
in Head()
60
static Registry*
gHead
;
member in sk_tools::Registry
64
template <typename T> Registry<T>* Registry<T>::
gHead
;
member in sk_tools::Registry
/third_party/skia/tools/flags/
H
A
D
CommandLineFlags.cpp
141
SkFlagInfo* CommandLineFlags::
gHead
;
member in CommandLineFlags
250
for (SkFlagInfo* flag = CommandLineFlags::
gHead
; flag; flag = flag->next()) {
in Parse()
262
for (SkFlagInfo* flag = CommandLineFlags::
gHead
; flag; flag = flag->next()) {
in Parse()
283
SkFlagInfo* flag =
gHead
;
in Parse()
347
SkFlagInfo* flag =
gHead
;
in Parse()
348
gHead
= nullptr;
in Parse()
H
A
D
CommandLineFlags.h
185
static SkFlagInfo*
gHead
;
member in CommandLineFlags
188
// For access to
gHead
.
442
fNext = CommandLineFlags::
gHead
;
in SkFlagInfo()
443
CommandLineFlags::
gHead
= this;
in SkFlagInfo()
member in SkFlagInfo::CommandLineFlags
/third_party/skia/bench/
H
A
D
Benchmark.cpp
14
template BenchRegistry* BenchRegistry::
gHead
;
member in BenchRegistry
/third_party/skia/tools/fiddle/
H
A
D
examples.cpp
6
template sk_tools::Registry<fiddle::Example>* sk_tools::Registry<fiddle::Example>::
gHead
;
member in sk_tools::Registry
/third_party/skia/samplecode/
H
A
D
Sample.cpp
127
template SampleRegistry* SampleRegistry::
gHead
;
member in SampleRegistry
/third_party/skia/tests/
H
A
D
skia_test.cpp
57
template TestRegistry* TestRegistry::
gHead
;
member in TestRegistry
/third_party/skia/gm/
H
A
D
gm.cpp
185
template GMRegistry* GMRegistry::
gHead
;
member in GMRegistry
Completed in 5 milliseconds