Searched refs:collection (Results 1 - 8 of 8) sorted by relevance

/system/update_engine/payload_generator/
H A Dextent_utils.h36 // can accept either type of collection of Extents.
37 Extent GetElement(const std::vector<Extent>& collection, size_t index);
39 const google::protobuf::RepeatedPtrField<Extent>& collection,
42 // Return the total number of blocks in a collection (vector or
45 uint64_t BlocksInExtents(const T& collection) { argument
47 for (size_t i = 0; i < static_cast<size_t>(collection.size()); ++i) {
48 ret += GetElement(collection, i).num_blocks();
53 // Takes a collection (vector or RepeatedPtrField) of Extent and
H A Dextent_utils.cc56 Extent GetElement(const vector<Extent>& collection, size_t index) { argument
57 return collection[index];
61 const google::protobuf::RepeatedPtrField<Extent>& collection,
63 return collection.Get(index);
60 GetElement( const google::protobuf::RepeatedPtrField<Extent>& collection, size_t index) argument
H A Dinplace_generator.h199 // Apply the transformation stored in |the_map| to the |collection| vector
200 // replacing the map keys found in |collection| with its associated value in
202 static void ApplyMap(std::vector<uint64_t>* collection,
H A Dinplace_generator_unittest.cc585 vector<uint64_t> collection = {1, 2, 3, 4, 6}; local
592 InplaceGenerator::ApplyMap(&collection, value_map);
593 EXPECT_EQ(expected_values, collection);
H A Dinplace_generator.cc356 // Tries to assign temp blocks for a collection of cuts, all of which share
727 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, argument
729 for (uint64_t& elem : *collection) {
/system/sepolicy/
H A Ddefinitions.mk1 # Command to turn collection of policy files into a policy.conf file to be
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc366 I: profile collection skipped (missing config directory)
404 I: profile collection skipped (missing semaphore file)
442 I: profile collection skipped (missing 'perf' executable)
479 I: profile collection failed (perf record returned bad exit status)
731 I: initiating profile collection
732 I: profile collection complete
787 I: initiating profile collection
788 I: profile collection complete
791 I: initiating profile collection
792 I: profile collection complet
[all...]
/system/bt/doc/
H A Ddirectory_layout.md13 * bta - *Bluetooth Application* - Strange collection of a-lot of things **Deprecate?**

Completed in 155 milliseconds