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

12 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/website_settings/
permission_bubble_request.h 17 // is presented to the user. The delegate may be coalesced with other bubble
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 361 // Verify that the two messages are coalesced into one message.
368 // Acking the coalesced msg should not send any more msg.
398 // Verify that the two messages are coalesced into one message.
403 // Acking the coalesced msg should not send any more msg.
502 SimulateWheelEvent(8, -6, 0, false); // coalesced into previous event
505 // Explicitly verify that PhaseEnd isn't coalesced to avoid bugs like
524 // The coalesced events can queue up a delayed ack
535 EXPECT_EQ(-10 + -6, wheel_event->deltaY); // coalesced
538 // Ack the second event (which had the third coalesced into it).
    [all...]
gesture_event_queue.h 52 // 4. Whenever possible, events in the queue are coalesced to have as few events
207 // Queue of coalesced gesture events not yet sent to the renderer. If
touch_event_queue_unittest.cc 400 // Tests that touch-events are coalesced properly in the queue.
407 // touch-move events should be coalesced into a single event.
416 // ACK the press. Coalesced touch-move events should be sent.
440 // doesn't get coalesced with newer events.
447 // touch-move events should be coalesced into a single event.
458 // The coalesced touch-move event has been sent to the renderer. Any new
459 // touch-move event should not be coalesced with the sent event.
494 // Make sure both fingers are marked as having been moved in the coalesced
532 // main thread in the renderer). Also tests that all queued/coalesced touch
572 // The queue should hold the first sent touch-press event, the coalesced
    [all...]
input_router_impl.h 246 // coalesced (by accumulating deltas) if they match the previous event in
  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 39 // actions -- unbroken stretches of typed characters are coalesced
  /external/clang/test/CodeGenCXX/
debug-info-same-line.cpp 42 // same line /and/ column, they get coalesced into a single inlined call by
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 8 .section __TEXT,__textcoal_nt,coalesced,pure_instructions
  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 11 ; Only one can be coalesced.
  /external/sepolicy/
untrusted_app.te 52 # Rules migrated from old app domains coalesced into untrusted_app.
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 10 // LiveIntervalUnion represents a coalesced set of live intervals. This may be
72 // Skip all segments that may have been coalesced.
RegAllocFast.cpp 44 STATISTIC(NumCopies, "Number of copies coalesced");
801 SmallVector<MachineInstr*, 32> Coalesced;
    [all...]
MachineCSE.cpp 32 STATISTIC(NumCoalesces, "Number of copies coalesced");
38 STATISTIC(NumCommutes, "Number of copies coalesced after commuting");
145 // The 2-addr pass has been updated to handle coalesced subregs. However,
RegisterCoalescer.cpp 97 /// WorkList - Copy instructions yet to be coalesced.
124 /// copies that cannot yet be coalesced into WorkList.
133 /// true if the copy was successfully coalesced away. If it is not
135 /// other things get coalesced, then it returns true by reference in
163 /// its other operand is coalesced to the copy dest register, see if we
548 /// commutable instruction and its other operand is coalesced to the copy dest
622 // If some of the uses of IntA.reg is already coalesced away, return false.
    [all...]
TwoAddressInstructionPass.cpp 92 // likely targets to be coalesced to due to copies from physical registers to
97 // likely targets to be coalesced to due to copies to physical registers from
425 // be coalesced, so follow the kill flag.
522 // instruction if the first one is coalesced. So it would be profitable to
714 /// coalesced to r0 (from the input side). v1025 is mapped to r1. v1026 is
776 // Don't mess with copies, they may be coalesced later.
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura_unittest.cc     [all...]
  /external/llvm/test/Transforms/ObjCARC/
move-and-form-retain-autorelease.ll 40 @"\01l_objc_msgSend_fixup_alloc" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16
51 @"\01l_objc_msgSend_fixup_objectAtIndex_" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16
53 @"\01l_objc_msgSend_fixup_count" = external hidden global %0, section "__DATA, __objc_msgrefs, coalesced", align 16
  /external/chromium_org/content/common/input/
web_input_event_traits_unittest.cc 133 // Coalesced scales are multiplicative.
  /external/e2fsprogs/resize/
extent.c 101 * Check to see if this can be coalesced with the last
  /external/llvm/test/MC/MachO/
symbol-diff.s 4 .section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support
  /external/sepolicy/tools/
README 64 Equivalent types are candidates for being coalesced into a single
  /external/chromium_org/cc/resources/
picture_pile_impl.cc 245 // The clip for a set of coalesced pictures starts out clipping the entire
286 // Iterate the coalesced map and use each picture's region
  /external/chromium_org/content/browser/service_worker/
service_worker_job_unittest.cc 510 // coalesced such that both callers get the exact same registration
573 // There isn't really a way to test that they are being coalesced,
  /external/chromium_org/base/strings/
string16.h 150 // as a coalesced symbol, meaning that the linker will combine multiple
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 32 * are coalesced, note that they are all idempotent.

Completed in 651 milliseconds

12 3 4 5 6 7