Home
last modified time | relevance | path

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

12345678910>>...33

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-vowel-constraints.cc59 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
112 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
134 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
171 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
196 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
215 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
239 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
258 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
285 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
321 for (buffer->idx = 0; buffer->idx + 1 < count && buffer->successful;) in _hb_preprocess_text_vowel_constraints()
[all …]
Dhb-buffer-deserialize-text.hh425 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
437 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
449 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
461 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
473 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
502 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
514 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
526 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
538 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
550 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-json.hh506 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
557 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
569 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
581 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
593 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
605 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
617 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
Dhb-map.hh66 bool successful; /* Allocations successful */ member
75 successful = true; in init_shallow()
102 successful = true; in reset()
106 bool in_error () const { return !successful; } in in_error()
110 if (unlikely (!successful)) return false; in resize()
117 successful = false; in resize()
221 if (unlikely (!successful)) return; in set_with_hash()
Dhb-set.hh193 bool successful; /* Allocations successful */ member
200 successful = true; in init_shallow()
222 bool in_error () const { return !successful; } in in_error()
226 if (unlikely (!successful)) return false; in resize()
230 successful = false; in resize()
241 successful = true; in reset()
265 if (unlikely (!successful)) return; in add()
273 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */ in add_range()
303 if (unlikely (!successful)) return; in add_array()
329 if (unlikely (!successful)) return true; /* https://github.com/harfbuzz/harfbuzz/issues/657 */ in add_sorted_array()
[all …]
Dhb-ot-shape-normalize.cc227 for (; buffer->idx < end - 1 && buffer->successful;) { in handle_variation_selector_cluster()
263 for (unsigned int i = buffer->idx; i < end && buffer->successful; i++) in decompose_multi_char_cluster()
269 while (buffer->idx < end && buffer->successful) in decompose_multi_char_cluster()
353 while (buffer->idx < end && buffer->successful) in _hb_ot_shape_normalize()
356 if (buffer->idx == count || !buffer->successful) in _hb_ot_shape_normalize()
369 while (buffer->idx < count && buffer->successful); in _hb_ot_shape_normalize()
431 while (buffer->idx < count && buffer->successful) in _hb_ot_shape_normalize()
454 if (unlikely (!buffer->successful)) in _hb_ot_shape_normalize()
Dhb-serialize.hh107 bool in_error () const { return !this->successful; } in in_error()
111 this->successful = true; in reset()
122 { return this->successful && (success || (err_other_error (), false)); } in check_success()
157 this->successful ? "successful" : "UNSUCCESSFUL"); in end_serialize()
332 void err_other_error () { this->successful = false; } in err_other_error()
337 if (unlikely (!this->successful)) return nullptr; in allocate_size()
342 this->successful = false; in allocate_size()
421 assert (this->successful); in copy_bytes()
447 bool successful; member
/external/dagger2/javatests/dagger/producers/
DProducedTest.java36 assertThat(Produced.successful(5).get()).isEqualTo(5); in successfulProduced()
37 assertThat(Produced.successful("monkey").get()).isEqualTo("monkey"); in successfulProduced()
38 assertThat(Produced.successful(o).get()).isSameInstanceAs(o); in successfulProduced()
55 .addEqualityGroup(Produced.successful(132435), Produced.successful(132435)) in producedEquivalence()
56 .addEqualityGroup(Produced.successful("hi"), Produced.successful("hi")) in producedEquivalence()
/external/autotest/client/cros/scripts/
Dwifi58 successful = wifi.configure_wifi_service(ssid, security,
60 if successful:
64 return successful
89 (successful, discovery, association, configuration, reason) = result
90 if successful:
97 return successful
114 (successful, duration, reason) = result
115 if successful:
120 return successful
/external/libcups/examples/
Dset-attrs-hold.test20 STATUS successful-ok
21 STATUS successful-ok-ignored-or-substituted-attributes
48 STATUS successful-ok
49 STATUS successful-ok-ignored-or-substituted-attributes
74 STATUS successful-ok
75 STATUS successful-ok-ignored-or-substituted-attributes
104 STATUS successful-ok
105 STATUS successful-ok-ignored-or-substituted-attributes
126 STATUS successful-ok
127 STATUS successful-ok-ignored-or-substituted-attributes
[all …]
Dipp-everywhere.test33 STATUS successful-ok
193 STATUS successful-ok
216 STATUS successful-ok
239 STATUS successful-ok
259 STATUS successful-ok
282 STATUS successful-ok
305 STATUS successful-ok
325 STATUS successful-ok
348 STATUS successful-ok
371 STATUS successful-ok
[all …]
Dcreate-job-format.test24 STATUS successful-ok
25 STATUS successful-ok-ignored-or-substituted-attributes
54 STATUS successful-ok
55 STATUS successful-ok-ignored-or-substituted-attributes
Dcreate-job-sheets.test24 STATUS successful-ok
25 STATUS successful-ok-ignored-or-substituted-attributes
53 STATUS successful-ok
54 STATUS successful-ok-ignored-or-substituted-attributes
Dfax-job.test30 STATUS successful-ok
31 STATUS successful-ok-ignored-or-substituted-attributes
57 STATUS successful-ok
58 STATUS successful-ok-ignored-or-substituted-attributes
Dprint-job-hold.test21 STATUS successful-ok
22 STATUS successful-ok-ignored-or-substituted-attributes
40 STATUS successful-ok
Dprint-job-and-wait.test23 STATUS successful-ok
24 STATUS successful-ok-ignored-or-substituted-attributes
40 STATUS successful-ok
/external/skqp/third_party/harfbuzz/
Dhb-buffer-deserialize-text.hh425 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
437 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
449 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
461 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
473 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
502 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
514 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
526 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
538 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
550 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-json.hh506 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
557 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
569 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
581 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
593 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
605 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
617 if (unlikely (!buffer->successful)) in _hb_buffer_deserialize_glyphs_json()
/external/dagger2/javatests/dagger/functional/producers/multibindings/
DMultibindingTest.java60 Produced.successful("foo"), in setBindingOfProduced()
61 Produced.successful("foo1"), in setBindingOfProduced()
62 Produced.successful("foo2"), in setBindingOfProduced()
63 Produced.successful("baz1"), in setBindingOfProduced()
64 Produced.successful("baz2"), in setBindingOfProduced()
65 Produced.successful("bar"), in setBindingOfProduced()
66 Produced.successful("bar1"), in setBindingOfProduced()
67 Produced.successful("bar2"), in setBindingOfProduced()
68 Produced.successful("providedStr"), in setBindingOfProduced()
69 Produced.successful("providedStr1"), in setBindingOfProduced()
[all …]
/external/dagger2/javatests/dagger/functional/producers/binds/
DBindsProducersTest.java72 123, Produced.successful("123-string"), in multibindings()
73 456, Produced.successful("456-string"), in multibindings()
74 789, Produced.successful("789-string"), in multibindings()
75 -1, Produced.successful("provision-string")); in multibindings()
/external/libcups/test/
D4.2-cups-printer-ops.test27 STATUS successful-ok
48 STATUS successful-ok
69 STATUS successful-ok
116 STATUS successful-ok
140 STATUS successful-ok
161 STATUS successful-ok
187 STATUS successful-ok
216 STATUS successful-ok
237 STATUS successful-ok
278 STATUS successful-ok
[all …]
D4.3-job-ops.test49 STATUS successful-ok
72 STATUS successful-ok
102 STATUS successful-ok
126 STATUS successful-ok
153 STATUS successful-ok
181 STATUS successful-ok
205 STATUS successful-ok
228 STATUS successful-ok
254 STATUS successful-ok
277 STATUS successful-ok
[all …]
/external/autotest/client/cros/networking/
Dwifi_proxy.py216 (successful, _, association_time) = result
217 if not successful:
229 (successful, _, configuration_time) = result
230 if not successful:
271 (successful, final_state, duration) = result
273 if not successful:
276 return (successful, duration, message)
/external/dagger2/javatests/dagger/producers/internal/
DSetOfProducedProducerTest.java49 Produced.successful(1), in success()
50 Produced.successful(5), in success()
51 Produced.successful(7)); in success()
64 Produced.successful(1), Produced.successful(2), Produced.<Integer>failed(e)); in failure()
/external/antlr/runtime/Ruby/lib/antlr3/
Ddebug.rb213 def end_backtrack( successful ) argument
214 @debug_listener.end_backtrack( @state.backtracking, successful )
475 def end_backtrack( level, successful ) argument
481 successful = yield( self )
482 end_backtrack( level, successful )

12345678910>>...33