/frameworks/base/core/res/res/xml-en/ |
autotext.xml | 126 <word src="percentof">percent of</word>
|
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 73 "percent complete" value for the operation.
|
/ndk/sources/host-tools/make-3.81/ |
variable.h | 126 extern int pattern_matches PARAMS ((char *pattern, char *percent, char *str));
|
/packages/apps/Browser/src/com/android/browser/ |
DownloadHandler.java | 204 // old percent-encoded url.
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageSummary.java | 224 sipper.percent = percentOfTotal;
|
/packages/inputmethods/LatinIME/java/res/xml/ |
prefs.xml | 188 latin:maxValue="100" /> <!-- percent -->
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-ar/ |
donottranslate-more-keys.xml | 70 <!-- U+066A: "?" ARABIC PERCENT SIGN -->
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-fa/ |
donottranslate-more-keys.xml | 70 <!-- U+066A: "?" ARABIC PERCENT SIGN -->
|
/packages/providers/DownloadProvider/res/values-az/ |
strings.xml | 47 <string name="download_percent" msgid="6889426633242976698">"<xliff:g id="NUMBER">%d</xliff:g> <xliff:g id="PERCENT">%%</xliff:g>"</string>
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man7/ |
fsf-funding.7 | 161 If the price you pay is \f(CW$50\fR, ten percent of the profit is probably
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man7/ |
fsf-funding.7 | 161 If the price you pay is \f(CW$50\fR, ten percent of the profit is probably
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man7/ |
fsf-funding.7 | 161 If the price you pay is \f(CW$50\fR, ten percent of the profit is probably
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man7/ |
fsf-funding.7 | 161 If the price you pay is \f(CW$50\fR, ten percent of the profit is probably
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 30 percent faster than version 1.0, so benchmark figures
|
test_strftime.py | 113 ('%%', '%', 'single percent sign'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pystone.py | 30 percent faster than version 1.0, so benchmark figures
|
test_strftime.py | 113 ('%%', '%', 'single percent sign'),
|
/system/core/toolbox/ |
vmstat.c | 220 /* Jiffies to percent conversion */
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sslstreamadapter_unittest.cc | 322 // Randomly drop loss_ percent of packets 361 void SetLoss(int percent) { 362 loss_ = percent;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sysctl.h | 184 VM_OVERCOMMIT_RATIO=16, /* percent of RAM to allow overcommit in */ 200 VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */ 203 VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sysctl.h | 184 VM_OVERCOMMIT_RATIO=16, /* percent of RAM to allow overcommit in */ 200 VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */ 203 VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sysctl.h | 184 VM_OVERCOMMIT_RATIO=16, /* percent of RAM to allow overcommit in */ 200 VM_MIN_UNMAPPED=32, /* Set min percent of unmapped pages */ 203 VM_MIN_SLAB=35, /* Percent pages ignored by zone reclaim */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 185 def format(percent, value, grouping=False, monetary=False, *additional): 187 (percent). 191 # this is only for one-percent-specifier strings and this should be checked 192 match = _percent_re.match(percent) 193 if not match or len(match.group())!= len(percent): 195 "format specifier, %s not valid") % repr(percent)) 196 return _format(percent, value, grouping, monetary, *additional) 198 def _format(percent, value, grouping=False, monetary=False, *additional): 200 formatted = percent % ((value,) + additional) 202 formatted = percent % valu [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 185 def format(percent, value, grouping=False, monetary=False, *additional): 187 (percent). 191 # this is only for one-percent-specifier strings and this should be checked 192 match = _percent_re.match(percent) 193 if not match or len(match.group())!= len(percent): 195 "format specifier, %s not valid") % repr(percent)) 196 return _format(percent, value, grouping, monetary, *additional) 198 def _format(percent, value, grouping=False, monetary=False, *additional): 200 formatted = percent % ((value,) + additional) 202 formatted = percent % valu [all...] |
/external/chromium_org/third_party/libwebp/enc/ |
vp8l.c | 1086 int percent = 0; local [all...] |