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

  /external/v8/src/
serialize.cc 960 int repeats = source_->GetInt(); local
974 int repeats = RepeatsForCode(data); local
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats)
112 , m_repeats(repeats)
321 int repeats = -1; local
325 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok);
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats));
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 543 ArrayList<Alarm> repeats = new ArrayList<Alarm>(); local
580 // if it repeats queue it up to be read-added to the list
582 repeats.add(alarm);
587 it = repeats.iterator();
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 9074 int repeats = 0; local
    [all...]

Completed in 85 milliseconds