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:check_success
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-repacker.hh
164
if (
check_success
(!vertices_.in_error ()))
in graph_t()
243
if (unlikely (!
check_success
(sorted_graph.resize (vertices_.length)))) return;
in sort_kahn()
245
if (unlikely (!
check_success
(id_map.resize (vertices_.length)))) return;
in sort_kahn()
248
if (unlikely (!
check_success
(removed_edges.resize (vertices_.length)))) return;
in sort_kahn()
270
check_success
(!queue.in_error ());
in sort_kahn()
271
check_success
(!sorted_graph.in_error ());
in sort_kahn()
272
if (!
check_success
(new_id == -1))
in sort_kahn()
298
if (unlikely (!
check_success
(sorted_graph.resize (vertices_.length)))) return;
in sort_shortest_distance()
300
if (unlikely (!
check_success
(id_map.resize (vertices_.length)))) return;
in sort_shortest_distance()
303
if (unlikely (!
check_success
(removed_edge
in sort_shortest_distance()
743
bool
check_success
(bool success)
check_success()
function
[all...]
H
A
D
hb-ot-vorg-table.hh
94
if (unlikely (!c->serializer->
check_success
(vorg_prime))) return_trace (false);
in subset()
H
A
D
hb-serialize.hh
167
bool
check_success
(bool success,
in check_success()
function
189
{ return
check_success
(!hb_deref (obj).in_error ()); }
in propagate_error()
245
check_success
(false);
in push()
H
A
D
hb-ot-post-table-v2subset.hh
45
if (unlikely (!c->
check_success
(out))) return_trace (false);
in serialize()
H
A
D
hb-subset-plan.hh
107
bool
check_success
(bool success)
in check_success()
function
H
A
D
hb-subset-plan.cc
508
if (plan->
check_success
(plan->gsub_langsys = hb_object_create<script_langsys_map> ()))
in hb_subset_plan_create()
510
if (plan->
check_success
(plan->gpos_langsys = hb_object_create<script_langsys_map> ()))
in hb_subset_plan_create()
H
A
D
hb-subset-cff1.cc
411
plan->
check_success
(false);
in plan_subset_encoding()
473
plan->
check_success
(false);
in plan_subset_charset()
H
A
D
hb-ot-cmap-table.hh
225
if (unlikely (!c->
check_success
(idRangeOffset))) return nullptr;
in serialize_rangeoffset_glyid()
278
if (unlikely (!c->
check_success
(idRangeOffset))) return;
in serialize()
1137
if (unlikely (!c->
check_success
(!obj_indices.in_error ())))
in serialize()
1519
if (unlikely (!c->serializer->
check_success
(cmap_prime))) return_trace (false);
in subset()
H
A
D
hb-ot-glyf-table.hh
181
if (unlikely (!c->serializer->
check_success
(glyf_prime))) return_trace (false);
in subset()
194
return_trace (c->serializer->
check_success
(_add_loca_and_head (c->plan,
in subset()
H
A
D
hb-ot-color-cbdt-table.hh
458
if (unlikely (!c->serializer->
check_success
(records->resize (records->length + 1))))
in add_new_record()
H
A
D
hb-ot-layout-gsub-table.hh
1343
if (unlikely (!c->serializer->
check_success
(out))) return_trace (false);
1360
if (unlikely (! c->serializer->
check_success
(substitute_out->serialize (c->serializer, substitutes))))
/third_party/lwip/src/include/netif/ppp/
H
A
D
chap-new.h
148
int (*
check_success
)(ppp_pcb *pcb, unsigned char *pkt, int len, unsigned char *priv);
member
/third_party/lwip/src/netif/ppp/
H
A
D
chap-new.c
509
if (pcb->chap_client.digest->
check_success
!= NULL) {
510
if (!(*pcb->chap_client.digest->
check_success
)(pcb, pkt, len, pcb->chap_client.priv))
Completed in 15 milliseconds