/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 154 class ovals(aetools.ComponentItem): class in inherits:aetools.ComponentItem 155 """ovals - """ 158 oval = ovals 281 ovals._superclassnames = [] 282 ovals._privpropdict = { 284 ovals._privelemdict = { 364 'covl' : ovals,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
QuickDraw_Graphics_Suite.py | 154 class ovals(aetools.ComponentItem): class in inherits:aetools.ComponentItem 155 """ovals - """ 158 oval = ovals 281 ovals._superclassnames = [] 282 ovals._privpropdict = { 284 ovals._privelemdict = { 364 'covl' : ovals,
|
/external/fio/ |
stat.c | 128 unsigned int *ovals = NULL; local 160 ovals = realloc(ovals, oval_len * sizeof(unsigned int)); 163 ovals[j] = plat_idx_to_val(i); 164 if (ovals[j] < *minv) 165 *minv = ovals[j]; 166 if (ovals[j] > *maxv) 167 *maxv = ovals[j]; 177 *output = ovals; 188 unsigned int *ovals; local 606 unsigned int *ovals = NULL; local 678 unsigned int *ovals = NULL; local [all...] |
gclient.c | 1048 static GtkWidget *gfio_output_clat_percentiles(unsigned int *ovals, 1086 ovals[i] = (ovals[i] + 999) / 1000; 1087 gtk_list_store_set(model, &iter, i, ovals[i], -1); 1093 static struct graph *setup_clat_graph(char *title, unsigned int *ovals, 1112 graph_add_data(g, l, (double) ovals[i]); 1125 unsigned int *ovals, len, minv, maxv, scale_down; local [all...] |
/external/skia/bench/ |
Android.mk | 303 ../gm/ovals.cpp \
|
/external/skia/dm/ |
Android.mk | 459 ../gm/ovals.cpp \
|