Searched refs:repeats (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.mm57 _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];
H A DUIDelegate.mm205 m_timer = [NSTimer scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
/external/guava/guava-tests/test/com/google/common/hash/
H A DBloomFilterTest.java52 for (int repeats = 0; repeats < 10000; repeats++) {
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor_unittest.cc43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats, argument
45 extension_(e), function_(t), repeats_(repeats), done_(done) {}
70 T* bookmarks_function, size_t repeats) {
82 repeats, &done_event));
69 NewEvent(const FilePath::StringType& extension_path, T* bookmarks_function, size_t repeats) argument
/external/libvpx/examples/includes/geshi/geshi/
H A Djava.php32 * and eliminate repeats
/external/v8/src/
H A Dserialize.h268 static int CodeForRepeats(int repeats) {
269 ASSERT(repeats >= 1 && repeats <= kMaxRepeats);
270 return 0x73 + repeats;
H A Dserialize.cc960 int repeats = source_->GetInt(); local
963 for (int i = 0; i < repeats; i++) current[i] = object;
964 current += repeats;
974 int repeats = RepeatsForCode(data); local
977 for (int i = 0; i < repeats; i++) current[i] = object;
978 current += repeats;
/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h144 Condition(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
H A DSVGSMILElement.cpp106 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats) argument
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));
/external/valgrind/main/perf/
H A Dvg_perf.in59 --reps=<n> number of repeats for each program [1]
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
H A DMovieControllerLayer.m232 _updateTimeTimer = [NSTimer scheduledTimerWithTimeInterval:0.035 target:self selector:@selector(_updateTime:) userInfo:nil repeats:YES];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebVideoFullscreenController.mm416 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
H A DWebVideoFullscreenHUDWindowController.mm236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
H A DWebFullScreenController.mm696 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
H A DWebHTMLView.mm1796 target:self selector:@selector(_autoscroll) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.mm443 _tickleTimer = [[NSTimer scheduledTimerWithTimeInterval:tickleTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKPrintingView.mm100 _autodisplayResumeTimer = [NSTimer timerWithTimeInterval:0 target:self selector:@selector(_delayedResumeAutodisplayTimerFired) userInfo:nil repeats:NO];
/external/libvorbis/doc/
H A D07-floor1.tex41 \item the induction step repeats, using a list of x values specified in

Completed in 40 milliseconds