Searched refs:timed (Results 1 – 25 of 35) sorted by relevance
12
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractListeningExecutorService.java | 63 private <T> T doInvokeAny(Collection<? extends Callable<T>> tasks, boolean timed, long nanos) in doInvokeAny() argument 80 long lastTime = timed ? System.nanoTime() : 0; in doInvokeAny() 97 } else if (timed) { in doInvokeAny()
|
/external/webkit/LayoutTests/http/tests/cookies/ |
D | simple-cookies-expired-expected.txt | 8 Check setting a cookie that timed out.
|
D | simple-cookies-max-age-expected.txt | 8 Check setting a cookie that timed out.
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0001.txt | 14 …ery least the system requires one timer and one source of un-timed interrupts. by "un-timed" I me…
|
/external/tcpdump/ |
D | FILES | 206 print-timed.c 235 timed.h
|
D | Android.mk | 106 print-timed.c\
|
D | Makefile.in | 89 print-timed.c print-token.c print-udp.c print-vjc.c print-vrrp.c \
|
D | INSTALL | 219 print-timed.c - BSD time daemon protocol printer routines 247 timed.h - BSD time daemon protocol definitions
|
D | CHANGES | 305 timed, vrrp, radius, chdlc, cnfp, cdp, IEEE802.1d, raw-AppleTalk
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 8 perform its next timed operation. When the workload is light, and
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 337 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 339 MakeErrMsg(ErrMsg, "Child timed out", 0);
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | TestShellMac.mm | 73 // then we need to tell the layout script we timed out and start again.
|
/external/clang/docs/analyzer/ |
D | debug-checks.txt | 87 … the analysis of each function, such as how many blocks were reached and if the analyzer timed out.
|
/external/webkit/Source/WebCore/English.lproj/ |
D | Localizable.strings | 590 "gateway timed out" = "gateway timed out"; 734 "request timed out" = "request timed out";
|
/external/chromium/chrome/browser/extensions/ |
D | extension_bookmarks_module.cc | 770 TimedLimit* timed = new TimedLimit(kLongLimitConfig, long_mapper); in BuildWithMappers() local 774 heuristics->push_back(timed); in BuildWithMappers()
|
/external/libogg/doc/ |
D | rfc5334.txt | 80 audio, and [CMML] timed text/metadata. As Ogg encapsulates binary 254 visual, timed text, and any other type of material that requires a 475 bitstreams containing visual, audio, timed text, or any other type of
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 351 MakeErrMsg(ErrMsg, "Failed to terminate timed-out program.");
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 248 + my_syslog(LOG_INFO, _("read timed out (errno %d)"), errno);
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
D | master.cfg | 226 … elif line.find('test case') >= 0 and (line.find(' crashed') >= 0 or line.find(' timed out') >= 0):
|
/external/libusb/ |
D | ChangeLog | 738 that previously timed out never timed out again, as if the timeout had
|
/external/dbus/ |
D | NEWS.pre-1-0 | 104 - Pending calls get timed out on connection disconnect
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.mm | 1516 allowedTrackTypes->add("tmet"); // timed metadata
|
/external/webkit/Source/WebKit/gtk/ |
D | NEWS | 159 Bug 53667 - [GTK] fast/history/timed-refresh-in-cached-frame.html fails after r77355 (Philippe Norm…
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1131 old lease would persist until it timed out but things 1774 or leave. This eliminates the code for timed writes, and
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 2036 it be so long just makes timed-out tests take forever to complete. 5623 Fix run-webkit-tests misreporting crashed tests as timed out ones because DumpRenderTree 7374 (sub testCrashedOrTimedOut): Call sampleDumpTool() if we timed out. 7429 (top level): Don't wait for stderr to time out if stdout already timed 7436 Don't throw away the output from timed out tests 7443 output and whether or not the test timed out. 7476 the test timed out, so we register the test as a hang and move on. 7478 both crashed and timed out tests. If the test timed out, we kill DRT 7481 tests that timed out. 13358 Add VIDEO flag for timed media features
|
12