HomeSort by relevance Sort by last modified time
    Searched defs:bail (Results 1 - 13 of 13) sorted by null

  /external/openssh/openbsd-compat/
getgrouplist.c 51 int bail; local
73 for (bail = 0, i = 0; bail == 0 && i < ngroups; i++)
75 bail = 1;
76 if (bail)
  /external/mesa3d/src/mesa/main/
vsnprintf.c 55 static sigjmp_buf bail; variable
88 siglongjmp(bail, 1);
119 int ret = n + 1; /* if we bail, indicated we overflowed */
130 if (sigsetjmp(bail, 1) == 0) {
  /external/vulkan-validation-layers/loader/
debug_report.c 119 VkBool32 bail = false; local
126 bail = true;
132 return bail;
476 * Ignoring "bail" return value as there is nothing to bail from at this
  /external/zlib/src/examples/
gzjoin.c 66 local int bail(char *why1, char *why2) function
139 /* get a byte from the file, bail if end of file */
142 bail("unexpected end of file on ", in->name))
184 bail("unexpected end of file on ", in->name);
196 bail("unexpected end of file on ", in->name);
210 bail(in->name, " is not a valid gzip file");
215 bail("unknown reserved bits set in ", in->name);
253 /* Load up zlib stream from buffered input, bail if end of file */
259 bail("unexpected end of file on ", in->name);
294 bail("could not open ", name)
    [all...]
  /device/google/contexthub/firmware/os/core/
printf.c 38 static uint32_t StrPrvPrintfEx_number(printf_write_c putc_, struct PrintfData *data, bool *bail)
45 *bail = false;
142 *bail = true;
148 if (!*bail && data->flags & FLAG_NEG_PAD) {
154 *bail = true;
216 bool havePrecision = false, bail = false; local
350 numPrinted += StrPrvPrintfEx_number(putc_f, &data, &bail);
351 if (bail)
362 numPrinted += StrPrvPrintfEx_number(putc_f, &data, &bail);
363 if (bail)
    [all...]
  /external/syslinux/com32/lib/
vsscanf.c 43 enum bail { enum
70 enum bail bail = bail_none; local
76 while ((ch = *p++) && !bail) {
90 bail = bail_err; /* Match failure */
170 bail = bail_err;
207 bail = bail_eof;
212 bail = bail_err;
250 bail = bail_eof;
255 if (!bail)
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 111 bool bail = false; local
123 bail = true;
129 return bail;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java 67 long bail = System.currentTimeMillis() + ThreadTimeout; local
78 remainder = bail - System.currentTimeMillis();
91 long bail = System.currentTimeMillis() + UserTimeout; local
102 remainder = bail - System.currentTimeMillis();
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_logging.h 49 bool bail = false; local
54 bail = true;
60 return bail;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUSocketFactory.java 143 long bail = System.currentTimeMillis() + ConnectionTimeout; local
146 while (System.currentTimeMillis() < bail) {
  /external/ImageMagick/MagickCore/
compress.c 447 bail,
526 bail=MagickFalse;
539 bail=MagickTrue;
546 if (bail != MagickFalse)
442 bail, local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 972 milliseconds