/external/clang/test/CodeGenCXX/ |
vtable-key-function-arm.cpp | 2 // RUN: %clang_cc1 %s -triple=armv7-unknown-unknown -emit-llvm -o - | FileCheck -check-prefix=CHECK-LATE %s 7 // We do a separate CHECK-LATE pass because the RTTI definition gets 93 // CHECK-LATE: @_ZTS6Test2a = constant 94 // CHECK-LATE: @_ZTI6Test2a = constant 114 // CHECK-LATE: @_ZTS6Test2b = constant 115 // CHECK-LATE: @_ZTI6Test2b = constant 148 // CHECK-LATE: @_ZTS6Test3a = linkonce_odr constant 149 // CHECK-LATE: @_ZTI6Test3a = linkonce_odr constant 169 // CHECK-LATE: @_ZTS6Test3b = linkonce_odr constant 170 // CHECK-LATE: @_ZTI6Test3b = linkonce_odr constan [all...] |
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
sema.cpp | 171 void late() { function 194 late<float, true>(); 195 late<S3, false>();
|
/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...] |
/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 | 185 // 2. A delayed task may come back a bit late (a few ms), or really late 206 // Over time, with no late tasks, this leads to us posting tasks like this: 218 // Case 1: late but not unrecoverably-so 221 // Case 2: so late we obviously missed the tick 229 // task hadn't been late. 231 // For the really late delay, we we move to the next logical tick. The timebase
|
/art/runtime/native/ |
dalvik_system_ZygoteHooks.cc | 65 LOG(INFO) << "Late-enabling -Xcheck:jni"; 70 LOG(INFO) << "Not late-enabling -Xcheck:jni (already on)";
|
/external/chromium_org/media/filters/ |
video_frame_scheduler_impl_unittest.cc | 113 // Despite frame being late it should still get displayed as it's the only 129 // Despite both being late, the scheduler should always displays the latest
|
/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
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
initial_delay_manager.h | 65 // sequence of late (or perhaps missing) packets is computed. 110 // If the number of late packets exceed this value (computed based on current
|
/external/chromium_org/chrome/browser/ui/views/ |
login_view.h | 53 // so it doesn't try and access this when its too late.
|
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/ |
InvalidationClientNameProviderTest.java | 34 // Even if initialize the generator late, the ID will remain consistent.
|
/external/chromium_org/third_party/webrtc/base/ |
latebindingsymboltable.cc.def | 13 // expand a definition of a late-binding symbol table class.
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
decoding_state.h | 38 // arriving late.
|
/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/llvm/test/CodeGen/X86/ |
2010-03-05-EFLAGS-Redef.ll | 5 ; we don't care about liveness this late anyway.
|
/external/chromium_org/net/quic/congestion_control/ |
pacing_sender_test.cc | 166 // Wake up late. 174 // Wake up really late. 186 // Wake up really late again, but application pause partway through.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
JobStoreTest.java | 74 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.", 112 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.", 116 compareTimestampsSubjectToIoLatency("Late run-times not the same after read.",
|
/system/extras/tests/suspend_stress/ |
suspend_stress.cpp | 42 " -a,--abort abort test on late alarm\n" 167 diff > 0 ? "late" : "early"); 171 diff > 0 ? "late" : "early");
|
/bootable/recovery/etc/ |
init.rc | 61 on late-init
|
/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/test/base/ |
test_chrome_web_ui_controller_factory_browsertest.cc | 42 // late to catch the possibility of an initial browse to about:blank mistakenly
|