Home
last modified time | relevance | path

Searched refs:unrecognized (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/RISCV/
Dunknown-arch-attr.test1 ## Handle unrecognized arch attributes.
2 ## Encode an unrecognized arch feature into an object file and try to decode it.
3 ## The expected behavior is to ignore the unrecognized arch feature and
7 ## unrecognized architecture extension. llvm-objdump will ignore it and decode
10 ## This test cannot be assembly because the test needs an unrecognized arch
11 ## feature and `llvm-mc` will filter out the unrecognized arch feature.
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-name-value.stderr1 error[E0552]: unrecognized representation hint
7 error[E0552]: unrecognized representation hint
13 error[E0552]: unrecognized representation hint
/external/llvm-project/llvm/test/MC/RISCV/
Drv64a-invalid.s10 amoxor.d.rlqa a2, a3, (a4) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
11 amoor.d.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
12 amoor.d. a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
Drv32a-invalid.s10 amoxor.w.rlqa a2, a3, (a4) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
11 amoor.w.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
12 amoor.w. a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
Dempty-string.s3 "" # CHECK: error: unrecognized instruction mnemonic
/external/golang-protobuf/proto/
Ddiscard.go85 unrecognized field member
135 if di.unrecognized.IsValid() {
136 *src.offset(di.unrecognized).toBytes() = nil
243 di.unrecognized = invalidField
248 di.unrecognized = toField(&f)
Dtable_merge.go60 unrecognized field // Offset of XXX_unrecognized member
156 if mi.unrecognized.IsValid() {
157 if b := *src.offset(mi.unrecognized).toBytes(); len(b) > 0 {
158 *dst.offset(mi.unrecognized).toBytes() = append([]byte(nil), b...)
645 mi.unrecognized = invalidField
650 mi.unrecognized = toField(&f)
/external/llvm-project/clang/test/Parser/
Dobjc-available.m14 (void)@available(erik_os 10.11, *); // expected-error{{unrecognized platform name erik_os}}
16 (void)@available(erik_os 10.10, hat_os 1.0, *); // expected-error 2 {{unrecognized platform name}}
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
DHelpCommandHandlerTest.groovy54 handleCommand(['unrecognized'])
57 assertSessionReply(ReplyCodes.HELP_OK, ['help.noHelpTextDefined', 'unrecognized'])
/external/rust/cxx/tests/ui/
Dunrecognized_receiver.stderr1 error: unrecognized receiver type
Dmultiple_parse_error.stderr7 error: unrecognized ABI, requires either "C++" or "Rust"
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DFlowAnalyzer.kt23 …private fun unrecognized(i: AbstractInsnNode): Nothing = abort("Unrecognized operation ${i.toText(… in abort() method
107 else -> unrecognized(i) in executeOne()
277 else -> unrecognized(i) in executeOne()
/external/libchromeos-rs/
DOWNERS1 # ANDROID: Remove chromium owners to not confuse Gerrit with unrecognized
/external/strace/linux/arc/
Draw_syscall.h47 # error unrecognized arc in raw_syscall_0()

12345678910>>...12