/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 | 596 FieldPosition bogus(FieldPosition::DONT_CARE); in Test4106661() local 600 … logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status)); in Test4106661() 603 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661() 606 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status)); in Test4106661() 609 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status)); in Test4106661() 612 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status)); in Test4106661() 615 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status)); in Test4106661() 618 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status)); in Test4106661() 621 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status)); in Test4106661() 624 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, status)); in Test4106661() [all …]
|
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/Inputs/ |
D | unwind-via-stack-win.syms | 14 STACK WIN 4 1100 4 0 0 0 0 0 0 1 bogus 15 STACK WIN 4 1110 4 0 0 0 0 0 0 1 $T0 $bogus = $eip $T0 ^ = $esp $T0 4 + = 16 STACK WIN 4 1120 4 0 0 0 0 0 0 1 $T0 $esp = $eip $T0 ^ = $esp $bogus 4 + = 17 STACK WIN 4 1130 4 0 0 0 0 0 0 1 $T0 $esp = $bogus $T0 = $eip $bogus ^ = $esp $T0 4 + =
|
/external/icu/icu4c/source/i18n/ |
D | numparse_parsednumber.cpp | 30 quantity.bogus = true; in clear() 43 if (!quantity.bogus && 0 != (flags & FLAG_NEGATIVE)) { in postProcess() 53 return !quantity.bogus || 0 != (flags & FLAG_NAN) || 0 != (flags & FLAG_INFINITY); in seenNumber() 73 if (quantity.bogus) { in getDouble() 109 U_ASSERT(!quantity.bogus); in populateFormattable()
|
D | numparse_decimal.cpp | 106 U_ASSERT(!result.quantity.bogus); in match() 117 digitsConsumed.bogus = true; in match() 182 if (digitsConsumed.bogus) { in match() 183 digitsConsumed.bogus = false; in match() 273 digitsConsumed.bogus = true; in match() 345 digitsConsumed.bogus = true; in match() 350 if (digitsConsumed.bogus) { in match() 384 result.quantity.bogus = true; in match()
|
/external/llvm-project/lldb/test/Shell/Reproducer/ |
D | TestVerify.test | 7 # RUN: echo "/bogus/home/dir" > %t.repro/home.txt 8 # RUN: echo "/bogus/current/working/dir" > %t.repro/cwd.txt 11 # CHECK: working directory '/bogus/current/working/dir' not in VFS 12 # CHECK: home directory '/bogus/home/dir' not in VFS 25 # RUN: echo "/bogus/home/dir" > %t.repro2/home.txt 27 # NO-VERIFY-NOT: home directory '/bogus/home/dir' not in VFS
|
D | TestDriverOptions.test | 3 # RUN: not %lldb --capture --capture-path %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix INVALID… 4 # RUN: not %lldb --replay %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix INVALID-REPLAY
|
/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/llvm-project/clang/test/SemaObjC/ |
D | method-bad-param.m | 39 enum bogus; // expected-note {{forward declaration of 'enum bogus'}} 43 - (void)crashMe:(enum bogus)p; argument 47 - (void)crashMe:(enum bogus)p { // expected-error {{variable has incomplete type 'enum bogus'}} argument
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_node.in | 51 expect("my_doc.getAttribute('bogus')", ""); 54 expect("my_doc.getElement('bogus')", undefined); 57 expect("my_doc.isPropertySpecified('bogus')", false); 60 expect("my_doc.loadXML('bogus')", undefined); 65 expectError("my_doc.saveXML('bogus')");
|
D | xfa_node_expected.txt | 30 Alert: PASS: my_doc.getAttribute('bogus') = 33 Alert: PASS: my_doc.getElement('bogus') = null 36 Alert: PASS: my_doc.isPropertySpecified('bogus') = false 39 Alert: PASS: my_doc.loadXML('bogus') = undefined 44 Alert: PASS: my_doc.saveXML('bogus') threw XFAObject.saveXML: Incorrect parameter value.
|
D | xfa_tree_expected.txt | 18 Alert: PASS: xfa.form.resolveNode('bogus') = null 20 Alert: PASS: xfa.form.resolveNodes('bogus') = [object XFAObject] 21 Alert: PASS: xfa.form.resolveNodes('bogus').length = 0
|
D | xfa_tree.in | 37 expect("xfa.form.resolveNode('bogus')", null); 39 expect("xfa.form.resolveNodes('bogus')", "[object XFAObject]"); 40 expect("xfa.form.resolveNodes('bogus').length", 0);
|
/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-project/lldb/test/Shell/Driver/ |
D | TestNoUseColor.test | 1 RUN: not %lldb -b --no-use-colors -o 'settings show use-color' -o 'bogus' 2>&1 | FileCheck %s --che… 3 NOCOLOR: error: 'bogus' is not a valid command
|
D | TestUseColor.test | 3 RUN: not %lldb -b -o 'settings set use-color true' -o 'settings show use-color' -o 'bogus' > %t 2>&1 7 COLOR: {{.+}}0;1;31merror: {{.+}}0m'bogus' is not a valid command
|
/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/llvm-project/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/llvm-project/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/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
|