Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 41) sorted by relevance

12

/system/core/base/include/android-base/
Dcollections.h36 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/
D26.0.ignore.cil1 ;; 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/core/libmemunreachable/
DREADME.md6 … 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…
60collection 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/extras/perfprofd/tests/
Dperfprofd_test.cc505 I: profile collection skipped (missing config directory) in TEST_F()
542 I: profile collection skipped (missing config directory) in TEST_F()
579 I: profile collection skipped (missing 'perf' executable) in TEST_F()
1342 I: initiating profile collection in TEST_F()
1344 I: profile collection complete in TEST_F()
1430 I: initiating profile collection in TEST_F()
1432 I: profile collection complete in TEST_F()
1451 I: initiating profile collection in TEST_F()
1454 I: profile collection complete in TEST_F()
1474 W: profile collection failed in TEST_F()
[all …]
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_configstore.te42 -anr_data_file # for crash dump collection
43 -tombstone_data_file # for crash dump collection
Dpostinstall.te38 # Allow postinstall scripts to trigger f2fs garbage collection
/system/sepolicy/prebuilts/api/28.0/private/compat/27.0/
D27.0.ignore.cil1 ;; 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/public/
Dhal_configstore.te42 -anr_data_file # for crash dump collection
43 -tombstone_data_file # for crash dump collection
Dpostinstall.te38 # Allow postinstall scripts to trigger f2fs garbage collection
/system/chre/host/
DREADME.md1 A collection of CHRE-related code that runs on the host processor. Note that
/system/sepolicy/prebuilts/api/28.0/private/compat/26.0/
D26.0.ignore.cil1 ;; 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/
Dhal_configstore.te46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_configstore.te46 -anr_data_file # for crash dump collection
47 -tombstone_data_file # for crash dump collection
/system/extras/perfprofd/
Dperfprofd_config.proto19 // for the collection is chosen randomly.
56 // and hard-wire all cores on prior to the collection run, provided
71 // Control collection of various additional profile tags
Dperfprofd_record.proto55 // CPU utilization measured prior to profile collection (expressed as
/system/sepolicy/prebuilts/api/29.0/private/compat/27.0/
D27.0.ignore.cil1 ;; 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/private/compat/27.0/
D27.0.ignore.cil1 ;; 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/29.0/private/compat/26.0/
D26.0.ignore.cil1 ;; 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/26.0/
D26.0.ignore.cil1 ;; 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/extras/boottime_tools/bootanalyze/
DREADME.md8 stop_event: <logcat log message which will terminate log collection after reboot>
/system/bt/doc/
Ddirectory_layout.md13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
/system/sepolicy/private/compat/28.0/
D28.0.ignore.cil1 ;; new_objects - a collection of types that have been introduced that have no
/system/sepolicy/prebuilts/api/29.0/private/compat/28.0/
D28.0.ignore.cil1 ;; new_objects - a collection of types that have been introduced that have no
/system/update_engine/payload_generator/
Dinplace_generator.h200 static void ApplyMap(std::vector<uint64_t>* collection,
/system/extras/memory_replay/dumps/
DREADME1 The files in this directory are a collection of recordings of

12