OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalPackets
(Results
1 - 7
of
7
) sorted by null
/external/tcpdump/
packetdat.awk
33
totalPackets
++
45
print "# " maxId " chunks. "
totalPackets
" packets sent. " \
/frameworks/wilhelm/tests/sandbox/
xaplay.c
44
size_t
totalPackets
; // total number of packets in input file
45
size_t numPackets; // number of packets to play, defaults to
totalPackets
- firstPacket
345
totalPackets
= filelen / MPEG2TS_PACKET_SIZE;
346
printf("%s has %zu total packets\n", uri,
totalPackets
);
347
if (firstPacket >=
totalPackets
) {
352
numPackets =
totalPackets
- firstPacket;
353
} else if (firstPacket + numPackets >
totalPackets
) {
355
numPackets =
totalPackets
- firstPacket;
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
/prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
Completed in 386 milliseconds