/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 592 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4106661() local 596 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661() 599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661() 602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661() 605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661() 608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661() 611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661() 614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661() 617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661() 620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661() [all …]
|
/external/valgrind/helgrind/tests/ |
D | tc09_bad_unlock.c | 19 int bogus[100], i; in nearly_main() local 21 for (i = 0; i < 100; i++) bogus[i] = 0xFFFFFFFF; in nearly_main() 41 pthread_mutex_unlock( (pthread_mutex_t*) &bogus[50] ); /* ERROR */ in nearly_main()
|
/external/clang/test/SemaObjC/ |
D | method-bad-param.m | 33 enum bogus; // expected-note {{forward declaration of 'enum bogus'}} 37 - (void)crashMe:(enum bogus)p; argument 41 - (void)crashMe:(enum bogus)p { // expected-error {{variable has incomplete type 'enum bogus'}} argument
|
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | Makefile | 6 aio-free-ring-with-bogus-nr-pages \ 17 aio-free-ring-with-bogus-nr-pages: aio-free-ring-with-bogus-nr-pages.c
|
/external/libjpeg-turbo/ |
D | rdswitch.c | 217 goto bogus; in read_scan_script() 224 goto bogus; in read_scan_script() 227 goto bogus; in read_scan_script() 230 goto bogus; in read_scan_script() 233 goto bogus; in read_scan_script() 243 bogus: in read_scan_script()
|
/external/llvm/test/CodeGen/AArch64/ |
D | legalize-bug-bogus-cpu.ll | 1 ; RUN: llc -march=aarch64 -mcpu=bogus -o - %s 3 ; Fix the bug in PR20557. Set mcpu to a bogus name, llc will crash in type
|
/external/clang/test/SemaTemplate/ |
D | metafun-apply.cpp | 17 struct bogus { struct 37 …apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, i… in test() argument
|
/external/curl/tests/data/ |
D | test1075 | 21 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts" 31 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts" 39 WWW-Authenticate: X-bogus-auth realm="gimme all yer s3cr3ts"
|
D | test237 | 29 # The bogus address used here is chosen specifically so that when processed on
|
/external/bison/tests/ |
D | skeletons.at | 149 [[b4_percent_define_default([[foo]], [[bogus value]]) 218 [[b4_complain_at(b4_percent_define_get_loc([[bogus]]), [[bad value]]) 228 [[input3.y: fatal error: b4_percent_define_get_loc: undefined %define variable 'bogus' 232 [[b4_warn_at(b4_percent_define_get_syncline([[bogus]]), [[bad value]]) 242 [[input4.y: fatal error: b4_percent_define_get_syncline: undefined %define variable 'bogus'
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | domjs.test | 4 "description":"CR in bogus comment state", 9 "description":"CRLF in bogus comment state",
|
/external/e2fsprogs/tests/f_invalid_bad_inode/ |
D | name | 1 check for bogus bad inode
|
/external/clang/test/Parser/ |
D | placeholder-recovery.m | 5 // bogus 'archaic' warnings with bad location info.
|
/external/clang/test/Sema/ |
D | pragma-section.c | 41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p5.cpp | 39 bogus_override_if_virtual<decltype(l)> bogus; in test_quals() local
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | unreachable-loop-pred.ll | 6 ; bogus loop entry.
|
/external/clang/test/Analysis/ |
D | uninit-vals.m | 18 int* bogus; 24 bogus = 0; 26 if (bogus) // no-warning
|
/external/google-breakpad/src/client/mac/testapp/ |
D | Controller.m | 168 // first a series of bogus values 177 // Look for a bogus one that we didn't try to set 183 // Look for a bogus one we did try to set
|
/external/valgrind/ |
D | darwin9.supp | 214 # keymgr seems to deliberately do some bogus actions, and if they are bogus, 233 __keymgr_initializer bogus unlock
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/ |
D | demonstration_markup.txt | 14 <! This document starts with a bogus declaration ><div>a</div> 17 <div><a style={height:21px;}>That attribute value was bogus</a></div>
|
/external/autotest/client/samples/ |
D | control.oprofile | 9 Runs our sleeptest (bogus test that only sleeps for a given amount of time),
|
/external/llvm/test/CodeGen/X86/ |
D | negative-stride-fptosi-user.ll | 4 ; variable which stepped by a bogus ((double)UINT32_C(-1)). It's theoretically
|
/external/llvm/test/CodeGen/Generic/ |
D | fwdtwice.ll | 11 ;; This produces the bogus output instruction:
|
/external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/ |
D | test.doc | 18 /* A bogus doc file used to see if we can detect
|
D | test.rtf | 18 /* A bogus RTF file used to see if we can detect
|