Home
last modified time | relevance | path

Searched refs:containing (Results 1 – 25 of 61) sorted by relevance

123

/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect15 …2) parameter 'out' (type 'struct rs_allocation *') must not point to data containing an object type
16 …ameter 'out' (type 'struct rs_allocation (*)[10]') must not point to data containing an object type
17 …4:12) parameter 'out' (type 'struct StructObj1 *') must not point to data containing an object type
18 …parameter 'out' (type 'struct StructObj2 (*)[10]') must not point to data containing an object type
21 reduce_general_bad_result.rs:276:28: error: structures containing pointers cannot be used as the ty…
22 reduce_general_bad_result.rs:286:31: error: structures containing pointers cannot be used as the ty…
23 reduce_general_bad_result.rs:310:28: error: structures containing pointers cannot be used as the ty…
24 reduce_general_bad_result.rs:322:31: error: structures containing pointers cannot be used as the ty…
25 reduce_general_bad_result.rs:349:33: error: structures containing pointers cannot be used as the ty…
26 reduce_general_bad_result.rs:362:36: error: structures containing pointers cannot be used as the ty…
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DShortcutMethodProcessor.kt32 val containing: DeclaredType, constant
35 private val asMember = context.processingEnv.typeUtils.asMemberOf(containing, executableElement)
56 containing = containing, in extractParams()
DDaoProcessor.kt93 containing = declaredType, in <lambda>()
101 containing = declaredType, in <lambda>()
109 containing = declaredType, in <lambda>()
116 containing = declaredType, in <lambda>()
123 containing = declaredType, in <lambda>()
134 containing = declaredType, in <lambda>()
DQueryMethodProcessor.kt47 val containing: DeclaredType, in <lambda>() constant
59 containing.asElement().kotlinMetadata in <lambda>()
66 val asMember = context.processingEnv.typeUtils.asMemberOf(containing, executableElement) in <lambda>()
136 containing = containing, in <lambda>()
DQueryParameterProcessor.kt26 val containing: DeclaredType, constant
31 val asMember = MoreTypes.asMemberOf(context.processingEnv.typeUtils, containing, element) in process()
DDeletionMethodProcessor.kt26 val containing: DeclaredType, constant
31 val delegate = ShortcutMethodProcessor(context, containing, executableElement) in process()
DUpdateMethodProcessor.kt30 val containing: DeclaredType, constant
35 val delegate = ShortcutMethodProcessor(context, containing, executableElement) in process()
DRawQueryMethodProcessor.kt37 val containing: DeclaredType, constant
42 val asMember = types.asMemberOf(containing, executableElement) in process()
116 containing, in findRuntimeQueryParameter()
DShortcutParameterProcessor.kt35 val containing: DeclaredType, constant
39 val asMember = MoreTypes.asMemberOf(context.processingEnv.typeUtils, containing, element) in process()
DFieldProcessor.kt33 class FieldProcessor(baseContext: Context, val containing: DeclaredType, val element: Element, constant
39 val member = context.processingEnv.typeUtils.asMemberOf(containing, element) in process()
DInsertionMethodProcessor.kt38 val containing: DeclaredType, constant
42 val delegate = ShortcutMethodProcessor(context, containing, executableElement) in process()
DDatabaseProcessor.kt85 val containing = it.enclosingElement in <lambda>() constant
86 MoreElements.isType(containing) && in <lambda>()
87 TypeName.get(containing.asType()) == RoomTypeNames.ROOM_DB in <lambda>()
DTransactionMethodProcessor.kt30 val containing: DeclaredType, constant
/frameworks/compile/slang/tests/F_union/
Dstderr.txt.expect2 union.rs:9:14: error: unions containing RS object types are not allowed
3 union.rs:16:11: error: unions containing RS object types are not allowed
/frameworks/compile/slang/tests/F_refcount_15/
Dstderr.txt.expect1 refcount_15.rs:5:15: error: arrays/structures containing RS object types cannot be exported in targ…
2 refcount_15.rs:9:3: error: arrays/structures containing RS object types cannot be exported in targe…
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 ptr_in_struct.rs:4:8: error: structures containing pointers cannot be used as the type of an export…
2 ptr_in_struct.rs:10:8: error: structures containing pointers cannot be used as the type of an expor…
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
DDeletionMethodProcessorTest.kt34 override fun process(baseContext: Context, containing: DeclaredType, in invalidReturnTypeError()
36 return DeletionMethodProcessor(baseContext, containing, executableElement).process() in invalidReturnTypeError()
DUpdateMethodProcessorTest.kt39 override fun process(baseContext: Context, containing: DeclaredType, in <lambda>()
41 return UpdateMethodProcessor(baseContext, containing, executableElement).process() in <lambda>()
/frameworks/compile/slang/tests/F_float3_v13/
Dstderr.txt.expect1 float3_v13.rs:9:10: error: structs containing vectors of dimension 3 cannot be exported at this API…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstderr.txt.expect1 struct_field_ptr_to_array.rs:4:8: error: structures containing pointers cannot be used as the type …
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
Dstderr.txt.expect1 ptr_in_struct_for_call.rs:8:24: error: structures containing pointers cannot be used as the type of…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
Dstderr.txt.expect1 struct_field_ptr_to_fn_proto.rs:4:8: error: structures containing pointers cannot be used as the ty…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 struct_field_ptr_to_fn_noproto.rs:4:8: error: structures containing pointers cannot be used as the …
/frameworks/compile/slang/tests/F_reduce_general_bad_accumulator/
Dstderr.txt.expect12 …arameter 'accum' (type 'struct rs_element *') must not be pointer to data containing an object type
13 …arameter 'accum' (type 'struct rs_element *') must not be pointer to data containing an object type
/frameworks/base/wifi/tests/assets/pps/
DREADME.txt2 PerProviderSubscription_DuplicateHomeSP.xml - containing multiple HomeSP node

123