HomeSort by relevance Sort by last modified time
    Searched defs:throughput (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/libppp/src/
ipv6cp.h 55 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipv6cp
ipcp.h 99 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipcp
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 53 mOutputFormat = ObjectFormat.fromClass(Throughput.class, FrameFormat.TARGET_SIMPLE);
55 addOutputPort("throughput", mOutputFormat);
86 // Output throughput info if time period is up
90 Throughput throughput = new Throughput(mTotalFrameCount, local
95 throughputFrame.setObjectValue(throughput);
96 pushOutput("throughput", throughputFrame);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 39 FrameType throughputType = FrameType.single(Throughput.class);
42 .addOutputPort("throughput", Signature.PORT_REQUIRED, throughputType)
78 // Output throughput info if time period is up
81 OutputPort tpPort = getConnectedOutputPort("throughput");
82 Throughput throughput = new Throughput(mTotalFrameCount, local
87 throughputFrame.setValue(throughput);
  /bionic/tests/
benchmark_main.cpp 144 char throughput[100]; local
145 throughput[0] = '\0';
149 snprintf(throughput, sizeof(throughput), " %8.2f MiB/s", mib_processed/seconds);
166 static_cast<int64_t>(iterations), gBenchmarkTotalTimeNs/iterations, throughput);
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 342 def throughput(name, trace): function in function:process_trace
348 out.write('GC %s Throughput (after): %s / %s ms = %s/ms<br/>' %
353 out.write('GC %s Throughput (before): %s / %s ms = %s/ms<br/>' %
375 throughput('TOTAL', trace)
376 throughput('MS', marksweeps)
377 throughput('OLDSPACE', globalgcs)
  /external/v8/tools/
gc-nvp-trace-processor.py 342 def throughput(name, trace): function in function:process_trace
348 out.write('GC %s Throughput (after): %s / %s ms = %s/ms<br/>' %
353 out.write('GC %s Throughput (before): %s / %s ms = %s/ms<br/>' %
375 throughput('TOTAL', trace)
376 throughput('MS', marksweeps)
377 throughput('OLDSPACE', globalgcs)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
wireless.h 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
wireless.h 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
x25.h 103 unsigned int throughput; member in struct:x25_facilities
wireless.h 955 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 228 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member in struct:__anon3923
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 457 __u32 throughput; member in struct:iw_range
  /development/ndk/platforms/android-3/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /external/kernel-headers/original/linux/
wireless.h 928 __u32 throughput; \/* To give an idea... *\/ member in struct:iw_range
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 454 __u32 throughput; member in struct:iw_range

Completed in 847 milliseconds

1 2 3