/system/core/base/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/core/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/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 505 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/ |
D | hal_configstore.te | 42 -anr_data_file # for crash dump collection 43 -tombstone_data_file # for crash dump collection
|
D | postinstall.te | 38 # Allow postinstall scripts to trigger f2fs garbage collection
|
/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/public/ |
D | hal_configstore.te | 42 -anr_data_file # for crash dump collection 43 -tombstone_data_file # for crash dump collection
|
D | postinstall.te | 38 # Allow postinstall scripts to trigger f2fs garbage 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/extras/perfprofd/ |
D | perfprofd_config.proto | 19 // 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
|
D | perfprofd_record.proto | 55 // CPU utilization measured prior to profile collection (expressed as
|
/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/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/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/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/extras/boottime_tools/bootanalyze/ |
D | README.md | 8 stop_event: <logcat log message which will terminate log collection after reboot>
|
/system/bt/doc/ |
D | directory_layout.md | 13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
|
/system/sepolicy/private/compat/28.0/ |
D | 28.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/sepolicy/prebuilts/api/29.0/private/compat/28.0/ |
D | 28.0.ignore.cil | 1 ;; new_objects - a collection of types that have been introduced that have no
|
/system/update_engine/payload_generator/ |
D | inplace_generator.h | 200 static void ApplyMap(std::vector<uint64_t>* collection,
|
/system/extras/memory_replay/dumps/ |
D | README | 1 The files in this directory are a collection of recordings of
|