HomeSort by relevance Sort by last modified time
    Searched full:interval (Results 76 - 100 of 3257) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/gc/collector/
immune_spaces.cc 42 using Interval = std::tuple</*start*/uintptr_t, /*end*/uintptr_t, /*is_heap*/bool>;
43 std::vector<Interval> intervals;
57 intervals.push_back(Interval(reinterpret_cast<uintptr_t>(image_oat_file->Begin()),
62 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true));
65 // Intervals are already sorted by begin, if a new interval begins at the end of the current
66 // region then we append, otherwise we restart the current interval. To prevent starting an
67 // interval on an oat file, ignore oat files that are not extending an existing interval.
68 // If the total number of image bytes in the current interval is larger than the current best
70 for (const Interval& interval : intervals)
    [all...]
  /art/compiler/optimizing/
register_allocator.h 85 bool TryAllocateFreeReg(LiveInterval* interval);
86 bool AllocateBlockedReg(LiveInterval* interval);
89 // Add `interval` in the given sorted list.
90 static void AddSorted(ArenaVector<LiveInterval*>* array, LiveInterval* interval);
92 // Split `interval` at the position `position`. The new interval starts at `position`.
93 LiveInterval* Split(LiveInterval* interval, size_t position);
95 // Split `interval` at a position between `from` and `to`. The method will try
97 LiveInterval* SplitBetween(LiveInterval* interval, size_t from, size_t to);
102 // Update the interval for the register in `location` to cover [start, end)
    [all...]
  /external/llvm/lib/Analysis/
