Searched defs:statistics (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebCache.h30 + (NSArray *)statistics; variable
H A DWebCoreStatistics.h39 + (NSArray *)statistics; variable
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsView.java48 * statistics of rendering. The data is retrieved every frame from a
65 private Statistics statistics; field in class:StatsView
80 statistics = stats;
82 statLabels = statistics.getLabels();
101 statistics.getData(statData);
111 //statistics.clearFrame();
/external/kernel-headers/original/linux/
H A Dtransport_class.h58 struct attribute_group *statistics; member in struct:transport_container
/external/webkit/Source/WebKit/win/
H A DWebCache.cpp89 HRESULT STDMETHODCALLTYPE WebCache::statistics( function in class:WebCache
/external/webkit/Tools/WebKitAPITest/tests/
H A DWebViewDestruction.cpp44 COMPtr<IWebKitStatistics> statistics; local
45 if (FAILED(WebKitCreateInstance(__uuidof(WebKitStatistics), &statistics)))
48 if (FAILED(statistics->webViewCount(&count)))
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp379 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)); }
4260 FastMallocStatistics statistics;
4263 statistics.reservedVMBytes = static_cast<size_t>(pageheap->SystemBytes());
4264 statistics.committedVMBytes = statistics.reservedVMBytes - pageheap->ReturnedBytes();
4266 statistics.freeListBytes = 0;
4271 statistics.freeListBytes += ByteSizeForClass(cl) * (length + tc_length);
4274 statistics
[all...]
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.cpp102 void WKContextGetGlobalStatistics(WKContextStatistics* statistics) argument
104 const WebContext::Statistics& webContextStatistics = WebContext::statistics();
106 statistics->wkViewCount = webContextStatistics.wkViewCount;
107 statistics->wkPageCount = webContextStatistics.wkPageCount;
108 statistics->wkFrameCount = webContextStatistics.wkViewCount;
/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/
H A DResultsElement.java65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.statistics;
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.cpp452 WebContext::Statistics& WebContext::statistics() function in class:WebKit::WebContext
454 static Statistics statistics = Statistics(); local
456 return statistics;
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java58 private final Statistics statistics = new Statistics(); field in class:LwjglGL1Renderer
82 return statistics;
126 statistics.clearMemory();
133 statistics.clearMemory();
427 // statistics.clearFrame();
716 statistics.onNewTexture();
730 statistics.onTextureUse(img, true);
821 statistics.onTextureUse(image, true);
823 statistics.onTextureUse(image, false);
1122 statistics
[all...]
H A DLwjglRenderer.java114 private final Statistics statistics = new Statistics(); field in class:LwjglRenderer
134 return statistics;
397 statistics.clearMemory();
404 statistics.clearMemory();
748 // statistics.clearFrame();
778 statistics.onShaderUse(shader, true);
782 statistics.onShaderUse(shader, false);
813 statistics.onUniformSet();
1103 statistics.onNewShader();
1116 // statistics
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_main.cc1225 // Initialize histogram statistics gathering system.
1226 base::StatisticsRecorder statistics; local
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java97 private final Statistics statistics = new Statistics(); field in class:OGLESShaderRenderer
146 return statistics;
379 statistics.clearMemory();
387 statistics.clearMemory();
731 // statistics.clearFrame();
775 statistics.onShaderUse(shader, true);
779 statistics.onShaderUse(shader, false);
811 statistics.onUniformSet();
1177 statistics.onNewShader();
1199 statistics
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 315 milliseconds