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:drop_tables
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-subset-plan.cc
494
plan->
drop_tables
= hb_set_copy (input->sets.
drop_tables
);
in hb_subset_plan_create()
527
!input->sets.
drop_tables
->has (HB_OT_TAG_GSUB),
in hb_subset_plan_create()
528
!input->sets.
drop_tables
->has (HB_OT_TAG_GPOS),
in hb_subset_plan_create()
529
!input->sets.
drop_tables
->has (HB_OT_TAG_GDEF));
in hb_subset_plan_create()
560
hb_set_destroy (plan->
drop_tables
);
in hb_subset_plan_destroy()
H
A
D
hb-subset-input.hh
49
hb_set_t *
drop_tables
;
member
H
A
D
hb-subset-input.cc
86
input->sets.
drop_tables
->add_array (default_drop_tables, ARRAY_LENGTH (default_drop_tables));
in hb_subset_input_create_or_fail()
H
A
D
hb-subset-plan.hh
64
hb_set_t *
drop_tables
;
member
H
A
D
hb-subset.cc
239
if (plan->
drop_tables
->has (tag))
in _should_drop_table()
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
hb-subset.cc
587
hb_set_t *
drop_tables
= hb_subset_input_set (subset_main->input, HB_SUBSET_SETS_DROP_TABLE_TAG);
in parse_drop_tables()
local
589
if (!is_remove && !is_add) hb_set_clear (
drop_tables
);
in parse_drop_tables()
593
hb_set_clear (
drop_tables
);
in parse_drop_tables()
595
hb_set_invert (
drop_tables
);
in parse_drop_tables()
612
hb_set_add (
drop_tables
, tag);
in parse_drop_tables()
614
hb_set_del (
drop_tables
, tag);
in parse_drop_tables()
Completed in 4 milliseconds