/aosp12/frameworks/compile/slang/tests/F_reduce_general_bad_result/ |
H A 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…
|
/aosp12/system/chre/chpp/api_parser/ |
H A D | README.md | 6 as the WWAN service. However, the structures used in the CHRE PAL APIs are the 8 serializable, as they include things like pointers to other structures. So we 12 to instructions given in `chre_api_annotations.json` and generates structures 18 structures, replacing pointers with offsets._ 27 1. Flatten the structure by replacing pointers to nested structures/arrays with 44 1. The size of the CHRE and CHPP structures are the same, and the offsets to 46 nested structures/unions 47 1. (Encoding only) All nested structures appear in contiguous memory - for 148 // The list of top-level structures appearing in the input that we should
|
/aosp12/frameworks/compile/slang/tests/F_refcount_15/ |
H A 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 …
|
/aosp12/frameworks/compile/slang/tests/F_ptr_in_struct/ |
H A 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 …
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
H A D | ControlsControllerImpl.kt | 614 fun load(structures: List<StructureInfo>) { 615 favMap = structures.groupBy { it.componentName } 653 val structures = structureToControls.map { (s, cs) -> StructureInfo(componentName, s, cs) } regex 656 newFavMap.put(componentName, structures) 688 val structures = mutableListOf<StructureInfo>() regex 699 structures.add(newStructure) 704 structures.add(updatedStructure) 707 newFavMap.put(componentName, structures)
|
H A D | ControlsFavoritePersistenceWrapper.kt | 89 fun storeFavorites(structures: List<StructureInfo>) { 90 if (structures.isEmpty() && !file.exists()) { 114 structures.forEach { s ->
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A 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
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A 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
|
/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A 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
|
/aosp12/art/runtime/ |
H A D | mutator_gc_coord.md | 13 heap and associated data structures. Mutators hold the lock in reader or shared mode 14 while running Java code or touching heap-related data structures. The collector 16 structures to be stable. However, this reader-writer lock has a very customized 48 it may in fact still be running native code and touching data structures that 67 and promising to no longer touch Java data structures. It also handles any 76 data structures, performing the above transitions in the opposite order.
|
/aosp12/hardware/interfaces/cas/native/1.0/ |
H A D | IDescrambler.hal | 28 * SubSample structures. 32 * @param subSamples an array of SubSample structures describing the number of
|
/aosp12/frameworks/compile/slang/tests/F_anon_struct/ |
H A D | stderr.txt.expect | 1 anon_struct.rscript:4:1: error: anonymous structures cannot be exported
|
/aosp12/frameworks/compile/slang/tests/F_anon_struct_kernel_sig/ |
H A D | stderr.txt.expect | 1 anon_struct_kernel_sig.rscript:4:9: error: anonymous structures cannot be exported
|
/aosp12/frameworks/compile/slang/tests/F_anon_struct_typedef/ |
H A D | stderr.txt.expect | 1 anon_struct_typedef.rscript:4:9: error: anonymous structures cannot be exported
|
/aosp12/frameworks/compile/slang/tests/F_anon_struct_usrdata/ |
H A D | stderr.txt.expect | 1 anon_struct_usrdata.rscript:4:9: error: anonymous structures cannot be exported
|
/aosp12/frameworks/compile/slang/tests/F_struct_array_copy/ |
H A D | stderr.txt.expect | 1 struct_array_copy.rscript:35:8: error: Arrays of RS object types within structures cannot be copied
|
/aosp12/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/ |
H A D | stderr.txt.expect | 1 ptr_in_struct_for_call.rscript:8:24: error: structures containing pointers cannot be used as the ty…
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/ |
H A D | stderr.txt.expect | 1 struct_field_ptr_to_array.rscript:4:8: error: structures containing pointers cannot be used as the …
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/ |
H A D | stderr.txt.expect | 1 struct_field_ptr_to_fn_noproto.rscript:4:8: error: structures containing pointers cannot be used as…
|
/aosp12/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/ |
H A D | stderr.txt.expect | 1 struct_field_ptr_to_fn_proto.rscript:4:8: error: structures containing pointers cannot be used as t…
|
/aosp12/art/test/2033-shutdown-mechanics/ |
H A D | info.txt | 3 can avoid accessing deleted data structures.
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiController.kt | 53 fun getPreferredStructure(structures: List<StructureInfo>): StructureInfo
|
H A D | ControlsUiControllerImpl.kt | 461 override fun getPreferredStructure(structures: List<StructureInfo>): StructureInfo { 462 if (structures.isEmpty()) return EMPTY_STRUCTURE 469 return structures.firstOrNull { 471 } ?: structures.get(0)
|
/aosp12/packages/apps/TimeZoneData/ |
H A D | README | 8 See the oem_template directory for files / directory structures that OEMs are expected to copy
|
/aosp12/bootable/recovery/edify/ |
H A D | README.md | 31 structures. 34 functions, so they can act as control structures as well.
|