Searched refs:granularity (Results 26 - 50 of 60) sorted by relevance

123

/external/lldb/include/lldb/Core/
H A DInputReader.h218 // without any granularity
246 GranularityAsCString (lldb::InputReaderGranularity granularity);
/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java602 * @param granularity the amount in seconds of slack we will give in
606 public static boolean isOutOfDate(File src, File target, int granularity) { argument
613 if ((src.lastModified() - granularity) > target.lastModified()) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp223 void WebPluginScrollbarImpl::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) argument
232 m_group->scroll(dir, static_cast<blink::ScrollGranularity>(granularity), multiplier);
H A DWebLocalFrameImpl.cpp1147 TextGranularity granularity = selection.isRange() ? WordGranularity : CharacterGranularity; local
1148 frame->selection().setSelection(selection, granularity);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.cpp266 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity) argument
276 validate(granularity);
353 void VisibleSelection::setStartAndEndFromBaseAndExtentRespectingGranularity(TextGranularity granularity) argument
363 switch (granularity) {
493 void VisibleSelection::validate(TextGranularity granularity) argument
496 setStartAndEndFromBaseAndExtentRespectingGranularity(granularity);
H A DEditor.cpp280 return smartInsertDeleteEnabled() && frame().selection().granularity() == WordGranularity;
290 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction) argument
298 TypingCommand::deleteKeyPressed(*frame().document(), canSmartCopyOrDelete() ? TypingCommand::SmartDelete : 0, granularity);
316 TypingCommand::forwardDeleteKeyPressed(*frame().document(), options, granularity);
321 TypingCommand::deleteKeyPressed(*frame().document(), options, granularity);
H A DEditorCommand.cpp214 static bool expandSelectionToGranularity(LocalFrame& frame, TextGranularity granularity) argument
217 selection.expandUsingGranularity(granularity);
344 TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() == WordGranularity ? TypingCommand::SmartDelete : 0);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp348 bool EventHandler::updateSelectionForMouseDownDispatchingSelectStart(Node* targetNode, const VisibleSelection& selection, TextGranularity granularity) argument
359 granularity = CharacterGranularity;
363 m_frame->selection().setNonDirectionalSelectionIfNeeded(selection, granularity);
521 TextGranularity granularity = CharacterGranularity; local
548 if (m_frame->selection().granularity() != CharacterGranularity) {
549 granularity = m_frame->selection().granularity();
550 newSelection.expandUsingGranularity(m_frame->selection().granularity());
557 updateSelectionForMouseDownDispatchingSelectStart(innerNode, newSelection, granularity);
754 if (m_frame->selection().granularity() !
887 scroll(ScrollDirection direction, ScrollGranularity granularity, Node* startNode, Node** stopNode, float delta, IntPoint absolutePoint) argument
926 bubblingScroll(ScrollDirection direction, ScrollGranularity granularity, Node* startingNode) argument
2027 ScrollGranularity granularity = wheelGranularityToScrollGranularity(wheelEvent->deltaMode()); local
2459 ScrollGranularity granularity = ScrollByPixel; local
[all...]
H A DDragController.cpp503 // but only to smart insert if the selection granularity is word granularity.
505 bool smartInsert = smartDelete && innerFrame->selection().granularity() == WordGranularity && dragData->canSmartReplace();
/external/e2fsprogs/misc/
H A Dbadblocks.c744 unsigned int granularity = blocks_at_once; local
829 got = try = granularity - buf_used;
848 if (granularity != 1) {
849 granularity = 1;
892 if ((buf_used != granularity) &&
897 granularity = blocks_at_once;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js554 * @param {boolean=} opt_persist Persist the granularity to all running tabs;
566 * @param {boolean=} opt_persist Persist the granularity to all running tabs;
577 * Delegates to navigation shifter. Behavior is not defined if granularity
580 * iterator-like interface. The caller has the option to force granularity
582 * been a shifter entered, setting granularity is a no-op.
583 * @param {number} granularity The desired granularity.
590 granularity, opt_force, opt_persist) {
596 this.shifter_.setGranularity(granularity);
603 * @return {number} The current granularity
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc230 // Make sure that each aligned block of size "2^granularity" doesn't have
232 static void MakeShadowValid(bool *shadow, int length, int granularity) { argument
239 if (i % (1 << granularity) == 0) {
259 MakeShadowValid(expected, kSize, /*granularity*/ 3);
261 MakeShadowValid(expected, kSize, /*granularity*/ 3);
271 MakeShadowValid(expected, kSize, /*granularity*/ 3);
273 MakeShadowValid(expected, kSize, /*granularity*/ 3);
/external/chromium_org/chrome/browser/extensions/api/alarms/
H A Dalarm_manager.h43 // The granularity isn't exposed to the extension's javascript, but we poll at
44 // least as often as the shortest alarm's granularity. It's initialized as
48 base::TimeDelta granularity; member in struct:extensions::Alarm
49 // The minimum granularity is the minimum allowed polling rate. This stops
193 // but not more often than the minimum granularity of all alarms.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp206 bool RenderEmbeddedObject::scroll(ScrollDirection direction, ScrollGranularity granularity, float) argument
/external/qemu/target-i386/
H A Dhax-interface.h101 uint32 granularity : 1; member in struct:segment_desc_t::__anon30134::__anon30135
H A Dhax-all.c678 lhs->granularity = 0;
694 | (rhs->granularity * DESC_G_MASK)
712 lhs->granularity = (flags & DESC_G_MASK) != 0;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm723 bool ScrollAnimatorMac::scroll(ScrollbarOrientation orientation, ScrollGranularity granularity, float step, float delta)
728 return ScrollAnimator::scroll(orientation, granularity, step, delta);
730 if (granularity == ScrollByPixel)
731 return ScrollAnimator::scroll(orientation, granularity, step, delta);
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1048 given initial capacity, or, if 0, the default granularity size. It
2056 size_t granularity; member in struct:malloc_params
2094 /* granularity-align a size */
2096 (((S) + (mparams.granularity)) & ~(mparams.granularity - SIZE_T_ONE))
2101 (((size_t)(S) & (mparams.granularity - SIZE_T_ONE)) == 0)
2507 mparams.granularity = ((DEFAULT_GRANULARITY != 0)?
2514 mparams.granularity = system_info.dwAllocationGranularity;
2530 ((mparams.granularity & (mparams.granularity
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp294 bool ScrollView::scroll(ScrollDirection direction, ScrollGranularity granularity) argument
299 return ScrollableArea::scroll(physicalDirection, granularity);
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex153 decoding; this technique is used to allow sample-granularity
/external/qemu-pc-bios/vgabios/
H A Dclext.c883 mov ax, #0x0010 ;; granularity =16K
1087 mov ah, dl ;; dx=window address in granularity
1101 mov dl, al ;; dx=window address in granularity
/external/qemu/qapi-auto-generated/
H A Dqmp-commands.h113 void qmp_drive_mirror(const char * device, const char * target, bool has_format, const char * format, MirrorSyncMode sync, bool has_mode, NewImageMode mode, bool has_speed, int64_t speed, bool has_granularity, uint32_t granularity, bool has_buf_size, int64_t buf_size, bool has_on_source_error, BlockdevOnError on_source_error, bool has_on_target_error, BlockdevOnError on_target_error, Error **errp);
H A Dqmp-marshal.c1977 uint32_t granularity; local
2005 visit_start_optional(v, &has_granularity, "granularity", errp);
2007 visit_type_uint32(v, &granularity, "granularity", errp);
2030 qmp_drive_mirror(device, target, has_format, format, sync, has_mode, mode, has_speed, speed, has_granularity, granularity, has_buf_size, buf_size, has_on_source_error, on_source_error, has_on_target_error, on_target_error, errp);
2053 visit_start_optional(v, &has_granularity, "granularity", NULL);
2055 visit_type_uint32(v, &granularity, "granularity", NULL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 817 milliseconds

123