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

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
transport_class.h 43 struct attribute_group *statistics; member in struct:transport_container
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/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/Source/WebKit/win/
WebCache.cpp 89 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
100 WebCore::MemoryCache::Statistics stat = WebCore::memoryCache()->getStatistics();
  /external/webkit/Tools/WebKitAPITest/tests/
WebViewDestruction.cpp 44 COMPtr<IWebKitStatistics> statistics; local
45 if (FAILED(WebKitCreateInstance(__uuidof(WebKitStatistics), &statistics)))
48 if (FAILED(statistics->webViewCount(&count)))
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 114 private final Statistics statistics = new Statistics(); field in class:LwjglRenderer
133 public Statistics getStatistics() {
134 return statistics;
397 statistics.clearMemory();
404 statistics.clearMemory();
748 // statistics.clearFrame();
778 statistics.onShaderUse(shader, true);
782 statistics.onShaderUse(shader, false);
    [all...]
LwjglGL1Renderer.java 13 import com.jme3.renderer.Statistics;
58 private final Statistics statistics = new Statistics(); field in class:LwjglGL1Renderer
81 public Statistics getStatistics() {
82 return statistics;
126 statistics.clearMemory();
133 statistics.clearMemory();
427 // statistics.clearFrame();
716 statistics.onNewTexture()
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 97 private final Statistics statistics = new Statistics(); field in class:OGLESShaderRenderer
145 public Statistics getStatistics() {
146 return statistics;
379 statistics.clearMemory();
387 statistics.clearMemory();
731 // statistics.clearFrame();
775 statistics.onShaderUse(shader, true);
779 statistics.onShaderUse(shader, false)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 379 FastMallocStatistics statistics = { 0, 0, 0 }; local
380 return statistics;
521 static void statistics(malloc_zone_t*, malloc_statistics_t* stats) { memset(stats, 0, sizeof(malloc_statistics_t)); }
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.h 39 + (NSArray *)statistics; variable
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 452 WebContext::Statistics& WebContext::statistics() function in class:WebKit::WebContext
454 static Statistics statistics = Statistics(); local
456 return statistics;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 369 if (args.optimize && args.statistics) {
577 if (args.statistics) {
946 public boolean statistics; field in class:Main.Arguments
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1226 base::StatisticsRecorder statistics; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ResultsElement.java 65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.statistics;
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 1036 milliseconds

12