HomeSort by relevance Sort by last modified time
    Searched refs:cumulative (Results 1 - 21 of 21) sorted by null

  /system/media/audio_utils/
PowerLog.cpp 172 float cumulative = 0.f; local
180 ss << " ] sum(" << audio_utils_power_from_energy(cumulative) << ")";
182 cumulative = 0.f;
203 cumulative += energy;
  /external/selinux/libselinux/utils/
avcstat.c 73 ("display of cumulative values. The -f option specifies the location of the\n");
98 int fd, i, cumulative = 0; local
110 cumulative = 1;
206 if (cumulative || !i)
  /external/iproute2/netem/
maketable.c 121 /* replace an array by its cumulative distribution */
135 inverttable(int *table, int inversesize, int tablesize, int cumulative)
147 fvalue = (double)table[i]/(double)cumulative;
  /external/jemalloc/bin/
jeprof.in 62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
179 --cum Sort by cumulative data
603 my $cumulative = CumulativeProfile($reduced);
608 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
610 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
620 PrintText($symbols, $flat, $cumulative, -1);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
885 my $cumulative = CumulativeProfile($reduced);
887 PrintText($symbols, $flat, $cumulative, $line_limit)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 150 double cumulative = 0; local
176 cumulative += ratio;
178 // TODO check should be count < max && cumulative < maxPercent
183 output.println(value + "\t" + refCount + "\t" + ratio + "%\t" + cumulative + "%");
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 63 histLine int = 1 // The cumulative count of lines processed.
66 // HistLine reports the cumulative source line number of the token,
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 63 histLine int = 1 // The cumulative count of lines processed.
66 // HistLine reports the cumulative source line number of the token,
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 153 // TotalAlloc is cumulative bytes allocated for heap objects.
176 // Mallocs is the cumulative count of heap objects allocated.
180 // Frees is the cumulative count of heap objects freed.
341 // PauseTotalNs is the cumulative nanoseconds in GC
405 // Mallocs is the cumulative count of heap objects
406 // allocated in this size class. The cumulative bytes
411 // Frees is the cumulative count of heap objects freed
malloc.go 837 // distributed random number and applying the cumulative distribution
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 153 // TotalAlloc is cumulative bytes allocated for heap objects.
176 // Mallocs is the cumulative count of heap objects allocated.
180 // Frees is the cumulative count of heap objects freed.
341 // PauseTotalNs is the cumulative nanoseconds in GC
405 // Mallocs is the cumulative count of heap objects
406 // allocated in this size class. The cumulative bytes
411 // Frees is the cumulative count of heap objects freed
malloc.go 837 // distributed random number and applying the cumulative distribution
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
interactive.go 155 Add --cum to sort using cumulative data.
196 cum/flat: Sort entries based on cumulative or flat data
driver.go 437 flagCum *bool // Sort by cumulative data
631 flagCum: flag.Bool("cum", false, "Sort by cumulative data"),
865 " -cum Sort by cumulative data\n\n" +
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
interactive.go 155 Add --cum to sort using cumulative data.
196 cum/flat: Sort entries based on cumulative or flat data
driver.go 437 flagCum *bool // Sort by cumulative data
631 flagCum: flag.Bool("cum", false, "Sort by cumulative data"),
865 " -cum Sort by cumulative data\n\n" +
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /art/oatdump/
oatdump.cc 471 DexFileData cumulative; local
486 cumulative.Add(data);
488 os << "Cumulative dex file data\n";
489 cumulative.Dump(os);
632 os.Stream() << "Dumping cumulative use of " << sum / kBitsPerByte << " accounted bytes\n";
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 1411 milliseconds