HomeSort by relevance Sort by last modified time
    Searched defs:repeats (Results 1 - 3 of 3) sorted by null

  /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...]
  /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...]
  /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...]

Completed in 586 milliseconds