HomeSort by relevance Sort by last modified time
    Searched full:repeats (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/bluetooth/glib/tests/
slice-color.c 42 guint64 repeats)
46 for (i = 0; i < repeats; i++)
51 for (i = 0; i < repeats; i++)
60 guint64 repeats)
82 accu = access_memory3 (mema, memb, memc, n, repeats);
86 g_assert (accu / repeats == (2 + 3) * n / 2 + 4 * n / 2);
103 g_print ("Usage: slice-color <block-size> [memory-size] [repeats] [colorization]\n");
110 guint64 block_size = 512, area_size = 1024 * 1024, n_blocks, repeats = 1000000; local
122 repeats = parse_memsize (argv[3]);
140 n_blocks, block_size, n_blocks * block_size, repeats, g_slice_get_config (G_SLICE_CONFIG_COLOR_INCREMENT))
    [all...]
  /frameworks/base/core/java/android/view/animation/
CycleInterpolator.java 24 * Repeats the animation for a specified number of cycles. The
Animation.java 101 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats
146 * The number of times the animation must repeat. By default, an animation repeats
157 * The behavior of the animation when it repeats. The repeat mode is either
169 * The animation listener to be notified when the animation starts, ends or repeats.
400 // Reduce the number of repeats to keep below the maximum duration.
    [all...]
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 131 #define REPEATS 10 /* number of rounds */
135 const int DATA_PARTS_NUM = strlen (DATA_SEP) * REPEATS;
140 for (i = 0; i < REPEATS; i++)
  /external/skia/include/utils/
SkInterpolator.h 49 @param mirror If true, the odd repeats interpolate from the last key
62 @param reset If true, the odd repeats interpolate from the last key
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.h 72 static const RegisterID repeatCount = X86Registers::ebx; // How many times the current atom repeats in the current match.
83 static const RegisterID repeatCount = X86Registers::ebx; // How many times the current atom repeats in the current match.
  /external/libvpx/examples/
vp8_scalable_patterns.txt 47 * ...Repeats the pattern from frame 0
  /external/webkit/SunSpider/resources/
driver-TEMPLATE.html 86 if (currentRepeat >= 0) // negative repeats are warmups
  /external/webkit/WebCore/platform/graphics/skia/
PatternSkia.cpp 73 // repeats the last line of the image after drawing one tile. To avoid
  /packages/apps/Mms/src/org/w3c/dom/smil/
Time.java 37 * container ends its simple duration (including when it repeats or
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 111 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
117 , m_repeats(repeats)
294 int repeats = -1; local
298 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
313 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]
SVGSMILElement.h 124 Condition(Type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
  /frameworks/base/core/java/android/app/
AlarmManager.java 174 * @param interval Interval between subsequent repeats of the alarm.
210 * for example, an alarm that repeats every hour, but not necessarily at
230 * @param interval Interval between subsequent repeats of the alarm. If
  /packages/apps/Calendar/res/values/
strings.xml 35 for all the choices about how often an event repeats (including the choice
304 repeats daily -->
307 repeats every weekday (Monday through Friday) -->
310 repeats weekly on some day of the week. For example,
318 <!-- The common portion of a string describing how often an event repeats,
327 <!-- This is a label for telling the user that this event repeats in
  /bootable/bootloader/legacy/
fastboot_protocol.txt 34 be displayed and then step #2 repeats
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmActivity.java 103 THIRTY_SECONDS_MILLIS, // repeats every thirty seconds
  /external/bluetooth/glib/docs/reference/glib/tmpl/
option.sgml 64 -r, --repeats=N Average over N repetitions
92 static gint repeats = 2;
100 { "repeats", 'r', 0, G_OPTION_ARG_INT, &amp;repeats, "Average over N repetitions", "N" },
  /external/chromium/net/http/
http_vary_data.cc 29 // Vary header repeats a header name, then that's OK.
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 102 * whether the interpolator should mirror its repeats. The default settings
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 528 ArrayList<Alarm> repeats = new ArrayList<Alarm>(); local
565 // if it repeats queue it up to be read-added to the list
567 repeats.add(alarm);
572 it = repeats.iterator();
    [all...]
  /packages/apps/Calendar/res/layout/
edit_event.xml 295 <!-- REPEATS -->
308 <Spinner android:id="@+id/repeats"
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 49 // Each test repeats over several block sizes in order to test both cases

Completed in 403 milliseconds

1 2 3 4 5 6