HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /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/
ConfigResultsElement.java 251 * Return the statistics of the build along its history.
262 if (this.statistics == null) {
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES);
265 return this.statistics;
461 // Statistics
468 excluded.append(configResults+" excluded from status due to erratic statistics!");
480 excluded.append(configResults+" excluded from status due to unstable statistics!");
ResultsElement.java 65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.statistics;
  /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/media/base/
mock_filters.h 188 // Helper mock statistics callback.
194 MOCK_METHOD1(OnStatistics, void(const media::PipelineStatistics& statistics));
  /external/chromium_org/media/filters/
video_frame_stream_unittest.cc 68 // Check that the pipeline statistics callback was fired correctly.
80 void OnStatistics(const PipelineStatistics& statistics) {
81 total_bytes_decoded_ += statistics.video_bytes_decoded;
  /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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js     [all...]
  /external/chromium_org/dbus/
object_proxy.cc 96 statistics::AddBlockingSentMethodCall(service_name_,
160 statistics::AddSentMethodCall(service_name_,
462 statistics::AddReceivedSignal(service_name_, interface, member);
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/remoting/webapp/
server_log_entry.js 107 "connection-statistics";
235 * Makes a log entry for a set of connection statistics.
236 * Returns null if all the statistics were zero.
client_plugin.js 151 * @return {remoting.ClientSession.PerfStats} The connection statistics.
client_screen.js 182 * Timer callback to update the statistics panel.
client_session.js 232 * Type used for performance statistics collected by the plugin.
251 // Keys for connection statistics.
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 311 if (cfOptions.statistics) {
326 if (cfOptions.statistics && nonOptRmeth != null) {
383 * Helper that updates the dex statistics.
390 * collect statistics. We have to totally convert both ways,
  /external/chromium_org/chromeos/dbus/
dbus_thread_manager.cc 489 dbus::statistics::Initialize();
493 dbus::statistics::Shutdown();
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 436 # include <inq_stats/statistics.h>
442 # include <sys/statistics.h>
  /external/chromium_org/webkit/browser/quota/
quota_manager.h 208 void GetStatistics(std::map<std::string, std::string>* statistics);
quota_manager.cc     [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 326 asan_introspection.statistics = &mi_statistics;
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 266 FastMallocStatistics statistics = { 0, 0, 0 }; local
267 return statistics;
    [all...]
  /external/clang/tools/scan-build/
scan-build 291 # AddStatLine - Decode and insert a statistics line into the database.
395 # Don't add internal statistics to the bug reports
396 if ($BugCategory =~ /statistics/i) {
435 # CalcStats - Calculates visitation statistics and returns the string.
841 # Print statistics
1133 Generates visitation statistics for the project being analyzed.
1142 Generate internal analyzer statistics.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 192 builds a simple report to present the various statistics.
  /external/elfutils/libelf-po/
Makefile 93 echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \
94 cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po
  /external/chromium_org/v8/tools/gyp/
v8_base.arm.host.darwin-arm.mk 64 v8/src/extensions/statistics-extension.cc \
v8_base.arm.host.linux-arm.mk 64 v8/src/extensions/statistics-extension.cc \

Completed in 5690 milliseconds

1 2 34 5 6