/frameworks/base/services/core/java/com/android/server/am/ |
D | MemoryStatUtil.java | 298 IonAllocations allocations = entries.get(pid); in parseProcessIonHeapSizesFromDebugfs() local 299 if (allocations == null) { in parseProcessIonHeapSizesFromDebugfs() 300 allocations = new IonAllocations(); in parseProcessIonHeapSizesFromDebugfs() 301 entries.put(pid, allocations); in parseProcessIonHeapSizesFromDebugfs() 303 allocations.pid = pid; in parseProcessIonHeapSizesFromDebugfs() 304 allocations.totalSizeInBytes += sizeInBytes; in parseProcessIonHeapSizesFromDebugfs() 305 allocations.count += 1; in parseProcessIonHeapSizesFromDebugfs() 306 allocations.maxSizeInBytes = Math.max(allocations.maxSizeInBytes, sizeInBytes); in parseProcessIonHeapSizesFromDebugfs()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | MemoryStatUtilTest.java | 405 IonAllocations allocations = new IonAllocations(); in createIonAllocations() local 406 allocations.pid = pid; in createIonAllocations() 407 allocations.totalSizeInBytes = totalSizeInBytes; in createIonAllocations() 408 allocations.count = count; in createIonAllocations() 409 allocations.maxSizeInBytes = maxSizeInBytes; in createIonAllocations() 410 return allocations; in createIonAllocations()
|
/frameworks/av/media/utils/ |
D | MemoryLeakTrackUtil.cpp | 77 size_t allocations; in dumpMemoryAddresses() member 83 oss << (e->size * e->allocations) in dumpMemoryAddresses() 84 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n"; in dumpMemoryAddresses()
|
D | EventLogTags.logtags | 29 # 4: Number of allocations
|
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/ |
D | stderr.txt.expect | 1 foreach_unexpected_allocs.rs:10:3: error: Number of input and output allocations unexpected for ker… 2 foreach_unexpected_allocs.rs:11:3: error: Number of input and output allocations unexpected for ker…
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 39 allocations. This is a hint only. Implementations may not follow the suggestion. 50 The kernel context contains common characteristics of the allocations being iterated 105 Runs the kernel over zero or more input allocations. They are passed after the 107 must be specified as the last argument. All input allocations, 111 the work has completed for all cells of the input allocations. If the kernel 202 this API. If allocations are passed in, they must match the number of arguments 241 The kernel context contains common characteristics of the allocations being iterated
|
D | rs_allocation_data.spec | 77 …map_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cub…
|
D | rs_object_types.spec | 20 The types below are used to manipulate RenderScript objects like allocations, samplers,
|
D | rs_graphics.spec | 771 summary: Return the number of vertex allocations 773 Returns the number of allocations in the mesh that contain
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 36 * allocations. This is a hint only. Implementations may not follow the suggestion. 53 * The kernel context contains common characteristics of the allocations being iterated 106 * Runs the kernel over zero or more input allocations. They are passed after the 108 * must be specified as the last argument. All input allocations, 112 * the work has completed for all cells of the input allocations. If the kernel 141 * ...: Input and output allocations 183 * this API. If allocations are passed in, they must match the number of arguments 199 * ...: Input and output allocations 212 * The kernel context contains common characteristics of the allocations being iterated 361 * The kernel context contains common characteristics of the allocations being iterated
|
D | rs_allocation_data.rsh | 40 * rsAllocationCopy1DRange: Copy consecutive cells between allocations 44 * The two allocations must be different. Using this function to copy whithin 50 * This function should only be called between 1D allocations. Calling it 51 * on other allocations is undefined. 73 * rsAllocationCopy2DRange: Copy a rectangular region of cells between allocations 78 * The two allocations must be different. Using this function to copy whithin 84 * This function should only be called between 2D allocations. Calling it 85 * on other allocations is undefined. 96 …* dstFace: Cubemap face of the destination allocation. Ignored for allocations that aren't cube… 103 * srcFace: Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps. [all …]
|
D | rs_object_types.rsh | 22 * The types below are used to manipulate RenderScript objects like allocations, samplers,
|
D | rs_graphics.rsh | 1119 …ve groups in the mesh. This would include simple primitives as well as allocations containing inde… 1158 * rsgMeshGetVertexAllocationCount: Return the number of vertex allocations 1162 * Returns the number of allocations in the mesh that contain 1168 * Returns: number of allocations in the mesh that contain vertex data
|
/frameworks/rs/tests/lldb/java/Allocations/src/rs/ |
D | allocs.rs | 18 #pragma rs java_package_name(com.android.rs.allocations)
|
/frameworks/compile/libbcc/tests/libbcc/ |
D | tbaa.ll | 2 ; alias with stores to allocations.
|
/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLogTags.logtags | 29 # 4: Number of allocations
|
/frameworks/base/core/proto/android/util/ |
D | event_log_tags.proto | 58 ALLOCATIONS = 4; // Number of allocations
|
/frameworks/base/services/core/java/com/android/server/stats/ |
D | StatsCompanionService.java | 1280 for (IonAllocations allocations : result) { in pullProcessSystemIonHeapSize() 1282 e.writeInt(getUidForPid(allocations.pid)); in pullProcessSystemIonHeapSize() 1283 e.writeString(readCmdlineFromProcfs(allocations.pid)); in pullProcessSystemIonHeapSize() 1284 e.writeInt((int) (allocations.totalSizeInBytes / 1024)); in pullProcessSystemIonHeapSize() 1285 e.writeInt(allocations.count); in pullProcessSystemIonHeapSize() 1286 e.writeInt((int) (allocations.maxSizeInBytes / 1024)); in pullProcessSystemIonHeapSize()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 17 package com.android.rs.allocations;
|
/frameworks/rs/driver/runtime/ll32/ |
D | allocation.ll | 9 ; understands that loads and stores from two allocations with different types 21 ; allocations are either annotated with the RenderScript TBAA information or
|
/frameworks/rs/driver/runtime/ll64/ |
D | allocation.ll | 11 ; understands that loads and stores from two allocations with different types 23 ; allocations are either annotated with the RenderScript TBAA information or
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 288 reduce allocations and improve performance. 384 - Reduced allocations
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3794 … heapIndex /// Index of the memory heap allocations of this memory … 4540 … maxMemoryAllocationCount /// max number of device memory allocations supported 4543 …ddressSpaceSize /// Total address space available for sparse allocations (bytes)
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 6385 // Sum of sizes of all allocations. 6388 // Number of allocations.
|