Searched refs:first (Results 101 - 125 of 167) sorted by relevance

1234567

/system/connectivity/shill/wimax/
H A Dwimax_provider.cc129 const RpcIdentifier& path = it->first;
309 // TODO(petkov): For now, just return the first available device. We need to
376 LOG(INFO) << "Destroying device: " << it->first;
459 const RpcIdentifier& path = nit.first;
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp181 // Only look at the first address, because we only support notifying
436 // So only parse the first ND option in the message.
511 * there are multiple valid messages in the buffer, only the first one will be
514 * TODO: consider only ever looking at the first message.
588 int first = 1; local
598 if (first) {
607 first = 0;
/system/core/libutils/
H A DThreads.cpp731 bool first = true; local
735 if (first) {
736 first = false;
/system/netd/server/
H A DNetworkController.cpp129 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) {
302 return entry.first;
374 // if we hit an error on the way. Return the first error that we see.
542 android::net::gCtls->resolverCtrl.dump(dw, i.first);
/system/core/init/
H A Daction.cpp202 const auto& trigger_name = t.first;
241 result += t.first;
/system/firewalld/
H A Diptables.cc212 PlugHole(hole.first /* port */, hole.second /* interface */, &tcp_holes_,
219 PlugHole(hole.first /* port */, hole.second /* interface */, &udp_holes_,
/system/webservd/webservd/
H A Dprotocol_handler.cc121 // Try exact match first. If everything matches, we have our handler.
123 return pair.first;
148 handler_id = pair.first;
H A Drequest.cc234 MHD_add_response_header(resp, pair.first.c_str(), pair.second.c_str());
397 CHECK(post_data_.back().first == key);
H A Dlog_manager.cc151 base::StringPrintf("%s-%c.%s", pair.first.c_str(),
/system/connectivity/dhcp_client/
H A Ddhcp_options_writer.cc157 uint32_t first_net = htonl(element.first);
/system/connectivity/shill/dbus/
H A Dchromeos_service_dbus_adaptor.cc208 std::make_pair(dbus::ObjectPath(entry.first), entry.second));
/system/connectivity/shill/wifi/
H A Dtdls_manager_unittest.cc180 .WillOnce(DoAll(SetArgumentPointee<1>(it.first), Return(true)));
/system/core/adb/
H A DAndroid.mk137 LOCAL_MULTILIB := first
205 LOCAL_MULTILIB := first
/system/core/libnativeloader/
H A Dnative_loader.cpp118 return env->IsSameObject(value.first, class_loader);
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp191 int feature = pair.first;
H A Dcpu_hotplug_test.cpp128 SetCpuOnline(pair.first, pair.second);
/system/update_engine/common/
H A Dsubprocess.cc51 setenv(key_value.first.c_str(), key_value.second.c_str(), 0);
162 // redirected pipes are still alive. Releasing the process first makes
H A Dsubprocess_unittest.cc94 EXPECT_NE(allowed_envs.end(), allowed_envs.find(key_value_pair.first));
230 // two bytes to the fifo, the first one marks that the program is running and
232 // killed. We should read the first byte but not the second one.
H A Dlibcurl_http_fetcher.cc461 // Update HTTP response first.
552 fd_max = max(fd_max, fd_task_maps_[t].rbegin()->first);
636 // first, since it could be canceled by this call.
651 << fd_taks_pair.first;
/system/update_engine/payload_generator/
H A Dcycle_breaker.cc138 Vertex::Index w = it->first;
/system/bt/doc/
H A Dpower_management.md83 At this point, the power managment code is basically done until the first set of
123 the first power management action didn't timeout (or was never attempted,
177 previous PARK or SNIFF failed, otherwise it'll re-attempt the first
/system/connectivity/shill/
H A Dkey_value_store.cc418 out_dict->emplace(key_value_pair.first, dict);
435 out_store->properties_.emplace(key_value_pair.first, store);
/system/core/logd/
H A DLogStatistics.h91 it = map.insert(std::make_pair(key, TEntry(element))).first;
101 it = map.insert(std::make_pair(key, TEntry(key))).first;
/system/extras/perfprofd/quipper/
H A Dperf_parser.cc356 // Count the number of non-null entries before the first null entry.
417 // Sometimes the first event we see is a SAMPLE event and we don't have the
419 AddressMapper* mapper = GetOrCreateProcessMapper(pid).first;
470 GetOrCreateProcessMapper(pid).first);
/system/weaved/buffet/
H A Dshill_client.cc274 device_paths_to_remove.insert(kv.first);
356 VLOG(3) << "Device at " << it->first.value() << " has selected service at "

Completed in 551 milliseconds

1234567