/external/strace/tests-mx32/ |
D | mount.c | 80 TAIL_ALLOC_OBJECT_CONST_PTR(char, bogus); in main() 82 bogus[0] = 'a'; in main() 88 rc = mount(bogus, bogus, bogus, 768, bogus); in main() 90 bogus, bogus, bogus, str_unknown, bogus, sprintrc(rc)); in main() 92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main() 94 bogus + 1, bogus + 1, bogus + 1, str_submount_200, in main() 95 bogus + 1, sprintrc(rc)); in main()
|
/external/strace/tests-m32/ |
D | mount.c | 80 TAIL_ALLOC_OBJECT_CONST_PTR(char, bogus); in main() 82 bogus[0] = 'a'; in main() 88 rc = mount(bogus, bogus, bogus, 768, bogus); in main() 90 bogus, bogus, bogus, str_unknown, bogus, sprintrc(rc)); in main() 92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main() 94 bogus + 1, bogus + 1, bogus + 1, str_submount_200, in main() 95 bogus + 1, sprintrc(rc)); in main()
|
/external/strace/tests/ |
D | mount.c | 80 TAIL_ALLOC_OBJECT_CONST_PTR(char, bogus); in main() 82 bogus[0] = 'a'; in main() 88 rc = mount(bogus, bogus, bogus, 768, bogus); in main() 90 bogus, bogus, bogus, str_unknown, bogus, sprintrc(rc)); in main() 92 rc = mount(bogus + 1, bogus + 1, bogus + 1, 0x4000200, bogus + 1); in main() 94 bogus + 1, bogus + 1, bogus + 1, str_submount_200, in main() 95 bogus + 1, sprintrc(rc)); in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 595 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4106661() local 599 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), 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 -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661() 608 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661() 611 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661() 614 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661() 617 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661() 620 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661() 623 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | numparse_parsednumber.cpp | 29 quantity.bogus = true; in clear() 42 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess() 52 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber() 72 U_ASSERT(!quantity.bogus); in getDouble() 105 U_ASSERT(!quantity.bogus); in populateFormattable()
|
D | numparse_decimal.cpp | 105 U_ASSERT(!result.quantity.bogus); in match() 116 digitsConsumed.bogus = true; in match() 181 if (digitsConsumed.bogus) { in match() 182 digitsConsumed.bogus = false; in match() 272 digitsConsumed.bogus = true; in match() 344 digitsConsumed.bogus = true; in match() 349 if (digitsConsumed.bogus) { in match() 383 result.quantity.bogus = true; in match()
|
D | numparse_scientific.cpp | 105 bool wasBogus = result.quantity.bogus; in match() 106 result.quantity.bogus = false; in match() 109 result.quantity.bogus = wasBogus; in match()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_fixBadIpa.txt | 9 ọ > oɪ ;# bogus ipa 10 ạ > ɑɪ ;# bogus ipa 11 ǎ > ɑʊ ;# bogus ipa 12 W > w ; # bogus ipa 13 ü > ʊ ; # bogus ipa
|
/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/tcpdump/tests/ |
D | isis_stlv_asan-2.out | 9 bogus virtual flag 0x02 11 bogus virtual flag 0x02 13 bogus virtual flag 0x90
|
/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 | 218 goto bogus; in read_scan_script() 225 goto bogus; in read_scan_script() 228 goto bogus; in read_scan_script() 231 goto bogus; in read_scan_script() 234 goto bogus; in read_scan_script() 244 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | legalize-bug-bogus-cpu.ll | 1 ; RUN: llc < %s -mtriple=aarch64-eabi -mcpu=bogus 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"
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | expr.c | 517 const char *bogus = NULL; in ExprResolveMaskLookup() local 545 bogus = "array reference"; in ExprResolveMaskLookup() 548 if (bogus == NULL) in ExprResolveMaskLookup() 549 bogus = "function use"; in ExprResolveMaskLookup() 552 bogus); in ExprResolveMaskLookup()
|
/external/e2fsprogs/tests/f_invalid_bad_inode/ |
D | name | 1 check for bogus bad inode
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-05-23-00-26-27.bpo-11874.glK5iP.rst | 1 Use a better regex when breaking usage into wrappable parts. Avoids bogus
|
/external/python/cpython2/Demo/comparisons/ |
D | README | 44 Given a list of directories, report any bogus symbolic links contained 45 anywhere in those subtrees. A bogus symbolic link is one that cannot
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | WikiSubdivisionLanguages.java | 67 private static Set<String> bogus = new TreeSet<>(); field in WikiSubdivisionLanguages 114 bogus.add(subdivision); 317 System.out.println("Bogus subdivisionIds:\t" + "*" + "\t" + bogus.size() + "\t" + bogus); in main()
|
/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/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…
|