HomeSort by relevance Sort by last modified time
    Searched defs:had_error (Results 1 - 9 of 9) 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
  /external/libvpx/libvpx/vpx_util/
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
  /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/libevent/test/
regress.gen.c 177 int had_error = 0; local
182 had_error = 1;
188 had_error = 1;
193 if (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...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xtensa.c 2062 bfd_boolean had_error = TRUE; local
    [all...]

Completed in 2416 milliseconds