HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 1 - 25 of 719) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/none/tests/
map_unaligned.stderr.exp 2 unaligned mmap failed: Invalid argument
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
movpc.l 2 .*:6: Error: Invalid opcode/operands
4 .*:7: Error: Invalid opcode/operands
6 .*:8: Error: Invalid opcode/operands
8 .*:9: Error: Invalid opcode/operands
10 .*:10: Error: Invalid opcode/operands
12 .*:11: Error: Invalid opcode/operands
14 .*:12: Error: Invalid opcode/operands
16 .*:13: Error: Invalid opcode/operands
18 .*:14: Error: Invalid opcode/operands
20 .*:15: Error: Invalid opcode/operand
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-bad.d 1 #name: Invalid v8-a
reloc-bad.d 1 #name: Invalid relocations
udf-bad.d 1 #name: Invalid UDF operands
adr-invalid.d 1 # name: Invalid use of ADR and ADRL
2 # error-output: adr-invalid.l
arch7m-bad.d 1 #name: Invalid V7M instructions
archv6t2-bad.d 1 #name: Invalid V6T2 instructions
arm-idiv-bad.d 1 #name: Invalid V7 ARM DIV instructions
r15-bad.d 1 #name: Invalid use of r15 errors
sp-pc-validations-bad-t.d 1 # name: Invalid SP and PC operands test - THUMB
sp-pc-validations-bad.d 1 # name: Invalid SP and PC operands test - ARM
thumb2_bad_reg.d 1 #name: Invalid r13/r15 register usage
thumb2_it_bad_auto.d 1 #name: Invalid IT instructions
thumb2_ldmstm_bad.d 1 #name: Invalid Thumb-2 LDM/STM instructions
thumb2_mul-bad.d 1 #name: Invalid Thumb-2 multiply instructions
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Tokens.cs 42 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
TokenTypes.cs 38 public const int Invalid = 0;
  /external/clang/test/Misc/
ast-dump-color.cpp 28 struct Invalid {
29 __attribute__((noinline)) Invalid(error);
30 } Invalid;
32 //CHECK: {{^}}[[GREEN:.\[0;1;32m]]TranslationUnitDecl[[RESET:.\[0m]][[Yellow:.\[0;33m]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]]{{$}}
33 //CHECK: {{^}}[[Blue:.\[0;34m]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]] implicit[[CYAN:.\[0;1;36m]] __int128_t[[RESET]] [[Green:.\[0;32m]]'__int128'[[RESET]]{{$}}
34 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]] implicit[[CYAN]] __uint128_t[[RESET]] [[Green]]'unsigned __int128'[[RESET]]{{$}}
35 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>[[RESET]]> [[Yellow]]<invalid sloc>[[RESET]] implicit[[CYAN]] __builtin_va_list[[RESET]] [[Gr (…)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
reg-err.l 2 .*:3: (Error|Warning): Invalid use of `r0' as output operand
3 .*:4: (Error|Warning): Invalid use of `r0' as base update address operand
4 .*:5: (Error|Warning): Invalid duplicate use of `r1'
5 .*:6: (Error|Warning): Invalid use of `r0' as base update address operand
6 .*:7: (Error|Warning): Invalid duplicate use of `p1'
7 .*:8: (Error|Warning): Invalid use of `f0' as output operand
8 .*:9: (Error|Warning): Invalid use of `f1' as output operand
9 .*:10: (Error|Warning): Invalid use of `f0' as output operand
10 .*:11: (Error|Warning): Invalid use of `f1' as output operand
11 .*:12: (Error|Warning): Invalid use of `f0' as output operan
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2.s 5 bra -3 -> add r3,r0,0 ; Invalid
6 bsr -3 -> add r3,r0,0 ; Invalid
11 bsr -3 -> bsr -10 ; Invalid
12 bsr -3 -> bsr/xt -10 ; Invalid
16 bra -3 -> bra 10 ; Invalid
17 bra -3 -> bra/tx 10 ; Invalid
21 bsr -3 -> bra 10 ; Invalid
22 bsr -3 -> bra/tx 10 ; Invalid
26 bra -3 -> bsr 10 ; Invalid
27 bra -3 -> bsr/tx 10 ; Invalid
    [all...]
serial2O.s 5 bra -3 -> add r3,r0,0 ; Invalid
6 bsr -3 -> add r3,r0,0 ; Invalid
11 bsr -3 -> bsr -10 ; Invalid
12 bsr -3 -> bsr/xt -10 ; Invalid
16 bra -3 -> bra 10 ; Invalid
17 bra -3 -> bra/tx 10 ; Invalid
21 bsr -3 -> bra 10 ; Invalid
22 bsr -3 -> bra/tx 10 ; Invalid
26 bra -3 -> bsr 10 ; Invalid
27 bra -3 -> bsr/tx 10 ; Invalid
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 56 public const int Invalid = 0;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T()
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeConstants.cs 37 public static readonly ITree INVALID_NODE = new CommonTree( Tokens.Invalid );
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_interface.h 26 Invalid = -1,

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>