Searched refs:had_error (Results 1 – 16 of 16) sorted by relevance
/external/rust/crates/shlex/src/ |
D | lib.rs | 30 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/ |
D | vp9_thread_test.cc | 67 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/ |
D | vpx_thread.c | 89 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()
|
D | vpx_thread.h | 394 int had_error; // return value of the last call to 'hook' member
|
/external/flac/src/metaflac/ |
D | options.c | 162 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/ |
D | aom_thread.c | 120 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()
|
D | aom_thread.h | 320 int had_error; // true if a call to 'hook' returned false member
|
/external/webp/src/utils/ |
D | thread_utils.c | 273 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()
|
D | thread_utils.h | 45 int had_error; // return value of the last call to 'hook' member
|
/external/libevent/test/ |
D | regress.gen.c | 184 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/ |
D | ethread.c | 530 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/ |
D | main.c | 620 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/ |
D | av1_dx_iface.c | 520 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/ |
D | vp9_bitstream.c | 1021 worker->had_error = 0; in encode_tiles_mt()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2402 worker->had_error = 0; in decode_tiles_row_wise_mt() 2534 worker->had_error = 0; in decode_tiles_mt()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 3437 worker->had_error = 0; in launch_dec_workers()
|