HomeSort by relevance Sort by last modified time
    Searched refs:ILLEGAL (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
parallel_illegal.d 10 8: 03 c8 MNOP || ILLEGAL || NOP;.*
12 c: 01 00 ILLEGAL;
14 10: 03 c8 MNOP || NOP || ILLEGAL;.*
17 16: 01 00 ILLEGAL;
18 18: 03 c8 MNOP || ILLEGAL || ILLEGAL;.*
20 1c: 01 00 ILLEGAL;
21 1e: 01 00 ILLEGAL;
22 20: 03 c8 MNOP || ILLEGAL || ILLEGAL;.
    [all...]
line_number.s 4 ILLEGAL;
allinsn16.d 9 [^:]+: 01 00 + ILLEGAL;
10 [^:]+: 02 00 + ILLEGAL;
11 [^:]+: 03 00 + ILLEGAL;
12 [^:]+: 04 00 + ILLEGAL;
13 [^:]+: 05 00 + ILLEGAL;
14 [^:]+: 06 00 + ILLEGAL;
15 [^:]+: 07 00 + ILLEGAL;
16 [^:]+: 08 00 + ILLEGAL;
17 [^:]+: 09 00 + ILLEGAL;
18 [^:]+: 0a 00 + ILLEGAL;
    [all...]
  /external/v8/src/parsing/
scanner.cc 113 Token::ILLEGAL,
114 Token::ILLEGAL,
115 Token::ILLEGAL,
116 Token::ILLEGAL,
117 Token::ILLEGAL,
118 Token::ILLEGAL,
119 Token::ILLEGAL,
120 Token::ILLEGAL,
121 Token::ILLEGAL,
122 Token::ILLEGAL,
    [all...]
token.h 166 /* Illegal token - not able to scan. */ \
167 T(ILLEGAL, "ILLEGAL", 0) \
parser-base.h 608 if (stack_overflow_) return Token::ILLEGAL;
613 if (stack_overflow_) return Token::ILLEGAL;
618 if (stack_overflow_) return Token::ILLEGAL;
621 // Any further calls to Next or peek will return the illegal token.
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 122 static final int ILLEGAL = 1; /**< The code point is illegal. For example,
123 \\x81\\x2E is illegal in SJIS because \\x2E
128 are also illegal, not just irregular.
  /toolchain/binutils/binutils-2.25/opcodes/
cr16-dis.c 27 #define ILLEGAL "illegal"
180 return ILLEGAL;
195 return ILLEGAL;
206 return ILLEGAL;
219 return ILLEGAL;
248 return ILLEGAL;
264 return "ILLEGAL REGISTER";
278 return "ILLEGAL REGISTER";
837 info->fprintf_func (info->stream,"%s ",ILLEGAL);
    [all...]
crx-dis.c 28 #define ILLEGAL "illegal"
166 return ILLEGAL;
181 return ILLEGAL;
192 return ILLEGAL;
209 return ILLEGAL;
226 return "ILLEGAL REGISTER";
743 info->fprintf_func (info->stream,"%s ",ILLEGAL);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 28 static final int ILLEGAL = -1;
105 expectPad(fmt, "$*^$#", ILLEGAL);
106 expectPad(fmt, "#$*^$", ILLEGAL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 24 static final int ILLEGAL = -1;
101 expectPad(fmt, "$*^$#", ILLEGAL);
102 expectPad(fmt, "#$*^$", ILLEGAL);
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 317 enum { ILLEGAL = -1 };
numfmtst.cpp     [all...]
  /external/v8/test/cctest/
test-parsing.cc 768 } while (expected_tokens[i] != i::Token::ILLEGAL);
790 i::Token::ILLEGAL
806 i::Token::ILLEGAL
820 i::Token::ILLEGAL
824 expectations3[6 - i] = i::Token::ILLEGAL;
    [all...]
  /external/v8/src/ast/
ast.cc 209 return Token::ILLEGAL;
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]
cblat3.f     [all...]
zblat3.f     [all...]

Completed in 789 milliseconds