Searched defs:bogus (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5.cpp39 bogus_override_if_virtual<decltype(l)> bogus; local
/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/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/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrietest.c450 double bogus; /* needed for aligining the storage */ member in union:__anon12272
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
/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c450 double bogus; /* needed for aligining the storage */ member in union:__anon22073
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/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp1432 /* test hasMoreChar32Than() with a bogus string */
1455 // use other illegal arguments to make a bogus string
1458 errln("A bogus string returned FALSE for isBogus()!");
1464 errln("bogus.getBuffer()!=0");
1467 errln("bogus.indexOf() != -1");
1470 errln("bogus.lastIndexOf() != -1");
1473 errln("caseCompare() doesn't work with bogus strings");
1476 errln("compareCodePointOrder() doesn't work with bogus strings");
1479 // verify that non-assignment modifications fail and do not revive a bogus string
1483 errln("bogus
1789 namespace bogus { namespace
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1432 /* test hasMoreChar32Than() with a bogus string */
1455 // use other illegal arguments to make a bogus string
1458 errln("A bogus string returned FALSE for isBogus()!");
1464 errln("bogus.getBuffer()!=0");
1467 errln("bogus.indexOf() != -1");
1470 errln("bogus.lastIndexOf() != -1");
1473 errln("caseCompare() doesn't work with bogus strings");
1476 errln("compareCodePointOrder() doesn't work with bogus strings");
1479 // verify that non-assignment modifications fail and do not revive a bogus string
1483 errln("bogus
1789 namespace bogus { namespace
[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/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/valgrind/main/memcheck/
H A Dmc_translate.c194 /* MODIFIED: indicates whether "bogus" literals have so far been
5972 Bool bogus; local
6040 bogus = False;
6048 if (!bogus) {
6049 bogus = checkForBogusLiterals(st);
6050 if (0 && bogus) {
6051 VG_(printf)("bogus: ");
6059 mce.bogusLiterals = bogus;
6510 obviously bogus. */

Completed in 364 milliseconds