Searched defs:bogus (Results 1 - 10 of 10) 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/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/icu/icu4c/source/test/cintltst/
H A Dtrietest.c450 double bogus; /* needed for aligining the storage */ member in union:__anon5849
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.c1198 double bogus; member in struct:__anon5851
1216 double bogus; member in struct:__anon5852
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1430 /* test hasMoreChar32Than() with a bogus string */
1453 // use other illegal arguments to make a bogus string
1456 errln("A bogus string returned FALSE for isBogus()!");
1462 errln("bogus.getBuffer()!=0");
1465 errln("bogus.indexOf() != -1");
1468 errln("bogus.lastIndexOf() != -1");
1471 errln("caseCompare() doesn't work with bogus strings");
1474 errln("compareCodePointOrder() doesn't work with bogus strings");
1477 // verify that non-assignment modifications fail and do not revive a bogus string
1481 errln("bogus
1787 namespace bogus { namespace
[all...]
H A Dtztest.cpp1950 UnicodeString bogus; local
1951 bogus.setToBogus();
1954 UnicodeString *pResult = &TimeZone::getCanonicalID(bogus, canonicalID, ec);
1955 assertEquals("TimeZone::getCanonicalID(bogus) should fail", U_ILLEGAL_ARGUMENT_ERROR, ec);
1956 assertTrue("TimeZone::getCanonicalID(bogus) should return the dest string", pResult == &canonicalID);
1965 // Valid input should un-bogus the dest string.
1969 assertSuccess("TimeZone::getCanonicalID(bogus dest) should succeed", ec, TRUE);
1970 assertTrue("TimeZone::getCanonicalID(bogus dest) should return the dest string", pResult == &canonicalID);
1971 assertFalse("TimeZone::getCanonicalID(bogus dest) should un-bogus th
[all...]
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp1031 UnicodeString bogus; local
1032 bogus.setToBogus();
1033 return bogus;
1043 UnicodeString bogus; local
1044 bogus.setToBogus();
1045 return bogus;
/external/valgrind/memcheck/
H A Dmc_translate.c201 /* MODIFIED: indicates whether "bogus" literals have so far been
6254 Bool bogus; local
6322 bogus = False;
6330 if (!bogus) {
6331 bogus = checkForBogusLiterals(st);
6332 if (0 && bogus) {
6333 VG_(printf)("bogus: ");
6341 mce.bogusLiterals = bogus;
6792 obviously bogus. */

Completed in 319 milliseconds