Searched refs:collection (Results 1 – 16 of 16) sorted by relevance
/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 | 585 vector<uint64_t> collection = {1, 2, 3, 4, 6}; in TEST_F() local 592 InplaceGenerator::ApplyMap(&collection, value_map); in TEST_F() 593 EXPECT_EQ(expected_values, collection); in TEST_F()
|
D | inplace_generator.cc | 727 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap() argument 729 for (uint64_t& elem : *collection) { in ApplyMap()
|
/system/extras/perfprofd/tests/ |
D | perfprofd_test.cc | 366 I: profile collection skipped (missing config directory) in TEST_F() 404 I: profile collection skipped (missing semaphore file) in TEST_F() 442 I: profile collection skipped (missing 'perf' executable) in TEST_F() 479 I: profile collection failed (perf record returned bad exit status) in TEST_F() 731 I: initiating profile collection in TEST_F() 732 I: profile collection complete in TEST_F() 787 I: initiating profile collection in TEST_F() 788 I: profile collection complete in TEST_F() 791 I: initiating profile collection in TEST_F() 792 I: profile collection complete in TEST_F() [all …]
|
/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/chre/host/ |
D | README.md | 1 A collection of CHRE-related code that runs on the host processor. Note that
|
/system/bt/doc/ |
D | directory_layout.md | 13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
|
D | style_guide.md | 65 * use `enum` for enumerations, not a collection of `#define`s
|
/system/extras/memory_replay/dumps/ |
D | README | 1 The files in this directory are a collection of recordings of
|
/system/sepolicy/public/ |
D | perfprofd.te | 1 # perfprofd - perf profile collection daemon
|
/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_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 …
|
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 …
|