Searched refs:old (Results 1 - 12 of 12) sorted by relevance
/system/connectivity/shill/test-scripts/ |
H A D | backchannel | 48 old="$1" ; shift 51 ip link set "$old" down 52 nameif "$new" $(macaddr "$old")
|
/system/connectivity/shill/ |
H A D | provider_db_unittest.bfd | 40 name:,Data Connect (old) 49 name:,Internet (old) 51 name:,Internet with VPN (old)
|
/system/core/toolbox/ |
H A D | iftop.c | 196 static int print_interfaces(struct if_stats *old, struct if_stats *new, int nr) argument 201 if (old->rx_packets || old->tx_packets) { 204 new->rx_bytes - old->rx_bytes, 205 new->rx_packets - old->rx_packets, 206 new->rx_errors - old->rx_errors, 207 new->rx_dropped - old->rx_dropped, 208 new->tx_bytes - old->tx_bytes, 209 new->tx_packets - old->tx_packets, 210 new->tx_errors - old [all...] |
/system/extras/simpleperf/ |
H A D | thread_tree.cpp | 145 MapEntry* old = *it; local 146 if (old->start_addr < map->start_addr) { 147 MapEntry* before = AllocateMap(MapEntry(old->start_addr, map->start_addr - old->start_addr, 148 old->pgoff, old->time, old->dso)); 151 if (old->get_end_addr() > map->get_end_addr()) { 153 MapEntry(map->get_end_addr(), old->get_end_addr() - map->get_end_addr(), 154 map->get_end_addr() - old [all...] |
/system/connectivity/shill/dbus/ |
H A D | chromeos_modem_proxy.cc | 87 uint32_t old, uint32_t _new, uint32_t reason) { 88 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << old 93 state_changed_callback_.Run(old, _new, reason); 86 StateChanged( uint32_t old, uint32_t _new, uint32_t reason) argument
|
H A D | chromeos_modem_proxy.h | 30 // A proxy to (old) ModemManager.Modem. 61 void StateChanged(uint32_t old, uint32_t _new, uint32_t reason);
|
H A D | chromeos_mm1_modem_proxy.h | 89 void StateChanged(int32_t old, int32_t _new, uint32_t reason);
|
H A D | chromeos_mm1_modem_proxy.cc | 220 int32_t old, int32_t _new, uint32_t reason) { 225 state_changed_callback_.Run(old, _new, reason); 219 StateChanged( int32_t old, int32_t _new, uint32_t reason) argument
|
/system/extras/tests/net_test/ |
H A D | run_net_test.sh | 101 # olddefconfig doesn't work on old kernels. 106 Perhaps this kernel is too old to support it.
|
/system/core/libutils/ |
H A D | RefBase.cpp | 398 int32_t old = refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE, local 401 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); 500 // ALOGV("Freeing refs %p of old RefBase %p\n", this, impl->mBase);
|
H A D | Looper.cpp | 105 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS local 113 if (old != NULL) { 114 old->decStrong((void*)threadDestructor); 144 // Close old epoll instance if we have one. 497 // set from scratch because it may contain an old file handle that we are 563 // set from scratch because it may contain an old file handle that we are
|
/system/core/lmkd/ |
H A D | lmkd.c | 64 /* default to old in-kernel interface if no memory pressure events */ 165 static void adjslot_remove(struct adjslot_list *old) argument 167 struct adjslot_list *prev = old->prev; 168 struct adjslot_list *next = old->next;
|
Completed in 481 milliseconds