HomeSort by relevance Sort by last modified time
    Searched defs:granularity (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.cpp 104 size_t granularity = nextPowerOfTen / 1000; // We want 3 signficant digits. local
108 bucketSizeList[i] = currentBucketSize - (currentBucketSize % granularity);
116 granularity *= 10;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimator.cpp 89 ScrollGranularity granularity = e.hasPreciseScrollingDeltas() ? ScrollByPrecisePixel : ScrollByPixel; local
91 ScrollGranularity granularity = ScrollByPixel; local
103 if (e.granularity() == ScrollByPageWheelEvent) {
110 scroll(VerticalScrollbar, granularity, m_scrollableArea->pixelStep(VerticalScrollbar), -deltaY);
114 if (e.granularity() == ScrollByPageWheelEvent) {
121 scroll(HorizontalScrollbar, granularity, m_scrollableArea->pixelStep(HorizontalScrollbar), -deltaX);
  /external/chromium_org/chrome/browser/extensions/api/alarms/
alarm_manager.h 41 // The granularity isn't exposed to the extension's javascript, but we poll at
42 // least as often as the shortest alarm's granularity. It's initialized as
46 base::TimeDelta granularity; member in struct:extensions::Alarm
47 // The minimum granularity is the minimum allowed polling rate. This stops
184 // but not more often than the minimum granularity of all alarms.
  /external/chromium_org/content/renderer/pepper/
ppb_scrollbar_impl.cc 118 WebScrollbar::ScrollGranularity granularity; local
120 granularity = WebScrollbar::ScrollByLine;
122 granularity = WebScrollbar::ScrollByPage;
124 granularity = WebScrollbar::ScrollByDocument;
126 granularity = WebScrollbar::ScrollByPixel;
131 scrollbar_->scroll(direction, granularity, fmultiplier);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
JellyBeanAccessibilityInjector.java 130 final int granularity = arguments.getInt(AccessibilityNodeInfo. local
132 mAccessibilityJSONObject.accumulate("granularity", granularity);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 80 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
88 , m_granularity(granularity)
122 PlatformWheelEventGranularity granularity() const { return m_granularity; } function in class:WebCore::PlatformWheelEvent
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 105 long granularity; member in struct:PERF_RT_Private
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 98 void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(selection, CloseTyping | ClearTypingStyle, AlignCursorOnScrollIfNeeded, granularity); }
117 TextGranularity granularity() const { return m_granularity; } function in class:WebCore::FrameSelection
  /external/qemu/block/
vmdk.c 37 uint32_t granularity; member in struct:__anon24821
50 int64_t granularity; member in struct:__anon24822
281 gt_size = (int64_t)header.num_gtes_per_gte * header.granularity * SECTOR_SIZE;
377 s->cluster_sectors = le32_to_cpu(header.granularity);
390 s->cluster_sectors = le64_to_cpu(header.granularity);
723 header.granularity = cpu_to_le64(128);
726 grains = (total_size + header.granularity - 1) / header.granularity;
737 header.granularity - 1) / header.granularity) *
    [all...]
  /external/qemu/target-i386/
hax-interface.h 101 uint32 granularity : 1; member in struct:segment_desc_t::__anon25581::__anon25582
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp 1316 TextGranularity granularity = selection.isRange() ? WordGranularity : CharacterGranularity; local
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java 132 * at a given movement granularity. For example, move to the next character,
164 * at a given movement granularity. For example, move to the next character,
288 * Argument for which movement granularity to be used when traversing the node text.
316 * Argument for whether when moving at granularity to extend the selection
369 * Movement granularity bit for traversing the text of a node by character.
374 * Movement granularity bit for traversing the text of a node by word.
379 * Movement granularity bit for traversing the text of a node by line.
384 * Movement granularity bit for traversing the text of a node by paragraph.
389 * Movement granularity bit for traversing the text of a node by page.
2487 final int granularity = 1 << Integer.numberOfTrailingZeros(granularities); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 64 int granularity; /* granularity */ member in struct:vx_ibl_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h 64 int granularity; /* granularity */ member in struct:vx_ibl_info
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 258 static inline bool scrollNode(float delta, ScrollGranularity granularity, ScrollDirection direction, Node* node, Node** stopNode, IntPoint absolutePoint = IntPoint())
271 if (curBox->scroll(physicalDirection, granularity, delta)) {
439 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity)
450 granularity = CharacterGranularity;
454 m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity);
606 TextGranularity granularity = CharacterGranularity; local
631 if (m_frame->selection().granularity() != CharacterGranularity) {
632 granularity = m_frame->selection().granularity();
633 newSelection.expandUsingGranularity(m_frame->selection().granularity());
2223 ScrollGranularity granularity = wheelGranularityToScrollGranularity(wheelEvent->deltaMode()); local
2628 ScrollGranularity granularity = ScrollByPixel; local
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 233 default granularity, pixel buffers may straddle virtual allocation
2618 size_t granularity; member in struct:malloc_params
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 223 default granularity, pixel buffers may straddle virtual allocation
2485 size_t granularity; member in struct:malloc_params
    [all...]
  /external/libffi/src/
dlmalloc.c 2046 size_t granularity; member in struct:malloc_params
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2056 size_t granularity; member in struct:malloc_params
    [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 367 milliseconds

1 2