/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LocalVariableInfo.java | 91 throw new IllegalArgumentException("bogus index"); 248 throw new IllegalArgumentException("bogus index");
|
/external/icu/icu4c/source/i18n/ |
sortkey.cpp | 46 // The "bogus hash code" replaces a separate fBogus flag. 128 // set the key to a "bogus" or invalid state
|
/external/icu/icu4c/source/test/cintltst/ |
currtest.c | 242 {"bogus", 0}, /* bogus code */
|
/external/icu/icu4c/source/test/intltest/ |
sdtfmtts.cpp | 63 const UnicodeString override_bogus("y=hebr;d=thai;s=bogus", ""); 112 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
ErrorTest.java | 26 String newID = "Bogus-Latin"; 116 errln("FAIL: construction of bogus ID \"LATINGREEK-GREEKLATIN\"");
|
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 37 * which is bogus. 45 // bogus shift, no data
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
MultiType.java | 220 if (type == BOGUS) 221 return BOGUS;
|
Type.java | 93 public static final Type BOGUS = new Type(null, true); 296 return BOGUS; 367 if (mergedComponent == Type.BOGUS) 581 if (this == BOGUS) 582 return "BOGUS";
|
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextLLDB.h | 91 eSkipFrame, // The unwind resulted in a bogus frame but may get back on track so we don't want to give up yet 115 // A SkipFrame occurs when the unwind out of frame 0 didn't go right -- we've got one bogus frame at frame #1.
|
/external/tcpdump/ |
print-ospf.c | 218 printf("\n\t Bogus length %u > %u", tlv_length, 233 printf("\n\t Bogus length %u != 4", tlv_length); 241 printf("\n\t Bogus length %u != 1", tlv_length); 251 printf("\n\t Bogus length %u != 4", tlv_length); 304 printf("\n\t Bogus length %u > %u", tlv_length, 470 printf("\n\t Bogus length %u < header (%lu)", ls_length, 766 printf("\n\t Bogus length %u > %u", tlv_length, 775 printf("\n\t Bogus length %u != 4", tlv_length); [all...] |
/external/valgrind/coregrind/ |
link_tool_exe_darwin.in | 105 die "Bogus alt-load address (1)" 108 die "Bogus alt-load address (2)"
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoStoreTest.java | 214 // with a bogus photo file ID that isn't in the photo store. 223 // The set of photo IDs to clean up should consist of the bogus photo file ID.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
PrintWriterTest.java | 36 static class Bogus { 38 return "Bogus"; 338 pw.print(new Bogus()); 340 assertEquals("Wrote in incorrect Object string", "Bogus", new String(bao 525 pw.println(new Bogus()); 534 assertTrue("Wrote incorrect Object string: " + s, s.equals("Bogus"));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 192 raise error, "bogus escape (end of line)" 242 raise error, "bogus escape: %s" % repr("\\" + escape) 251 raise error, "bogus escape: %s" % repr(escape) 256 raise error, "bogus escape: %s" % repr(escape) 300 raise error, "bogus escape: %s" % repr(escape) 692 raise error, "bogus characters at end of regular expression"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_parse.py | 192 raise error, "bogus escape (end of line)" 242 raise error, "bogus escape: %s" % repr("\\" + escape) 251 raise error, "bogus escape: %s" % repr(escape) 256 raise error, "bogus escape: %s" % repr(escape) 300 raise error, "bogus escape: %s" % repr(escape) 692 raise error, "bogus characters at end of regular expression"
|
/external/tagsoup/ |
CHANGES | 84 Change bogus chars in publicids to spaces 137 Fixed EOF-pushback bug that was generating bogus 񥔵 references 155 Remove bogus double param in tssl.xslt 248 Improved implementation of CDATA restart after bogus end-tag. 277 No longer inserts bogus ; after unknown entity reference without ;.
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
tokenization.txt | 176 Parse error. Switch to the bogus comment state. 230 Parse error. Switch to the bogus comment state. 535 8.2.4.16 Bogus comment state 544 caused the state machine to switch into the bogus comment state, up to 575 Otherwise, this is a parse error. Switch to the bogus comment state. 766 force-quirks flag to on. Switch to the bogus DOCTYPE state. 799 Switch to the bogus DOCTYPE state. 873 Switch to the bogus DOCTYPE state. 906 Switch to the bogus DOCTYPE state. [all...] |
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 443 const char* errs[] = {"", "| link bogus NP", 444 "| link bogus PN", "| link bogus NP+PN" };
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 105 Signature.getInstance("bogus"); 144 Signature.getInstance("bogus", providers[0]); 163 Signature.getInstance("bogus", providers[0].getName());
|
/external/icu/icu4c/source/common/unicode/ |
locid.h | 245 * If an error occurs, then the constructed object will be "bogus" 651 * Sets the locale to bogus 652 * A bogus locale represents a non-existing locale associated 661 * Gets the bogus state. Locale object can be bogus if it doesn't exist 662 * @return FALSE if it is a real locale, TRUE if it is a bogus locale
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
PropertiesTest.java | 462 assertTrue(set.contains("bogus.prop")); 477 assertTrue(set.contains("bogus.prop")); 484 assertTrue(set.contains("bogus.prop")); [all...] |
/art/test/099-vmdebug/src/ |
Main.java | 95 System.out.println("Test tracing with bogus (< 1024 && != 0) filesize"); 103 System.out.println("Test sampling with bogus (<= 0) interval");
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 172 throw new IllegalArgumentException("bogus reg"); 249 throw new IllegalArgumentException("bogus reg");
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 171 throw new IllegalArgumentException("bogus reg"); 248 throw new IllegalArgumentException("bogus reg");
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 171 throw new IllegalArgumentException("bogus reg"); 248 throw new IllegalArgumentException("bogus reg");
|