HomeSort by relevance Sort by last modified time
    Searched defs:Granularity (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/dom/
WheelEvent.h 34 enum Granularity { Pixel, Line, Page };
41 float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view,
46 granularity, view, screenX, screenY, pageX, pageY,
63 Granularity granularity() const { return m_granularity; } function in class:WebCore::WheelEvent
71 Granularity granularity, PassRefPtr<AbstractView>,
82 Granularity m_granularity;
  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 31 unsigned Granularity : 1;
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
  /external/valgrind/main/VEX/pub/
libvex_guest_x86.h 255 UInt Granularity : 1;
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 160 enum Granularity {
178 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Modifiers, double timestamp);
180 WebWheelEvent(Type, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, const WebCore::FloatSize& delta, const WebCore::FloatSize& wheelTicks, Granularity, Phase phase, Phase momentumPhase,bool hasPreciseScrollingDeltas, Modifiers, double timestamp);
187 Granularity granularity() const { return static_cast<Granularity>(m_granularity); } function in class:WebKit::WebWheelEvent
204 uint32_t m_granularity; // Granularity
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 699 size_t Granularity = 1 << Mapping.Scale;
700 // Addr & (Granularity - 1)
702 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
703 // (Addr & (Granularity - 1)) + size - 1
707 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
710 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
731 size_t Granularity = 1 << Mapping.Scale;
734 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 

Completed in 280 milliseconds