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:fHandlers
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/tools/skiaserve/
H
A
D
skiaserve.cpp
35
fHandlers
.push_back(new RootHandler);
in UrlManager()
36
fHandlers
.push_back(new PostHandler);
in UrlManager()
37
fHandlers
.push_back(new ImgHandler);
in UrlManager()
38
fHandlers
.push_back(new ClipAlphaHandler);
in UrlManager()
39
fHandlers
.push_back(new EnableGPUHandler);
in UrlManager()
40
fHandlers
.push_back(new CmdHandler);
in UrlManager()
41
fHandlers
.push_back(new InfoHandler);
in UrlManager()
42
fHandlers
.push_back(new DownloadHandler);
in UrlManager()
43
fHandlers
.push_back(new DataHandler);
in UrlManager()
44
fHandlers
in UrlManager()
68
SkTArray<UrlHandler*>
fHandlers
;
global()
member in UrlManager
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H
A
D
LongNameMultiplexer.java
23
* Next it multiplexes between name handlers (
fHandlers
) which are not given
33
private List<ParentlessMicroPropsGenerator>
fHandlers
;
field in LongNameMultiplexer
36
// pointed to in
fHandlers
.
56
result.
fHandlers
= new ArrayList<>();
in forMeasureUnits()
65
result.
fHandlers
.add(mlnh);
in forMeasureUnits()
68
result.
fHandlers
.add(lnh);
in forMeasureUnits()
85
for (int i = 0; i < this.
fHandlers
.size(); i++) {
in processQuantity()
87
ParentlessMicroPropsGenerator handler =
fHandlers
.get(i);
in processQuantity()
/third_party/icu/icu4c/source/i18n/
H
A
D
number_longnames.h
255
MaybeStackArray<MicroPropsGenerator *, 8>
fHandlers
;
member in number::impl::LongNameMultiplexer
257
// pointed to in
fHandlers
.
H
A
D
number_longnames.cpp
1719
if (result->
fHandlers
.resize(units.length()) == nullptr) {
in forMeasureUnits()
1731
result->
fHandlers
[i] = mlnh;
in forMeasureUnits()
1735
result->
fHandlers
[i] = lnh;
in forMeasureUnits()
1752
for (int i = 0; i <
fHandlers
.getCapacity(); i++) {
in processQuantity()
1754
fHandlers
[i]->processQuantity(quantity, micros, status);
in processQuantity()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
number_longnames.h
255
MaybeStackArray<MicroPropsGenerator *, 8>
fHandlers
;
member in number::impl::LongNameMultiplexer
257
// pointed to in
fHandlers
.
H
A
D
number_longnames.cpp
1719
if (result->
fHandlers
.resize(units.length()) == nullptr) {
in forMeasureUnits()
1731
result->
fHandlers
[i] = mlnh;
in forMeasureUnits()
1735
result->
fHandlers
[i] = lnh;
in forMeasureUnits()
1752
for (int i = 0; i <
fHandlers
.getCapacity(); i++) {
in processQuantity()
1754
fHandlers
[i]->processQuantity(quantity, micros, status);
in processQuantity()
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
number_longnames.h
255
MaybeStackArray<MicroPropsGenerator *, 8>
fHandlers
;
member in number::impl::LongNameMultiplexer
257
// pointed to in
fHandlers
.
H
A
D
number_longnames.cpp
1721
if (result->
fHandlers
.resize(units.length()) == nullptr) {
in forMeasureUnits()
1733
result->
fHandlers
[i] = mlnh;
in forMeasureUnits()
1737
result->
fHandlers
[i] = lnh;
in forMeasureUnits()
1754
for (int i = 0; i <
fHandlers
.getCapacity(); i++) {
in processQuantity()
1756
fHandlers
[i]->processQuantity(quantity, micros, status);
in processQuantity()
Completed in 11 milliseconds