HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/WebKit/mac/Misc/
WebCache.h 30 + (NSArray *)statistics; variable
WebCoreStatistics.h 39 + (NSArray *)statistics; variable
WebCoreStatistics.mm 52 + (NSArray *)statistics
54 return [WebCache statistics];
197 Heap::Statistics jsHeapStatistics = JSDOMWindow::commonJSGlobalData()->heap.statistics();
WebCache.mm 43 + (NSArray *)statistics
45 WebCore::Cache::Statistics s = WebCore::cache()->getStatistics();
  /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
CfTranslator.java 277 if (args.statistics) {
292 if (args.statistics && nonOptRmeth != null) {
346 * Helper that updates the dex statistics.
353 * collect statistics. We have to totally convert both ways,
  /external/webkit/WebKit/win/Interfaces/
IWebCache.idl 40 HRESULT statistics([in, out] int* count, [in] IPropertyBag** s);
  /external/webkit/WebKit/win/
WebCache.h 46 virtual HRESULT STDMETHODCALLTYPE statistics(
WebCache.cpp 92 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
103 WebCore::Cache::Statistics stat = WebCore::cache()->getStatistics();
  /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...]
  /bionic/libc/kernel/common/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilt/ndk/android-ndk-r4/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/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 42 COMPtr<IWebKitStatistics> statistics; local
43 if (FAILED(WebKitCreateInstance(__uuidof(WebKitStatistics), &statistics)))
46 if (FAILED(statistics->webViewCount(&count)))
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 245 if (args.optimize && args.statistics) {
435 if (args.statistics) {
796 /** Whether to print statistics to stdout at end of compile cycle */
797 public boolean statistics; field in class:Main.Arguments
828 } else if (arg.equals("--statistics")) {
829 statistics = true;
    [all...]
  /external/freetype/
Android.mk 47 # statistics when FT_Done_FreeType is called
  /external/webkit/WebKit/android/
TimeCounter.cpp 143 Heap::Statistics jsHeapStatistics = JSDOMWindow::commonJSGlobalData()->heap.statistics();
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 1154 Heap::Statistics Heap::statistics() const function in class:Heap
1156 Statistics statistics = { 0, 0 }; local
    [all...]
Collector.h 87 struct Statistics {
91 Statistics statistics() const;
143 void addToStatistics(Statistics&) const;

Completed in 298 milliseconds

1 2