/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...] |
/external/oprofile/daemon/ |
opd_extended.c | 97 goto err_out; 100 goto err_out; 106 err_out:
|
/external/e2fsprogs/misc/ |
tune2fs.c | 1129 goto err_out; 1134 goto err_out; 1143 goto err_out; 1152 goto err_out; 1156 goto err_out; 1159 err_out: 1218 goto err_out; 1223 goto err_out; 1252 goto err_out; 1261 goto err_out; [all...] |
mke2fs.c | [all...] |
/hardware/libhardware/modules/camera/ |
Camera.cpp | 338 goto err_out; 346 goto err_out; 363 err_out: 539 goto err_out; 551 err_out:
|
/external/e2fsprogs/lib/ext2fs/ |
undo_io.c | 145 goto err_out; 156 goto err_out; 169 err_out:
|
/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/e2fsck/ |
journal.c | 1012 goto err_out; 1014 goto err_out; 1021 goto err_out; 1031 err_out:
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_context.c | 77 goto err_out; 96 err_out:
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.c | 77 goto err_out; 96 err_out:
|
/hardware/ti/omap4xxx/hwc/ |
hwc.c | [all...] |