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

<<11121314151617181920>>

  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 57 test_low_batt_p: percent battery at which test should stop
64 volume_level: percent audio volume level
65 mic_gain: percent audio microphone gain level
66 low_batt_margin_p: percent low battery margin to be added to
211 "Low battery percent and seconds are non-zero.")
442 units='percent',
549 of 0 secs and using low battery percent threshold of 3.5
555 Tuple of (percent, seconds)
556 percent: float of low battery percentage
566 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/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]
  /external/webrtc/webrtc/base/
sslstreamadapter_unittest.cc 408 // Randomly drop loss_ percent of packets
447 void SetLoss(int percent) {
448 loss_ = percent;
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraAgentImpl.java 736 int percent = (int) (ratio * AndroidCameraCapabilities.ZOOM_MULTIPLIER); local
737 int index = Collections.binarySearch(percentages, percent);
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageSummaryTest.java 430 final double percent = mFragment.calculatePercentage(POWER_MAH, DISCHARGE_AMOUNT); local
431 assertThat(percent).isWithin(PRECISION).of(POWER_USAGE_PERCENTAGE);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py 526 # the percent of close calls that raised an error
527 percent = 100. - 100.*self.close_success_count/self.close_count
528 print self.close_count, ('%.4f ' % percent),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 526 # the percent of close calls that raised an error
527 percent = 100. - 100.*self.close_success_count/self.close_count
528 print self.close_count, ('%.4f ' % percent),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 526 # the percent of close calls that raised an error
527 percent = 100. - 100.*self.close_success_count/self.close_count
528 print self.close_count, ('%.4f ' % percent),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 526 # the percent of close calls that raised an error
527 percent = 100. - 100.*self.close_success_count/self.close_count
528 print self.close_count, ('%.4f ' % percent),
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 2190 int32_t percent; local
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 473 def lscoreatpercentile(inlist, percent):
478 Usage: lscoreatpercentile(inlist,percent)
480 if percent > 1:
481 print '\nDividing percent>1 by 100 in lscoreatpercentile().\n'
482 percent = percent / 100.0
483 targetcf = percent * len(inlist)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-tree-wizard.rb 35 assert_equal(type, :percent)
  /external/e2fsprogs/e2fsck/
e2fsck.h 648 float percent, unsigned int dpynum);
  /external/curl/lib/
url.c 4533 char *percent = strchr(conn->host.name, '%'); local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 1284 int percent = (start * 100) / file_size; local
1286 defraged_file_count, total_count, file, min(percent, 100));
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 152 static NumberFormat percent = null; field in class:CollationPerformanceTest
166 percent = NumberFormat.getPercentInstance();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 86 INT8 percent; member in struct:_xkbBell
1191 CARD8 percent; member in struct:_xkbBellNotify
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 86 INT8 percent; member in struct:_xkbBell
1191 CARD8 percent; member in struct:_xkbBellNotify
  /prebuilts/go/darwin-x86/src/net/url/
url_test.go 383 "http://[fe80::1%25%65%6e%301-._~]/", // percent-encoded+unreserved zone identifier
393 "http://[fe80::1%25%65%6e%301-._~]:8080/", // percent-encoded+unreserved zone identifier
644 {"http://[fe80::1%25%65%6e%301-._~]/", true}, // with percent-encoded+unreserved zone identifier
645 {"http://[fe80::1%25%65%6e%301-._~]:8080/", true}, // with percent-encoded+unreserved zone identifier
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url_test.go 383 "http://[fe80::1%25%65%6e%301-._~]/", // percent-encoded+unreserved zone identifier
393 "http://[fe80::1%25%65%6e%301-._~]:8080/", // percent-encoded+unreserved zone identifier
644 {"http://[fe80::1%25%65%6e%301-._~]/", true}, // with percent-encoded+unreserved zone identifier
645 {"http://[fe80::1%25%65%6e%301-._~]:8080/", true}, // with percent-encoded+unreserved zone identifier
    [all...]

Completed in 2022 milliseconds

<<11121314151617181920>>