/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-vector.hh | 301 Type *lsearch (const T &x, Type *not_found = nullptr) 302 { return as_array ().lsearch (x, not_found); } 304 const Type *lsearch (const T &x, const Type *not_found = nullptr) const 305 { return as_array ().lsearch (x, not_found); } 340 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() 341 { return as_array ().bsearch (x, not_found); } in bsearch() 343 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() 344 { return as_array ().bsearch (x, not_found); } in bsearch() 347 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in bfind() 349 { return as_array ().bfind (x, i, not_found, to_stor in bfind() [all...] |
H A D | hb-array.hh | 144 Type *lsearch (const T &x, Type *not_found = nullptr) in lsearch() 147 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 150 const Type *lsearch (const T &x, const Type *not_found = nullptr) const in lsearch() 153 return lfind (x, &i) ? &this->arrayZ[i] : not_found; in lsearch() 157 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in lfind() 170 switch (not_found) in lfind() 344 Type *bsearch (const T &x, Type *not_found = nullptr) in bsearch() 347 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() 350 const Type *bsearch (const T &x, const Type *not_found = nullptr) const in bsearch() 353 return bfind (x, &i) ? &this->arrayZ[i] : not_found; in bsearch() [all...] |
H A D | hb-open-type.hh | 474 Type &lsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in lsearch() 475 { return *as_array (len).lsearch (x, ¬_found); } in lsearch() 477 const Type &lsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in lsearch() 478 { return *as_array (len).lsearch (x, ¬_found); } in lsearch() 481 hb_not_found_t not_found = HB_NOT_FOUND_DONT_STORE, in lfind() 483 { return as_array (len).lfind (x, i, not_found, to_store); } in lfind() 584 Type &bsearch (unsigned int len, const T &x, Type ¬_found = Crap (Type)) in bsearch() 585 { return *as_array (len).bsearch (x, ¬_found); } in bsearch() 587 const Type &bsearch (unsigned int len, const T &x, const Type ¬_found = Null (Type)) const in bsearch() 588 { return *as_array (len).bsearch (x, ¬_found); } in bsearch() [all...] |
H A D | hb-ot-shape-normalize.hh | 59 const hb_codepoint_t not_found; member
|
H A D | hb-font.hh | 221 hb_codepoint_t not_found = 0) in get_nominal_glyph() 223 *glyph = not_found; in get_nominal_glyph() 243 hb_codepoint_t not_found = 0) in get_variation_glyph() 245 *glyph = not_found; in get_variation_glyph()
|
H A D | hb-ot-shape-normalize.cc | 174 if (shortest && c->font->get_nominal_glyph (u, &glyph, c->not_found)) in decompose_current_character() 186 if (!shortest && c->font->get_nominal_glyph (u, &glyph, c->not_found)) in decompose_current_character() 315 buffer->not_found, in _hb_ot_shape_normalize()
|
H A D | hb-buffer.cc | 227 not_found = 0; in reset() 612 0, /* not_found */ 1166 * @not_found: the not-found #hb_codepoint_t 1178 hb_codepoint_t not_found) in hb_buffer_set_not_found_glyph() 1183 buffer->not_found = not_found; in hb_buffer_set_not_found_glyph() 1200 return buffer->not_found; in hb_buffer_get_not_found_glyph() 1177 hb_buffer_set_not_found_glyph(hb_buffer_t *buffer, hb_codepoint_t not_found) hb_buffer_set_not_found_glyph() argument
|
H A D | hb-buffer.h | 389 hb_codepoint_t not_found);
|
H A D | hb-buffer.hh | 96 hb_codepoint_t not_found; /* 0 or something else. */ member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | serialization_test.cc | 59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization() local 62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization() 125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap() local 128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 533 Label* entry_found, Label* not_found); 546 TVariable<IntPtrT>* result, Label* entry_found, Label* not_found); 558 Label* not_found); 568 Label* not_found); 584 Label* not_found); 629 // jumps to {entry_found} if the key is found, or to {not_found} if the key 641 Label* not_found); 651 Label* not_found) { 674 not_found); 1168 Label* entry_found, Label* not_found) { [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | ioctl.c | 177 goto not_found; in fstrim_limits() 193 goto not_found; in fstrim_limits() 211 goto not_found; in fstrim_limits() 218 not_found: in fstrim_limits()
|
H A D | attrib.c | 3091 goto not_found; 3127 goto not_found; 3193 goto not_found; 3210 goto not_found; 3229 goto not_found; 3242 goto not_found; 3374 not_found:
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 375 jump_list *not_found = NULL; 398 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); 467 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); 491 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); 494 return not_found; 1455 jump_list *not_found = NULL; 1479 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); 1565 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); 1604 add_jump(compiler, ¬_found, CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0)); 1606 return not_found; [all...] |
/third_party/python/Lib/unittest/ |
H A D | mock.py | 985 not_found = [] 990 not_found.append(kall) 991 if not_found: 995 tuple(not_found), all_calls) 2357 not_found = [] 2362 not_found.append(kall) 2363 if not_found: 2365 '%r not all found in await list' % (tuple(not_found),)
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 1514 const HolderLookupResult not_found; in LookupHolderOfExpectedType() local 1517 return not_found; in LookupHolderOfExpectedType() 1532 if (!receiver_map.IsJSGlobalProxyMap()) return not_found; in LookupHolderOfExpectedType() 1536 if (prototype.IsNull()) return not_found; in LookupHolderOfExpectedType() 1538 return not_found; in LookupHolderOfExpectedType()
|
H A D | code-assembler.cc | 1610 bool not_found = i == variable_merges_.end(); in UpdateVariablesAfterBind() local 1611 if (not_found || i->second.size() != merge_count_) { in UpdateVariablesAfterBind() 1622 << " vs. found=" << (not_found ? 0 : i->second.size()) in UpdateVariablesAfterBind()
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 245 goto not_found; in get_running_loop() 255 goto not_found; in get_running_loop() 267 goto not_found; in get_running_loop() 275 goto not_found; in get_running_loop() 283 not_found: in get_running_loop()
|
/third_party/elfutils/src/ |
H A D | ar.c | 414 not_found (int argc, char *argv[argc], bool found[argc]) in not_found() function 821 not_found (argc, argv, found); in do_oper_extract() 1074 not_found (argc, argv, found); in do_oper_delete()
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 914 Label dictionary_found(this, &var_name_index), not_found(this); in EmitGenericPropertyStore() 921 &var_name_index, ¬_found); in EmitGenericPropertyStore() 971 BIND(¬_found); in EmitGenericPropertyStore()
|
H A D | accessor-assembler.h | 441 Label* found_hole, Label* not_found);
|
/third_party/python/Python/ |
H A D | context.c | 204 goto not_found; in PyContextVar_Get() 233 not_found: in PyContextVar_Get()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 1623 goto not_found; in eap_sm_process_nak() 1636 not_found: in eap_sm_process_nak()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 1641 goto not_found; in eap_sm_process_nak() 1654 not_found: in eap_sm_process_nak()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 8509 TNode<NameToIndexHashTable> table, TNode<Name> name, Label* not_found) { 8513 &var_entry, not_found, 14304 elements_64(this), not_found(this), end(this); 14321 Switch(elements_kind, ¬_found, elements_kinds, elements_kind_labels, 14343 BIND(¬_found); 15927 TVariable<IntPtrT>* var_found_entry, Label* not_found) { 15930 not_found); 15933 not_found);
|