Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dcrash_reporter_logs.conf58 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/
Dextent_utils.h37 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()
Dextent_utils.cc56 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()
Dinplace_generator.h202 static void ApplyMap(std::vector<uint64_t>* collection,
Dinplace_generator_unittest.cc574 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()
Dinplace_generator.cc731 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap() argument
733 for (uint64_t& elem : *collection) { in ApplyMap()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc324 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/
Dproperty_iterator.h56 const typename std::map<std::string, VAccessorPtr>& collection) in ReadablePropertyConstIterator() argument
57 : collection_(collection), in ReadablePropertyConstIterator()
Dproperty_store.cc900 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()
Dproperty_store.h277 std::shared_ptr<AccessorInterface<V>>>& collection,
285 std::map<std::string, std::shared_ptr<AccessorInterface<V>>>* collection,
/system/core/libmemunreachable/
DREADME.md6 … 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…
39collection 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/
Ddirectory_layout.md13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
Dstyle_guide.md61 * use `enum` for enumerations, not a collection of `#define`s
/system/sepolicy/
Dperfprofd.te1 # perfprofd - perf profile collection daemon
/system/extras/memory_replay/dumps/
DREADME1 The files in this directory are a collection of recordings of
/system/core/metricsd/
DREADME.md16 metrics collection. All metrics collection is funneled through this library. The
/system/extras/perfprofd/
Dperf_profile.proto113 // CPU utilization measured prior to profile collection (expressed as
/system/core/logcat/
Devent.logtags48 # This event is logged when someone is deciding to force a garbage collection
/system/tpm/trunks/generator/
Draw_structures.txt1205 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 …
Draw_structures_fixed.txt1205 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 …