HomeSort by relevance Sort by last modified time
    Searched defs:statistics (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebKit/mac/Misc/
WebCache.h 30 + (NSArray *)statistics; variable
WebCoreStatistics.h 39 + (NSArray *)statistics; variable
  /bionic/libc/kernel/common/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 45 /** whether to print statistics to stdout at end of compile cycle */
46 public boolean statistics; field in class:CfOptions
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /external/kernel-headers/original/linux/
transport_class.h 58 struct attribute_group *statistics; member in struct:transport_container
  /external/webkit/WebKit/win/
WebCache.cpp 92 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
103 WebCore::Cache::Statistics stat = WebCore::cache()->getStatistics();
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 42 COMPtr<IWebKitStatistics> statistics; local
43 if (FAILED(WebKitCreateInstance(__uuidof(WebKitStatistics), &statistics)))
46 if (FAILED(statistics->webViewCount(&count)))
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.cpp 368 FastMallocStatistics statistics = { 0, 0, 0, 0 }; local
369 return statistics;
480 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); }
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 208 if (args.optimize && args.statistics) {
442 if (args.statistics) {
803 /** Whether to print statistics to stdout at end of compile cycle */
804 public boolean statistics; field in class:Main.Arguments
835 } else if (arg.equals("--statistics")) {
836 statistics = true;
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 1154 Heap::Statistics Heap::statistics() const function in class:Heap
1156 Statistics statistics = { 0, 0 }; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.c 823 TIWLN_STATISTICS statistics = { 0 } ; local
828 console_printf_terminal( "TI_GetStatistics(%s, data=%p, size=%d\n", (char*) g_id_adapter, &statistics, sizeof(statistics) );
830 if( TI_GetStatistics( g_id_adapter, &statistics ) )
837 console_printf_terminal("Driver Statistics:\n");
840 console_printf_terminal(" dot11CurrentTxRate : %s\n", print_rate(statistics.dot11CurrentTxRate) );
841 console_printf_terminal(" dot11CurrentChannel : %d\n", statistics.dot11CurrentChannel );
842 console_printf_terminal(" currentMACAddress : %s\n", print_mac_2_str(statistics.currentMACAddress) );
843 console_printf_terminal(" dot11DesiredSSID : %s\n", get_ssid_string(&statistics.dot11DesiredSSID) );
844 console_printf_terminal(" dot11BSSType : %d\n", statistics.dot11BSSType )
891 TIWLN_TX_STATISTICS statistics; local
1774 TIWLAN_DATA_FILTER_STATISTICS statistics; local
1790 PowerConsumptionTimeStat_t statistics; local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 2255 milliseconds