HomeSort by relevance Sort by last modified time
    Searched refs:earliest (Results 1 - 12 of 12) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.hpp 50 bool earliest = queue.enqueue_timer(time, timer, op); local
52 if (earliest)
  /external/python/oauth2client/oauth2client/
crypt.py 196 earliest = issued_at - CLOCK_SKEW_SECS
197 if now < earliest:
199 now, earliest, payload_dict))
  /external/gptfdisk/
gptcurses.cc 184 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; local
190 current = earliest = oldFirst;
192 if (current->firstLBA < earliest->firstLBA)
193 earliest = current;
196 if (oldFirst == earliest)
197 oldFirst = earliest->nextSpace;
198 if (oldLast == earliest)
199 oldLast = earliest->prevSpace;
200 UnlinkSpace(earliest);
201 LinkToEnd(earliest);
    [all...]
  /external/golang-protobuf/ptypes/
timestamp.go 45 // Seconds field of the earliest valid Timestamp.
timestamp_test.go 55 // The earliest valid timestamp.
  /external/speex/libspeexdsp/
jitter.c 421 int earliest=jitter->packets[0].timestamp; local
425 if (!jitter->packets[i].data || LT32(jitter->packets[j].timestamp,earliest))
427 earliest = jitter->packets[j].timestamp;
436 /*fprintf (stderr, "Buffer is full, discarding earliest frame %d (currently at %d)\n", timestamp, jitter->pointer_timestamp);*/
547 /* If still no match, try for earliest packet possible */
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTimingTests.cpp 921 const deUint64 earliest = pastPresentationTimings[pastPresentationInfoNdx].earliestPresentTime; local
    [all...]
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java 497 public Query setFilterByEarliestTime(String column, long earliest) {
502 mTimeFilters.add(column + ">='" + earliest + "'");
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
timestamp.go 45 // Seconds field of the earliest valid Timestamp.
  /external/syzkaller/vendor/google.golang.org/appengine/log/
log.go 47 // Start time specifies the earliest log to return (inclusive).
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bracket.go 101 // - any bracket character can belong at most to one pair, the earliest possible one
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
doc.go 254 If both End and Limit are set, then the earliest constraint wins. Limit is

Completed in 542 milliseconds