Searched defs:latest (Results 1 - 15 of 15) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D29-1.c90 sig_atomic_t latest = 0; variable
97 latest++;
99 if (latest != info->si_value.sival_int) {
101 info->si_value.sival_int, latest);
174 if (latest != 0) {
189 if (latest != QUEUELENGTH) {
190 output("Only %d signal delivered instead of %d\n", latest,
193 if (latest == 1) {
/external/icu/icu4c/source/tools/toolutil/
H A Dfiletools.cpp78 int32_t latest = whichFileModTimeIsLater(filePath, newpath.data()); local
79 if (latest < 0 || latest == 2) {
95 int32_t latest = whichFileModTimeIsLater(filePath, checkAgainst); local
96 if (latest < 0 || latest == 2) {
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
H A Dnada.cc116 PacketIdentifierNode* latest = *(received_packets_.begin()); local
118 latest->send_time_ms + now_ms - latest->arrival_time_ms;
121 // Sends a tuple containing latest values of <d_hat_n, d_tilde_n, x_n, x'_n,
/external/dnsmasq/src/
H A Ddnsmasq.c806 struct resolvc *res, *latest; local
812 for (latest = NULL, res = daemon->resolv_files; res; res = res->next)
828 latest = res;
833 if (latest)
836 if (reload_servers(latest->name))
838 my_syslog(LOG_INFO, _("reading %s"), latest->name);
846 latest->mtime = 0;
849 my_syslog(LOG_WARNING, _("no servers found in %s, will retry"), latest->name);
/external/mesa3d/src/util/
H A Dralloc.c577 struct linear_header *latest; /* the only buffer that has free space */ member in struct:linear_header
627 node->latest = node;
635 linear_header *latest = first->latest; local
641 assert(!latest->next);
646 if (unlikely(latest->offset + full_size > latest->size)) {
648 new_node = create_linear_node(latest->ralloc_parent, size);
652 first->latest = new_node;
653 latest
[all...]
/external/speex/libspeex/
H A Djitter.c82 /** Buffer that keeps the time of arrival of the latest packets */
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
159 struct TimingBuffer *timeBuffers[MAX_BUFFERS]; /**< Storing arrival time of latest frames so we can compute some stats */
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
215 int latest = 32767; local
216 /* Pick latest amoung all sub-windows */
219 if (pos[j] < tb[j].filled && tb[j].timing[pos[j]] < latest)
222 latest = tb[j].timing[pos[j]];
230 worst = latest;
231 best = latest;
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.c492 unsigned latest = rctx->ws->query_value(rctx->ws, local
495 if (rctx->gpu_reset_counter == latest)
498 rctx->gpu_reset_counter = latest;
/external/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp3121 COpenType latest; local
3123 latest = (*op.types)[op.types->Size() - Arcs.Size() - 1];
3126 latest = (*op.types)[0];
3127 if (!latest.Recursive)
3130 op.openType = latest;
3139 int latest;
3141 latest = (*op.types)[op.types->Size() - Arcs.Size() - 1];
3144 latest = (*op.types)[0];
3145 if (latest != -2 && latest !
[all...]
/external/testng/ant/
H A Divy-2.1.0.jar ... circular/ org/apache/ivy/plugins/conflict/ org/apache/ivy/plugins/latest/ org/apache/ivy/plugins/lock/ org/apache/ivy/plugins/matcher ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 380 milliseconds