Home
last modified time | relevance | path

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

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlocale.py179 def format(percent, value, grouping=False, monetary=False, *additional): argument
186 match = _percent_re.match(percent)
187 if not match or len(match.group())!= len(percent):
189 "format specifier, %s not valid") % repr(percent))
190 return _format(percent, value, grouping, monetary, *additional)
192 def _format(percent, value, grouping=False, monetary=False, *additional): argument
194 formatted = percent % ((value,) + additional)
196 formatted = percent % value
198 if percent[-1] in 'eEfFgG':
208 elif percent[-1] in 'diu':
Dtrace.py338 percent = 100 * n_hits // n_lines
339 sums[modulename] = n_lines, percent, modulename, filename
346 n_lines, percent, modulename, filename = sums[m]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlocale.py185 def format(percent, value, grouping=False, monetary=False, *additional): argument
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): argument
200 formatted = percent % ((value,) + additional)
202 formatted = percent % value
204 if percent[-1] in 'eEfFgG':
214 elif percent[-1] in 'diu':
/device/generic/goldfish/audio/
Dtalsa.cpp78 void mixerSetPercentAll(mixer_ctl_t *ctl, int percent) { in mixerSetPercentAll() argument
81 mixer_ctl_set_percent(ctl, i, percent); in mixerSetPercentAll()
Dtalsa.h42 void mixerSetPercentAll(mixer_ctl_t *ctl, int percent);
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c241 const char *p, *percent, *q; in kvprintf() local
271 percent = fmt - 1; in kvprintf()
535 while (percent < fmt) in kvprintf()
536 PCHAR(*percent++); in kvprintf()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py294 percent = (trace_process * 100.00) / trace_size variable
295 print "Processing file ... (%.2f %%)" % (percent)
/device/linaro/hikey/hifi/xaf/host-apf/playback/tinyalsa/
Dasoundlib.h294 int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_file2k.py517 percent = 100. - 100.*self.close_success_count/self.close_count
518 print self.close_count, ('%.4f ' % percent),
/device/google/taimen/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/sunfish/self-extractors/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/crosshatch/self-extractors/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/crosshatch/self-extractors_blueline/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/sunfish/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/crosshatch/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/bonito/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/coral/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/coral/self-extractors/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/bonito/self-extractors/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/bonito/self-extractors_sargo/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/coral/self-extractors_flame/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/muskie/self-extractors/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/muskie/self-extractors/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/crosshatch/self-extractors_blueline/google_devices/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more
/device/google/bonito/self-extractors_sargo/qcom/
DLICENSE138 or indirectly, more than fifty percent (50%) of the shares, equity
141 corporation or any other legal entity fifty percent (50%) or more

1234