HomeSort by relevance Sort by last modified time
    Searched refs:percent (Results 251 - 275 of 694) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/
LauncherAppTransitionManagerImpl.java 569 public void onUpdate(float percent) {
577 final float easePercent = AGGRESSIVE_EASE.getInterpolation(percent);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 648 int percent = 0; local
651 percent = isDebugView() ? 50 : Integer.parseInt(state);
655 String progress = Integer.toString(percent);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 338 percent = 100 * n_hits // n_lines
339 sums[modulename] = n_lines, percent, modulename, filename
346 n_lines, percent, modulename, filename = sums[m]
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 338 percent = 100 * n_hits // n_lines
339 sums[modulename] = n_lines, percent, modulename, filename
346 n_lines, percent, modulename, filename = sums[m]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 338 percent = 100 * n_hits // n_lines
339 sums[modulename] = n_lines, percent, modulename, filename
346 n_lines, percent, modulename, filename = sums[m]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 338 percent = 100 * n_hits // n_lines
339 sums[modulename] = n_lines, percent, modulename, filename
346 n_lines, percent, modulename, filename = sums[m]
  /external/mesa3d/scripts/
get_reviewer.pl 226 'git-min-percent=i' => \$email_git_min_percent,
789 --git-min-percent => minimum percentage of commits required (default: $email_git_min_percent)
847 --git-min-signatures, --git-max-maintainers, --git-min-percent, and
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java     [all...]
  /external/ImageMagick/www/api/
enhance.php 132 <dd>the brightness percent (-100 .. 100). </dd>
136 <dd>the contrast percent (-100 .. 100). </dd>
633 <dd>Define the percent change in brightness, saturation, and hue. </dd>
674 <p>The NormalizeImage() method enhances the contrast of a color image by mapping the darkest 2 percent of all pixel to black and the brightest 1 percent to white.</p>
annotate.php 67 a percent sign
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 377 TESTCLASSID_FACTORY(NoUnit, NoUnit::percent().clone());
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 459 const double percent = 100. * preallocated_temp_fragmentation_bytes / local
464 percent);
469 const double percent = local
472 HumanReadableNumBytes(total_fragmentation_bytes).c_str(), percent);
    [all...]
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayer2Impl.java 321 * or played. For example a buffering update of 80 percent when half the content
322 * has already been played indicates that the next 30 percent of the
329 // Use cached buffered percent for now.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 193 int percent; /* requested volume as a % of maximum */ member in struct:_XkbBellNotify
433 int /* percent */,
442 int /* percent */
451 int /* percent */,
458 int /* percent */,
464 int /* percent */
470 int /* percent */,
  /system/core/adb/
commandline.cpp 923 int percent = static_cast<int>(xfer * 47LL \/ (sb.st_size ? sb.st_size : 1)); local
    [all...]
  /art/test/testrunner/
testrunner.py 614 percent = (test_count * 100) / total_test_count
616 percent,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file2k.py 516 # the percent of close calls that raised an error
517 percent = 100. - 100.*self.close_success_count/self.close_count
518 print self.close_count, ('%.4f ' % percent),
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 64 test_low_batt_p: percent battery at which test should stop
71 volume_level: percent audio volume level
72 mic_gain: percent audio microphone gain level
73 low_batt_margin_p: percent low battery margin to be added to
219 "Low battery percent and seconds are non-zero.")
465 units='percent',
576 of 0 secs and using low battery percent threshold of 3.5
582 Tuple of (percent, seconds)
583 percent: float of low battery percentage
593 percent = float(line.split(split_re)[2].split()[0]
    [all...]
  /external/autotest/tko/
nightly.py 288 percent = (avg/baseline - 1)*100
289 print "%+.1f%%" % percent,
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 482 case tok::percent:
635 case tok::percent:
  /external/curl/lib/
url.c 2380 char *percent = strchr(conn->host.name, '%'); local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 122 long getExpirationTime(int percent) {
124 return _created + (percent * _ttl * 10L);
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 203 double percent = (precision >= DBL_DIG) ? max_error_abs : max_error; local
216 if (showall || allowp >= percent)
  /external/python/cpython2/Lib/test/
test_file2k.py 574 # the percent of close calls that raised an error
575 percent = 100. - 100.*self.close_success_count/self.close_count
576 print self.close_count, ('%.4f ' % percent),
  /external/valgrind/massif/
ms_print.in 75 --threshold=<m.n> significance threshold, in percent [$threshold]

Completed in 1371 milliseconds

<<11121314151617181920>>