Searched refs:collection (Results 1 – 25 of 58) 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/sepolicy/prebuilts/api/27.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 29 ;; private_objects - a collection of types that were labeled differently in
|
/system/memory/libmemunreachable/ |
D | README.md | 6 … requested. In addition, it performs a very short stop-the-world data collection on the main proc… 56 …ction pass is divided into three processes - the original process, the collection process, and the… 60 …collection process is spawned. The collection process, created using clone, is similar to a norma… 64 …f all memory from the original process, including all the data collected by the collection process. 78 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
|
/system/bt/gd/dumpsys/bundler/ |
D | bundler.fbs | 3 // Describes a collection of binary flatbuffer schema.
|
/system/sepolicy/prebuilts/api/28.0/private/compat/27.0/ |
D | 27.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 129 ;; private_objects - a collection of types that were labeled differently in
|
/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/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/30.0/public/ |
D | hal_configstore.te | 43 -anr_data_file # for crash dump collection 44 -tombstone_data_file # for crash dump collection
|
/system/chre/host/ |
D | README.md | 1 A collection of CHRE-related code that runs on the host processor. Note that
|
/system/sepolicy/prebuilts/api/28.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 151 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_configstore.te | 46 -anr_data_file # for crash dump collection 47 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_configstore.te | 46 -anr_data_file # for crash dump collection 47 -tombstone_data_file # for crash dump collection
|
/system/sepolicy/prebuilts/api/30.0/private/compat/27.0/ |
D | 27.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 199 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/29.0/private/compat/27.0/ |
D | 27.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 193 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/30.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 221 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/31.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 230 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 230 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/29.0/private/compat/26.0/ |
D | 26.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 215 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/private/compat/27.0/ |
D | 27.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 253 ;; private_objects - a collection of types that were labeled differently in
|
/system/sepolicy/prebuilts/api/31.0/private/compat/27.0/ |
D | 27.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no 253 ;; private_objects - a collection of types that were labeled differently in
|
/system/extras/boottime_tools/bootanalyze/ |
D | README.md | 32 stop_event: <logcat log message which will terminate log collection after reboot>
|
/system/sepolicy/prebuilts/api/31.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/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/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
|
123