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

  /external/webp/src/utils/
thread.h 48 int had_error; // return value of the last call to 'hook' member in struct:__anon27484
59 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 265 return !worker->had_error;
270 worker->had_error = 0;
308 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_thread_test.cc 63 EXPECT_FALSE(worker_.had_error);
86 EXPECT_EQ(1, worker_.had_error);
91 EXPECT_FALSE(worker_.had_error);
94 EXPECT_FALSE(worker_.had_error);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.c 83 return !worker->had_error;
88 worker->had_error = 0;
111 worker->had_error |= !worker->hook(worker->data1, worker->data2);
vp9_thread.h 177 int had_error; // return value of the last call to 'hook' member in struct:__anon31530
185 // Makes sure the previous work is finished. Returns true if worker->had_error
vp9_decodeframe.c     [all...]
  /external/opencv3/3rdparty/libwebp/utils/
thread.h 67 int had_error; // return value of the last call to 'hook' member in struct:__anon21923
75 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 146 worker->had_error |= !worker->hook(worker->data1, worker->data2);
192 return !worker->had_error;
197 worker->had_error = 0;
223 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 71 EXPECT_FALSE(worker_.had_error);
90 EXPECT_EQ(1, worker_.had_error);
95 EXPECT_FALSE(worker_.had_error);
98 EXPECT_FALSE(worker_.had_error);
207 int Sync(VPxWorker *const worker) { return !worker->had_error; }
210 worker->had_error |= !worker->hook(worker->data1, worker->data2);
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 91 return !worker->had_error;
96 worker->had_error = 0;
134 worker->had_error |= !worker->hook(worker->data1, worker->data2);
vpx_thread.h 179 int had_error; // return value of the last call to 'hook' member in struct:__anon18122
190 // Makes sure the previous work is finished. Returns true if worker->had_error
  /system/core/libnativebridge/
native_bridge.cc 80 static bool had_error = false; member in namespace:android
171 had_error |= with_error;
187 had_error = true;
472 return had_error;
  /bionic/libc/dns/net/
gethnamaddr.c 211 int haveanswer, had_error; local
276 had_error = 0;
277 while (ancount-- > 0 && cp < eom && !had_error) {
280 had_error++;
296 continue; /* XXX - had_error++ ? */
302 had_error++;
312 had_error++;
319 had_error++;
331 had_error++;
340 had_error++
    [all...]
getaddrinfo.c 1307 int haveanswer, had_error; local
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 460 worker->had_error = 0;
466 if (worker->had_error)
509 worker->had_error = 0;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.c 2004 bfd_boolean had_error = TRUE; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 363 milliseconds