Home
last modified time | relevance | path

Searched refs:repeats (Results 1 – 25 of 36) sorted by relevance

12

/external/bluetooth/glib/tests/
Dslice-color.c42 guint64 repeats) in access_memory3() argument
46 for (i = 0; i < repeats; i++) in access_memory3()
51 for (i = 0; i < repeats; i++) in access_memory3()
60 guint64 repeats) in touch_mem() argument
82 accu = access_memory3 (mema, memb, memc, n, repeats); in touch_mem()
86 g_assert (accu / repeats == (2 + 3) * n / 2 + 4 * n / 2); in touch_mem()
110 guint64 block_size = 512, area_size = 1024 * 1024, n_blocks, repeats = 1000000; in main() local
122 repeats = parse_memsize (argv[3]); in main()
140 …n_blocks, block_size, n_blocks * block_size, repeats, g_slice_get_config (G_SLICE_CONFIG_COLOR_INC… in main()
142 touch_mem (block_size, n_blocks, repeats); in main()
/external/guava/guava-tests/test/com/google/common/hash/
DBloomFilterTest.java52 for (int repeats = 0; repeats < 10000; repeats++) { in testOptimalSize()
/external/chromium/chrome/browser/sync/util/
Dextensions_activity_monitor_unittest.cc43 BookmarkAPIEventTask(FunctionType* t, Extension* e, size_t repeats, in BookmarkAPIEventTask() argument
45 extension_(e), function_(t), repeats_(repeats), done_(done) {} in BookmarkAPIEventTask()
70 T* bookmarks_function, size_t repeats) { in NewEvent() argument
82 repeats, &done_event)); in NewEvent()
/external/webkit/Tools/DumpRenderTree/mac/
DMockGeolocationProvider.mm57 …scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
71 …scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
79 …scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
DUIDelegate.mm205 …scheduledTimerWithTimeInterval:0 target:self selector:@selector(timerFired) userInfo:0 repeats:NO];
/external/v8/src/
Dserialize.h268 static int CodeForRepeats(int repeats) { in CodeForRepeats() argument
269 ASSERT(repeats >= 1 && repeats <= kMaxRepeats); in CodeForRepeats()
270 return 0x73 + repeats; in CodeForRepeats()
Dserialize.cc960 int repeats = source_->GetInt(); in ReadChunk() local
963 for (int i = 0; i < repeats; i++) current[i] = object; in ReadChunk()
964 current += repeats; in ReadChunk()
974 int repeats = RepeatsForCode(data); in ReadChunk() local
977 for (int i = 0; i < repeats; i++) current[i] = object; in ReadChunk()
978 current += repeats; in ReadChunk()
/external/webkit/Source/WebCore/svg/animation/
DSVGSMILElement.cpp106 …ype, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats) in Condition() argument
112 , m_repeats(repeats) in Condition()
321 int repeats = -1; in parseCondition() local
325 repeats = nameString.substring(7, nameString.length() - 8).toUIntStrict(&ok); in parseCondition()
340 m_conditions.append(Condition(type, beginOrEnd, baseID, nameString, offset, repeats)); in parseCondition()
DSVGSMILElement.h144 …ion(Type, BeginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
/external/valgrind/main/perf/
Dvg_perf.in59 --reps=<n> number of repeats for each program [1]
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button.mm109 repeats:NO] retain]);
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat58 repeat = Sets the number of repeats for the segment.
/external/chromium/chrome/browser/ui/cocoa/
Dfullscreen_controller.mm537 repeats:NO] retain]);
556 repeats:NO] retain]);
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
DMovieControllerLayer.m232 …TimerWithTimeInterval:0.035 target:self selector:@selector(_updateTime:) userInfo:nil repeats:YES];
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dthrobber_view.mm217 repeats:YES];
Dtab_controller_unittest.mm183 repeats:NO];
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dcontent_setting_decoration.mm114 repeats:YES];
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenHUDWindowController.mm236 …WithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
DWebVideoFullscreenController.mm416 …eTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
DWebFullScreenController.mm696 …eTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/mac/
DWKFullScreenWindowController.mm443 …eTimerInterval target:self selector:@selector(_tickleTimerFired) userInfo:nil repeats:YES] retain];
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKPrintingView.mm100 …val:0 target:self selector:@selector(_delayedResumeAutodisplayTimerFired) userInfo:nil repeats:NO];
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm513 repeats:YES];
/external/elfutils/libdwfl/
DChangeLog593 repeats the first thing dwfl_standard_find_debuginfo will try.
/external/dnsmasq/
DFAQ219 starts and repeats the DHCP process, but it it does send a

12