Searched defs:repeat (Results 51 - 75 of 147) sorted by relevance

123456

/external/openfst/src/test/
H A Dalgo_test.h27 DECLARE_int32(repeat); // defined in ./algo_test.cc variable
/external/pixman/pixman/
H A Dpixman-radial-gradient.c77 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);
70 radial_compute_color(double a, double b, double c, double inva, double dr, double mindr, pixman_gradient_walker_t *walker, pixman_repeat_t repeat) argument
H A Dpixman-image.c45 switch (gradient->common.repeat)
120 common->repeat = PIXMAN_REPEAT_NONE;
386 switch (image->common.repeat)
438 image->common.repeat != PIXMAN_REPEAT_NONE)
454 if (image->common.repeat != PIXMAN_REPEAT_NONE)
484 if (image->common.repeat != PIXMAN_REPEAT_NONE)
665 pixman_repeat_t repeat)
667 if (image->common.repeat == repeat)
670 image->common.repeat
664 pixman_image_set_repeat(pixman_image_t *image, pixman_repeat_t repeat) argument
[all...]
H A Dpixman-inlines.h57 repeat (pixman_repeat_t repeat, int *c, int size) argument
59 if (repeat == PIXMAN_REPEAT_NONE)
64 else if (repeat == PIXMAN_REPEAT_NORMAL)
71 else if (repeat == PIXMAN_REPEAT_PAD)
226 * For each scanline fetched from source image with PAD repeat:
285 * There are two repeat versions, one that handles repeat normal,
286 * and one without repeat handling that only works if the src region
477 repeat (PIXMAN_REPEAT_NORMA
[all...]
/external/pixman/test/
H A Daffine-test.c44 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);
H A Dcomposite.c136 pixman_repeat_t repeat; member in struct:image_t
207 info->repeat ? " R" :"");
396 info->repeat = PIXMAN_REPEAT_NONE;
414 info->repeat = PIXMAN_REPEAT_NORMAL;
H A Dscaling-test.c74 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);
H A Dstress-test.c407 pixman_repeat_t repeat; local
412 repeat = repeats[prng_rand_n (ARRAY_LENGTH (repeats))];
413 pixman_image_set_repeat (image, repeat);
/external/protobuf/gtest/src/
H A Dgtest-port.cc279 // or \c otherwise. repeat is the repetition meta character (?, *,
285 bool escaped, char c, char repeat, const char* regex,
287 const size_t min_count = (repeat == '+') ? 1 : 0;
288 const size_t max_count = (repeat == '?') ? 1 :
284 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h175 NPBool repeat,
332 bool repeat; member in struct:content::PluginInstance::TimerInfo
H A Dplugin_host.cc1051 NPBool repeat,
1057 return plugin->ScheduleTimer(interval, repeat, func);
1049 NPN_ScheduleTimer(NPP id, uint32_t interval, NPBool repeat, void (*func)(NPP id, uint32_t timer_id)) argument
H A Dplugin_instance.cc454 NPBool repeat,
462 // Record timer interval and repeat.
465 info.repeat = repeat ? true : false;
510 if (info.repeat) {
453 ScheduleTimer(uint32 interval, NPBool repeat, void (*func)(NPP id, uint32 timer_id)) argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DAccessibilityInjector.java376 public void vibrate(long[] pattern, int repeat) { argument
381 repeat = -1;
383 mVibrator.vibrate(pattern, repeat);
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c45 static int repeat = 0; variable
640 /* if (repeat) */
670 /* if (repeat) */
734 /* if (repeat) */
821 else if ((!strcmp(argv[i], "-repeat")) ||
822 (!strcmp(argv[i], "--repeat")))
823 repeat++;
837 if (repeat) {
838 for (count = 0;count < 100 * repeat;count++) {
862 printf("\t--repeat
[all...]
H A DtestSAX.c62 static int repeat = 0; variable
1091 if (repeat) {
1158 } else if ((!strcmp(argv[i], "-repeat")) ||
1159 (!strcmp(argv[i], "--repeat"))) {
1160 repeat++;
/external/chromium_org/v8/test/mjsunit/
H A Dstrict-mode.js397 function repeat(n, f) { function
422 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
424 repeat(10, function() { testAssignToUndefined(assignToUndefined, false); });
426 repeat(10, function() { testAssignToUndefined(assignToUndefined, true); });
428 repeat(10, function() { testAssignToUndefined(assignToUndefined, false); });
452 repeat(10, function() {
456 repeat(10, function() {
460 repeat(10, function() {
464 repeat(10, function() {
/external/eigen/test/eigen2/
H A Dmain.h335 int repeat = DEFAULT_REPEAT; local
346 repeat = std::atoi(argv[i]+1);
348 if(repeat <= 0)
350 std::cout << "Invalid \'repeat\' value " << argv[i]+1 << std::endl;
385 if(!has_set_repeat) repeat = DEFAULT_REPEAT;
389 std::cout << "Repeating each test " << repeat << " times" << std::endl;
391 Eigen::g_repeat = repeat;
/external/okhttp/okio/src/test/java/okio/
H A DOkBufferTest.java54 buffer.writeUtf8(repeat('a', Segment.SIZE * 4));
60 buffer.writeUtf8(repeat('a', Segment.SIZE * 4 - 10));
66 buffer.writeUtf8(repeat('a', Segment.SIZE * 2));
73 buffer.writeUtf8(repeat('a', Segment.SIZE));
74 assertEquals(repeat('a', Segment.SIZE), buffer.readUtf8(Segment.SIZE));
96 buffer.writeUtf8(repeat('a', 6144));
102 buffer.writeUtf8(repeat('a', 1000));
103 buffer.writeUtf8(repeat('b', 2500));
104 buffer.writeUtf8(repeat('c', 5000));
105 buffer.writeUtf8(repeat('
677 private String repeat(char c, int count) { method in class:OkBufferTest
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java80 private boolean repeat; field in class:BranchTargetFinder
354 repeat = false;
368 while (repeat);
702 repeat = true;
/external/qemu/include/android/
H A Dtrace_common.h60 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/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c492 Bool repeat = True; local
519 if (repeat) {
520 repeat = False;
552 int i, repeat = 1, BF = 4; local
588 if (repeat) {
589 repeat = 0;
H A Dtest_dfp1.c328 int i, repeat = 1; local
381 if (repeat) {
382 repeat = 0;
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp4.c492 Bool repeat = True; local
519 if (repeat) {
520 repeat = False;
552 int i, repeat = 1, BF = 4; local
588 if (repeat) {
589 repeat = 0;
H A Dtest_dfp1.c328 int i, repeat = 1; local
381 if (repeat) {
382 repeat = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.h141 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
182 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1);
183 static PassOwnPtrWillBeRawPtr<Condition> create(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeat = -1)
185 return adoptPtrWillBeNoop(new Condition(type, beginOrEnd, baseID, name, offset, repeat));
195 int repeat() const { return m_repeat; } function in class:blink::SVGSMILElement::Condition
235 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;

Completed in 8728 milliseconds

123456