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

  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.mm 57 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 _timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
UIDelegate.mm 205 m_timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
  /external/guava/guava-tests/test/com/google/common/hash/
BloomFilterTest.java 52 for (int repeats = 0; repeats < 10000; repeats++) {
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats,
45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
70 T* bookmarks_function, size_t repeats) {
82 repeats, &done_event));
  /external/v8/src/
serialize.h 268 static int CodeForRepeats(int repeats) {
269 ASSERT(repeats >= 1 && repeats <= kMaxRepeats);
270 return 0x73 + repeats;
serialize.cc 960 int repeats = source_->GetInt(); local
974 int repeats = RepeatsForCode(data); local
    [all...]
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.h 144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
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...]
  /external/valgrind/main/perf/
vg_perf.in 59 --reps=<n> number of repeats for each program [1]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
MovieControllerLayer.m 232 _updateTimeTimer = [NSTimer scheduledTimerWithTimeInterval:0.035 target:self selector:@selector(_updateTime:) userInfo:nil repeats:YES];
  /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...]
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 416 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
WebVideoFullscreenHUDWindowController.mm 236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
WebFullScreenController.mm 696 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
    [all...]
WebHTMLView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 443 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 100 _autodisplayResumeTimer = [NSTimer timerWithTimeInterval:0 target:self selector:@selector(_delayedResumeAutodisplayTimerFired) userInfo:nil repeats:NO];
  /external/libvorbis/doc/
07-floor1.tex 41 \item the induction step repeats, using a list of x values specified in
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 9074 int repeats = 0; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 330 // If the start date has changed then update the repeats.
    [all...]

Completed in 2130 milliseconds