Home
last modified time | relevance | path

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

12345678910

/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-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/
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.cpp595 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/
Dnumparse_parsednumber.cpp29 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()
Dnumparse_decimal.cpp105 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()
Dnumparse_scientific.cpp105 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/
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/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()
/external/e2fsprogs/tests/f_invalid_bad_inode/
Dname1 check for bogus bad inode
/external/python/cpython2/Misc/NEWS.d/next/Library/
D2018-05-23-00-26-27.bpo-11874.glK5iP.rst1 Use a better regex when breaking usage into wrappable parts. Avoids bogus
/external/python/cpython2/Demo/comparisons/
DREADME44 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/
DWikiSubdivisionLanguages.java67 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/
Duninit-vals.m18 int* bogus;
24 bogus = 0;
26 if (bogus) // no-warning
/external/google-breakpad/src/client/mac/testapp/
DController.m168 // 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/
Dplaceholder-recovery.m5 // bogus 'archaic' warnings with bad location info.
/external/clang/test/Sema/
Dpragma-section.c41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…

12345678910