Home
last modified time | relevance | path

Searched refs:earliest (Results 1 – 25 of 42) 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/python/oauth2client/oauth2client/
Dcrypt.py196 earliest = issued_at - CLOCK_SKEW_SECS
197 if now < earliest:
199 now, earliest, payload_dict))
/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/llvm/test/CodeGen/AMDGPU/
Dr600-encoding.ll4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dr600-encoding.ll4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
/external/speex/libspeexdsp/
Djitter.c421 int earliest=jitter->packets[0].timestamp; in jitter_buffer_put() local
425 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest)) in jitter_buffer_put()
427 earliest = jitter->packets[j].timestamp; in jitter_buffer_put()
/external/vboot_reference/firmware/
DREADME7 These are the original structures and APIs used in the earliest
/external/u-boot/disk/
DKconfig104 Specify an earliest location (in bytes) where the partition
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto99 // The earliest/latest time including scheduling and execution.
/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.cpp921 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local
922 const deUint64 diff = actual - earliest; in render()
926 …log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMes… in render()
/external/swiftshader/third_party/llvm-7.0/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/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.txt21 on OS X 10.3.9, the earliest supported release for builds from this script.
/external/python/cpython3/Doc/library/
Ddifflib.rst429 all maximal matching blocks, return one that starts earliest in *a*, and
430 of all those maximal matching blocks that start earliest in *a*, return
431 the one that starts earliest in *b*.
Dcalendar.rst161 :meth:`setfirstweekday` method. The earliest year for which a calendar
Dasyncio-task.rst555 Each Future object returned represents the earliest result
Ddatetime.rst464 The earliest representable date, ``date(MINYEAR, 1, 1)``.
870 The earliest representable :class:`.datetime`, ``datetime(MINYEAR, 1, 1,
1432 The earliest representable :class:`.time`, ``time(0, 0, 0, 0)``.
/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/cpython3/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

12