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
defs:TAG2
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_maxp.h
20
static const SK_OT_CHAR
TAG2
= 'x';
member
H
A
D
SkOTTable_loca.h
19
static const SK_OT_CHAR
TAG2
= 'c';
member
H
A
D
SkTTCFHeader.h
20
static const SK_OT_CHAR
TAG2
= 'c';
member
36
static const SK_OT_CHAR
TAG2
= 0;
member
43
static const SK_OT_CHAR
TAG2
= 'I';
member
H
A
D
SkOTTable_EBSC.h
20
static const SK_OT_CHAR
TAG2
= 'B';
member
H
A
D
SkOTTable_gasp.h
19
static const SK_OT_CHAR
TAG2
= 's';
member
H
A
D
SkOTTable_fvar.h
19
static const SK_OT_CHAR
TAG2
= 'a';
member
H
A
D
SkOTTable_hhea.h
19
static const SK_OT_CHAR
TAG2
= 'e';
member
H
A
D
SkOTTable_post.h
19
static const SK_OT_CHAR
TAG2
= 's';
member
H
A
D
SkSFNTHeader.h
25
static const SK_OT_CHAR
TAG2
= 0;
member
32
static const SK_OT_CHAR
TAG2
= 'u';
member
39
static const SK_OT_CHAR
TAG2
= 'p';
member
46
static const SK_OT_CHAR
TAG2
= 'T';
member
H
A
D
SkOTTable_OS_2.h
23
inline static constexpr SK_OT_CHAR
TAG2
= '/';
member
H
A
D
SkOTTable_head.h
19
static const SK_OT_CHAR
TAG2
= 'a';
member
H
A
D
SkOTTable_name.h
20
static const SK_OT_CHAR
TAG2
= 'm';
member
H
A
D
SkOTTable_EBDT.h
21
static const SK_OT_CHAR
TAG2
= 'D';
member
H
A
D
SkOTTable_EBLC.h
20
static const SK_OT_CHAR
TAG2
= 'L';
member
H
A
D
SkOTTable_glyf.h
25
static const SK_OT_CHAR
TAG2
= 'y';
member
/third_party/gn/src/gn/
H
A
D
source_file.cc
57
#define
TAG2
(c1, c2) ((unsigned)(c1) | ((unsigned)(c2) << 8))
in GetSourceFileType()
macro
74
#undef
TAG2
in GetSourceFileType()
macro
Completed in 6 milliseconds