HomeSort by relevance Sort by last modified time
    Searched defs:percentage (Results 26 - 50 of 66) sorted by null

12 3

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 623 int percentage = qEncoded * 100 / bytes.length; local
624 return percentage > 30 ? Encoding.B : Encoding.Q;
  /device/google/contexthub/firmware/os/drivers/st_hts221/
hts221.c 178 float percentage = (float) ((mTask.y1_H - mTask.y0_H) * hum + \ local
182 return((percentage > 100) ? 100 : percentage);
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 295 public static String percentage(int num, int total) { method in class:Utils
304 return num + " (" + percentage(num, total) + ")";
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 930 float percentage = percent \/ 100f; local
968 float percentage = percent \/ 100f; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 310 String percentage = NumberFormat.getPercentInstance() local
312 mTextView.switchIndication(percentage);
416 String percentage = NumberFormat.getPercentInstance() local
419 // We now have battery percentage in these strings and it's expected that all
426 percentage);
433 return mContext.getResources().getString(chargingId, percentage);
  /system/extras/simpleperf/
cmd_kmem.cpp 232 // Decide the percentage of callchain by the sample_count, so use 1 as the
292 " mode. The percentage shown in the graph is determined by\n"
692 double percentage = 0.0; local
694 percentage = 100.0 * fragment / slab_sample_tree_.total_allocated_bytes;
696 fprintf(fp, "Total fragment: %" PRIu64 ", %f%%\n", fragment, percentage);
700 percentage = 0.0;
702 percentage = 100.0 * slab_sample_tree_.nr_cross_cpu_allocations /
706 slab_sample_tree_.nr_cross_cpu_allocations, percentage);
  /external/ImageMagick/MagickCore/
effect.c 2254 percentage, local
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 900 double sleept, percentage;; local
906 percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ);
907 sprintf(cstate_lines[1], _("C0 (cpu running) (%4.1f%%)\n"), percentage);
908 if (percentage > 50)
914 percentage = (cur_duration[i] -
922 cnames[i], sleept, percentage);
925 if (percentage > 50)
  /external/libchrome/base/metrics/
histogram.cc 695 double percentage = past / scaled_sum; local
696 StringAppendF(output, " {%3.1f%%}", percentage);
    [all...]
  /external/libchrome/base/process/
process_metrics_linux.cc 235 // We have the number of jiffies in the time period. Convert to percentage.
243 // |cpu_time| which will result in a negative value in the below percentage
247 double percentage = 0.0; local
249 percentage = 100.0 * (cpu_time - last_cpu_time).InSecondsF() /
256 return percentage;
  /frameworks/av/media/libmediaplayer2/nuplayer2/
GenericSource2.cpp 1489 int percentage = 100.0 * cachedPosUs \/ mDurationUs; local
    [all...]
NuPlayer2.cpp 2684 int32_t percentage; local
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 1556 int percentage = 100.0 * cachedPosUs \/ mDurationUs; local
    [all...]
NuPlayer.cpp 2591 int32_t percentage; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 236 final String percentage = NumberFormat.getPercentInstance() local
241 String contentText = mContext.getString(R.string.battery_low_percent_format, percentage);
245 contentText = getHybridContentString(percentage);
263 // Make the notification red if the percentage goes below a certain amount or the time
302 private String getHybridContentString(String percentage) {
306 percentage,
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
FastScroller.java 487 float percentage = ((newDragPos - oldDragPos) / (float) scrollbarLength); local
489 int scrollingBy = (int) (percentage * totalPossibleOffset);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
Settings.java 347 final float percentage = prefs.getFloat( local
349 return (percentage != UNDEFINED_PREFERENCE_VALUE_FLOAT) ? percentage : defaultValue;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
naptypes.h 150 typedef UINT8 Percentage;
163 Percentage percentage; member in struct:tagFixupInfo
  /sdk/attribute_stats/src/
Analyzer.java 427 float percentage = 100 * usage.count/(float)totalCount; local
428 if (percentage < THRESHOLD && prevPercentage >= THRESHOLD) {
432 percentage, usage.attribute);
434 prevPercentage = percentage;
440 if (percentage >= THRESHOLD /*&& usage.count > 1*/) { // 1:Ignore when not enough data?
  /frameworks/base/core/java/com/android/internal/app/procstats/
ProcessState.java 939 final double percentage = (double) totals.totalTime \/ (double) totalTime * 100; local
    [all...]
  /art/tools/dmtracedump/
tracedump.cc 1421 int64_t percentage = (childTime \/ parentTime) * 100.0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/
assertj-core-3.8.0.jar 
  /external/annotation-tools/asmx/test/lib/
cobertura-1.7.jar 
ccl.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 810 milliseconds

12 3