/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-vowel-constraints.cc | 59 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 110 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 131 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 167 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 191 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 209 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 223 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 246 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 264 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() 290 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints() [all...] |
H A D | hb-buffer-deserialize-text.hh | 547 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 559 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 571 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 583 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 595 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 607 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 659 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 686 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 715 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() 745 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_text() [all...] |
H A D | hb-buffer-deserialize-json.hh | 552 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 634 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 646 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 658 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 670 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 682 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 694 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json() 706 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_json()
|
H A D | hb-map.hh | 89 bool successful; /* Allocations successful */ member 98 if (unlikely (!a.successful || !b.successful)) in swap() 108 successful = true; in init_shallow() 133 successful = true; in reset() 137 bool in_error () const { return !successful; } in in_error() 141 if (unlikely (!successful)) return false; in resize() 148 successful = false; in resize() 203 if (unlikely (!successful)) retur in clear() [all...] |
H A D | hb-bit-set.hh | 47 if (likely (!a.successful || !b.successful)) in swap() 57 successful = true; in init() 79 bool successful = true; /* Allocations successful */ member 85 void err () { if (successful) successful = false; } /* TODO Remove */ in err() 86 bool in_error () const { return !successful; } in in_error() 90 if (unlikely (!successful)) return false; in resize() 94 successful in resize() [all...] |
H A D | hb-bit-set-invertible.hh | 47 if (likely (!a.s.successful || !b.s.successful)) in swap() 67 if (likely (s.successful)) in clear() 72 if (likely (s.successful)) in invert() 145 if (likely (s.successful)) in set() 192 if (likely (s.successful)) in union_() 211 if (likely (s.successful)) in intersect() 230 if (likely (s.successful)) in subtract() 236 if (likely (s.successful)) in symmetric_difference()
|
H A D | hb-subset-plan.hh | 42 bool successful; member 105 bool in_error () const { return !successful; } in in_error() 109 successful = (successful && success); in check_success() 110 return successful; in check_success()
|
H A D | hb-ot-shape-normalize.cc | 228 for (; buffer->idx < end - 1 && buffer->successful;) { in handle_variation_selector_cluster() 245 buffer->successful && in handle_variation_selector_cluster() 269 for (unsigned int i = buffer->idx; i < end && buffer->successful; i++) in decompose_multi_char_cluster() 275 while (buffer->idx < end && buffer->successful) in decompose_multi_char_cluster() 360 while (buffer->idx < end && buffer->successful) in _hb_ot_shape_normalize() 363 if (buffer->idx == count || !buffer->successful) in _hb_ot_shape_normalize() 376 while (buffer->idx < count && buffer->successful); in _hb_ot_shape_normalize() 429 buffer->successful && in _hb_ot_shape_normalize() 440 while (buffer->idx < count /* No need for: && buffer->successful */) in _hb_ot_shape_normalize()
|
H A D | hb-ot-shape-complex-syllabic.cc | 73 while (buffer->idx < buffer->len && buffer->successful) in hb_syllabic_insert_dotted_circles() 88 while (buffer->idx < buffer->len && buffer->successful && in hb_syllabic_insert_dotted_circles()
|
H A D | hb-buffer.cc | 117 if (unlikely (!successful)) in enlarge() 121 successful = false; in enlarge() 145 successful = false; in enlarge() 154 if (likely (successful)) in enlarge() 157 return likely (successful); in enlarge() 240 successful = true; in clear() 316 if (unlikely (!successful || !next_glyphs (len - idx))) in swap_buffers() 341 if (unlikely (!successful)) in move_to() 619 false, /* successful */ 1272 return buffer->successful; in hb_buffer_allocation_successful() [all...] |
H A D | hb-ot-shape-complex-hangul.cc | 193 for (buffer->idx = 0; buffer->idx < count && buffer->successful;) in preprocess_text_hangul() 299 if (unlikely (!buffer->successful)) in preprocess_text_hangul() 360 if (unlikely (!buffer->successful)) in preprocess_text_hangul()
|
H A D | hb-serialize.hh | 135 bool successful () const { return !bool (errors); } in successful() function 170 return successful () in check_success() 213 successful () ? "successful" : "UNSUCCESSFUL"); in end_serialize() 599 assert (successful ());
|
/third_party/cJSON/tests/ |
H A D | json_patch_tests.c | 59 cJSON_bool successful = false; in test_apply_patch() local 94 successful = true; in test_apply_patch() 100 successful = true; in test_apply_patch() 104 successful = cJSON_Compare(object, expected, true); in test_apply_patch() 110 if (successful) in test_apply_patch() 119 return successful; in test_apply_patch() 130 cJSON_bool successful = false; in test_generate_test() local 166 successful = cJSON_Compare(object, expected, true); in test_generate_test() 171 if (successful) in test_generate_test() 180 return successful; in test_generate_test() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | string-prototype-match.js | 18 var successful = 0; variable 20 successful = 1; 22 return successful;
|
/third_party/spirv-tools/source/opt/ |
H A D | fold.cpp | 665 bool successful = false; in FoldInstructionToConstant() local 673 successful = true; in FoldInstructionToConstant() 676 if (!successful) { in FoldInstructionToConstant() 677 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant() 680 if (successful) { in FoldInstructionToConstant() 695 successful = true; in FoldInstructionToConstant() 699 if (successful) { in FoldInstructionToConstant()
|
H A D | wrap_opkill.cpp | 29 bool successful = func->WhileEachInst([this, &modified](Instruction* inst) { in Process() local 41 if (!successful) { in Process()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | fold.cpp | 666 bool successful = false; in FoldInstructionToConstant() local 670 successful = true; in FoldInstructionToConstant() 673 if (!successful && inst->IsFoldableByFoldScalar()) { in FoldInstructionToConstant() 674 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant() 677 if (successful) { in FoldInstructionToConstant()
|
H A D | wrap_opkill.cpp | 29 bool successful = func->WhileEachInst([this, &modified](Instruction* inst) { in Process() local 40 if (!successful) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | fold.cpp | 666 bool successful = false; in FoldInstructionToConstant() local 670 successful = true; in FoldInstructionToConstant() 673 if (!successful && inst->IsFoldableByFoldScalar()) { in FoldInstructionToConstant() 674 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant() 677 if (successful) { in FoldInstructionToConstant()
|
H A D | wrap_opkill.cpp | 29 bool successful = func->WhileEachInst([this, &modified](Instruction* inst) { in Process() local 40 if (!successful) { in Process()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1156 int successful = 0; in regression_tests() local 1209 still considered successful from pcre2_jit_test point of view. */ in regression_tests() 1759 successful++; in regression_tests() 1782 if (total == successful) { in regression_tests() 1786 printf("\nSuccessful test ratio: %d%% (%d failed)\n", successful * 100 / total, total - successful); in regression_tests() 2054 int total = 0, successful = 0; in invalid_utf8_regression_tests() local 2082 successful++; in invalid_utf8_regression_tests() 2096 if (total == successful) { in invalid_utf8_regression_tests() 2100 printf("\nInvalid UTF8 successful tes in invalid_utf8_regression_tests() 2270 int total = 0, successful = 0; invalid_utf16_regression_tests() local 2457 int total = 0, successful = 0; invalid_utf32_regression_tests() local [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 123 bool successful; in IsApplicable() local 124 std::tie(successful, index_value) = in IsApplicable() 127 if (!successful) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 123 bool successful; in IsApplicable() local 124 std::tie(successful, index_value) = in IsApplicable() 127 if (!successful) { in IsApplicable()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_access_chain.cpp | 123 bool successful; in IsApplicable() local 124 std::tie(successful, index_value) = in IsApplicable() 127 if (!successful) { in IsApplicable()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 95 On successful completion, the \Func{find\_proc\_info}() call-back must 128 On successful completion, the \Func{get\_dyn\_info\_list\_addr}() 147 On successful completion, the \Func{access\_mem}() 166 On successful completion, the \Func{access\_reg}() call-back must 186 On successful completion, the \Func{access\_fpreg}() call-back must 206 On successful completion, the \Func{resume}() call-back must return 232 On successful completion, the \Func{get\_proc\_name}() call-back must 239 On successful completion, \Func{unw\_create\_addr\_space}() returns a
|