Home
last modified time | relevance | path

Searched refs:successful (Results 1 - 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-vowel-constraints.cc59 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 Dhb-buffer-deserialize-text.hh547 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 Dhb-buffer-deserialize-json.hh552 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 Dhb-map.hh89 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 Dhb-bit-set.hh47 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 Dhb-bit-set-invertible.hh47 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 Dhb-subset-plan.hh42 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 Dhb-ot-shape-normalize.cc228 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 Dhb-ot-shape-complex-syllabic.cc73 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 Dhb-buffer.cc117 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 Dhb-ot-shape-complex-hangul.cc193 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 Dhb-serialize.hh135 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 Djson_patch_tests.c59 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 Dstring-prototype-match.js18 var successful = 0; variable
20 successful = 1;
22 return successful;
/third_party/spirv-tools/source/opt/
H A Dfold.cpp665 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 Dwrap_opkill.cpp29 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 Dfold.cpp666 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 Dwrap_opkill.cpp29 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 Dfold.cpp666 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 Dwrap_opkill.cpp29 bool successful = func->WhileEachInst([this, &modified](Instruction* inst) { in Process() local
40 if (!successful) { in Process()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1156 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 Dtransformation_access_chain.cpp123 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 Dtransformation_access_chain.cpp123 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 Dtransformation_access_chain.cpp123 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 Dunw_create_addr_space.tex95 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

Completed in 19 milliseconds

123