Home
last modified time | relevance | path

Searched refs:bogus (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/strace/tests-m32/
Dmount.c80 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-mx32/
Dmount.c80 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/
Dmount.c80 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/
Dmsfmrgts.cpp596 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/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp30 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()
Dnumparse_decimal.cpp106 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()
Dnumparse_scientific.cpp130 bool wasBogus = result.quantity.bogus; in match()
131 result.quantity.bogus = false; in match()
134 result.quantity.bogus = wasBogus; in match()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_fixBadIpa.txt9 ọ > oɪ ;# bogus ipa
10 ạ > ɑɪ ;# bogus ipa
11 ǎ > ɑʊ ;# bogus ipa
12 W > w ; # bogus ipa
13 ü > ʊ ; # bogus ipa
/external/clang/test/SemaObjC/
Dmethod-bad-param.m33 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/pdfium/testing/resources/javascript/xfa_specific/
Dxfa_node.in51 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')");
Dxfa_node_expected.txt30 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.
Dxfa_tree_expected.txt18 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
Dxfa_tree.in37 expect("xfa.form.resolveNode('bogus')", null);
39 expect("xfa.form.resolveNodes('bogus')", "[object XFAObject]");
40 expect("xfa.form.resolveNodes('bogus').length", 0);
Dxfa_model_expected.txt10 Alert: PASS: xfa.form.createNode('bogus') = null
13 Alert: PASS: xfa.form.isCompatibleNS('bogus') = false
Dxfa_model.in34 expect("xfa.form.createNode('bogus')", undefined);
37 expect("xfa.form.isCompatibleNS('bogus')", false);
Dxfa_subform_expected.txt16 Alert: PASS: my_doc.execEvent({value: 'bogus'}) = undefined
17 Alert: PASS: my_doc.execEvent('bogus') = undefined
Dxfa_subform.in38 expect("my_doc.execEvent({value: 'bogus'})", undefined);
39 expect("my_doc.execEvent('bogus')", undefined);
/external/tcpdump/tests/
Disis_stlv_asan-2.out9 bogus virtual flag 0x02
11 bogus virtual flag 0x02
13 bogus virtual flag 0x90
/external/autotest/client/tests/aio_dio_bugs/src/
DMakefile6 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/
Drdswitch.c218 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/
Dlegalize-bug-bogus-cpu.ll1 ; 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/
Dlegalize-bug-bogus-cpu.ll1 ; 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/
Dmetafun-apply.cpp17 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/
Dtest107521 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/
Dexpr.c517 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()

1234567891011