IntervalPartition.cpp 1 //===- IntervalPartition.cpp - Interval Partition module code -------------===//
11 // calculates and represent the interval partition of a function.
20 "Interval Partition Construction", true, true)
40 // addIntervalToPartition - Add an interval to the internal list of intervals,
41 // and then add mappings from all of the basic blocks in the interval to the
42 // interval itself (in the IntervalMap).
44 void IntervalPartition::addIntervalToPartition(Interval *I) {
48 for (Interval::node_iterator It = I->Nodes.begin(), End = I->Nodes.end();
53 // updatePredecessors - Interval generation only sets the successor fields of
54 // the interval data structures. After interval generation is complete
    [all...]
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing.cc 25 " --in_path=input.yuv --width=320 --height=240 --f=60 --interval=1 --l=120"
37 "--interval(int): Interval specifies with what ratio the number of frames "
39 "If you set <interval> to a positive number, frames between <f> and <l> "
40 "will be inserted <interval> times."
41 " If you set <interval> to a negative number then the amount of frames "
42 "between <f> and <l> will be decreased with a ratio of abs(interval)."
43 " Set interval=-1 if every frame between <f> and <l> should be "
44 "deleted. Set interval=-2 if every second frame should be deleted, and so "
46 " number n where (n - 1) % interval == 0 will be kept.\n
88 int interval = strtol((parser.GetFlag("interval")).c_str(), NULL, 10); local
    [all...]
frame_editing_lib.cc 26 int first_frame_to_process, int interval,
64 if (interval <= 0) {
65 if (interval == -1) {
68 if (((num_frames_read_between - 1) % interval) == 0) {
69 // Keep only every |interval| frame.
73 } else if (interval > 0) {
74 for (int i = 1; i <= interval; ++i) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 34 * date time interval patterns. It is used by DateIntervalFormat.
39 * DateIntervalFormat will take care of it when creating a date interval
43 * For power users, who want to create their own date interval patterns,
44 * or want to re-set date interval patterns, they could do so by
48 * Logically, the interval patterns are mappings
74 * The calendar fields we support for interval formatting are:
89 * There are pre-defined interval patterns for those pre-defined skeletons
93 * is "year", the date interval pattern is "MMM d, yyyy - MMM d, yyyy",
96 * the date interval pattern is "MMM d - MMM d, yyyy",
99 * the date interval pattern is ""MMM d-d, yyyy", such as "Jan 10-20, 2007"
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 33 * date time interval patterns. It is used by DateIntervalFormat.
38 * DateIntervalFormat will take care of it when creating a date interval
42 * For power users, who want to create their own date interval patterns,
43 * or want to re-set date interval patterns, they could do so by
47 * Logically, the interval patterns are mappings
73 * The calendar fields we support for interval formatting are:
88 * There are pre-defined interval patterns for those pre-defined skeletons
92 * is "year", the date interval pattern is "MMM d, yyyy - MMM d, yyyy",
95 * the date interval pattern is "MMM d - MMM d, yyyy",
98 * the date interval pattern is ""MMM d-d, yyyy", such as "Jan 10-20, 2007"
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
awk_process_syn 28 interval = current - previous;
31 if (interval > 1.0 / 60) {
37 template = " %s interval: %.6f (%s)\n";
38 printf(template, mark, interval, $0);
  /external/iptables/extensions/
libxt_RATEEST.c 15 unsigned int interval; member in struct:rateest_tg_udata
25 " --rateest-interval sec Rate measurement interval in seconds\n"
39 {.name = "rateest-interval", .id = O_INTERVAL, .type = XTTYPE_STRING,
98 if (RATEEST_get_time(&udata->interval, cb->arg) < 0)
100 "RATEEST: bad interval value \"%s\"",
117 for (info->interval = 0; info->interval <= 5; info->interval++) {
118 if (udata->interval <= (1 << info->interval) * (TIME_UNITS_PER_SEC / 4)
    [all...]
  /external/kernel-headers/original/uapi/linux/
time.h 27 * Names of the interval timers, and structure
40 struct timeval it_interval; /* timer interval */
45 * The IDs of the various system clocks (for POSIX.1b interval timers):
65 * The various flags for setting POSIX.1b interval timers:
  /external/tlsdate/tests/run-idle/
subproc.sh 8 # Bump it three seconds to overcome the steady state interval.
  /external/valgrind/exp-bbv/tests/amd64-linux/
clone_test.vgtest 2 vgopts: --interval-size=100000 --bb-out-file=clone_test.out.bb --pc-out-file=clone_test.out.pc
ll.vgtest 3 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
million.vgtest 2 vgopts: --interval-size=100000 --bb-out-file=million.out.bb
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
million.vgtest 2 vgopts: --interval-size=100000 --bb-out-file=million.out.bb
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
million.vgtest 2 vgopts: --interval-size=100000 --bb-out-file=million.out.bb
  /external/valgrind/exp-bbv/tests/x86-linux/
clone_test.vgtest 2 vgopts: --interval-size=100000 --bb-out-file=clone_test.out.bb --pc-out-file=clone_test.out.pc
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
  /frameworks/base/libs/common_time/
common_time_config_service.h 41 virtual status_t getMasterAnnounceInterval(int *interval);
42 virtual status_t setMasterAnnounceInterval(int interval);
43 virtual status_t getClientSyncInterval(int *interval);
44 virtual status_t setClientSyncInterval(int interval);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 35 * Names of the interval timers, and structure
48 struct timeval it_interval; /* timer interval */
53 * The IDs of the various system clocks (for POSIX.1b interval timers):
72 * The various flags for setting POSIX.1b interval timers:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 35 * Names of the interval timers, and structure
48 struct timeval it_interval; /* timer interval */
53 * The IDs of the various system clocks (for POSIX.1b interval timers):
75 * The various flags for setting POSIX.1b interval timers:
  /external/easymock/src/org/easymock/internal/
Results.java 48 Range interval = ranges.get(i); local
49 if (interval.hasOpenCount()) {
53 currentPosition += interval.getMaximum();
74 for (Range interval : ranges) {
75 min += interval.getMinimum();
76 if (interval.hasOpenCount() || max == Integer.MAX_VALUE) {
79 max += interval.getMaximum();
  /external/mesa3d/docs/
MESA_swap_control.spec 46 int glXSwapIntervalMESA(unsigned int interval)
82 of zero indicates success; otherwise an error occurred. The interval
91 If <interval> is set to a value of 0, buffer swaps are not synchro-
92 nized to a video frame. The <interval> value is silently clamped to
96 The swap interval is not part of the render context state. It cannot
97 be pushed or popped. The current swap interval for the window
99 glXGetSwapIntervalMESA. The default swap interval is 0.
102 the swap interval to 1.
117 [swap interval] GetSwapInterval Z+ 0
127 Changed the default swap interval to 0
    [all...]

Completed in 1533 milliseconds

1 2 34 5 6 7 8 91011>>