Home
last modified time | relevance | path

Searched refs:successful (Results 1 – 25 of 742) sorted by relevance

12345678910>>...30

/third_party/skia/third_party/externals/harfbuzz/src/
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 …]
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 …]
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()
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 = false; in resize()
102 successful = true; in reset()
109 if (likely (successful)) in clear()
128 if (unlikely (!successful)) return; in add()
[all …]
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)) return; in clear()
250 if (unlikely (!successful)) return false; in set_with_hash()
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()
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()
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()
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()
1272 return buffer->successful; in hb_buffer_allocation_successful()
1783 buffer->successful = false; in hb_buffer_append()
[all …]
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()
/third_party/cJSON/tests/
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()
/third_party/jerryscript/tests/jerry/es2015/
Dstring-prototype-match.js18 var successful = 0;
20 successful = 1;
22 return successful;
/third_party/nghttp2/doc/
Dh2load.h2r18 (non-successful HTTP status code).
59 range (mean +/- sd) against total number of successful requests.
75 deviation range (mean +/- sd) against total number of successful
90 deviation range (mean +/- sd) against total number of successful
105 deviation range (mean +/- sd) against total number of successful
/third_party/openssl/doc/man3/
DBIO_f_cipher.pod40 decryption operation was successful.
54 return value from the read operation. A successful decrypt followed
56 should be called to determine if the decrypt was successful.
67 BIO_get_cipher_status() returns 1 for a successful decrypt and <=0
DSSL_connect.pod41 impacts after a successful TLSv1.3 handshake or a successful TLSv1.2 (or below)
61 The TLS/SSL handshake was not successful but was shut down controlled and
72 The TLS/SSL handshake was not successful, because a fatal error occurred either
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_external_semaphore_fd.txt35 A successful get call transfers ownership of the file descriptor to the
36 application, and a successful import transfers it back to the driver.
DVK_FUCHSIA_external_semaphore.adoc34 A successful get call transfers ownership of the Zircon event handle to the
35 application, and a successful import transfers it back to the driver.
DVK_FUCHSIA_external_semaphore.txt34 A successful get call transfers ownership of the Zircon event handle to the
35 application, and a successful import transfers it back to the driver.
DVK_KHR_external_semaphore_fd.adoc35 A successful get call transfers ownership of the file descriptor to the
36 application, and a successful import transfers it back to the driver.
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1156 int successful = 0; in regression_tests() local
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 …alid UTF8 successful test ratio: %d%% (%d failed)\n", successful * 100 / total, total - successful in invalid_utf8_regression_tests()
2270 int total = 0, successful = 0; in invalid_utf16_regression_tests() local
2290 successful++; in invalid_utf16_regression_tests()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
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()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
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()
/third_party/spirv-tools/source/opt/
Dfold.cpp665 bool successful = false; in FoldInstructionToConstant() local
669 successful = true; in FoldInstructionToConstant()
672 if (!successful && inst->IsFoldableByFoldScalar()) { in FoldInstructionToConstant()
673 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant()
676 if (successful) { in FoldInstructionToConstant()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_instrument_error.txt39 returned by a successful read, or should we just say that it
100 as the instrument packet that a successful read would have
103 length of a successful read. The last int of the packet contains
/third_party/openGLES/extensions/SGIX/
DSGIX_instrument_error.txt39 returned by a successful read, or should we just say that it
100 as the instrument packet that a successful read would have
103 length of a successful read. The last int of the packet contains

12345678910>>...30