Home
last modified time | relevance | path

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

/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.cc585 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()
Dinplace_generator.cc727 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap() argument
729 for (uint64_t& elem : *collection) { in ApplyMap()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc366 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/
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/chre/host/
DREADME.md1 A collection of CHRE-related code that runs on the host processor. Note that
/system/bt/doc/
Ddirectory_layout.md13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**
Dstyle_guide.md65 * use `enum` for enumerations, not a collection of `#define`s
/system/extras/memory_replay/dumps/
DREADME1 The files in this directory are a collection of recordings of
/system/sepolicy/public/
Dperfprofd.te1 # perfprofd - perf profile collection daemon
/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_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 …
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 …