Home
last modified time | relevance | path

Searched refs:perc (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Lib/
Dlocale.py233 for perc in percents:
234 if perc.group()[-1]=='%':
237 new_val.append(format(perc.group(), val, grouping))
243 for perc in percents:
244 if perc.group()[-1]=='%':
247 starcount = perc.group('modifiers').count('*')
248 new_val.append(_format(perc.group(),
/external/python/cpython3/Lib/
Dlocale.py225 for perc in percents:
226 if perc.group()[-1]=='%':
229 new_val.append(_format(perc.group(), val, grouping, monetary))
235 for perc in percents:
236 if perc.group()[-1]=='%':
239 starcount = perc.group('modifiers').count('*')
240 new_val.append(_format(perc.group(),
/external/autotest/client/cros/power/
Dpower_test.py205 perc = int(matches.group(2))
206 if perc >= 90:
208 self.keyvals['keypress_high_percentile'] = perc
213 description='keypress_high_percentile', value=perc,
218 perc, 'point', 'keypress')
/external/iproute2/tipc/
Dlink.c209 static uint32_t perc(uint32_t count, uint32_t total) in perc() function
254 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), proft), in _show_link_stat()
255 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), proft), in _show_link_stat()
256 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), proft), in _show_link_stat()
257 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), proft), in _show_link_stat()
258 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), proft), in _show_link_stat()
259 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), proft), in _show_link_stat()
260 perc(mnl_attr_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), proft)); in _show_link_stat()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/perc/
DPercInstantiator.java16 package org.objenesis.instantiator.perc;
DPercSerializationInstantiator.java16 package org.objenesis.instantiator.perc;
/external/objenesis/main/src/main/java/org/objenesis/strategy/
DSerializingInstantiatorStrategy.java24 import org.objenesis.instantiator.perc.PercSerializationInstantiator;
DStdInstantiatorStrategy.java25 import org.objenesis.instantiator.perc.PercInstantiator;
/external/libopus/
DREADME.draft51 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
DREADME111 -loss <perc> : simulate packet loss, in percent (0-100); default: 0
/external/icu/icu4c/source/data/locales/
Dhu.txt1816 dn{"perc"}
1822 one{"{0} perc múlva"}
1823 other{"{0} perc múlva"}
1835 one{"{0} perc múlva"}
1836 other{"{0} perc múlva"}
1845 dn{"perc"}
1848 one{"{0} perc múlva"}
1849 other{"{0} perc múlva"}
/external/cronet/third_party/icu/source/data/locales/
Dhu.txt1816 dn{"perc"}
1822 one{"{0} perc múlva"}
1823 other{"{0} perc múlva"}
1835 one{"{0} perc múlva"}
1836 other{"{0} perc múlva"}
1845 dn{"perc"}
1848 one{"{0} perc múlva"}
1849 other{"{0} perc múlva"}
/external/icu/icu4j/perf-tests/perldriver/
DOutput.pm26 my $perc = 100; #for percent
/external/cronet/third_party/icu/source/test/perf/perldriver/
DOutput.pm28 my $perc = 100; #for percent
/external/icu/icu4c/source/test/perf/perldriver/
DOutput.pm28 my $perc = 100; #for percent
/external/angle/src/tests/gl_tests/
DClearTest.cpp647 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
648 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P()
649 static_cast<int>(kRenderbufferSize * perc)); in TEST_P()
650 glClearDepthf(perc); in TEST_P()
674 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
675 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P()
676 static_cast<int>(kRenderbufferSize * perc)); in TEST_P()
677 glClearStencil(static_cast<int>(perc * 255.0f)); in TEST_P()
DVulkanPerformanceCounterTest.cpp6158 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
6159 glScissor(0, 0, static_cast<int>(kRenderbufferSize * perc), in TEST_P()
6160 static_cast<int>(kRenderbufferSize * perc)); in TEST_P()
6161 glClearDepthf(perc); in TEST_P()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java1127 int perc = CompletionPercent.calculate(done, total); in getLocaleProgressPercent() local
1128 if (perc == 100 && problemCount > 0) { in getLocaleProgressPercent()
1129 perc = 99; in getLocaleProgressPercent()
1131 return perc + "%"; in getLocaleProgressPercent()
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py1042 perc = float(curmin-absmin)/float(absmax-absmin)
1043 return int(perc*32767)
/external/icu/icu4c/source/data/unit/
Dhu.txt1047 dnam{"perc"}
1048 one{"{0} perc"}
1049 other{"{0} perc"}
1050 per{"{0}/perc"}
/external/cronet/third_party/icu/source/data/unit/
Dhu.txt1047 dnam{"perc"}
1048 one{"{0} perc"}
1049 other{"{0} perc"}
1050 per{"{0}/perc"}
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt5937 5perc
/external/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dles-mis-utf8.txt9796 Montreuil-sur-mer, mais le peu qui en a percé a laissé dans cette ville
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt147773 perc pərk
Dinternal_raw_IPA.txt123975 perc %40766 pərk