HomeSort by relevance Sort by last modified time
    Searched refs:had_error (Results 1 - 14 of 14) sorted by null

  /external/webp/src/utils/
thread_utils.h 45 int had_error; // return value of the last call to 'hook' member in struct:__anon43790
56 // Makes sure the previous work is finished. Returns true if worker->had_error
thread_utils.c 263 return !worker->had_error;
268 worker->had_error = 0;
308 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 67 EXPECT_FALSE(worker_.had_error);
86 EXPECT_EQ(1, worker_.had_error);
91 EXPECT_FALSE(worker_.had_error);
94 EXPECT_FALSE(worker_.had_error);
203 int Sync(VPxWorker *const worker) { return !worker->had_error; }
206 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 206 int haveanswer, had_error; local
270 had_error = 0;
272 while (ancount-- > 0 && cp < eom && !had_error) {
275 had_error++;
294 continue; /* XXX - had_error++ ? */
301 had_error++;
313 had_error++;
321 had_error++;
333 had_error++;
344 had_error++;
    [all...]
getaddrinfo.c 1082 int haveanswer, had_error; local
1140 had_error = 0;
1141 while (ancount-- > 0 && cp < eom && !had_error) {
1144 had_error++;
1157 continue; /* XXX - had_error++ ? */
1163 had_error++;
1170 had_error++;
1194 continue; /* XXX - had_error++ ? */
1206 continue; /* XXX - had_error++ ? */
1242 had_error++;
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 89 return !worker->had_error;
94 worker->had_error = 0;
132 worker->had_error |= !worker->hook(worker->data1, worker->data2);
vpx_thread.h 371 int had_error; // return value of the last call to 'hook' member in struct:__anon26298
382 // Makes sure the previous work is finished. Returns true if worker->had_error
  /system/core/libnativebridge/
native_bridge.cc 100 static bool had_error = false; member in namespace:android
188 had_error |= with_error;
204 had_error = true;
474 return had_error;
  /bionic/libc/dns/net/
gethnamaddr.c 227 int haveanswer, had_error; local
292 had_error = 0;
293 while (ancount-- > 0 && cp < eom && !had_error) {
296 had_error++;
312 continue; /* XXX - had_error++ ? */
318 had_error++;
328 had_error++;
335 had_error++;
347 had_error++;
356 had_error++
    [all...]
getaddrinfo.c 1324 int haveanswer, had_error; local
    [all...]
  /external/libevent/test/
regress.gen.c 177 int had_error = 0; local
182 had_error = 1;
188 had_error = 1;
193 if (had_error) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 2062 bfd_boolean had_error = TRUE; local
    [all...]

Completed in 573 milliseconds