/frameworks/compile/slang/tests/F_refcount_15/ |
D | stderr.txt.expect | 1 refcount_15.rscript:5:15: error: arrays/structures containing RS object types cannot be exported in… 2 refcount_15.rscript:9:3: error: arrays/structures containing RS object types cannot be exported in …
|
/frameworks/compile/slang/tests/F_ptr_in_struct/ |
D | stderr.txt.expect | 1 ptr_in_struct.rscript:4:8: error: structures containing pointers cannot be used as the type of an e… 2 ptr_in_struct.rscript:10:8: error: structures containing pointers cannot be used as the type of an …
|
/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
D | stderr.txt.expect | 21 reduce_general_bad_result.rscript:276:28: error: structures containing pointers cannot be used as t… 22 reduce_general_bad_result.rscript:286:31: error: structures containing pointers cannot be used as t… 23 reduce_general_bad_result.rscript:310:28: error: structures containing pointers cannot be used as t… 24 reduce_general_bad_result.rscript:322:31: error: structures containing pointers cannot be used as t… 25 reduce_general_bad_result.rscript:349:33: error: structures containing pointers cannot be used as t… 26 reduce_general_bad_result.rscript:362:36: error: structures containing pointers cannot be used as t…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | ControlsFavoritePersistenceWrapper.kt | 89 fun storeFavorites(structures: List<StructureInfo>) { in <lambda>() 90 if (structures.isEmpty() && !file.exists()) { in <lambda>() 114 structures.forEach { s -> in <lambda>()
|
D | ControlsControllerImpl.kt | 626 fun load(structures: List<StructureInfo>) { in load() 627 favMap = structures.groupBy { it.componentName } in load() 665 val structures = structureToControls.map { (s, cs) -> StructureInfo(componentName, s, cs) } in updateControls() constant 668 newFavMap.put(componentName, structures) in updateControls() 701 val structures = mutableListOf<StructureInfo>() in replaceControls() constant 712 structures.add(newStructure) in replaceControls() 717 structures.add(updatedStructure) in replaceControls() 720 newFavMap.put(componentName, structures) in replaceControls()
|
/frameworks/compile/slang/tests/F_anon_struct_kernel_sig/ |
D | stderr.txt.expect | 1 anon_struct_kernel_sig.rscript:4:9: error: anonymous structures cannot be exported
|
/frameworks/compile/slang/tests/F_anon_struct/ |
D | stderr.txt.expect | 1 anon_struct.rscript:4:1: error: anonymous structures cannot be exported
|
/frameworks/compile/slang/tests/F_anon_struct_typedef/ |
D | stderr.txt.expect | 1 anon_struct_typedef.rscript:4:9: error: anonymous structures cannot be exported
|
/frameworks/compile/slang/tests/F_anon_struct_usrdata/ |
D | stderr.txt.expect | 1 anon_struct_usrdata.rscript:4:9: error: anonymous structures cannot be exported
|
/frameworks/compile/slang/tests/F_struct_array_copy/ |
D | stderr.txt.expect | 1 struct_array_copy.rscript:35:8: error: Arrays of RS object types within structures cannot be copied
|
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/ |
D | stderr.txt.expect | 1 ptr_in_struct_for_call.rscript:8:24: error: structures containing pointers cannot be used as the ty…
|
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/ |
D | stderr.txt.expect | 1 struct_field_ptr_to_array.rscript:4:8: error: structures containing pointers cannot be used as the …
|
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/ |
D | stderr.txt.expect | 1 struct_field_ptr_to_fn_proto.rscript:4:8: error: structures containing pointers cannot be used as t…
|
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/ |
D | stderr.txt.expect | 1 struct_field_ptr_to_fn_noproto.rscript:4:8: error: structures containing pointers cannot be used as…
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 21 // of unions: if a union contains several structures that share a 23 // one of these structures, it is permitted to inspect the common 25 // completed type of the union is visible. Two structures share a
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 27 // of unions: if a union contains several structures that share a 29 // one of these structures, it is permitted to inspect the common 31 // completed type of the union is visible. Two structures share a
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 23 // of unions: if a union contains several structures that share a 25 // one of these structures, it is permitted to inspect the common 27 // completed type of the union is visible. Two structures share a
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlsUiController.kt | 66 fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem in show()
|
D | ControlsUiControllerImpl.kt | 401 val (panels, structures) = items.partition { it.isPanel } in <lambda>() constant 404 val itemsByComponent = structures.associateBy { it.componentName } in <lambda>() 711 override fun getPreferredSelectedItem(structures: List<StructureInfo>): SelectedItem { in <lambda>() 717 if (structures.isEmpty()) return SelectedItem.EMPTY_SELECTION in <lambda>() 718 SelectedItem.StructureItem(structures.firstOrNull { in <lambda>() 720 } ?: structures[0]) in <lambda>()
|
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/ |
D | Immutable.md | 40 - Android-specific data structures are included. 70 The primary difficulty in design comes when data structures are composed together in a tree-like 71 fashion, via map or custom data structures. Specifically, the mutation and copy-on-write would 75 also referred to as "path copying" in persistent data structures. 82 structures, while these `mutateFoo()` calls are also only available on mutable classes. This way,
|
/frameworks/native/libs/ftl/ |
D | README.md | 5 not (yet) covered—like cache-efficient data structures and lock-free concurrency
|
/frameworks/av/media/libstagefright/timedtext/test/fuzzer/ |
D | timedtext_fuzz.proto | 20 * timedtext_fuzz.proto is used to declare structures, which are used
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 82 * Report data structures for the incident reports.
|
/frameworks/proto_logging/stats/enums/server/location/ |
D | enums.proto | 40 // GNSS NI responses, used to define the response in NI structures.
|
/frameworks/compile/slang/ |
D | README.rst | 315 use more complex types. Simple structures composed of the types in
|