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

1 2

  /frameworks/base/core/tests/coretests/src/android/hardware/display/
AmbientBrightnessDayStatsTest.java 41 private static final float[] STATS = {1.3f, 2.6f, 5.8f, 10};
52 () -> new AmbientBrightnessDayStats(null, BUCKET_BOUNDARIES, STATS));
55 () -> new AmbientBrightnessDayStats(LOCAL_DATE, null, STATS));
65 float[] stats = Arrays.copyOf(STATS, STATS.length + 1); local
66 stats[stats.length - 1] = 0;
67 new AmbientBrightnessDayStats(LOCAL_DATE, BUCKET_BOUNDARIES, stats);
89 BUCKET_BOUNDARIES, STATS);
98 AmbientBrightnessDayStats stats = new AmbientBrightnessDayStats(today, local
    [all...]
  /bionic/linker/
linker_debug.h 46 #define STATS 0
linker_main.cpp 433 #if STATS
434 PRINT("RELO STATS: %s: %d abs, %d rel, %d copy, %d symbol", g_argv[0],
464 #if TIMING || STATS || COUNT_PAGES
linker.cpp 238 #if STATS
    [all...]
  /external/swiftshader/third_party/LLVM/test/
Makefile.tests 21 # Specify ENABLE_STATS on the command line to enable -stats and -time-passes
24 STATS = -stats -time-passes
66 -$(LGCCAS) $(STATS) $< -o $@
  /external/ltp/utils/ffsb-6.0-rc2/
parser.h 45 #define STATS 0x0010
116 {"stats", STATS, 5}, \
parser.c 498 case STATS:
970 if (tmp_cont->type == STATS) {
  /external/valgrind/massif/
ms_main.c 37 // - preset column widths for stats are not generic
    [all...]
  /external/lzma/C/
Ppmd7.c 30 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
307 p->MinContext->Stats = REF(p->FoundState);
361 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++);
385 for (s = STATS(c); s->Symbol != upState.Symbol; s++);
441 CPpmd_State *s = STATS(c);
525 oldPtr = STATS(c);
528 c->Stats = STATS_REF(ptr);
542 c->Stats = REF(s);
562 CPpmd_State *s = STATS(c) + ns1;
575 CPpmd_State *stats = STATS(p->MinContext); local
    [all...]
  /build/soong/android/
androidmk.go 116 fmt.Fprintln(buf, "STATS.SOONG_MODULE_TYPE +=", mod_type)
117 fmt.Fprintf(buf, "STATS.SOONG_MODULE_TYPE.%s := %d\n", mod_type, type_stats[mod_type])
  /build/make/core/
definitions.mk     [all...]
Makefile 496 # package stats
497 PACKAGE_STATS_FILE := $(PRODUCT_OUT)/package-stats.txt
502 @echo Package stats: $@
506 # Create empty package stats file if target builds no jar(s) or apk(s).
509 $(hide) build/make/tools/dump-package-stats $^ > $@
512 .PHONY: package-stats
513 package-stats: $(PACKAGE_STATS_FILE)
554 # build system stats
558 @$(foreach s,$(STATS.MODULE_TYPE),echo "modules_type_make,$(s),$(words $(STATS.MODULE_TYPE.$(s)))" >>$@;
    [all...]
  /external/v8/tools/
callstats.py 12 run run chrome with --runtime-call-stats and generate logs
13 stats process logs and print statistics
17 For each command, you can try ./runtime-call-stats.py help command.
32 import scipy.stats
112 var msg = "STATS: (" + refreshId + ") " + url;
135 "--enable-stats-table",
180 js_flags = "--runtime-call-stats --noconcurrent-recompilation"
206 # If the stats file is empty, chrome must be called again.
301 flags = get_chrome_flags("--runtime-call-stats --allow-natives-syntax",
326 t_bounds = scipy.stats.t.interval(0.95, N-1
445 def stats(s, units=""): function in function:print_stats.print_entry
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AppStateTracker.java 168 interface Stats {
830 mStatLogger.logDurationStat(Stats.UID_ACTIVE_STATE_CHANGED, start);
837 mStatLogger.logDurationStat(Stats.UID_FG_STATE_CHANGED, start);
844 mStatLogger.logDurationStat(Stats.RUN_ANY_CHANGED, start);
851 mStatLogger.logDurationStat(Stats.ALL_UNWHITELISTED, start);
858 mStatLogger.logDurationStat(Stats.ALL_WHITELIST_CHANGED, start);
865 mStatLogger.logDurationStat(Stats.TEMP_WHITELIST_CHANGED, start);
872 mStatLogger.logDurationStat(Stats.EXEMPT_CHANGED, start);
879 mStatLogger.logDurationStat(Stats.FORCE_ALL_CHANGED, start);
895 Stats.FORCE_APP_STANDBY_FEATURE_FLAG_CHANGED, start)
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 246 throw new SecurityException("Network stats history of uid " + uid
257 // shortcut when we know stats will be empty
287 // Grow collection window so we get all the stats needed.
359 final NetworkStats stats = new NetworkStats(end - start, 24); local
361 // shortcut when we know stats will be empty
362 if (start == end) return stats;
390 stats.combineValues(entry);
395 return stats;
561 // missing stats is okay, probably first boot
626 // missing stats is okay, probably first boo
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 574 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 1, Arg: &NameArg{"STATS"}})
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 574 ctx.emit(&ViewerEvent{Name: "process_name", Phase: "M", Pid: 1, Arg: &NameArg{"STATS"}})
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M2/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/1.0.2.v20150114/
aether-util-1.0.2.v20150114.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 

Completed in 484 milliseconds

1 2