HomeSort by relevance Sort by last modified time
    Searched refs:repeat (Results 76 - 100 of 476) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openfst/src/test/
weight_test.cc 30 DEFINE_int32(repeat, 100000, "number of test repetitions");
76 void TestTemplatedWeights(int repeat, int seed) {
80 tropical_tester.Test(repeat);
85 log_tester.Test(repeat);
90 minmax_tester.Test(repeat);
95 signedlog_tester.Test(repeat);
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 29 background-repeat:repeat-x;
197 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
248 background-repeat: no-repeat;
261 background-repeat: no-repeat;
283 background-repeat: no-repeat;
392 background-repeat: no-repeat
    [all...]
  /external/pixman/test/
affine-test.c 44 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local
173 repeat = PIXMAN_REPEAT_NONE;
177 repeat = PIXMAN_REPEAT_NORMAL;
181 repeat = PIXMAN_REPEAT_PAD;
185 repeat = PIXMAN_REPEAT_REFLECT;
191 pixman_image_set_repeat (src_img, repeat);
204 printf ("op=%s, repeat=%d, transform=\n",
205 operator_name (op), repeat);
scaling-test.c 74 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local
210 repeat = PIXMAN_REPEAT_NONE;
214 repeat = PIXMAN_REPEAT_NORMAL;
218 repeat = PIXMAN_REPEAT_PAD;
222 repeat = PIXMAN_REPEAT_REFLECT;
228 pixman_image_set_repeat (src_img, repeat);
244 printf ("op=%s, scale_x=%d, scale_y=%d, repeat=%d\n",
245 operator_name (op), scale_x, scale_y, repeat);
  /external/pixman/pixman/
pixman-bits-image.c 80 if (image->common.repeat != PIXMAN_REPEAT_NONE)
82 repeat (image->common.repeat, &x0, image->width);
83 repeat (image->common.repeat, &y0, image->height);
99 pixman_repeat_t repeat_mode = image->common.repeat;
119 repeat (repeat_mode, &x1, width);
120 repeat (repeat_mode, &y1, height);
121 repeat (repeat_mode, &x2, width);
122 repeat (repeat_mode, &y2, height)
    [all...]
pixman-radial-gradient.c 77 pixman_repeat_t repeat)
105 if (repeat == PIXMAN_REPEAT_NONE)
139 if (repeat == PIXMAN_REPEAT_NONE)
259 _pixman_gradient_walker_init (&walker, gradient, image->common.repeat);
338 image->common.repeat);
383 image->common.repeat);
  /external/chromium_org/third_party/ots/src/
glyf.cc 43 if (flag & (1u << 3)) { // repeat
47 uint8_t repeat = 0; local
48 if (!table->ReadU8(&repeat)) {
51 if (repeat == 0) {
54 delta += (delta * repeat);
56 *flags_count_logical += repeat;
  /external/clang/docs/tools/
manpage.css 197 background-repeat: no-repeat;
223 background: #f0f5fa url(/i/corner-leftline.gif) repeat-y;
227 background: #f0f5fa url(/i/corner-rightline.gif) repeat-y;
231 background: #f0f5fa url(/i/corner-topline.gif) repeat-x;
235 background: #f0f5fa url(/i/corner-botline.gif) repeat-x;
239 background: #ffffff url(/i/corner-rightline.gif) repeat-y;
243 background: #ffffff url(/i/corner-topline.gif) repeat-x;
247 background: #ffffff url(/i/corner-botline.gif) repeat-x;
255 background: #ffffff url(/i/corner-leftline.gif) repeat-y
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 64 background-repeat: no-repeat;
106 background-repeat: no-repeat;
135 background-repeat: no-repeat;
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 101 enum repeat { enum
214 enum repeat mode;
244 struct fimg2d_repeat repeat; member in struct:fimg2d_param
  /external/chromium/chrome/browser/resources/ntp/
apps.css 50 no-repeat center 10px;
65 background-repeat: no-repeat;
145 background: url('chrome://theme/IDR_WEBSTORE_ICON') no-repeat;
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 27 background: no-repeat 0% 50%;
  /external/chromium_org/chrome/browser/resources/chromeos/app_launch/
app_launch.css 38 background: left center no-repeat;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
drive_welcome.css 9 background-repeat: repeat-x;
17 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
summary-mock.js 35 function Cycler(items, repeat)
38 this._repeat = repeat || 1;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateField.cpp 45 if (repeat != SK_Scalar1)
46 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px;
trash.css 23 background: url('chrome://resources/images/trash.png') 0 0 no-repeat;
tree.css 29 background-repeat: no-repeat;
108 background-repeat: no-repeat;
  /external/pixman/demos/
radial-test.c 130 static const pixman_repeat_t repeat[NUM_REPEAT] = { variable
187 pixman_image_set_repeat (src_img, repeat[j]);
  /external/qemu/
android-trace_common.h 60 uint32_t repeat; // repeat count (= 0 if just one occurrence) member in struct:BBRec
61 uint64_t time_diff; // diff from previous time (if repeat > 0)
73 uint32_t repeat; // repeat count member in struct:InsnRec
  /external/skia/src/animator/
SkAnimateField.cpp 45 if (repeat != SK_Scalar1)
46 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 94 public void setKeyAttribute(int keyCode, String label, boolean repeat,
99 if (repeat) {
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 32 background-repeat:repeat-x;
200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
251 background-repeat: no-repeat;
264 background-repeat: no-repeat;
286 background-repeat: no-repeat;
395 background-repeat: no-repeat
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 32 background-repeat:repeat-x;
200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
250 background-repeat: no-repeat;
263 background-repeat: no-repeat;
285 background-repeat: no-repeat;
394 background-repeat: no-repeat
    [all...]

Completed in 865 milliseconds

1 2 34 5 6 7 8 91011>>