HomeSort by relevance Sort by last modified time
    Searched refs:repeats (Results 1 - 9 of 9) 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.h 124 Condition(Type, BeginOrEnd beginOrEnd, const String& baseID, const String& name, SMILTime offset, int repeats = -1);
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...]
  /external/webkit/WebKitExamplePlugins/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 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...]
WindowManagerService.java     [all...]
  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 237 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
WebHTMLView.mm     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditEvent.java 383 // If the start date has changed then update the repeats.
757 mRepeatsSpinner = (Spinner) findViewById(R.id.repeats);
    [all...]

Completed in 171 milliseconds