OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percents
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_benchmark.cc
238
int
percents
[] = {
local
272
for (size_t p = 0; p < arraysize(
percents
); p++) {
273
const gfx::Size dst_size(input.width() *
percents
[p] / 100,
274
input.height() *
percents
[p] / 100);
298
percents
[p]);
/ndk/sources/host-tools/make-3.81/
rule.c
167
char **names, **
percents
;
193
percents
= (char **) alloca (2 * sizeof (char *));
195
percents
[0] = targpercent;
196
names[1] =
percents
[1] = 0;
211
create_pattern_rule (names,
percents
, 0, deps, cmds, 0);
164
char **names, **
percents
;
local
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py
226
percents
= list(_percent_re.finditer(f))
231
for perc in
percents
:
241
for perc in
percents
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py
226
percents
= list(_percent_re.finditer(f))
231
for perc in
percents
:
241
for perc in
percents
:
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js
69
* In
percents
(0.0 - 1.0), how much area can be cropped to fill an image
379
// Cropped area in
percents
.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/chromium_org/v8/tools/
profile.js
376
// Propagate weights so
percents
can be calculated correctly.
/external/v8/tools/
profile.js
376
// Propagate weights so
percents
can be calculated correctly.
Completed in 910 milliseconds