HomeSort by relevance Sort by last modified time
    Searched full:bogus (Results 101 - 125 of 1180) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 155 features.add("bogus.bogus.bogus");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h 57 AUTH_BADCRED=1, /* bogus credentials (seal broken) */
59 AUTH_BADVERF=3, /* bogus verifier (seal broken) */
65 AUTH_INVALIDRESP=6, /* bogus response verifier */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 57 AUTH_BADCRED=1, /* bogus credentials (seal broken) */
59 AUTH_BADVERF=3, /* bogus verifier (seal broken) */
65 AUTH_INVALIDRESP=6, /* bogus response verifier */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 121 # bogus character name
126 # long bogus character name
153 # very very long bogus character name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 121 # bogus character name
126 # long bogus character name
153 # very very long bogus character name
  /external/bison/tests/
skeletons.at 149 [[b4_percent_define_default([[foo]], [[bogus value]])
218 [[b4_complain_at(b4_percent_define_get_loc([[bogus]]), [[bad value]])
228 [[input3.y: fatal error: b4_percent_define_get_loc: undefined %define variable 'bogus'
232 [[b4_warn_at(b4_percent_define_get_syncline([[bogus]]), [[bad value]])
242 [[input4.y: fatal error: b4_percent_define_get_syncline: undefined %define variable 'bogus'
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 208 assertEquals("Failed to return correct property value", "bogus", System
209 .getProperty("bogus.prop", "bogus"));
298 tProps.put("bogus.prop", "bogus");
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 206 * corresponding meta zone at the given date or the implementation does not support meta zones, "bogus" state
224 * region. If the meta zone is unknown or the implementation does not support meta zones, "bogus" state
237 * with meta zones, "bogus" state is set.
249 * time zone with the specified type, "bogus" state is set.
269 * @param name Receives the exemplar location name for the given time zone, or "bogus" state is set when a localized
280 * result is bogus, this method calls {@link #getMetaZoneID} to get the meta zone ID mapped from the
287 * name for the time zone with the specified type and date, "bogus" state is set.
  /external/clang/test/Analysis/
uninit-vals.m 18 int* bogus;
24 bogus = 0;
26 if (bogus) // no-warning
  /external/valgrind/
darwin9.supp 214 # keymgr seems to deliberately do some bogus actions, and if they are bogus,
233 __keymgr_initializer bogus unlock
  /art/runtime/arch/
context.h 78 // Smashes the caller save registers. If we're throwing, we don't want to return bogus values.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainCstInsn.java 45 throw new IllegalArgumentException("bogus branchingness");
SwitchInsn.java 46 throw new IllegalArgumentException("bogus branchingness");
ThrowingCstInsn.java 47 throw new IllegalArgumentException("bogus branchingness");
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBoolean.java 56 throw new IllegalArgumentException("bogus value: " + value);
CstByte.java 52 throw new IllegalArgumentException("bogus byte value: " +
CstChar.java 52 throw new IllegalArgumentException("bogus char value: " +
CstShort.java 53 throw new IllegalArgumentException("bogus short value: " +
  /dalvik/dx/src/com/android/dx/rop/code/
PlainCstInsn.java 45 throw new IllegalArgumentException("bogus branchingness");
SwitchInsn.java 46 throw new IllegalArgumentException("bogus branchingness");
ThrowingCstInsn.java 48 throw new IllegalArgumentException("bogus branchingness");
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBoolean.java 56 throw new IllegalArgumentException("bogus value: " + value);
CstByte.java 52 throw new IllegalArgumentException("bogus byte value: " +
CstChar.java 52 throw new IllegalArgumentException("bogus char value: " +
CstShort.java 53 throw new IllegalArgumentException("bogus short value: " +

Completed in 186 milliseconds

1 2 3 45 6 7 8 91011>>