Searched defs:bogus (Results 1 - 11 of 11) 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:__anon7021
H A Dudatatst.c1198 double bogus; member in struct:__anon7023
1216 double bogus; member in struct:__anon7024
H A Dcbiapts.c149 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
205 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
206 if(bogus != NULL) {
/external/dng_sdk/source/
H A Ddng_xmp_sdk.cpp923 bool bogus = true; local
941 bogus = false;
947 if (bogus)
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1422 /* test hasMoreChar32Than() with a bogus string */
1445 // use other illegal arguments to make a bogus string
1448 errln("A bogus string returned FALSE for isBogus()!");
1454 errln("bogus.getBuffer()!=0");
1457 errln("bogus.indexOf() != -1");
1460 errln("bogus.lastIndexOf() != -1");
1463 errln("caseCompare() doesn't work with bogus strings");
1466 errln("compareCodePointOrder() doesn't work with bogus strings");
1469 // verify that non-assignment modifications fail and do not revive a bogus string
1473 errln("bogus
1779 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.cpp1047 UnicodeString bogus; local
1048 bogus.setToBogus();
1049 return bogus;
1059 UnicodeString bogus; local
1060 bogus.setToBogus();
1061 return bogus;
/external/valgrind/memcheck/
H A Dmc_translate.c201 /* MODIFIED: indicates whether "bogus" literals have so far been
6321 /* For expensive definedness checking skip looking for bogus
6330 Bool bogus = False; local
6337 if (!bogus) {
6338 bogus = checkForBogusLiterals(st);
6339 if (0 && bogus) {
6340 VG_(printf)("bogus: ");
6344 if (bogus) break;
6347 mce.bogusLiterals = bogus;
6799 obviously bogus
[all...]

Completed in 612 milliseconds