/external/gptfdisk/ |
D | gptcurses.cc | 185 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local 191 current = earliest = oldFirst; in SortSpaces() 193 if (current->firstLBA < earliest->firstLBA) in SortSpaces() 194 earliest = current; in SortSpaces() 197 if (oldFirst == earliest) in SortSpaces() 198 oldFirst = earliest->nextSpace; in SortSpaces() 199 if (oldLast == earliest) in SortSpaces() 200 oldLast = earliest->prevSpace; in SortSpaces() 201 UnlinkSpace(earliest); in SortSpaces() 202 LinkToEnd(earliest); in SortSpaces()
|
/external/python/oauth2client/oauth2client/ |
D | crypt.py | 196 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/ |
D | select_reactor.hpp | 50 bool earliest = queue.enqueue_timer(time, timer, op); in schedule_timer() local 52 if (earliest) in schedule_timer()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | r600-encoding.ll | 4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | r600-encoding.ll | 4 ; The earliest R600 GPUs have a slightly different encoding than the rest of
|
/external/vboot_reference/firmware/ |
D | README | 7 These are the original structures and APIs used in the earliest
|
/external/libjpeg-turbo/.github/ |
D | CONTRIBUTING.md | 76 - The earliest version of CMake that libjpeg-turbo currently supports 79 - (if applicable) The earliest version of CMake with which the
|
/external/speex/libspeexdsp/ |
D | jitter.c | 421 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/libwebsockets/READMEs/ |
D | README.lws_sul.md | 10 set a timer to wake at the earliest event when returning to the
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_event_bundle.proto | 30 // the corresponding per-cpu kernel buffer, and the earliest event recorded
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 100 // The earliest/latest time including scheduling and execution.
|
/external/rust/crates/chrono/src/offset/ |
D | mod.rs | 51 pub fn earliest(self) -> Option<T> { in earliest() method
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABContactManager.java | 497 public Query setFilterByEarliestTime(String column, long earliest) { in setFilterByEarliestTime() argument 502 mTimeFilters.add(column + ">='" + earliest + "'"); in setFilterByEarliestTime()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiDisplayTimingTests.cpp | 922 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; in render() local 923 const deUint64 diff = actual - earliest; in render() 927 …log << TestLog::Message << "\t\t -earliestPresentTime= " << earliest << " nsec" << TestLog::EndMes… in render()
|
/external/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 163 ; 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-project/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 163 ; 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/cffi/doc/source/ |
D | installation.rst | 34 * CPython 2.6 or 2.7 or 3.x, or PyPy (PyPy 2.0 for the earliest
|
/external/libpcap/doc/ |
D | README.Win32.md | 27 Windows Vista, which is the earliest version supported by Npcap.
|
/external/python/cpython2/Mac/BuildScript/ |
D | README.txt | 21 on OS X 10.3.9, the earliest supported release for builds from this script.
|
/external/python/cpython3/Doc/library/ |
D | difflib.rst | 434 all maximal matching blocks, return one that starts earliest in *a*, and 435 of all those maximal matching blocks that start earliest in *a*, return 436 the one that starts earliest in *b*.
|
D | calendar.rst | 161 :meth:`setfirstweekday` method. The earliest year for which a calendar
|
/external/mesa3d/src/freedreno/registers/ |
D | rules-ng-ng.txt | 105 item, its name is prefixed with name of the earliest variant in the given 307 If enabled for a given domain, the name of the earliest variant to support 309 to its name. For this purpose, "earliest" is defined as "comes first in the
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 402 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*.
|
D | calendar.rst | 140 :meth:`setfirstweekday` method. The earliest year for which a calendar
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | track_event.proto | 210 // timestamps. The earliest event with the same flow ID becomes the source
|