HomeSort by relevance Sort by last modified time
    Searched defs:bogus (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 39 bogus_override_if_virtual<decltype(l)> bogus; local
  /external/valgrind/main/helgrind/tests/
tc09_bad_unlock.c 2 /* 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/net/base/
x509_cert_types_mac_unittest.cc 225 CertPrincipal bogus; local
226 EXPECT_FALSE(bogus.Matches(spamco));
227 EXPECT_FALSE(spamco.Matches(bogus));
229 bogus = spamco;
230 EXPECT_TRUE(bogus.Matches(spamco));
231 EXPECT_TRUE(spamco.Matches(bogus));
233 bogus.organization_names.erase(bogus.organization_names.begin(),
234 bogus.organization_names.end());
235 EXPECT_FALSE(bogus.Matches(spamco))
    [all...]
  /external/clang/test/SemaTemplate/
metafun-apply.cpp 17 struct bogus { struct
37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}}
  /dalvik/vm/oo/
Object.cpp 262 bool bogus = false; local
293 /* Bogus descriptor. */
295 bogus = true;
308 /* Bogus descriptor. */
310 bogus = true;
318 if (bogus) {
372 ALOGW("Bogus method descriptor: %s", descriptor);
  /external/icu4c/test/cintltst/
trietest.c 450 double bogus; /* needed for aligining the storage */ member in union:__anon8841
cbiapts.c 144 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
200 bogus = ubrk_open((UBreakIteratorType)5, "en_US", text, u_strlen(text), &status);
202 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n");
206 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n Got %s\n", myErrorName(status));
    [all...]
udatatst.c 1162 double bogus; member in struct:__anon8843
1180 double bogus; member in struct:__anon8844
    [all...]
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 644 bool bogus; local
646 &needColorFilterUniform, &bogus);
    [all...]
  /external/icu4c/i18n/
rbnf.cpp 998 UnicodeString bogus; local
999 bogus.setToBogus();
1000 return bogus;
1010 UnicodeString bogus; local
1011 bogus.setToBogus();
1012 return bogus;
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 1774 namespace bogus { namespace
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 662 ALOGE("Bogus shorty: '%c'", shorty);
802 bool bogus = false; local
805 bogus = true;
813 bogus = true;
822 bogus = true;
826 if (bogus) {
868 bool bogus = false; local
871 bogus = true;
879 bogus = true;
888 bogus = true
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 75 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
  /external/valgrind/main/memcheck/
mc_translate.c 189 /* MODIFIED: indicates whether "bogus" literals have so far been
5296 Bool bogus; local
    [all...]

Completed in 440 milliseconds