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

<<11121314151617181920>>

  /external/icu/icu4c/source/test/cintltst/
putiltst.c 152 log_verbose("Testing the API u_errorName().. with BOGUS ERRORCODE...\n");
154 if(strcmp(str, "[BOGUS UErrorCode]") != 0){
155 log_err("ERROR: u_getVersion() failed. Expected: [BOGUS UErrorCode] Got=%s\n", str);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 76 Currency bogusCurrency = Currency.getInstance("BOGUS");
77 errln("FAIL: Expected getInstance(\"BOGUS\") to throw "
80 logln("PASS: getInstance(\"BOGUS\") threw an IllegalArgumentException");
  /external/valgrind/VEX/priv/
host_x86_defs.h 483 be the bogus Xcc_ALWAYS. */
571 be the bogus Xcc_ALWAYS. */
635 be the bogus Xcc_ALWAYS. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 253 # Internal -- parse bogus comment, return length or -1 if not terminated
254 # see http://www.w3.org/TR/html5/tokenization.html#bogus-comment-state
345 # else bogus input
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 253 # Internal -- parse bogus comment, return length or -1 if not terminated
254 # see http://www.w3.org/TR/html5/tokenization.html#bogus-comment-state
345 # else bogus input
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 551 '<!!! another bogus comment !!!>')
558 ('comment', '!! another bogus comment !!!'),
578 # According to the HTML5 specs sections "8.2.4.44 Bogus comment state"
  /external/jpeg/
jdmarker.c 761 if (length >= 0) { /* watch out for bogus length word */
785 /* deal with bogus length word */
810 if (cur_marker != NULL) { /* will be NULL if bogus length word */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 787 if (length >= 0) { /* watch out for bogus length word */
811 /* deal with bogus length word */
836 if (cur_marker != NULL) { /* will be NULL if bogus length word */
    [all...]
  /external/tcpdump/
print-ppp.c 602 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)", lcpconfopts[opt],opt,len);
992 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)",
1118 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)",
1175 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)",
1233 printf("\n\t %s Option (0x%02x), length %u (bogus, should be >= 2)",
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 801 boolean bogus = false;
804 bogus = true;
809 bogus = true;
812 bogus = (Arrays.binarySearch(JAVAX_CORE, pkg) >= 0);
816 if (! bogus) {
    [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h     [all...]
  /art/compiler/dex/quick/
resource_mask.cc 56 // enclosed in an extra { }. However, gcc issues a bogus "error: array must be initialized
  /build/tools/releasetools/
add_img_to_target_files 110 # bogus error on my mac version?
add_img_to_target_files.py 110 # bogus error on my mac version?
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 211 "bogus exception range: " + Hex.u4(start) + ".." +
MixedItemSection.java 315 throw new RuntimeException("bogus place() result for " +
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 163 * exception for a bogus utf-8 byte.
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 208 "bogus exception range: " + Hex.u4(start) + ".." +
MixedItemSection.java 314 throw new RuntimeException("bogus place() result for " +
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 163 * exception for a bogus utf-8 byte.
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 72 * The result type here is bogus: The type depends on the
  /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/boringssl/src/crypto/
cpu-x86-asm.pl 307 # Some copies will be redundant/bogus...
  /external/boringssl/src/crypto/ecdsa/
ecdsa_test.cc 321 // Clear bogus errors.

Completed in 422 milliseconds

<<11121314151617181920>>