Home
last modified time | relevance | path

Searched full:error (Results 1 – 25 of 35605) sorted by relevance

12345678910>>...1425

/aosp_15_r20/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s2 // RUN: FileCheck --check-prefix=CHECK-ERROR --check-prefix=CHECK-ERROR-ARM64 < %t %s
12 // CHECK-ERROR: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4]
13 // CHECK-ERROR: add x2, x3, x5, sxtb
14 // CHECK-ERROR: ^
15 // CHECK-ERROR: error: expected '[su]xt[bhw]' or 'lsl' with optional integer in range [0, 4]
16 // CHECK-ERROR: add x2, x4, w2, uxtx
17 // CHECK-ERROR: ^
18 // CHECK-ERROR: error: expected compatible register, symbol or integer in range [0, 4095]
19 // CHECK-ERROR: add w5, w7, x9, sxtx
20 // CHECK-ERROR: ^
[all …]
H A Dneon-diagnostics.s2 // RUN: FileCheck --check-prefix=CHECK-ERROR < %t %s
12 // CHECK-ERROR: error: invalid operand for instruction
13 // CHECK-ERROR: add v0.16b, v1.8b, v2.8b
14 // CHECK-ERROR: ^
15 // CHECK-ERROR: error: invalid operand for instruction
16 // CHECK-ERROR: sub v0.2d, v1.2d, v2.2s
17 // CHECK-ERROR: ^
28 // CHECK-ERROR: error: invalid operand for instruction
29 // CHECK-ERROR: fadd v0.2d, v1.2s, v2.2s
30 // CHECK-ERROR: ^
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.limits/support.limits.general/
H A Dversion.version.compile.pass.cpp237 # error "__cpp_lib_adaptor_iterator_pair_constructor should not be defined before c++23"
241 # error "__cpp_lib_addressof_constexpr should not be defined before c++17"
245 # error "__cpp_lib_allocate_at_least should not be defined before c++23"
249 # error "__cpp_lib_allocator_traits_is_always_equal should not be defined before c++17"
253 # error "__cpp_lib_any should not be defined before c++17"
257 # error "__cpp_lib_apply should not be defined before c++17"
261 # error "__cpp_lib_array_constexpr should not be defined before c++17"
265 # error "__cpp_lib_as_const should not be defined before c++17"
269 # error "__cpp_lib_associative_heterogeneous_erasure should not be defined before c++23"
273 # error "__cpp_lib_associative_heterogeneous_insertion should not be defined before c++26"
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
Darm64error.s6 AND $1, RSP // ERROR "illegal source register"
7 ANDS $1, R0, RSP // ERROR "illegal combination"
8 ADDSW R7->32, R14, R13 // ERROR "shift amount out of range 0 to 31"
9 ADD R1.UXTB<<5, R2, R3 // ERROR "shift amount out of range 0 to 4"
10 ADDS R1.UXTX<<7, R2, R3 // ERROR "shift amount out of range 0 to 4"
11 ADDS R5, R6, RSP // ERROR "illegal destination register"
12 SUBS R5, R6, RSP // ERROR "illegal destination register"
13 ADDSW R5, R6, RSP // ERROR "illegal destination register"
14 SUBSW R5, R6, RSP // ERROR "illegal destination register"
15 ADDS $0xff, R6, RSP // ERROR "illegal destination register"
[all …]
Darmerror.s6 MOVW (F0), R1 // ERROR "illegal base register"
7 MOVB (F0), R1 // ERROR "illegal base register"
8 MOVH (F0), R1 // ERROR "illegal base register"
9 MOVF (F0), F1 // ERROR "illegal base register"
10 MOVD (F0), F1 // ERROR "illegal base register"
11 MOVW R1, (F0) // ERROR "illegal base register"
12 MOVB R2, (F0) // ERROR "illegal base register"
13 MOVH R3, (F0) // ERROR "illegal base register"
14 MOVF F4, (F0) // ERROR "illegal base register"
15 MOVD F5, (F0) // ERROR "illegal base register"
[all …]
/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Ddbus_message_helper_openthread.cpp39 otbrError error = DBusMessageExtract(aIter, val); in DBusMessageExtract() local
41 VerifyOrExit(error == OTBR_ERROR_NONE); in DBusMessageExtract()
44 return error; in DBusMessageExtract()
55 otbrError error = OTBR_ERROR_NONE; in DBusMessageExtract() local
61 SuccessOrExit(error = DbusMessageIterRecurse(aIter, &sub, DBUS_TYPE_STRUCT)); in DBusMessageExtract()
63 SuccessOrExit(error = DBusMessageExtract(&sub, aScanResult.mExtAddress)); in DBusMessageExtract()
64 SuccessOrExit(error = DBusMessageExtract(&sub, aScanResult.mNetworkName)); in DBusMessageExtract()
65 SuccessOrExit(error = DBusMessageExtract(&sub, aScanResult.mExtendedPanId)); in DBusMessageExtract()
66 SuccessOrExit(error = DBusMessageExtract(&sub, aScanResult.mSteeringData)); in DBusMessageExtract()
67 SuccessOrExit(error = DBusMessageExtract(&sub, aScanResult.mPanId)); in DBusMessageExtract()
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dspv.vulkan100.subgroupPartitioned.comp.out2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3
3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3
4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3
5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3
6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3
7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3
8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3
9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3
10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3
11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3
[all …]
Dspv.subgroupExtendedTypesArithmeticNeg.comp.out2 ERROR: 0:26: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
3 ERROR: 0:27: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
4 ERROR: 0:28: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader…
5 ERROR: 0:29: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio…
6 ERROR: 0:31: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
7 ERROR: 0:32: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
8 ERROR: 0:33: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader…
9 ERROR: 0:34: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio…
10 ERROR: 0:36: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
11 ERROR: 0:37: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
[all …]
Dspv.vulkan100.subgroupArithmetic.comp.out2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3
3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3
4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3
5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3
6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3
7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3
8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3
9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3
10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3
11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A Dspv.vulkan100.subgroupPartitioned.comp.out2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3
3 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3
4 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3
5 ERROR: 0:23: 'subgroup op' : requires SPIR-V 1.3
6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3
7 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3
8 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3
9 ERROR: 0:28: 'subgroup op' : requires SPIR-V 1.3
10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3
11 ERROR: 0:31: 'subgroup op' : requires SPIR-V 1.3
[all …]
H A Dspv.subgroupExtendedTypesArithmeticNeg.comp.out2 ERROR: 0:26: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
3 ERROR: 0:27: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
4 ERROR: 0:28: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader…
5 ERROR: 0:29: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio…
6 ERROR: 0:31: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
7 ERROR: 0:32: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
8 ERROR: 0:33: ' temp 3-component vector of int8_t' : required extension not requested: GL_EXT_shader…
9 ERROR: 0:34: 'layout( column_major std430) buffer 4-component vector of int8_t' : required extensio…
10 ERROR: 0:36: ' temp int8_t' : required extension not requested: GL_EXT_shader_subgroup_extended_typ…
11 ERROR: 0:37: ' temp 2-component vector of int8_t' : required extension not requested: GL_EXT_shader…
[all …]
H A Dspv.vulkan100.subgroupArithmetic.comp.out2 ERROR: 0:19: 'subgroup op' : requires SPIR-V 1.3
3 ERROR: 0:20: 'subgroup op' : requires SPIR-V 1.3
4 ERROR: 0:21: 'subgroup op' : requires SPIR-V 1.3
5 ERROR: 0:22: 'subgroup op' : requires SPIR-V 1.3
6 ERROR: 0:24: 'subgroup op' : requires SPIR-V 1.3
7 ERROR: 0:25: 'subgroup op' : requires SPIR-V 1.3
8 ERROR: 0:26: 'subgroup op' : requires SPIR-V 1.3
9 ERROR: 0:27: 'subgroup op' : requires SPIR-V 1.3
10 ERROR: 0:29: 'subgroup op' : requires SPIR-V 1.3
11 ERROR: 0:30: 'subgroup op' : requires SPIR-V 1.3
[all …]
/aosp_15_r20/system/teeui/test/
H A Dteeui_locale_test.cpp39 int error = runRenderTest("en", false /* magnified */, false /* inverted */); in TEST_F() local
40 ASSERT_EQ(error, 0); in TEST_F()
44 int error = runRenderTest("en", true /* magnified */, false /* inverted */); in TEST_F() local
45 ASSERT_EQ(error, 0); in TEST_F()
49 int error = runRenderTest("af", false /* magnified */, false /* inverted */); in TEST_F() local
50 ASSERT_EQ(error, 0); in TEST_F()
54 int error = runRenderTest("af", true /* magnified */, false /* inverted */); in TEST_F() local
55 ASSERT_EQ(error, 0); in TEST_F()
59 int error = runRenderTest("am", false /* magnified */, false /* inverted */); in TEST_F() local
60 ASSERT_EQ(error, 0); in TEST_F()
[all …]
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/
H A DOssfuzz66263.rts106 error: 2: no type named 'iint'
107 error: 1: interface blocks are not allowed in this kind of program
108 error: 4: 'main' must return: 'vec4', 'float4', or 'half4'
109 error: 4: unknown identifier 't'
110 error: 5: unknown identifier 'sk_FragColor'
111 error: 5: unknown identifier 'hhu'
112 error: 7: unknown identifier 'x'
113 error: 8: no type named 't'
114 error: 8: expected a declaration, but found ';'
115 error: 9: 'main' must return: 'vec4', 'float4', or 'half4'
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_compile.cpp161 int error; in test_large_single_compile() local
172 "ERROR: Unable to allocate lines array with %d lines! (in %s:%d)\n", in test_large_single_compile()
193 error = create_single_kernel_helper_create_program(context, &program, in test_large_single_compile()
195 if (program == NULL || error != CL_SUCCESS) in test_large_single_compile()
197 log_error("ERROR: Unable to create long test program with %d lines! " in test_large_single_compile()
199 numLines, IGetErrorString(error), __FILE__, __LINE__); in test_large_single_compile()
203 error = clReleaseProgram(program); in test_large_single_compile()
204 test_error(error, "Unable to release a program object"); in test_large_single_compile()
210 error = clBuildProgram(program, 1, &deviceID, NULL, NULL, NULL); in test_large_single_compile()
211 test_error(error, "Unable to build a long program"); in test_large_single_compile()
[all …]
/aosp_15_r20/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
13 #CHECK: error: invalid operand
15 #CHECK: error: invalid operand
21 #CHECK: error: invalid operand
23 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
31 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
39 #CHECK: error: invalid operand
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp14 #define error(X) \ macro
20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
22 error(IO.mapInteger(Gap.Range)); in operator ()()
23 return Error::success(); in operator ()()
28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange()
30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
33 return Error::success(); in mapLocalVariableAddrRange()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp14 #define error(X) \ macro
20 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const { in operator ()()
21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()()
22 error(IO.mapInteger(Gap.Range)); in operator ()()
23 return Error::success(); in operator ()()
28 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO, in mapLocalVariableAddrRange()
30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange()
31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange()
32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange()
33 return Error::success(); in mapLocalVariableAddrRange()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue30116.out1 slice[-9876543210] runtime error: index out of range [-9876543210]
2 slice[-1] runtime error: index out of range [-1]
5 slice[3] runtime error: index out of range [3] with length 3
6 … slice[9876543210] runtime error: index out of range [9876543210] with length 3
7 array[-9876543210] runtime error: index out of range [-9876543210]
8 array[-1] runtime error: index out of range [-1]
11 array[3] runtime error: index out of range [3] with length 3
12 … array[9876543210] runtime error: index out of range [9876543210] with length 3
13 string[-9876543210] runtime error: index out of range [-9876543210]
14 string[-1] runtime error: index out of range [-1]
[all …]
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_mtd.cpp190 otError error; in EncodeNeighborInfo() local
196 SuccessOrExit(error = mEncoder.OpenStruct()); in EncodeNeighborInfo()
198 SuccessOrExit(error = mEncoder.WriteEui64(aNeighborInfo.mExtAddress)); in EncodeNeighborInfo()
199 SuccessOrExit(error = mEncoder.WriteUint16(aNeighborInfo.mRloc16)); in EncodeNeighborInfo()
200 SuccessOrExit(error = mEncoder.WriteUint32(aNeighborInfo.mAge)); in EncodeNeighborInfo()
201 SuccessOrExit(error = mEncoder.WriteUint8(aNeighborInfo.mLinkQualityIn)); in EncodeNeighborInfo()
202 SuccessOrExit(error = mEncoder.WriteInt8(aNeighborInfo.mAverageRssi)); in EncodeNeighborInfo()
203 SuccessOrExit(error = mEncoder.WriteUint8(modeFlags)); in EncodeNeighborInfo()
204 SuccessOrExit(error = mEncoder.WriteBool(aNeighborInfo.mIsChild)); in EncodeNeighborInfo()
205 SuccessOrExit(error = mEncoder.WriteUint32(aNeighborInfo.mLinkFrameCounter)); in EncodeNeighborInfo()
[all …]
/aosp_15_r20/external/libcxx/test/std/depr/depr.c.headers/
H A Dinttypes_h.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not defined
[all …]
/aosp_15_r20/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not defined
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp17 #error INT8_MIN not defined
21 #error INT16_MIN not defined
25 #error INT32_MIN not defined
29 #error INT64_MIN not defined
33 #error INT8_MAX not defined
37 #error INT16_MAX not defined
41 #error INT32_MAX not defined
45 #error INT64_MAX not defined
49 #error UINT8_MAX not defined
53 #error UINT16_MAX not defined
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
H A Dinttypes_h.compile.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MAX not defined
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHidlComposerHal.cpp177 constexpr V2_1::Error kDefaultError = V2_1::Error::NO_RESOURCES;
178 constexpr V2_4::Error kDefaultError_2_4 = static_cast<V2_4::Error>(kDefaultError);
185 V2_1::Error unwrapRet(Return<V2_1::Error>& ret) { in unwrapRet()
230 if (tmpError == V2_4::Error::NONE) { in HidlComposer()
239 if (tmpError == V2_1::Error::NONE) { in HidlComposer()
247 if (tmpError != V2_1::Error::NONE) { in HidlComposer()
317 Error HidlComposer::executeCommands(Display) { in executeCommands()
326 Error HidlComposer::createVirtualDisplay(uint32_t width, uint32_t height, PixelFormat* format, in createVirtualDisplay()
329 Error error = static_cast<Error>(kDefaultError); in createVirtualDisplay() local
336 error = static_cast<Error>(tmpError); in createVirtualDisplay()
[all …]

12345678910>>...1425