Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 26) sorted by relevance

12

/system/core/toolbox/
Diftop.c196 static int print_interfaces(struct if_stats *old, struct if_stats *new, int nr) in print_interfaces() argument
201 if (old->rx_packets || old->tx_packets) { in print_interfaces()
204 new->rx_bytes - old->rx_bytes, in print_interfaces()
205 new->rx_packets - old->rx_packets, in print_interfaces()
206 new->rx_errors - old->rx_errors, in print_interfaces()
207 new->rx_dropped - old->rx_dropped, in print_interfaces()
208 new->tx_bytes - old->tx_bytes, in print_interfaces()
209 new->tx_packets - old->tx_packets, in print_interfaces()
210 new->tx_errors - old->tx_errors, in print_interfaces()
211 new->tx_dropped - old->tx_dropped); in print_interfaces()
[all …]
/system/extras/simpleperf/
Dthread_tree.cpp145 MapEntry* old = *it; in FixOverlappedMap() local
146 if (old->start_addr < map->start_addr) { in FixOverlappedMap()
147 MapEntry* before = AllocateMap(MapEntry(old->start_addr, map->start_addr - old->start_addr, in FixOverlappedMap()
148 old->pgoff, old->time, old->dso)); in FixOverlappedMap()
151 if (old->get_end_addr() > map->get_end_addr()) { in FixOverlappedMap()
153 MapEntry(map->get_end_addr(), old->get_end_addr() - map->get_end_addr(), in FixOverlappedMap()
154 map->get_end_addr() - old->start_addr + old->pgoff, old->time, old->dso)); in FixOverlappedMap()
/system/connectivity/shill/test-scripts/
Dbackchannel48 old="$1" ; shift
51 ip link set "$old" down
52 nameif "$new" $(macaddr "$old")
/system/connectivity/shill/
Dprovider_db_unittest.bfd40 name:,Data Connect (old)
49 name:,Internet (old)
51 name:,Internet with VPN (old)
/system/connectivity/shill/dbus/
Dchromeos_modem_proxy.cc87 uint32_t old, uint32_t _new, uint32_t reason) { in StateChanged() argument
88 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << old in StateChanged()
93 state_changed_callback_.Run(old, _new, reason); in StateChanged()
Dchromeos_modem_proxy.h61 void StateChanged(uint32_t old, uint32_t _new, uint32_t reason);
Dchromeos_mm1_modem_proxy.h89 void StateChanged(int32_t old, int32_t _new, uint32_t reason);
Dchromeos_mm1_modem_proxy.cc220 int32_t old, int32_t _new, uint32_t reason) { in StateChanged() argument
225 state_changed_callback_.Run(old, _new, reason); in StateChanged()
/system/sepolicy/
Dlmkd.te31 # Clean up old cgroups
Ddrmserver.te35 # Delete old socket file if present.
Duntrusted_app.te54 # Rules migrated from old app domains coalesced into untrusted_app.
Dsystem_server.te470 # Clean up old cgroups
/system/extras/tests/net_test/
Drun_net_test.sh106 Perhaps this kernel is too old to support it.
/system/core/libutils/
DRefBase.cpp398 int32_t old = refs->mStrong.fetch_sub(INITIAL_STRONG_VALUE, in incStrong() local
401 ALOG_ASSERT(old > INITIAL_STRONG_VALUE, "0x%x too small", old); in incStrong()
DLooper.cpp105 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS in setForThread() local
113 if (old != NULL) { in setForThread()
114 old->decStrong((void*)threadDestructor); in setForThread()
/system/core/lmkd/
Dlmkd.c165 static void adjslot_remove(struct adjslot_list *old) in adjslot_remove() argument
167 struct adjslot_list *prev = old->prev; in adjslot_remove()
168 struct adjslot_list *next = old->next; in adjslot_remove()
/system/update_engine/
Dupdate_metadata.proto65 // - SOURCE_COPY: Copy the data in src_extents in the old partition to
71 // - SOURCE_BSDIFF: Read the data in src_extents in the old partition, perform
276 // |{old,new}_{kernel,rootfs}_info| fields used in major version = 1. This
/system/connectivity/shill/doc/
Ddevice-api.txt628 so this value returned might be slightly old.
672 so this value returned might be slightly old.
Dmanager-api.txt218 old profile.
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders.prototxt1722 name : "Vivatel (old)"
4384 name : "Airtel (old)"
7716 name : "Internet Facile (old)"
9354 name : "Postpaid (old)"
9361 name : "Prepaid (old)"
10959 name : "Internet (old)"
12133 name : "Web (old)"
14514 name : "Data Connect (old)"
15058 name : "Internet (old)"
15065 name : "Internet with VPN (old)"
/system/core/fastboot/
Dfastboot_protocol.txt442 0x03 0x00 0x00 0x00 getvar:version [arrives late with old seq#, is ignored]
/system/tpm/trunks/generator/
Draw_commands.txt3548 TPM_RC_CONTEXT_GAP if creating the session would prevent recycling of old saved contexts (See
6461 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC
7422 // to transit between old
7434 // Get old parent pointer
7436 // old parent key must be a storage object
20915 // add old digest
21291 // add old digest
21909 // add old digest
22465 // add old digest
22707 // add old digest
[all …]
Draw_commands_fixed.txt3548 TPM_RC_CONTEXT_GAP if creating the session would prevent recycling of old saved contexts (See
6465 Therefore, the old authValue (of the TPM-resident object) is used when generating the response HMAC
7432 // to transit between old
7444 // Get old parent pointer
7446 // old parent key must be a storage object
20926 // add old digest
21302 // add old digest
21920 // add old digest
22476 // add old digest
22718 // add old digest
[all …]
/system/media/audio_utils/
DDoxyfile.orig186 # tag to YES if you prefer the old behavior instead.
1194 # files are now used as the Windows 98 help format, and will replace the old
DDoxyfile186 # tag to YES if you prefer the old behavior instead.
1194 # files are now used as the Windows 98 help format, and will replace the old

12