Home
last modified time | relevance | path

Searched refs:had_error (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/shlex/src/
Dlib.rs30 pub had_error: bool, field
38 had_error: false, in new()
47 self.had_error = true; in parse_word()
51 self.had_error = true; in parse_word()
57 self.had_error = true; in parse_word()
145 if shl.had_error { None } else { Some(res) } in split()
/external/libvpx/libvpx/test/
Dvp9_thread_test.cc67 EXPECT_FALSE(worker_.had_error); in TEST_P()
86 EXPECT_EQ(1, worker_.had_error); in TEST_P()
91 EXPECT_FALSE(worker_.had_error); in TEST_P()
94 EXPECT_FALSE(worker_.had_error); in TEST_P()
203 int Sync(VPxWorker *const worker) { return !worker->had_error; } in Sync()
206 worker->had_error |= !worker->hook(worker->data1, worker->data2); in Execute()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.c89 return !worker->had_error; in sync()
94 worker->had_error = 0; in reset()
132 worker->had_error |= !worker->hook(worker->data1, worker->data2); in execute()
Dvpx_thread.h394 int had_error; // return value of the last call to 'hook' member
/external/flac/src/metaflac/
Doptions.c162 FLAC__bool had_error = false; in parse_options() local
167 had_error |= !parse_option(option_index, share__optarg, options); in parse_options()
171 had_error = true; in parse_options()
185 had_error = true; in parse_options()
201 had_error = true; in parse_options()
205 had_error = true; in parse_options()
213 had_error = true; in parse_options()
217 had_error = true; in parse_options()
221 had_error = true; in parse_options()
228 had_error = true; in parse_options()
[all …]
/external/libaom/libaom/aom_util/
Daom_thread.c120 return !worker->had_error; in sync()
125 worker->had_error = 0; in reset()
163 worker->had_error |= !worker->hook(worker->data1, worker->data2); in execute()
Daom_thread.h320 int had_error; // true if a call to 'hook' returned false member
/external/webp/src/utils/
Dthread_utils.c273 return !worker->had_error; in Sync()
278 worker->had_error = 0; in Reset()
318 worker->had_error |= !worker->hook(worker->data1, worker->data2); in Execute()
Dthread_utils.h45 int had_error; // return value of the last call to 'hook' member
/external/libevent/test/
Dregress.gen.c184 int had_error = 0; in msg_run_assign() local
189 had_error = 1; in msg_run_assign()
195 had_error = 1; in msg_run_assign()
201 if (had_error) { in msg_run_assign()
/external/libaom/libaom/av1/encoder/
Dethread.c530 int had_error = 0; in sync_enc_workers() local
535 had_error |= !winterface->sync(worker); in sync_enc_workers()
538 if (had_error) in sync_enc_workers()
/external/flac/src/flac/
Dmain.c620 FLAC__bool had_error = false; in parse_options() local
626 had_error |= (parse_option(short_option, long_options_[option_index].name, share__optarg) != 0); in parse_options()
630 had_error = true; in parse_options()
633 had_error |= (parse_option(short_option, 0, share__optarg) != 0); in parse_options()
638 if(had_error) { in parse_options()
/external/libaom/libaom/av1/
Dav1_dx_iface.c520 worker->had_error = 0; in decode_one()
526 if (worker->had_error) in decode_one()
557 if (ctx->frame_worker->had_error) in decoder_inspect()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1021 worker->had_error = 0; in encode_tiles_mt()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2402 worker->had_error = 0; in decode_tiles_row_wise_mt()
2534 worker->had_error = 0; in decode_tiles_mt()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3437 worker->had_error = 0; in launch_dec_workers()