HomeSort by relevance Sort by last modified time
    Searched defs:statistics (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/chromium_org/media/filters/
video_frame_stream.cc 239 PipelineStatistics statistics; local
240 statistics.video_bytes_decoded = buffer_size;
241 statistics_cb_.Run(statistics);
decrypting_audio_decoder.cc 386 // The buffer has been accepted by the decoder, let's report statistics.
388 PipelineStatistics statistics; local
389 statistics.audio_bytes_decoded = buffer_size;
390 statistics_cb_.Run(statistics);
video_renderer_base.cc 326 PipelineStatistics statistics; local
327 statistics.video_frames_dropped = 1;
328 statistics_cb_.Run(statistics);
400 PipelineStatistics statistics; local
401 statistics.video_frames_decoded = 1;
402 statistics_cb_.Run(statistics);
ffmpeg_audio_decoder.cc 521 // Decoding finished successfully, update statistics.
523 PipelineStatistics statistics; local
524 statistics.audio_bytes_decoded = result;
525 statistics_cb_.Run(statistics);
opus_audio_decoder.cc 565 // Decoding finished successfully, update statistics.
566 PipelineStatistics statistics; local
567 statistics.audio_bytes_decoded = decoded_audio_size;
568 statistics_cb_.Run(statistics);
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 266 FastMallocStatistics statistics = { 0, 0, 0 }; local
267 return statistics;
    [all...]
  /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/chromium_org/dbus/
dbus_statistics.cc 20 // Used to store dbus statistics sorted alphabetically by service, interface,
61 // Simple class for gathering DBus usage statistics.
137 namespace statistics { namespace in namespace:dbus
141 delete g_dbus_statistics; // reset statistics
282 } // namespace statistics
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 191 const QuotaTemporaryStorageEvictor::Statistics& statistics() const { function in class:quota::QuotaTemporaryStorageEvictorTest
240 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
241 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
242 EXPECT_EQ(1, statistics().num_evicted_origins);
243 EXPECT_EQ(1, statistics().num_eviction_rounds);
244 EXPECT_EQ(0, statistics().num_skipped_eviction_rounds);
260 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
261 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
262 EXPECT_EQ(2, statistics().num_evicted_origins)
    [all...]
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 832 std::vector<AutocheckoutStatistic> statistics; local
835 statistics,
976 std::vector<AutocheckoutStatistic> statistics; local
979 statistics,
992 std::vector<AutocheckoutStatistic> statistics; local
1021 std::vector<AutocheckoutStatistic> statistics; local
1673 std::vector<AutocheckoutStatistic> statistics; local
1688 std::vector<AutocheckoutStatistic> statistics; local
    [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;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 534 if (args.optimize && args.statistics) {
769 if (args.statistics) {
1224 public boolean statistics; field in class:Main.Arguments
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 180 private final Statistics mStatistics;
208 mStatistics = Statistics.getInstance();
1909 final Statistics statistics = researchLogger.mStatistics; local
1932 final Statistics statistics = researchLogger.mStatistics; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 1411 static int statistics = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
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 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1155 milliseconds

1 23 4