HomeSort by relevance Sort by last modified time
    Searched full:illegal (Results 1076 - 1100 of 2771) sorted by null

<<41424344454647484950>>

  /art/runtime/
dex_file_verifier.cc 726 // Illegal bit patterns 10xx or 1111.
728 LOG(ERROR) << StringPrintf("Illegal start byte %x in string data", byte);
735 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
740 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
749 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte2);
754 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte3);
759 LOG(ERROR) << StringPrintf("Illegal representation for value %x in string data", value);
    [all...]
jni_internal_test.cc 766 check_jni_abort_catcher.Check("illegal class name 'java.lang.String'");
768 check_jni_abort_catcher.Check("illegal class name 'Ljava.lang.String;'");
770 check_jni_abort_catcher.Check("illegal class name '[Ljava.lang.String;'");
772 check_jni_abort_catcher.Check("illegal class name '[java.lang.String'");
776 check_jni_abort_catcher.Check("illegal class name 'Ljava/lang/String;'");
780 check_jni_abort_catcher.Check("illegal class name '[java/lang/String'");
783 check_jni_abort_catcher.Check("illegal class name '[K'");
    [all...]
  /external/dnsmasq/po/
es.po 566 msgid "illegal dhcp-match"
570 msgid "illegal repeated flag"
574 msgid "illegal repeated keyword"
    [all...]
fr.po 564 msgid "illegal dhcp-match"
568 msgid "illegal repeated flag"
572 msgid "illegal repeated keyword"
    [all...]
id.po 648 msgid "illegal dhcp-match"
652 msgid "illegal repeated flag"
656 msgid "illegal repeated keyword"
    [all...]
no.po 567 msgid "illegal dhcp-match"
571 msgid "illegal repeated flag"
575 msgid "illegal repeated keyword"
    [all...]
ro.po 565 msgid "illegal dhcp-match"
569 msgid "illegal repeated flag"
573 msgid "illegal repeated keyword"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 387 "illegal use of 'xmlns' prefix for the wrong namespace")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 387 "illegal use of 'xmlns' prefix for the wrong namespace")
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h     [all...]
utypes.h 661 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
695 U_MISPLACED_ANCHOR_START, /**< A start anchor appears at an illegal position */
696 U_MISPLACED_CURSOR_OFFSET, /**< A cursor offset occurs at an illegal position */
    [all...]
  /external/icu4c/common/unicode/
ustring.h     [all...]
utypes.h 522 U_ILLEGAL_CHAR_FOUND = 12, /**< Character conversion: Illegal input sequence/combination of input units. */
556 U_MISPLACED_ANCHOR_START, /**< A start anchor appears at an illegal position */
557 U_MISPLACED_CURSOR_OFFSET, /**< A cursor offset occurs at an illegal position */
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 294 UChar const iso_2022_jp_inputText2[]={0x0041, 0x00E9/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
312 static const UChar iso_2022_cn_inputText1[]={0x0041, 0x3712/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
337 static const UChar iso_2022_kr_inputText1[]={ 0x0041, 0x03A0,0x3712/*unassigned*/,0x03A0,0xd801/*illegal*/, 0x0042, };
369 static const UChar hz_inputText1[]={ 0x0041, 0x03A0,0x0662/*unassigned*/,0x03A0,0xd801/*illegal*/, 0x0042, };
387 static const UChar SCSU_inputText[]={ 0x0041, 0xd801/*illegal*/, 0x0042, };
413 static const UChar iscii_inputText1[]={0x0044, 0x3712/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c 300 UChar const iso_2022_jp_inputText2[]={0x0041, 0x00E9/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
318 static const UChar iso_2022_cn_inputText1[]={0x0041, 0x3712/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
343 static const UChar iso_2022_kr_inputText1[]={ 0x0041, 0x03A0,0x3712/*unassigned*/,0x03A0,0xd801/*illegal*/, 0x0042, };
375 static const UChar hz_inputText1[]={ 0x0041, 0x03A0,0x0662/*unassigned*/,0x03A0,0xd801/*illegal*/, 0x0042, };
393 static const UChar SCSU_inputText[]={ 0x0041, 0xd801/*illegal*/, 0x0042, };
419 static const UChar iscii_inputText1[]={0x0044, 0x3712/*unassigned*/,0x43,0xd800/*illegal*/,0x0042, };
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
BitSetTest.java 335 // test illegal args
356 fail("Test4: Attempt to flip with illegal args failed to generate exception");
780 // test illegal args
798 fail("Test4: Attempt to flip with illegal args failed to generate exception");
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 219 checkRelaxed("illegal empty namespace");
248 "illegal attribute name: " + attrName + " at " + this);
271 checkRelaxed("illegal tag name: " + name);
542 checkRelaxed("illegal standalone value: " + st);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 443 "Extra illegal tokens: {0}"},
470 "'..[predicate]' or '.[predicate]' is illegal syntax. Use 'self::node()[predicate]' instead."},
473 "illegal axis name: {0}"},
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 266 // first then the illegal parent. Instead of dealing with it twice in
275 << ", illegal new parent (would cause loop).";
568 << " Illegal predecessor after converting from server position.";
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_msgutil.py 296 # max_window_bits less than 8 is illegal.
302 # max_window_bits greater than 15 is illegal.
308 # Non integer max_window_bits is illegal.
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 249 fprintf(stderr, "Illegal Surrogate! \n");
314 fprintf(stderr, "Illegal Character \\u%04X!\n",(int)c);
325 fprintf(stderr, "Illegal Character \\U%08X!\n",(int)c);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cryptodev.c 715 printf("cryptodev_digest_update: illegal inputs \n");
763 printf("cryptodev_digest_final: illegal input\n");
800 printf("cryptodev_digest_cleanup: illegal input\n");
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_RGB16.cpp 75 // illegal
124 // illegal
156 // illegal
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 251 fprintf(stderr, "Illegal Surrogate! \n");
316 fprintf(stderr, "Illegal Character \\u%04X!\n",(int)c);
327 fprintf(stderr, "Illegal Character \\U%08X!\n",(int)c);
    [all...]
  /external/openssl/crypto/engine/
eng_cryptodev.c 715 printf("cryptodev_digest_update: illegal inputs \n");
763 printf("cryptodev_digest_final: illegal input\n");
800 printf("cryptodev_digest_cleanup: illegal input\n");
    [all...]

Completed in 1512 milliseconds

<<41424344454647484950>>