HomeSort by relevance Sort by last modified time
    Searched full:late (Results 26 - 50 of 722) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runner/
RunWith.java 12 * tests in that class instead of the runner built into JUnit. We added this feature late
  /external/llvm/test/Transforms/InstCombine/
stack-overalign.ll 11 ; issue. Some late phase could be smart enough to reduce alloca
  /external/chromium_org/cc/scheduler/
delay_based_time_source.cc 159 // 2. A delayed task may come back a bit late (a few ms), or really late
180 // Over time, with no late tasks, this leads to us posting tasks like this:
192 // Case 1: late but not unrecoverably-so
195 // Case 2: so late we obviously missed the tick
203 // task hadn't been late.
205 // For the really late delay, we we move to the next logical tick. The timebase
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.h.def 30 // expand a declaration of a late-binding symbol table class.
37 // From a .h file, include the header(s) for the DLL to late-bind and the
latebindingsymboltable.cc.def 30 // expand a definition of a late-binding symbol table class.
  /external/chromium/chrome/browser/ui/views/
login_view.h 53 // so it doesn't try and access this when its too late.
  /external/chromium_org/media/base/
serial_runner.h 23 // SerialRunner doesn't use regular Closure/PipelineStatusCBs as it late binds
  /external/chromium_org/net/quic/
quic_connection_logger.h 56 // received late, this value will not be updated.
  /external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
SynchronizedThisDetector.java 19 * astore_x # Store this for late use, it might be astore.
  /external/kernel-headers/original/asm-arm/
glue.h 36 * v4t_late - ARMv4 with Thumb late abort handler
  /external/llvm/test/CodeGen/X86/
2010-03-05-EFLAGS-Redef.ll 5 ; we don't care about liveness this late anyway.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 105 #define LATE(sym) LATESYM_GET(LibUDevSymbolTable, &libudev_, sym)
867 udev_ = LATE(udev_new)();
875 udev_monitor_ = LATE(udev_monitor_new_from_netlink)(udev_, "udev");
888 if (LATE(udev_monitor_filter_add_match_subsystem_devtype)(udev_monitor_,
894 if (LATE(udev_monitor_enable_receiving)(udev_monitor_) < 0) {
911 LATE(udev_monitor_unref)(udev_monitor_);
915 LATE(udev_unref)(udev_);
930 udev_device* device = LATE(udev_monitor_receive_device)(udev_monitor_);
946 LATE(udev_device_unref)(device);
951 return LATE(udev_monitor_get_fd)(udev_monitor_)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 20 * Interface for "advice" passed from the late stage of translation back
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 20 * Interface for "advice" passed from the late stage of translation back
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 69 System.err.println("WARNING: late add of params to method");
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_settings.h 43 // very late, or even never (depending on the state of the app pack).
  /external/chromium_org/chrome/browser/ui/search/
instant_unload_handler.h 31 // late to cancel Q based on P's BUH. So, Instant just replaces P with Q and
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory_browsertest.cc 42 // late to catch the possibility of an initial browse to about:blank mistakenly
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
encodings.py 11 a problem with coverage - that it starts too late to trace the coverage of many
  /external/chromium_org/third_party/WebKit/public/web/
WebFileWriter.h 50 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible.
  /external/compiler-rt/include/sanitizer/
lsan_interface.h 34 // Use this if normal end-of-process leak checking happens too late (e.g. if
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 20 * Interface for "advice" passed from the late stage of translation back
  /external/grub/netboot/
sk_g16.h 110 #define TX_UFLO 0x4000 /* Underflow (late memory) */
111 #define TX_LCOL 0x1000 /* Late collision */
  /external/speex/include/speex/
speex_jitter.h 71 /** Packet is lost or is late */
112 /** Equivalent cost of one percent late packet in timestamp units */
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 667 for (EntryFile late : future) {
668 mAllFiles.blocks -= late.blocks;
669 FileList tagFiles = mFilesByTag.get(late.tag);
670 if (tagFiles != null && tagFiles.contents.remove(late)) {
671 tagFiles.blocks -= late.blocks;
673 if ((late.flags & DropBoxManager.IS_EMPTY) == 0) {
675 late.file, mDropBoxDir, late.tag, t++, late.flags, mBlockSize));
677 enrollEntry(new EntryFile(mDropBoxDir, late.tag, t++))
    [all...]

Completed in 1465 milliseconds

12 3 4 5 6 7 8 91011>>