Searched refs:bogus (Results 1 - 25 of 42) sorted by relevance

12

/external/valgrind/main/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.stderr.exp2 at 0x........: bbb (bogus.S:0)
3 by 0x........: aaa (bogus.S:0)
4 by 0x........: aaa (bogus.S:0)
5 by 0x........: main (bogus.S:0)
/external/valgrind/main/helgrind/tests/
H A Dtc09_bad_unlock.c2 /* Check that an error is reported for various kinds of bogus
19 int bogus[100], i; local
20 /* fill bogus with values which will cause glibc's pth_mx_unlock to fail */
21 for (i = 0; i < 100; i++) bogus[i] = 0xFFFFFFFF;
40 /* Unlocking a totally bogus lock. */
41 pthread_mutex_unlock( (pthread_mutex_t*) &bogus[50] ); /* ERROR */
/external/chromium_org/net/cert/
H A Dx509_cert_types_unittest.cc27 CertPrincipal bogus; local
28 EXPECT_FALSE(bogus.Matches(spamco));
29 EXPECT_FALSE(spamco.Matches(bogus));
31 bogus = spamco;
32 EXPECT_TRUE(bogus.Matches(spamco));
33 EXPECT_TRUE(spamco.Matches(bogus));
35 bogus.organization_names.erase(bogus.organization_names.begin(),
36 bogus.organization_names.end());
37 EXPECT_FALSE(bogus
[all...]
/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp17 struct bogus { struct
37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dmsfmrgts.cpp592 FieldPosition bogus(FieldPosition::DONT_CARE);
596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, statu
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp592 FieldPosition bogus(FieldPosition::DONT_CARE);
596 logln("Format with -INF : " + fmt->format(Formattable(-uprv_getInfinity()), str, bogus, status));
599 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
602 logln("Format with -1.0 : " + fmt->format(Formattable(-1.0), str, bogus, status));
605 logln("Format with 0 : " + fmt->format(Formattable((int32_t)0), str, bogus, status));
608 logln("Format with 0.9 : " + fmt->format(Formattable(0.9), str, bogus, status));
611 logln("Format with 1.0 : " + fmt->format(Formattable(1.0), str, bogus, status));
614 logln("Format with 1.5 : " + fmt->format(Formattable(1.5), str, bogus, status));
617 logln("Format with 2 : " + fmt->format(Formattable((int32_t)2), str, bogus, status));
620 logln("Format with 2.1 : " + fmt->format(Formattable(2.1), str, bogus, statu
[all...]
H A Dtztest.cpp1945 UnicodeString bogus; local
1946 bogus.setToBogus();
1949 UnicodeString *pResult = &TimeZone::getCanonicalID(bogus, canonicalID, ec);
1950 assertEquals("TimeZone::getCanonicalID(bogus) should fail", U_ILLEGAL_ARGUMENT_ERROR, ec);
1951 assertTrue("TimeZone::getCanonicalID(bogus) should return the dest string", pResult == &canonicalID);
1960 // Valid input should un-bogus the dest string.
1964 assertSuccess("TimeZone::getCanonicalID(bogus dest) should succeed", ec, TRUE);
1965 assertTrue("TimeZone::getCanonicalID(bogus dest) should return the dest string", pResult == &canonicalID);
1966 assertFalse("TimeZone::getCanonicalID(bogus dest) should un-bogus th
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5.cpp39 bogus_override_if_virtual<decltype(l)> bogus; local
/external/clang/test/Sema/
H A Dpragma-section.c39 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section' - ignored}}
H A Dinit.c91 .b = bogus // expected-error {{use of undeclared identifier 'bogus'}}
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdswitch.c217 goto bogus;
224 goto bogus;
227 goto bogus;
230 goto bogus;
233 goto bogus;
243 bogus:
/external/jpeg/
H A Drdswitch.c205 goto bogus;
212 goto bogus;
215 goto bogus;
218 goto bogus;
221 goto bogus;
231 bogus:
/external/qemu/distrib/jpeg-6b/
H A Drdswitch.c205 goto bogus;
212 goto bogus;
215 goto bogus;
218 goto bogus;
221 goto bogus;
231 bogus:
/external/clang/test/SemaCXX/
H A Dclass.cpp127 // Don't crash on this bogus code.
130 bogus<foo<T1,T2> > // expected-error {{unknown template name 'bogus'}}
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml39 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp998 UnicodeString bogus; local
999 bogus.setToBogus();
1000 return bogus;
1010 UnicodeString bogus; local
1011 bogus.setToBogus();
1012 return bogus;
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1030 UnicodeString bogus; local
1031 bogus.setToBogus();
1032 return bogus;
1042 UnicodeString bogus; local
1043 bogus.setToBogus();
1044 return bogus;
/external/chromium_org/components/test/data/web_database/
H A Dversion_35.sql49 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000006','Acme Inc.','7 Main Street','Apt 2','San Francisco','CA','bogus','United States','US',1300131704);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
200 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
201 if(bogus != NULL) {
H A Dudatatst.c1194 double bogus; member in struct:__anon12274
1212 double bogus; member in struct:__anon12275
H A Dtrietest.c450 double bogus; /* needed for aligining the storage */ member in union:__anon12272
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
200 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
201 if(bogus != NULL) {
H A Dudatatst.c1194 double bogus; member in struct:__anon22075
1212 double bogus; member in struct:__anon22076
/external/clang/lib/Lex/
H A DLexer.cpp334 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!");
367 assert((int)Tok.getLength() >= 0 && "Token character range is bogus!");
/external/strace/
H A Dstrace.spec182 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
286 - revert bogus s390 fix

Completed in 1624 milliseconds

12