Searched refs:first (Results 26 - 50 of 167) sorted by relevance

1234567

/system/update_engine/update_manager/
H A Devaluation_context.cc89 if (it.first->GetMode() == kVariableModeAsync)
90 it.first->RemoveObserver(this);
150 if (it->first->GetMode() == kVariableModeConst) {
186 switch (it.first->GetMode()) {
188 DLOG(INFO) << "Waiting for value on " << it.first->GetName();
189 it.first->AddObserver(this);
193 timeout = std::min(timeout, it.first->GetPollInterval());
232 variables->SetString(it.first->GetName(), it.second.ToString());
H A Dupdate_manager.h39 bool operator()(const scoped_refptr<T>& first, argument
41 return first.get() < second.get();
/system/connectivity/shill/
H A Dservice.cc661 if (ContainsKey(parameters_ignored_for_configure_, it.first)) {
662 SLOG(this, 5) << "Ignoring bool property: " << it.first;
665 SLOG(this, 5) << "Configuring bool property: " << it.first;
667 store_.SetBoolProperty(it.first, it.second.Get<bool>(), &set_error);
672 if (ContainsKey(parameters_ignored_for_configure_, it.first)) {
673 SLOG(this, 5) << "Ignoring int32_t property: " << it.first;
676 SLOG(this, 5) << "Configuring int32_t property: " << it.first;
678 store_.SetInt32Property(it.first, it.second.Get<int32_t>(), &set_error);
683 if (ContainsKey(parameters_ignored_for_configure_, it.first)) {
684 SLOG(this, 5) << "Ignoring key value store property: " << it.first;
[all...]
H A Dfake_store.cc45 const auto& required_key = required_property_name_and_value.first;
85 matching_groups.insert(group_name_and_settings.first);
96 const auto& group_name = group_name_and_settings.first;
110 const auto& group_name = group_name_and_settings.first;
H A Dproperty_iterator.h46 const std::string& Key() const { return it_->first; }
/system/webservd/webservd/
H A Ddbus_request_handler.cc54 headers.emplace_back(pair.first, pair.second);
66 params.emplace_back(false, pair.first, pair.second);
69 params.emplace_back(true, pair.first, pair.second);
/system/extras/ext4_utils/
H A Dallocate.c34 alloc->list.first = NULL;
36 alloc->oob_list.first = NULL;
74 if (list->first == reg)
75 list->first = reg->next;
86 if (list->first == NULL) {
87 list->first = reg;
102 if (list1->first == NULL) {
103 list1->first = list2->first;
105 list1->iter = list2->first;
[all...]
H A Dcontents.c309 * which name comes first. For example, "selinux" would come before "yelinux".
373 struct ext4_xattr_entry *first,
383 size_t available_size = xattr_free_space(first, block_end);
389 struct ext4_xattr_entry *new_entry = xattr_get_last(first);
405 xattr_assert_sane(first);
413 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (hdr + 1); local
417 xattr_addto_range(first, block_end, first, name_index, name, value, value_len);
435 struct ext4_xattr_entry *first = (struct ext4_xattr_entry *) (header + 1); local
439 xattr_addto_range(header, block_end, first, name_inde
370 xattr_addto_range( void *block_start, void *block_end, struct ext4_xattr_entry *first, int name_index, const char *name, const void *value, size_t value_len) argument
[all...]
/system/connectivity/dhcp_client/
H A Ddhcp_options_parser.cc135 uint32_t first = *reinterpret_cast<const uint32_t*>(buffer); local
136 first = ntohl(first);
140 value_vector->push_back(std::pair<uint32_t, uint32_t>(first, second));
/system/update_engine/
H A Dchrome_browser_proxy_resolver.cc105 TEST_AND_RETURN_FALSE(it->first == source_url);
113 TEST_AND_RETURN_FALSE(it->first == source_url);
139 (*callback.first)(ParseProxyString(proxy_info), callback.second);
148 (*callback.first)(proxies, callback.second);
162 // Start by finding the first space (if any).
/system/update_engine/payload_generator/
H A Dtopological_sort.cc41 TopologicalSortVisit(graph, visited_nodes, nodes, it->first);
H A Dgraph_utils.cc41 graph[edge.first].out_edges.find(edge.second)->second.extents;
59 edge_it = result.first;
116 LOG(INFO) << " " << it->first << " read-before:";
H A Dextent_ranges.cc67 Extent UnionOverlappingExtents(const Extent& first, const Extent& second) { argument
68 CHECK_NE(kSparseHole, first.start_block());
70 uint64_t start = std::min(first.start_block(), second.start_block());
71 uint64_t end = std::max(first.start_block() + first.num_blocks(),
/system/core/logcat/
H A DAndroid.mk28 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/extras/memory_replay/tests/
H A DThreadTest.cpp38 Thread* thread = thread_data->first;
68 Thread* thread = thread_data->first;
/system/core/adb/
H A Dsocket_test.cpp49 int first[2]; local
58 ASSERT_EQ(0, adb_socketpair(first)) << strerror(errno);
60 asocket* prev_tail = create_local_socket(first[1]);
93 ASSERT_TRUE(WriteFdExactly(first[0], &read_buffer[0], read_buffer.size()));
98 ASSERT_EQ(0, adb_close(first[0]));
/system/core/bootstat/
H A Dboot_event_record_store_test.cpp144 EXPECT_EQ("cenozoic", events[0].first);
171 names.push_back(i->first);
190 EXPECT_EQ("permian", events[0].first);
210 EXPECT_EQ("carboniferous", record.first);
228 EXPECT_EQ("devonian", record.first);
/system/bt/btcore/src/
H A Duuid.c94 bool uuid_is_equal(const bt_uuid_t *first, const bt_uuid_t *second) { argument
95 assert(first != NULL);
97 return !memcmp(first, second, sizeof(bt_uuid_t));
/system/core/metricsd/collectors/
H A Daveraged_statistics_collector.cc143 if (it->first == "pgmajfault" &&
147 if (it->first == "pswpin" &&
151 if (it->first == "pswpout" &&
/system/tools/aidl/tests/
H A Daidl_test_client_parcelables.cpp59 const vector<SimpleParcelable> original{SimpleParcelable("first", 0),
124 PersistableBundle first; local
127 first.putInt(String16("test_int"), 1231);
130 const vector<PersistableBundle> original{first, second, third};
/system/core/logd/
H A DAndroid.mk47 include $(call first-makefiles-under,$(LOCAL_PATH))
/system/keymaster/
H A Docb.c1395 int first = ((i/3)/(BPI*16))*(BPI*16);
1396 int second = first;
1397 int third = i - (first + second);
1414 ae_encrypt(&ctx,nonce,pt,first,pt,first,ct,NULL,AE_PENDING);
1415 ae_encrypt(&ctx,NULL,pt+first,second,pt+first,second,ct+first,NULL,AE_PENDING);
1416 ae_encrypt(&ctx,NULL,pt+first+second,third,pt+first
[all...]
/system/extras/iotop/
H A Diotop.cpp171 bool first = true; local
180 pid_t tgid = tgid_it.first;
217 if (!first) {
277 first = false;
/system/core/debuggerd/
H A Dtombstone.cpp276 size_t first = 0, last; local
280 if (!first) {
281 first = i+1;
286 if (!first) {
289 first--;
291 // Dump a few words before the first frame.
292 word_t sp = backtrace->GetFrame(first)->sp - STACK_WORDS * sizeof(word_t);
296 // Only log the first 3 frames, put the rest in the tombstone.
297 for (size_t i = first; i <= last; i++) {
488 bool first local
[all...]
/system/connectivity/shill/dbus/
H A Dchromeos_dbus_objectmanager_proxy.cc153 objects_with_properties.emplace(object.first.value(),
173 interface_to_properties->emplace(interface.first, properties);

Completed in 640 milliseconds

1234567