/external/tinycompress/ |
D | compress.c | 96 static int oops(struct compress *compress, int e, const char *fmt, ...) in oops() function 136 oops(compress, errno, "cant read version"); in get_compress_version() 156 oops(compress, ENXIO, "this codec is not supported"); in _is_codec_supported() 161 oops(compress, EINVAL, "requested fragment size %d is below min supported %d", in _is_codec_supported() 166 oops(compress, EINVAL, "requested fragment size %d is above max supported %d", in _is_codec_supported() 171 oops(compress, EINVAL, "requested fragments %d are below min supported %d", in _is_codec_supported() 176 oops(compress, EINVAL, "requested fragments %d are above max supported %d", in _is_codec_supported() 192 oops(&bad_compress, errno, "cannot get device caps"); in _is_codec_type_supported() 224 oops(&bad_compress, EINVAL, "passed bad config"); in compress_open() 230 oops(&bad_compress, errno, "cannot allocate compress object"); in compress_open() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 343 class PseudoInst<dag oops, dag iops, InstrItinClass itin, list<dag> pattern> 346 let OutOperandList = oops; 354 class ARMPseudoInst<dag oops, dag iops, int sz, InstrItinClass itin, 356 : PseudoInst<oops, iops, itin, pattern> { 362 class tPseudoInst<dag oops, dag iops, int sz, InstrItinClass itin, 364 : PseudoInst<oops, iops, itin, pattern> { 370 class t2PseudoInst<dag oops, dag iops, int sz, InstrItinClass itin, 372 : PseudoInst<oops, iops, itin, pattern> { 377 class ARMPseudoExpand<dag oops, dag iops, int sz, 380 : ARMPseudoInst<oops, iops, sz, itin, pattern>, [all …]
|
D | ARMInstrThumb2.td | 293 class T2OneRegImm<dag oops, dag iops, InstrItinClass itin, 295 : T2I<oops, iops, itin, opc, asm, pattern> { 306 class T2sOneRegImm<dag oops, dag iops, InstrItinClass itin, 308 : T2sI<oops, iops, itin, opc, asm, pattern> { 319 class T2OneRegCmpImm<dag oops, dag iops, InstrItinClass itin, 321 : T2I<oops, iops, itin, opc, asm, pattern> { 332 class T2OneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 334 : T2I<oops, iops, itin, opc, asm, pattern> { 345 class T2sOneRegShiftedReg<dag oops, dag iops, InstrItinClass itin, 347 : T2sI<oops, iops, itin, opc, asm, pattern> { [all …]
|
D | ARMInstrThumb.td | 771 class T1pIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 773 : T1pI<oops, iops, itin, opc, asm, pattern>, 780 class T1pIMiscEncode<bits<7> opA, dag oops, dag iops, InstrItinClass itin, 782 : T1pI<oops, iops, itin, opc, asm, pattern>, 791 class T1sIDPEncode<bits<4> opA, dag oops, dag iops, InstrItinClass itin, 793 : T1sI<oops, iops, itin, opc, asm, pattern>, 800 class T1sIGenEncode<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 802 : T1sI<oops, iops, itin, opc, asm, pattern>, 811 class T1sIGenEncodeImm<bits<5> opA, dag oops, dag iops, InstrItinClass itin, 813 : T1sI<oops, iops, itin, opc, asm, pattern>, [all …]
|
D | ARMInstrVFP.td | 874 bits<4> opcod4, dag oops, dag iops, 877 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 891 bits<4> opcod4, dag oops, dag iops,InstrItinClass itin, 893 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 945 bits<4> opcod4, dag oops, dag iops, 948 : AVConv1I<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 962 bits<4> opcod4, dag oops, dag iops, 965 : AVConv1In<opcod1, opcod2, opcod3, opcod4, oops, iops, itin, opc, asm, 1060 bit op5, dag oops, dag iops, InstrItinClass itin, 1062 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>, [all …]
|
D | ARMInstrInfo.td | 3537 class AsMul1I32<bits<7> opcod, dag oops, dag iops, InstrItinClass itin, 3539 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> { 3547 class AsMul1I64<bits<7> opcod, dag oops, dag iops, InstrItinClass itin, 3549 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> { 3559 class AsMla1I64<bits<7> opcod, dag oops, dag iops, InstrItinClass itin, 3561 : AsMul1I<opcod, oops, iops, itin, opc, asm, pattern> { 3852 class AMulDualIbase<bit long, bit sub, bit swap, dag oops, dag iops, 3854 : AI<oops, iops, MulFrm, itin, opc, asm, []>, Requires<[IsARM, HasV6]> { 3867 class AMulDualI<bit long, bit sub, bit swap, dag oops, dag iops, 3869 : AMulDualIbase<long, sub, swap, oops, iops, itin, opc, asm> { [all …]
|
/external/qemu/ |
D | loadpng.c | 33 goto oops; in loadpng() 44 goto oops; in loadpng() 49 goto oops; in loadpng() 54 oops: in loadpng() 95 goto oops; in loadpng() 107 goto oops; in loadpng() 171 goto oops; in readpng() 180 goto oops; in readpng() 187 oops: in readpng() 227 goto oops; in readpng() [all …]
|
/external/tinyalsa/ |
D | pcm.c | 185 static int oops(struct pcm *pcm, int e, const char *fmt, ...) in oops() function 343 oops(pcm, commit, "failed to commit %d frames\n", frames); in pcm_mmap_transfer_areas() 406 return oops(pcm, errno, "cannot prepare channel"); in pcm_write() 408 return oops(pcm, errno, "cannot write initial data"); in pcm_write() 423 return oops(pcm, errno, "cannot write stream data"); in pcm_write() 454 return oops(pcm, errno, "cannot read stream data"); in pcm_read() 630 oops(pcm, errno, "cannot open device '%s'", fn); in pcm_open() 635 oops(pcm, errno, "cannot get info"); in pcm_open() 657 oops(pcm, -EINVAL, "noirq only currently supported with mmap()."); in pcm_open() 673 oops(pcm, errno, "cannot set hw params"); in pcm_open() [all …]
|
/external/e2fsprogs/lib/et/ |
D | error_message.c | 115 goto oops; in error_message() 121 goto oops; in error_message() 150 oops: in error_message()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tempdb.test | 42 SELECT CASE WHEN y IS NULL THEN test_error('oops', 11) ELSE y END 45 } {1 oops}
|
/external/markdown/tests/misc/ |
D | multi-test.txt | 16 An [example][ref] (oops)
|
/external/dnsmasq/src/ |
D | tftp.c | 311 goto oops; in check_tftp_fileperm() 316 goto oops; in check_tftp_fileperm() 346 goto oops; in check_tftp_fileperm() 364 oops: in check_tftp_fileperm()
|
D | option.c | 2631 goto oops; in one_file() 2694 oops: in one_file()
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 78 p->~oops(); // expected-error{{expected the class name after '~' to name a destructor}} in destroy()
|
/external/chromium_org/content/renderer/pepper/ |
D | v8_var_converter_unittest.cc | 437 ScopedPPVar oops(ScopedPPVar::PassRef(), StringVar::StringToPPVar("oops")); in TEST_F() local 438 expected->SetWithStringKey("undefined", oops.get()); in TEST_F()
|
/external/chromium_org/base/process/ |
D | process_util_unittest.cc | 229 volatile int* oops = NULL; in MULTIPROCESS_TEST_MAIN() local 230 *oops = 0xDEAD; in MULTIPROCESS_TEST_MAIN()
|
/external/chromium/base/ |
D | process_util_unittest.cc | 176 int* oops = NULL; in MULTIPROCESS_TEST_MAIN() local 177 *oops = 0xDEAD; in MULTIPROCESS_TEST_MAIN()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller_unittest.mm | 275 [controller setTitle:@"oops" parentFolder:grandma]; 279 EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("oops"));
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bubble_controller_unittest.mm | 289 [controller setTitle:@"oops" parentFolder:grandma]; 293 EXPECT_EQ(node->GetTitle(), ASCIIToUTF16("oops"));
|
/external/dropbear/libtommath/ |
D | changes.txt | 35 v0.35 -- Stupid XOR function missing line again... oops. 39 -- mp_rand() would emit one too many digits and it was possible to get a 0 out of it ... oops 161 v0.25 -- Fix to mp_gcd again... oops (0,-a) == (-a, 0) == a
|
/external/libvpx/libvpx/examples/includes/geshi/ |
D | geshi.php | 2898 $oops = false; 2901 $oops = true; 2909 if (!$oops) {
|
/external/dropbear/libtomcrypt/ |
D | changes | 106 -- Testprof doesn't strictly require GMP ... oops [Nils Durner] 174 -- Fixed install_test target ... oops 205 … -- the UTCTIME type was missing from der_length_sequence() [oops, oh like you've never done that] 331 …-- Added missing ASN.1 header to the RSA keys ... oops... now the rsa_export/import are FULLY comp… 466 … -- Minor updates to the OMAC code (additional __ARGCHK and removed printf from omac_test... oops!) 664 … -- config.pl has been updated so rmd128.o and rmd160.o are objects included in the build [oops] 717 -- Added RMD160 to the x86_prof demo [oops] 1101 v0.61 -- Fixed a bug in the DES code [oops I read something wrong]. 1357 a negative len to get a "3 mod 4" style prime... oops
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 249 class PseudoI<dag oops, dag iops, list<dag> pattern> 250 : X86Inst<0, Pseudo, NoImm, oops, iops, "", NoItinerary> {
|
/external/libvpx/libvpx/nestegg/m4/ |
D | ax_create_stdint_h.m4 | 37 dnl HAVE_STDINT_H things... (oops, GCC 4.2.x has deliberatly disabled
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1008 #!'EO&I8Poops#!MGJopenC!FG&Eopenscopinion
|