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

<<31323334353637383940>>

  /external/dnsmasq/src/
lease.c 335 lease->hwaddr_len = 256; /* illegal value */
338 lease->length = 0xffffffff; /* illegal value */
  /external/icu4c/i18n/unicode/
dtptngen.h 181 * above UDATPG_FIELD_COUNT are illegal arguments.
204 * UDATPG_FIELD_COUNT are illegal arguments.
  /external/icu4c/test/cintltst/
ucnvseltst.c 306 * or if the utf8 string contains an illegal sequence.
309 * converted, and it treats an illegal sequence as convertible
  /external/iproute2/tc/
m_action.c 441 fprintf(stderr, "Illegal \"index\"\n");
507 fprintf(stderr, "Illegal \"action\"\n");
q_netem.c 47 fprintf(stderr, "Illegal \"%s\"\n", arg);
160 fprintf(stderr, "Illegal %u time (too large)\n", t);
  /external/ipsec-tools/src/racoon/
backupsa.c 233 "illegal format line#%d in %s: %s\n",
289 "illegal format(keymat) line#%d in %s: %s\n",
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 109 * instructions. Non-reachable code, and illegal code offsets are represented
152 * instructions. Non-reachable code, and illegal code offsets are represented
  /external/libpcap/
scanner.l 359 bpf_error("illegal token: %s", yytext); }
360 . { bpf_error("illegal char '%c'", *yytext); }
  /external/llvm/lib/IR/
AutoUpgrade.cpp 45 assert(F && "Illegal to upgrade a non-existent Function.");
376 assert(F && "Illegal attempt to upgrade a non-existent intrinsic.");
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 146 default: llvm_unreachable("Illegal condition code!");
157 default: llvm_unreachable("Illegal condition code!");
  /external/tcpdump/
print-eigrp.c 329 printf("\n\t illegal prefix length %u",bit_length);
358 printf("\n\t illegal prefix length %u",bit_length);
  /external/v8/src/
dateparser-inl.h 149 // Garbage words are illegal if a number has been read.
171 // Extra sign or ')' is illegal if a number has been read.
  /external/v8/src/ia32/
assembler-ia32.cc 254 ASSERT(!index.is(esp)); // illegal addressing mode
278 ASSERT(!index.is(esp)); // illegal addressing mode
1042 ASSERT(is_uint5(imm8)); // illegal shift count
1056 ASSERT(is_uint5(imm8)); // illegal shift count
1070 ASSERT(is_uint5(imm8)); // illegal shift count
1106 ASSERT(is_uint5(imm8)); // illegal shift count
1135 ASSERT(is_uint5(imm8)); // illegal shift count
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 288 #define WLC_E_SUP_BAD_UCAST_WEP128 2 /* Illegal use of ucast WEP128 */
289 #define WLC_E_SUP_BAD_UCAST_WEP40 3 /* Illegal use of ucast WEP40 */
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 144 throw new IllegalArgumentException("Illegal character (" + Integer.toHexString((int) ch) + ")");
425 throw new IllegalStateException("illegal position for attribute");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ethtool.h 94 * used. It is illegal to set both usecs and max frames
116 * used. It is illegal to set both usecs and max frames
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 94 * used. It is illegal to set both usecs and max frames
116 * used. It is illegal to set both usecs and max frames
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ethtool.h 94 * used. It is illegal to set both usecs and max frames
116 * used. It is illegal to set both usecs and max frames
  /external/e2fsprogs/po/
e2fsprogs.pot 115 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
166 msgid "Illegal number of blocks!\n"
931 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
942 #. @-expanded: illegal orphaned inode %i in superblock.\n
948 #. @-expanded: illegal inode %i in orphaned inode list.\n
1197 #. @-expanded: illegal %B (%b) in inode %i.
1208 #. @-expanded: inode %i has illegal block(s).
1209 msgid "@i %i has illegal @b(s). "
1214 #. @-expanded: Too many illegal blocks in inode %i.\n
1215 msgid "Too many illegal @bs in @i %i.\n
    [all...]
zh_CN.po 114 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
165 msgid "Illegal number of blocks!\n"
935 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
945 #. @-expanded: illegal orphaned inode %i in superblock.\n
951 #. @-expanded: illegal inode %i in orphaned inode list.\n
1204 #. @-expanded: illegal %B (%b) in inode %i.
1214 #. @-expanded: inode %i has illegal block(s).
1217 msgid "@i %i has illegal @b(s). "
1220 #. @-expanded: Too many illegal blocks in inode %i.\n
1223 msgid "Too many illegal @bs in @i %i.\n
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 269 assert valueArg == 0 : "Illegal valueArg for VALUE_BYTE: " + valueArg;
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e_constants.h 241 #define bmSE1 0xc0 //SE1 - illegal state
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipInputStreamTest.java 205 fail("Assert 3: Expected Illegal argument exception");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosPrincipalTest.java 58 // testing illegal kerberos principal names
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ProxyTest.java 74 // test DIRECT type proxy, any address is illegal

Completed in 1287 milliseconds

<<31323334353637383940>>