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

<<11121314151617181920>>

  /external/iproute2/tc/
q_rr.c 46 fprintf(stderr, "Illegal \"bands\"\n");
68 fprintf(stderr, "Illegal \"priomap\" element\n");
  /external/kernel-headers/original/asm-mips/
fixmap.h 86 * kernel oops. Illegal ranges of incoming indices are caught too.
93 * illegal way. (such as mixing up address types or using
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 131 * kernel oops. Illegal ranges of incoming indices are caught too.
138 * illegal way. (such as mixing up address types or using
  /external/mdnsresponder/Clients/
ClientCommon.c 69 if (ptr >= label+64) { label[63] = 0; return(NULL); } // Illegal label more than 63 bytes
72 if (ptr == label) return(NULL); // Illegal empty label
  /external/openfst/src/include/fst/extensions/far/
extract.h 105 LOG(ERROR) << "FarExtract: Illegal range specification: " << key;
120 LOG(ERROR) << "FarExtract: Illegal range specification: " << key;
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 122 DebugLog.d("Activity Transition", "Illegal Access Exception");
155 DebugLog.d("Activity Transition", "Illegal Access Exception");
  /external/smack/src/org/xbill/DNS/
GPOSRecord.java 30 throw new IllegalArgumentException("illegal longitude " +
34 throw new IllegalArgumentException("illegal latitude " +
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 49 ; * -Encountered an illegal stream code that cannot be found in the VLC table
50 ; * -Encountered and illegal code in the VLC FLC table
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 49 ; * -Encountered an illegal stream code that cannot be found in the VLC table
50 ; * -Encountered and illegal code in the VLC FLC table
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 49 ; * -Encountered an illegal stream code that cannot be found in the VLC table
50 ; * -Encountered and illegal code in the VLC FLC table
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 49 ; * -Encountered an illegal stream code that cannot be found in the VLC table
50 ; * -Encountered and illegal code in the VLC FLC table
  /frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java 78 throw new AccessException("illegal read " +
112 throw new AccessException("illegal skip " +
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 129 throw new ATParseEx("illegal call state " + state);
142 throw new ATParseEx("illegal presentation " + cli);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocument05.java 36 * if parameter qualifiedName contains an illegal character.
40 * doctype is null and qualifiedName contains an illegal character from
documentcreateattributeNS03.java 48 * qualified name contains an illegal character
51 * namespaceURI, and qualifiedNames that contain illegal characters. Check if the an
domimplementationcreatedocumenttype04.java 48 * contains an illegal characters.
50 * Invoke createDocument on this DOMImplementation with qualifiedNames having illegal characters.
elementsetattributens04.java 35 * the specified qualified name contains an illegal character.
37 * namespaceURI, and qualifiedNames that contain illegal characters. Check if the an
  /external/icu4c/common/
ucnv_u7.c 63 * US-ASCII characters are not used in UTF-7 and are therefore illegal:
145 /* C0 controls, -1 for legal ones (CR LF TAB), -3 for illegal ones */
270 /* illegal */
312 base64Value = -3; /* initialize as illegal */
316 * base64Value==-3 for illegal characters:
320 * the current (possibly illegal) character next time through.
325 * 2.2.2. Else if the current char is illegal, we might as well deal with it here.
329 /* illegal: + immediately followed by something other than base64 or minus sign */
338 /* don't include current char (legal or illegal) in error seq */
346 /* current character is illegal, deal with it here *
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3convertutf.h 60 Whether the flag is strict or lenient, all illegal sequences will cause
63 must check for illegal sequences.
72 value will point to the illegal value that caused the problem. E.g.,
131 sourceIllegal /* source sequence is illegal/malformed */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTF8String.java 42 throw new IllegalArgumentException("illegal object in getInstance: "
DERVisibleString.java 42 throw new IllegalArgumentException("illegal object in getInstance: " + obj.getClass().getName());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DirectoryString.java 53 throw new IllegalArgumentException("illegal object in getInstance: " + o.getClass().getName());
  /external/chromium_org/third_party/skia/include/xml/
SkXMLWriter.h 54 // illegal
  /external/chromium_org/third_party/sqlite/src/
addopcodes.awk 24 printf "#define TK_%-29s %4d\n", "ILLEGAL", ++max