Searched defs:Granularity (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DWheelEvent.h34 enum Granularity { Pixel, Line, Page }; enum in class:WebCore::WheelEvent
41 float rawDeltaX, float rawDeltaY, Granularity granularity, PassRefPtr<AbstractView> view,
63 Granularity granularity() const { return m_granularity; }
71 Granularity granularity, PassRefPtr<AbstractView>,
82 Granularity m_granularity;
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c31 unsigned Granularity : 1; member in struct:_LDT_ENTRY::__anon14809::__anon14811
46 if (ent->HighWord.Bits.Granularity) limit = (limit << 12) | 0xfff;
/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h254 UInt Granularity : 1; member in struct:__anon13998::__anon13999::__anon14000
/external/webkit/Source/WebKit2/Shared/
H A DWebEvent.h160 enum Granularity { enum in class:WebKit::WebWheelEvent
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); }
204 uint32_t m_granularity; // Granularity
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp457 size_t Granularity = 1 << MappingScale; local
458 // Addr & (Granularity - 1)
460 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
461 // (Addr & (Granularity - 1)) + size - 1
465 // (uint8_t) ((Addr & (Granularity-1)) + size - 1)
468 // ((uint8_t) ((Addr & (Granularity-1)) + size - 1)) >= ShadowValue
488 size_t Granularity = 1 << MappingScale; local
491 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1087 milliseconds