OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_error
(Results
1 - 18
of
18
) sorted by null
/external/harfbuzz_ng/src/
hb-set-private.hh
140
bool
in_error
;
member in struct:hb_set_t
151
in_error
= false;
162
if (unlikely (
in_error
)) return;
169
if (unlikely (
in_error
)) return;
176
if (unlikely (
in_error
)) return;
182
if (unlikely (
in_error
)) return;
212
if (unlikely (
in_error
)) return;
218
if (unlikely (
in_error
)) return;
224
if (unlikely (
in_error
)) return;
230
if (unlikely (
in_error
)) return
[
all
...]
hb-set.cc
52
true, /*
in_error
*/
97
return !set->
in_error
;
hb-buffer-deserialize-text.hh
425
if (buffer->
in_error
)
437
if (buffer->
in_error
)
449
if (buffer->
in_error
)
461
if (buffer->
in_error
)
473
if (buffer->
in_error
)
502
if (buffer->
in_error
)
514
if (buffer->
in_error
)
526
if (buffer->
in_error
)
538
if (buffer->
in_error
)
550
if (buffer->
in_error
)
[
all
...]
hb-buffer.cc
86
if (unlikely (
in_error
))
109
in_error
= true;
118
if (likely (!
in_error
))
121
return likely (!
in_error
);
182
in_error
= false;
272
if (unlikely (
in_error
)) return;
630
true, /*
in_error
*/
818
return !buffer->
in_error
;
hb-buffer-deserialize-json.rl
45
if (buffer->
in_error
)
hb-buffer-deserialize-text.rl
45
if (buffer->
in_error
)
hb-buffer-deserialize-json.hh
506
if (buffer->
in_error
)
557
if (buffer->
in_error
)
569
if (buffer->
in_error
)
581
if (buffer->
in_error
)
593
if (buffer->
in_error
)
605
if (buffer->
in_error
)
617
if (buffer->
in_error
)
hb-old.cc
353
if (buffer->
in_error
)
378
if (buffer->
in_error
)
hb-uniscribe.cc
370
if (buffer->
in_error
)
438
if (buffer->
in_error
)
hb-buffer-private.hh
61
bool
in_error
; /* Allocation failed */
member in struct:hb_buffer_t
hb-icu-le.cc
164
if (buffer->
in_error
)
hb-graphite2.cc
285
if (unlikely (buffer->
in_error
)) {
hb-ot-shape-complex-thai.cc
330
if (unlikely (buffer->
in_error
))
hb-ot-shape-normalize.cc
376
if (unlikely (buffer->
in_error
))
/external/chromium/chrome/browser/chromeos/
audio_mixer.h
24
IN_ERROR
,
56
// This can return
IN_ERROR
if we lose the connection, even after an original
audio_mixer_alsa.cc
194
mixer_state_ =
IN_ERROR
;
/external/qemu/
json-lexer.c
31
IN_ERROR
= 0,
153
['0' ... '9'] =
IN_ERROR
,
305
case
IN_ERROR
:
/external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc
48
VoiceMediaChannel::Error
in_error
)
50
error(
in_error
) {}
57
VideoMediaChannel::Error
in_error
)
59
error(
in_error
) {}
[
all
...]
Completed in 868 milliseconds