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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
2002-05-14-SubFailure.ll 1 ; Instcombine was missing a test that caused it to make illegal transformations
  /external/v8/test/mjsunit/
delay-syntax-error.js 28 // To be compatible with JSC syntax errors for illegal returns should be delayed
32 // Do not throw syntax errors for illegal return at compile time.
35 // Throw syntax errors for illegal break and continue at compile time.
39 // Throw syntax errors for illegal return, break and continue at runtime.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_34.txt 10 RFC 2046, $5.1.5, but is not illegal
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_34.txt 10 RFC 2046, $5.1.5, but is not illegal
  /external/chromium/base/i18n/
file_util_icu.h 16 // Returns true if file_name does not have any illegal character. The input
20 // Replaces characters in 'file_name' that are illegal for file names with
22 // file name component (since slashes are considered illegal). Any leading or
  /external/smali/smali/src/test/resources/LexerTest/
MiscTest.tokens 42 VERIFICATION_ERROR_TYPE("illegal-class-access")
43 VERIFICATION_ERROR_TYPE("illegal-field-access")
44 VERIFICATION_ERROR_TYPE("illegal-method-access")
  /libcore/luni/src/main/java/java/util/
IllegalFormatFlagsException.java 23 * the format flags is illegal.
47 * Returns the flags that are illegal.
49 * @return the flags that are illegal.
  /external/iproute2/tc/
q_sfq.c 53 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"perturb\"\n");
67 fprintf(stderr, "Illegal \"limit\"\n");
71 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
78 fprintf(stderr, "Illegal \"divisor\"\n");
85 fprintf(stderr, "Illegal \"flows\"\n");
92 fprintf(stderr, "Illegal \"flows\"\n");
102 fprintf(stderr, "Illegal \"redflowlimit\"\n");
109 fprintf(stderr, "Illegal \"min\"\n");
116 fprintf(stderr, "Illegal \"max\"\n")
    [all...]
f_fw.c 49 fprintf(stderr, "Illegal \"handle\"\n");
54 fprintf(stderr, "Illegal \"handle\" mask\n");
76 fprintf(stderr, "Illegal \"classid\"\n");
83 fprintf(stderr, "Illegal \"police\"\n");
90 fprintf(stderr, "Illegal fw \"action\"\n");
100 fprintf(stderr, "Illegal indev\n");
f_cgroup.c 35 fprintf(stderr, "Illegal handle \"%s\", must be numeric.\n",
50 fprintf(stderr, "Illegal \"ematch\"\n");
57 fprintf(stderr, "Illegal \"action\"\n");
65 fprintf(stderr, "Illegal \"police\"\n");
q_sfb.c 69 fprintf(stderr, "Illegal \"rehash\"\n");
75 fprintf(stderr, "Illegal \"db\"\n");
81 fprintf(stderr, "Illegal \"limit\"\n");
87 fprintf(stderr, "Illegal \"max\"\n");
93 fprintf(stderr, "Illegal \"target\"\n");
99 fprintf(stderr, "Illegal \"increment\"\n");
105 fprintf(stderr, "Illegal \"decrement\"\n");
111 fprintf(stderr, "Illegal \"penalty_rate\"\n");
117 fprintf(stderr, "Illegal \"penalty_burst\"\n");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
riprel2.asm 14 ;mov rax,[rel qword foo] ; illegal
29 ;mov rax,[rel qword es:foo] ; illegal
44 ;mov rax,[rel qword fs:foo] ; illegal
66 ;mov rax,[rel qword foo] ; illegal
82 ;mov rax,[rel qword es:foo] ; illegal
98 ;mov rax,[rel qword fs:foo] ; illegal
  /external/chromium_org/base/i18n/
file_util_icu.h 16 // Returns true if file_name does not have any illegal character. The input
20 // Replaces characters in 'file_name' that are illegal for file names with
22 // file name component (since slashes are considered illegal). Any leading or
  /external/clang/test/SemaObjC/
boxing-illegal.m 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}}
38 id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expression}}
40 id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expression}}
continuation-class-err.m 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class extension 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
catch-stmt.m 10 } @catch (id <P> c) { // expected-error{{illegal qualifiers on @catch parameter}}
  /external/clang/test/SemaObjCXX/
boxing-illegal-types.mm 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}}
38 id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expression}}
40 id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expression}}
  /external/chromium_org/chrome/browser/metrics/
time_ticks_experiment_unittest.cc 13 // Makes sure the test runs. Mostly so we don't break by using illegal functions
  /external/chromium_org/sync/internal_api/
syncapi_internal.cc 33 // pattern of a server-illegal name followed by zero or more spaces.
41 // Checks whether |name| is a server-illegal name followed by zero or more space
42 // characters. The three server-illegal names are the empty string, dot, and
44 // also illegal, but are not considered here.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PannerNodeCustom.cpp 43 throwTypeError("Illegal panningModel", info.GetIsolate());
55 throwTypeError("Illegal panningModel", info.GetIsolate());
67 throwTypeError("Illegal distanceModel", info.GetIsolate());
79 throwTypeError("Illegal distanceModel", info.GetIsolate());
  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 4 * the do_merge function. This is illegal LLVM code. To fix this, GCC now
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
SimpleDERReader.java 104 throw new IOException("Illegal len in DER object (" + len + ")");
121 throw new IOException("Illegal len in DER object (" + len + ")");
138 throw new IOException("Illegal len in DER object (" + len + ")");
153 throw new IOException("Illegal len in DER object (" + len + ")");
  /external/llvm/test/Transforms/ADCE/
2002-05-22-PHITest.ll 1 ; It is illegal to remove BB1 because it will mess up the PHI node!
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_err.c 232 {ERR_REASON(ASN1_R_ILLEGAL_BITSTRING_FORMAT),"illegal bitstring format"},
233 {ERR_REASON(ASN1_R_ILLEGAL_BOOLEAN) ,"illegal boolean"},
234 {ERR_REASON(ASN1_R_ILLEGAL_CHARACTERS) ,"illegal characters"},
235 {ERR_REASON(ASN1_R_ILLEGAL_FORMAT) ,"illegal format"},
236 {ERR_REASON(ASN1_R_ILLEGAL_HEX) ,"illegal hex"},
237 {ERR_REASON(ASN1_R_ILLEGAL_IMPLICIT_TAG) ,"illegal implicit tag"},
238 {ERR_REASON(ASN1_R_ILLEGAL_INTEGER) ,"illegal integer"},
239 {ERR_REASON(ASN1_R_ILLEGAL_NESTED_TAGGING),"illegal nested tagging"},
240 {ERR_REASON(ASN1_R_ILLEGAL_NULL) ,"illegal null"},
241 {ERR_REASON(ASN1_R_ILLEGAL_NULL_VALUE) ,"illegal null value"}
    [all...]
  /external/icu4c/common/
utf_impl.c 48 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
49 * lead bytes above 0xf4 are illegal.
74 3, 3, 3, /* illegal in Unicode */
75 4, 4, 4, 4, /* illegal in Unicode */
76 5, 5, /* illegal in Unicode */
77 0, 0 /* illegal bytes 0xfe and 0xff */
108 * -1: All illegal byte sequences yield U_SENTINEL=-1.
113 * -3: All illegal byte sequences yield U+FFFD.
115 * All illegal byte sequences yield a positive code point such that this
117 * the illegal sequence
    [all...]

Completed in 1064 milliseconds

1 23 4 5 6 7 8 91011>>