HomeSort by relevance Sort by last modified time
    Searched refs:err_out (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/linux/
getregset.c 17 err_out(const char *msg) function
39 return err_out("ptrace traceme");
54 return err_out("fork");
60 return err_out("wait");
66 return err_out("ptrace getregset");
  /external/tremolo/Tremolo/
treminfo.c 197 if(vi->rate>=64000 || ci->blocksizes[1]>4096)goto err_out;
199 if(vi->rate<64000 && ci->blocksizes[1]>4096)goto err_out;
202 if(vi->rate<1)goto err_out;
203 if(vi->channels<1)goto err_out;
204 if(ci->blocksizes[0]<64)goto err_out;
205 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out;
206 if(ci->blocksizes[1]>8192)goto err_out;
208 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
211 err_out:
219 if(vendorlen<0)goto err_out;
    [all...]
mapping0.c 94 testA>=vi->channels) goto err_out;
99 if(oggpack_read(opb,2)>0)goto err_out; /* 2,3:reserved */
105 if(info->chmuxlist[i]>=info->submaps)goto err_out;
113 if(info->submaplist[i].floor>=ci->floors)goto err_out;
115 if(info->submaplist[i].residue>=ci->residues)goto err_out;
120 err_out:
floor0.c 378 if(info->order<1)goto err_out;
379 if(info->rate<1)goto err_out;
380 if(info->barkmap<1)goto err_out;
384 if(info->books[j]>=ci->books)goto err_out;
387 if(oggpack_eop(opb))goto err_out;
390 err_out:
floor1.c 127 if(oggpack_eop(opb)<0) goto err_out;
132 if(info->klass[j].class_book>=ci->books)goto err_out;
136 info->klass[j].class_subbook[k]!=0xff)goto err_out;
160 if(t>=(1<<rangebits))goto err_out;
163 if(oggpack_eop(opb))goto err_out;
197 err_out:
  /external/libvorbis/lib/
info.c 226 if(vi->rate<1)goto err_out;
227 if(vi->channels<1)goto err_out;
228 if(ci->blocksizes[0]<64)goto err_out;
229 if(ci->blocksizes[1]<ci->blocksizes[0])goto err_out;
230 if(ci->blocksizes[1]>8192)goto err_out;
232 if(oggpack_read(opb,1)!=1)goto err_out; /* EOP check */
235 err_out:
243 if(vendorlen<0)goto err_out;
244 if(vendorlen>opb->storage-8)goto err_out;
248 if(i<0)goto err_out;
    [all...]
floor0.c 86 if(info->order<1)goto err_out;
87 if(info->rate<1)goto err_out;
88 if(info->barkmap<1)goto err_out;
89 if(info->numbooks<1)goto err_out;
93 if(info->books[j]<0 || info->books[j]>=ci->books)goto err_out;
97 err_out:
mapping0.c 109 if(b<0)goto err_out;
112 if(info->submaps<=0)goto err_out;
117 if(b<0)goto err_out;
120 if(info->coupling_steps<=0)goto err_out;
129 testA>=vi->channels) goto err_out;
134 if(oggpack_read(opb,2)!=0)goto err_out; /* 2,3:reserved */
139 if(info->chmuxlist[i]>=info->submaps || info->chmuxlist[i]<0)goto err_out;
145 if(info->floorsubmap[i]>=ci->floors || info->floorsubmap[i]<0)goto err_out;
147 if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out;
152 err_out
    [all...]
floor1.c 143 if(info->partitionclass[j]<0)goto err_out;
152 goto err_out;
155 goto err_out;
159 goto err_out;
166 if(rangebits<0)goto err_out;
173 goto err_out;
187 if(*sortpointer[j-1]==*sortpointer[j])goto err_out;
192 err_out:
sharedbook.c 343 if(codes==NULL)goto err_out;
425 err_out:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 113 with captured_output("stderr") as err_out:
115 self.assertRegexpMatches(err_out.getvalue(), "line 1")
116 self.assertRegexpMatches(err_out.getvalue(),
121 self.assertRegexpMatches(err_out.getvalue(), 'Traceback')
122 self.assertRegexpMatches(err_out.getvalue(), r'import bad\)syntax')
123 self.assertRegexpMatches(err_out.getvalue(), 'SyntaxError')
128 with captured_output("stderr") as err_out:
130 self.assertRegexpMatches(err_out.getvalue(), "line 2")
131 self.assertRegexpMatches(err_out.getvalue(),
134 self.assertRegexpMatches(err_out.getvalue(), 'Traceback'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 113 with captured_output("stderr") as err_out:
115 self.assertRegexpMatches(err_out.getvalue(), "line 1")
116 self.assertRegexpMatches(err_out.getvalue(),
121 self.assertRegexpMatches(err_out.getvalue(), 'Traceback')
122 self.assertRegexpMatches(err_out.getvalue(), r'import bad\)syntax')
123 self.assertRegexpMatches(err_out.getvalue(), 'SyntaxError')
128 with captured_output("stderr") as err_out:
130 self.assertRegexpMatches(err_out.getvalue(), "line 2")
131 self.assertRegexpMatches(err_out.getvalue(),
134 self.assertRegexpMatches(err_out.getvalue(), 'Traceback'
    [all...]
  /hardware/intel/common/libva/va/x11/
dri2_util.c 188 goto err_out;
191 goto err_out;
196 goto err_out;
202 goto err_out;
205 goto err_out;
209 goto err_out;
223 err_out:
  /external/oprofile/daemon/
opd_extended.c 97 goto err_out;
100 goto err_out;
106 err_out:
  /hardware/libhardware/modules/camera/
Camera.cpp 178 goto err_out;
186 goto err_out;
201 err_out:
381 goto err_out;
393 err_out:
  /external/e2fsprogs/misc/
tune2fs.c     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 369 goto err_out;
386 goto err_out;
390 goto err_out;
393 goto err_out;
398 goto err_out;
404 err_out:
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 96 goto err_out;
102 goto err_out;
114 goto err_out;
124 goto err_out;
131 err_out:
undo_io.c 153 goto err_out;
164 goto err_out;
177 err_out:
  /external/e2fsprogs/e2fsck/
journal.c 1032 goto err_out;
1034 goto err_out;
1041 goto err_out;
1051 err_out:
  /external/fio/
filesetup.c 788 goto err_out;
813 goto err_out;
898 goto err_out;
946 goto err_out;
970 err_out:
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_context.c 77 goto err_out;
96 err_out:
  /external/libnl/lib/netfilter/
ct.c 462 goto err_out;
467 err_out:
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_context.c 77 goto err_out;
96 err_out:
  /hardware/ti/omap4-aah/hwc/
hwc.c     [all...]

Completed in 297 milliseconds

1 2