HomeSort by relevance Sort by last modified time
    Searched full:late (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
wrtout2.good 2 Facts are lazy and facts are late
writeout.inp 2 Facts are lazy and facts are late
wrtout1.good 2 Facts are lazy and facts are late
  /external/clang/include/clang/Parse/
CMakeLists.txt 1 clang_tablegen(AttrLateParsed.inc -gen-clang-attr-late-parsed-list
Makefile 11 $(Echo) "Building Clang attribute late-parsed table with tblgen"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-late-parsed-list -o $(call SYSPATH, $@) \
  /external/llvm/test/YAMLParser/
spec-02-27.data 29 Late afternoon is best.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 491 Calendar late = Calendar.getInstance(); local
494 late.set(2008, 3, 20, 17, 28, 22);
496 assertTrue(early.before(late));
498 assertFalse(late.before(early));
500 assertTrue(late.after(early));
501 assertFalse(late.after(late));
502 assertFalse(early.after(late));
506 late.set(2008, 3, 20, 17, 28, 12);
508 assertTrue(early.before(late));
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 491 Calendar late = Calendar.getInstance(); local
494 late.set(2008, 3, 20, 17, 28, 22);
496 assertTrue(early.before(late));
498 assertFalse(late.before(early));
500 assertTrue(late.after(early));
501 assertFalse(late.after(late));
502 assertFalse(early.after(late));
506 late.set(2008, 3, 20, 17, 28, 12);
508 assertTrue(early.before(late));
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 163 void late() { function
186 late<float, true>();
187 late<S3, false>();
  /device/moto/wingray/taudio/
tplay.c 85 printf("out %d (%d late, %d underrun errors)\n", nw,
97 printf("played with %d late, %d underflow errors\n",
  /external/speex/libspeex/
jitter.c 48 + late
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */
154 int late_cutoff; /**< How late must a packet be for it not to be considered at all */
160 int window_size; /**< Total window over which the late frames are counted */
162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */
171 cost = delay + late_factor*[number of frames that would be late if we used that delay]
173 @param late_factor Equivalent cost of a late frame (in timestamp units)
180 int late = 0; local
209 /* Pick the TOP_DELAY "latest" packets (doesn't need to actually be late
236 cost = -latest + late_factor*late;
371 int late; local
    [all...]
  /dalvik/vm/native/
README.txt 15 We use "late" binding on these, rather than explicit registration,
  /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/dbus/test/name-test/
test-threads-init.c 2 * Test to make sure late thread initialization works
120 printf ("*** Testing late thread init\n");
  /external/chromium/chrome/browser/ui/views/
login_view.h 53 // so it doesn't try and access this when its too late.
  /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/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 20 * Interface for "advice" passed from the late stage of translation back
  /external/webkit/Source/WebKit/chromium/public/
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/grub/netboot/
sk_g16.h 110 #define TX_UFLO 0x4000 /* Underflow (late memory) */
111 #define TX_LCOL 0x1000 /* Late collision */

Completed in 3805 milliseconds

1 2 3 4 5 6 7 8 91011>>