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:tableTag
(Results
1 - 25
of
49
) sorted by relevance
1
2
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
FontTableCache.cpp
64
const void *FontTableCache::find(LETag
tableTag
, size_t &length) const
in find()
argument
80
void FontTableCache::add(LETag
tableTag
, const void *table, size_t length)
in add()
argument
/third_party/icu/icu4c/source/test/letest/
H
A
D
FontTableCache.cpp
62
const void *FontTableCache::find(LETag
tableTag
, size_t &length) const
in find()
argument
78
void FontTableCache::add(LETag
tableTag
, const void *table, size_t length)
in add()
argument
H
A
D
SimpleFontInstance.cpp
46
const void *SimpleFontInstance::getFontTable(LETag
tableTag
, size_t &length) const
in getFontTable()
argument
/third_party/icu/icu4c/source/samples/layout/
H
A
D
FontTableCache.cpp
76
void FontTableCache::add(LETag
tableTag
, const void *table)
in add()
argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
FontTableCache.cpp
76
void FontTableCache::add(LETag
tableTag
, const void *table)
in add()
argument
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-aat-ltag-table.hh
63
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_ltag;
member
H
A
D
hb-ot-gasp-table.hh
60
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_gasp;
member
H
A
D
hb-aat-layout-ankr-table.hh
61
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_ankr;
member
H
A
D
hb-ot-var-mvar-table.hh
61
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_MVAR;
member
H
A
D
hb-ot-vorg-table.hh
60
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_VORG;
member
H
A
D
hb-aat-layout-bsln-table.hh
119
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_bsln;
member
H
A
D
hb-aat-layout-opbd-table.hh
129
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_opbd;
member
H
A
D
hb-ot-color-svg-table.hh
76
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_SVG;
member
H
A
D
hb-ot-hdmx-table.hh
85
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_hdmx;
member
H
A
D
hb-ot-hhea-table.hh
94
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_hhea;
member
97
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_vhea;
member
H
A
D
hb-ot-meta-table.hh
70
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_meta;
member
H
A
D
hb-ot-var-avar-table.hh
107
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_avar;
member
H
A
D
hb-aat-layout-feat-table.hh
162
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_feat;
member
H
A
D
hb-aat-layout-trak-table.hh
156
static constexpr hb_tag_t
tableTag
= HB_AAT_TAG_trak;
member
H
A
D
hb-ot-head-table.hh
48
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_head;
member
H
A
D
hb-ot-layout-jstf-table.hh
198
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_JSTF;
member
H
A
D
hb-ot-maxp-table.hh
74
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_maxp;
member
H
A
D
hb-ot-color-cpal-table.hh
149
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_CPAL;
member
H
A
D
hb-ot-hmtx-table.hh
324
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_hmtx;
member
329
static constexpr hb_tag_t
tableTag
= HB_OT_TAG_vmtx;
member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H
A
D
SfntDump.java
346
public void dumpTablesAsBinary(String
tableTag
) {
in dumpTablesAsBinary()
argument
Completed in 9 milliseconds
1
2