Searched refs:collection (Results 1 – 25 of 68) sorted by relevance
123
/system/libbase/include/android-base/ |
D | collections.h | 36 void Append(CollectionType& collection, T&& arg) { in Append() argument 37 collection.push_back(std::forward<T>(arg)); in Append() 41 void Append(CollectionType& collection, T&& arg, Args&&... args) { in Append() argument 42 collection.push_back(std::forward<T>(arg)); in Append() 43 return Append(collection, std::forward<Args>(args)...); in Append()
|
/system/extras/profcollectd/ |
D | README.md | 3 Profcollect is a system daemon that facilitates sampling profile collection and reporting for native 30 a percentage of these events result in a profile collection to avoid using too much resource, these 35 | Periodic | collection\_interval | 38 Setting the frequency value to `0` disables collection for the corresponding event. 55 # Enable ETM data collection (By default, it's decided by the server). 80 # Trigger one collection manually. 99 list. This is a costly process, thus it is done separately from the profile collection. Profcollect 166 each device (by reducing collection frequency).
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | hal_configstore.te | 42 -anr_data_file # for crash dump collection 43 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/public/ |
D | hal_configstore.te | 42 -anr_data_file # for crash dump collection 43 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_configstore.te | 42 -anr_data_file # for crash dump collection 43 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/vendor/ |
D | hal_contexthub_default.te | 7 # Allow Context Hub HAL to talk to the stats service for metric collection
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | hal_configstore.te | 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | hal_configstore.te | 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | hal_configstore.te | 44 -anr_data_file # for crash dump collection 45 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_configstore.te | 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
/system/memory/libmemunreachable/ |
D | README.md | 6 … requested. In addition, it performs a very short stop-the-world data collection on the main proc… 130 …ction pass is divided into three processes - the original process, the collection process, and the… 134 …collection process is spawned. The collection process, created using clone, is similar to a norma… 138 …f all memory from the original process, including all the data collected by the collection process. 152 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
|
/system/sepolicy/prebuilts/api/32.0/private/compat/31.0/ |
D | 31.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/chre/host/ |
D | README.md | 1 A collection of CHRE-related code that runs on the host processor. Note that
|
/system/tools/aidl/ |
D | diagnostics.inc | 13 DIAG(untyped_collection, "untyped-collection", false)
|
/system/sepolicy/prebuilts/api/33.0/private/compat/31.0/ |
D | 31.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/sepolicy/private/compat/31.0/ |
D | 31.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/34.0/private/compat/31.0/ |
D | 31.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/33.0/private/compat/32.0/ |
D | 32.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/sepolicy/private/compat/32.0/ |
D | 32.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/34.0/private/compat/32.0/ |
D | 32.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/34.0/private/compat/33.0/ |
D | 33.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/private/compat/33.0/ |
D | 33.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/34.0/private/compat/29.0/ |
D | 29.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced with ToT policy
|
/system/sepolicy/prebuilts/api/30.0/private/compat/29.0/ |
D | 29.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/sepolicy/prebuilts/api/33.0/private/compat/29.0/ |
D | 29.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
123