Home
last modified time | relevance | path

Searched refs:earliest (Results 1 – 25 of 27) sorted by relevance

12

/external/gptfdisk/
Dgptcurses.cc184 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local
190 current = earliest = oldFirst; in SortSpaces()
192 if (current->firstLBA < earliest->firstLBA) in SortSpaces()
193 earliest = current; in SortSpaces()
196 if (oldFirst == earliest) in SortSpaces()
197 oldFirst = earliest->nextSpace; in SortSpaces()
198 if (oldLast == earliest) in SortSpaces()
199 oldLast = earliest->prevSpace; in SortSpaces()
200 UnlinkSpace(earliest); in SortSpaces()
201 LinkToEnd(earliest); in SortSpaces()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.hpp50 bool earliest = queue.enqueue_timer(time, timer, op); in schedule_timer() local
52 if (earliest) in schedule_timer()
/external/valgrind/helgrind/
DREADME_YARD.txt12 indicating respectively the "earliest safe read point" and "earliest
DREADME_MSMProp2.txt154 interpretation of the VTS component is that it states the earliest
/external/llvm/test/CodeGen/AMDGPU/
Dr600-encoding.ll4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
/external/vboot_reference/firmware/
DREADME7 These are the original structures and APIs used in the earliest
/external/speex/libspeex/
Djitter.c423 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put() local
427 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put()
429 earliest = jitter->packets[j].timestamp; in jitter_buffer_put()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABContactManager.java497 public Query setFilterByEarliestTime(String column, long earliest) { in setFilterByEarliestTime() argument
502 mTimeFilters.add(column + ">='" + earliest + "'"); in setFilterByEarliestTime()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTimingTests.cpp1160 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local
1161 const deUint64 diff = actual - earliest; in render()
1165 …log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMes… in render()
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll163 ; All else equal, we try to widen the earliest guard we can. This
191 ; In this case the earliest dominating guard is in a loop, and we
/external/python/cpython2/Mac/BuildScript/
DREADME.txt13 on OS X 10.3.9, the earliest supported release for builds from this script.
/external/python/cpython2/Doc/library/
Ddifflib.rst402 all maximal matching blocks, return one that starts earliest in *a*, and
403 of all those maximal matching blocks that start earliest in *a*, return
404 the one that starts earliest in *b*.
Dcalendar.rst140 :meth:`setfirstweekday` method. The earliest year for which a calendar
Ddatetime.rst392 The earliest representable date, ``date(MINYEAR, 1, 1)``.
745 The earliest representable :class:`.datetime`, ``datetime(MINYEAR, 1, 1,
1198 The earliest representable :class:`.time`, ``time(0, 0, 0, 0)``.
Dtime.rst218 The earliest date for which it can generate a time is platform-dependent.
/external/python/cpython2/Doc/tutorial/
Derrors.rst27 the earliest point in the line where the error was detected. The error is
/external/python/cpython2/Modules/
DSetup.dist409 # The earliest supported version of that library is 3.0, the latest
/external/googletest/googletest/docs/
DV1_5_AdvancedGuide.md437 is in a known good state, are there to fail at the earliest possible time after
DV1_7_AdvancedGuide.md505 is in a known good state, are there to fail at the earliest possible time after
DV1_6_AdvancedGuide.md505 is in a known good state, are there to fail at the earliest possible time after
DAdvancedGuide.md507 is in a known good state, are there to fail at the earliest possible time after
/external/clang/docs/
DAutomaticReferenceCounting.rst1823 object, the object's lifetime will be extended until at least the earliest of:
/external/pcre/dist2/doc/
Dpcre2.txt5206 the maximum lookbehind gets you to the earliest character that must be
7660 ative references refer to the earliest subpattern with the appropriate
7685 If there is more than one subpattern with the same name, the earliest
/external/brotli/tests/testdata/
Dasyoulik.txt1936 with a medlar: then it will be the earliest fruit
Dplrabn12.txt3328 With charm of earliest birds: pleasant the sun,
3337 With charm of earliest birds; nor rising sun

12