/system/core/crash_reporter/ |
D | crash_reporter_logs.conf | 58 crash_reporter-user-collection=\ 67 crash_reporter-udev-collection-change-card0-drm=\ 75 crash_reporter-udev-collection-change--i2c-cyapa=\ 79 crash_reporter-udev-collection-change--i2c-atmel_mxt_ts=\ 83 crash_reporter-udev-collection---TouchNoise=cat /var/log/touch_noise.log 85 crash_reporter-udev-collection---TouchEvent=cat /var/log/touch_event.log 89 crash_reporter-udev-collection-devcoredump-iwlwifi=\
|
/system/update_engine/payload_generator/ |
D | extent_utils.h | 37 Extent GetElement(const std::vector<Extent>& collection, size_t index); 39 const google::protobuf::RepeatedPtrField<Extent>& collection, 45 uint64_t BlocksInExtents(const T& collection) { in BlocksInExtents() argument 47 for (size_t i = 0; i < static_cast<size_t>(collection.size()); ++i) { in BlocksInExtents() 48 ret += GetElement(collection, i).num_blocks(); in BlocksInExtents()
|
D | extent_utils.cc | 56 Extent GetElement(const vector<Extent>& collection, size_t index) { in GetElement() argument 57 return collection[index]; in GetElement() 61 const google::protobuf::RepeatedPtrField<Extent>& collection, in GetElement() argument 63 return collection.Get(index); in GetElement()
|
D | inplace_generator.h | 202 static void ApplyMap(std::vector<uint64_t>* collection,
|
D | inplace_generator_unittest.cc | 574 vector<uint64_t> collection = {1, 2, 3, 4, 6}; in TEST_F() local 581 InplaceGenerator::ApplyMap(&collection, value_map); in TEST_F() 582 EXPECT_EQ(expected_values, collection); in TEST_F()
|
D | inplace_generator.cc | 731 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap() argument 733 for (uint64_t& elem : *collection) { in ApplyMap()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 324 I: profile collection skipped (missing config directory) in TEST_F() 362 I: profile collection skipped (missing semaphore file) in TEST_F() 400 I: profile collection skipped (missing 'perf' executable) in TEST_F() 437 I: profile collection failed (perf record returned bad exit status) in TEST_F() 614 I: initiating profile collection in TEST_F() 615 I: profile collection complete in TEST_F() 670 I: initiating profile collection in TEST_F() 671 I: profile collection complete in TEST_F() 674 I: initiating profile collection in TEST_F() 675 I: profile collection complete in TEST_F() [all …]
|
/system/connectivity/shill/ |
D | property_iterator.h | 56 const typename std::map<std::string, VAccessorPtr>& collection) in ReadablePropertyConstIterator() argument 57 : collection_(collection), in ReadablePropertyConstIterator()
|
D | property_store.cc | 900 const map<string, std::shared_ptr<AccessorInterface<V>>>& collection, in GetProperty() argument 905 it = collection.find(name); in GetProperty() 906 if (it != collection.end()) { in GetProperty() 929 map<string, std::shared_ptr<AccessorInterface<V>>>* collection, in SetProperty() argument 934 if (ContainsKey(*collection, name)) { in SetProperty() 935 ret = (*collection)[name]->Set(value, error); in SetProperty()
|
D | property_store.h | 277 std::shared_ptr<AccessorInterface<V>>>& collection, 285 std::map<std::string, std::shared_ptr<AccessorInterface<V>>>* collection,
|
/system/core/libmemunreachable/ |
D | README.md | 6 … requested. In addition, it performs a very short stop-the-world data collection on the main proc… 35 …ction pass is divided into three processes - the original process, the collection process, and the… 39 …collection process is spawned. The collection process is similar to a normal `fork()` child proce… 43 …f all memory from the original process, including all the data collected by the collection process. 57 - `PtracerThread.cpp`: Used to clone the collection process with shared address space.
|
/system/bt/doc/ |
D | directory_layout.md | 13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
|
D | style_guide.md | 61 * use `enum` for enumerations, not a collection of `#define`s
|
/system/sepolicy/ |
D | perfprofd.te | 1 # perfprofd - perf profile collection daemon
|
/system/extras/memory_replay/dumps/ |
D | README | 1 The files in this directory are a collection of recordings of
|
/system/core/metricsd/ |
D | README.md | 16 metrics collection. All metrics collection is funneled through this library. The
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 113 // CPU utilization measured prior to profile collection (expressed as
|
/system/core/logcat/ |
D | event.logtags | 48 # This event is logged when someone is deciding to force a garbage collection
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 1205 The table in Example 1 names a collection of 16-bit constants and Example 2 shows the C code that 1607 because one collection allows TPM_ALG_NULL and the other does not, it is preferred that the re not …
|
D | raw_structures_fixed.txt | 1205 The table in Example 1 names a collection of 16-bit constants and Example 2 shows the C code that 1607 because one collection allows TPM_ALG_NULL and the other does not, it is preferred that the re not …
|