/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
mips16@loc-swap.d | 44 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7 45 \[0x.*\] Special opcode 35: advance Address by 2 to 0x3 and Line by 2 to 9 46 \[0x.*\] Special opcode 64: advance Address by 4 to 0x7 and Line by 3 to 12 47 \[0x.*\] Special opcode 7: advance Address by 0 to 0x7 and Line by 2 to 14 48 \[0x.*\] Special opcode 64: advance Address by 4 to 0xb and Line by 3 to 17 49 \[0x.*\] Special opcode 7: advance Address by 0 to 0xb and Line by 2 to 19 50 \[0x.*\] Special opcode 64: advance Address by 4 to 0xf and Line by 3 to 22 51 \[0x.*\] Special opcode 35: advance Address by 2 to 0x11 and Line by 2 to 24 52 \[0x.*\] Special opcode 64: advance Address by 4 to 0x15 and Line by 3 to 27 53 \[0x.*\] Special opcode 35: advance Address by 2 to 0x17 and Line by 2 to 2 [all...] |
/external/clang/test/Sema/ |
arm-special-register.c | 16 __builtin_arm_wsr64("sysreg", v); //expected-error {{invalid special register for builtin}} 28 return __builtin_arm_rsr64("sysreg"); //expected-error {{invalid special register for builtin}} 40 __builtin_arm_wsr64("cp0:1:c2:c3:4", v); //expected-error {{invalid special register for builtin}} 52 return __builtin_arm_rsr64("cp0:1:c2:c3:4"); //expected-error {{invalid special register for builtin}} 56 __builtin_arm_wsr("cp0:1:c2", v); //expected-error {{invalid special register for builtin}} 60 __builtin_arm_wsrp("cp0:1:c2", v); //expected-error {{invalid special register for builtin}} 68 return __builtin_arm_rsr("cp0:1:c2"); //expected-error {{invalid special register for builtin}} 72 return __builtin_arm_rsrp("cp0:1:c2"); //expected-error {{invalid special register for builtin}} 80 return __builtin_arm_rsr("0:1:2:3:4"); //expected-error {{invalid special register for builtin}} 84 return __builtin_arm_rsrp("0:1:2:3:4"); //expected-error {{invalid special register for builtin} [all...] |
aarch64-special-register.c | 56 __builtin_arm_wsr("0:1:2", v); //expected-error {{invalid special register for builtin}} 60 __builtin_arm_wsrp("0:1:2", v); //expected-error {{invalid special register for builtin}} 64 __builtin_arm_wsr64("0:1:2", v); //expected-error {{invalid special register for builtin}} 68 return __builtin_arm_rsr("0:1:2"); //expected-error {{invalid special register for builtin}} 72 return __builtin_arm_rsrp("0:1:2"); //expected-error {{invalid special register for builtin}} 76 return __builtin_arm_rsr64("0:1:2"); //expected-error {{invalid special register for builtin}}
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
mrs-msr-arm-v7-a-bad.l | 3 [^:]*:6: Error: selected processor does not support requested special purpose register -- `mrs r5,iapsr' 4 [^:]*:7: Error: selected processor does not support requested special purpose register -- `msr iapsr,r4'
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
stderr.txt.expect | 1 root_compute_non_uint32_t_xyzar.rs:5:17: error: Special parameter 'x' must be of type 'int' or 'unsigned int'. It is of type 'short'. 2 root_compute_non_uint32_t_xyzar.rs:5:26: error: Special parameter 'y' must be of type 'int' or 'unsigned int'. It is of type 'float'. 3 root_compute_non_uint32_t_xyzar.rs:5:26: error: Special parameters 'x' and 'y' must be of the same type. 'x' is of type 'short' while 'y' is of type 'float'. 4 root_compute_non_uint32_t_xyzar.rs:5:36: error: Special parameter 'z' must be of type 'int' or 'unsigned int'. It is of type 'double'. 5 root_compute_non_uint32_t_xyzar.rs:5:36: error: Special parameters 'x' and 'z' must be of the same type. 'x' is of type 'short' while 'z' is of type 'double'. 6 root_compute_non_uint32_t_xyzar.rs:5:45: error: In compute kernel root(), parameter 'ar' cannot appear after any of the special parameters ('context', 'x', 'y', 'z').
|
/external/llvm/unittests/MC/ |
DwarfLineTables.cpp | 69 const uint8_t Encoding0[] = {13}; // Special opcode Addr += 0, Line += -5 73 const uint8_t Encoding1[] = {26}; // Special opcode Addr += 0, Line += +8 76 // Random value in the middle of the special ocode range 77 const uint8_t Encoding2[] = {146}; // Special opcode Addr += 9, Line += 2 81 const uint8_t Encoding3[] = {251}; // Special opcode Addr += 17, Line += -5 84 // Biggest special opcode 85 const uint8_t Encoding4[] = {255}; // Special opcode Addr += 17, Line += -1 88 // Line delta outside of the special opcode range, address delta in range 90 158}; // Special opcode Addr += 10, Line += 0 93 // Address delta outside of the special opcode range, but smal [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
CharsetBenchmark.java | 27 // special-case => libcore treats this charset specially for performance 29 "UTF-16", // canonical, built-in, non-special-case 30 "UTF-8", // canonical, built-in, special-case 31 "UTF8", // non-canonical, built-in, special-case 32 "ISO-8859-1", // canonical, built-in, special-case 33 "8859_1", // non-canonical, built-in, special-case 34 "ISO-8859-2", // canonical, non-built-in, non-special-case 35 "8859_2", // non-canonical, non-built-in, non-special-case 36 "US-ASCII", // canonical, built-in, special-case 37 "ASCII" // non-canonical, built-in, special-cas [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/lns/ |
lns-common-1.d | 12 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2 14 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3 17 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 4 20 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 5 22 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 6 24 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 7 26 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 0 to 7
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/ |
lns-common-1.d | 11 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 2 13 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 3 16 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 4 19 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 5 21 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 6 23 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 1 to 7 25 \[0x.*\] Special opcode .*: advance Address by .* to .* and Line by 0 to 7
|
/frameworks/compile/slang/tests/F_root_compute_really_bad/ |
stderr.txt.expect | 2 root_compute_really_bad.rs:5:31: error: In compute kernel root(), special parameter 'x' must be defined before special parameter 'y'. 3 root_compute_really_bad.rs:6:19: error: In compute kernel root(), parameter 'extra1' cannot appear after any of the special parameters ('context', 'x', 'y', 'z'). 4 root_compute_really_bad.rs:6:36: error: In compute kernel root(), parameter 'extra2' cannot appear after any of the special parameters ('context', 'x', 'y', 'z'). 5 root_compute_really_bad.rs:4:14: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'ain' is of type: 'int' 6 root_compute_really_bad.rs:4:23: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'aout' is of type: 'int' 7 root_compute_really_bad.rs:4:33: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'usrData' is of type: 'int' 8 root_compute_really_bad.rs:4:48: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'x1' is of type: 'float' 9 root_compute_really_bad.rs:4:59: error: Compute kernel root() cannot have non-pointer parameters besides special parameters ('context', 'x', 'y', 'z'). Parameter 'y1' is of type: 'double' 14 root_compute_really_bad.rs:16:38: error: In compute kernel root_kernel(), special parameter 'x' must be defined before special parameter 'y' [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
rd-dw2-8.d | 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 2 to 3 10 \[0x.*\] Special opcode .*: advance Address by 6 to 0x6 and Line by 5 to 8 12 \[0x.*\] Special opcode .*: advance Address by 20 to 0x1a and Line by 0 to 17 14 \[0x.*\] Special opcode .*: advance Address by 0 to 0x801a and Line by 4 to 21 15 \[0x.*\] Special opcode .*: advance Address by 2 to 0x801c and Line by 1 to 22
|
rd-dw2-5.d | 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8 11 \[0x.*\] Special opcode .*: advance Address by 0 to 0x8002 and Line by 2 to 10 12 \[0x.*\] Special opcode .*: advance Address by 12 to 0x800e and Line by 1 to 11
|
rd-dw2-3.d | 9 \[0x.*\] Special opcode .*: advance Address by 0 to 0x0 and Line by 7 to 8 10 \[0x.*\] Special opcode .*: advance Address by 12 to 0xc and Line by 1 to 9
|
/art/runtime/interpreter/mterp/x86/ |
bindiv2addr.S | 1 %default {"result":"","special":""} 3 * 32-bit binary div/rem operation. Handles special case of op0=minint and 19 movl $special, $result
|
bindivLit16.S | 1 %default {"result":"","special":""} 3 * 32-bit binary div/rem operation. Handles special case of op0=minint and 19 movl $special, %eax
|
bindivLit8.S | 1 %default {"result":"","special":""} 3 * 32-bit div/rem "lit8" binary operation. Handles special case of 16 movl $special, %eax
|
/external/libxml2/doc/examples/ |
writer.xml | 2 <EXAMPLE><!--This is a comment with special chars: <???>--><ORDER version="1.0" xml:lang="de"><!--This is another comment with special chars: <???>--><HEADER><X_ORDER_ID>0000053535</X_ORDER_ID><CUSTOMER_ID>1010</CUSTOMER_ID><NAME_1>M?ller</NAME_1><NAME_2>J?rg</NAME_2></HEADER><ENTRIES><ENTRY><ARTICLE><Test></ARTICLE><ENTRY_NO>10</ENTRY_NO></ENTRY><ENTRY><ARTICLE><Test 2></ARTICLE><ENTRY_NO>20</ENTRY_NO></ENTRY></ENTRIES><FOOTER><TEXT>This is a text.</TEXT></FOOTER></ORDER></EXAMPLE>
|
/external/libxml2/test/valid/dtds/ |
xhtml.cat | 12 PUBLIC "-//W3C//ENTITIES Special for XHTML//EN" "xhtml-special.ent"
|
/external/v8/src/crankshaft/ |
hydrogen-gvn.h | 17 // This class extends GVNFlagSet with additional "special" dynamic side effects, 19 // the GVNFlags of an HInstruction. These special side effects are tracked by a 33 bool ContainsSpecial(int special) const { 34 return (bits_ & MaskSpecial(special)) != 0; 38 void AddSpecial(int special) { bits_ |= MaskSpecial(special); } 47 uint64_t MaskSpecial(int special) const { 48 DCHECK(special >= 0); 49 DCHECK(special < kNumberOfSpecials); 51 special + kNumberOfFlags) [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
Token.java | 45 * A reference to the next regular (non-special) token from the input 55 * This field is used to access special tokens that occur prior to this 56 * token, but after the immediately preceding regular (non-special) token. 57 * If there are no such special tokens, this field is set to null. 58 * When there are more than one such special token, this field refers 59 * to the last of these special tokens, which in turn refers to the next 60 * previous special token through its specialToken field, and so on 61 * until the first special token (whose specialToken field is null). 62 * The next fields of special tokens refer to other special tokens tha [all...] |
/frameworks/compile/slang/ |
slang_rs_special_kernel_param.cpp | 91 // Process the optional special parameters: 92 // - Sets *IndexOfFirstSpecialParameter to the index of the first special parameter, or 94 // - Add bits to *SignatureMetadata for the found special parameters. 107 // Find all special parameters if present. 127 // as a special parameter. 131 "The special parameter of type '%0' must be called " 137 // If it's not a special parameter, check that it appears before any special 143 "appear after any of the special parameters (%2).") 154 // Verify that this special parameter is OK for the current API level [all...] |
/art/test/800-smali/smali/ |
b_22244733.smali | 6 return-object p0 # Simple return, use the special-method path in Quick.
|
/external/clang/test/Modules/Inputs/ |
cxx-irgen-right.h | 7 // Trigger declaration, but not definition, of special members.
|