HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 251 - 275 of 1273) sorted by null

<<11121314151617181920>>

  /external/libffi/linux-x86/
fficonfig.h 125 direction of stack growth for your system; otherwise it will be
129 STACK_DIRECTION = 0 => direction of growth unknown */
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
dcac_prediction.cpp 32 int *direction
73 // int *direction; /* 0: HORIZONTAL, 1: VERTICAL */
100 /* Find the direction of prediction and the DC prediction */
139 *direction = 1;
168 *direction = 0;
244 // int *direction; /* 0: HORIZONTAL, 1: VERTICAL */
259 /* Find the direction of prediction and the DC prediction */
321 if (video->mblock->direction == 1)
  /external/tcpdump/
print-udp.c 473 enum sunrpc_msg_type direction; local
489 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
490 if (direction == SUNRPC_CALL)
539 enum sunrpc_msg_type direction; local
543 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
544 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
549 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
555 if (dport == SUNRPC_PORT && direction == SUNRPC_CALL) {
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 142 Direction direction(UChar32 c) function in namespace:WTF::Unicode
  /external/webkit/WebCore/platform/
ContextMenuItem.h 118 ContextMenuItemTagWritingDirectionMenu, // Writing Direction sub-menu
127 ContextMenuItemTagTextDirectionMenu, // Text Direction sub-menu
Scrollbar.cpp 125 bool Scrollbar::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier)
140 if ((direction == ScrollUp && m_orientation == VerticalScrollbar) || (direction == ScrollLeft && m_orientation == HorizontalScrollbar))
142 else if ((direction == ScrollDown && m_orientation == VerticalScrollbar) || (direction == ScrollRight && m_orientation == HorizontalScrollbar))
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 59 bool leftSide = (child->style()->direction() == LTR) ? !endOfInline : endOfInline;
273 isOnlyRun = ((style()->direction() == RTL) ? lastRun : firstRun)->m_object->isListMarker();
379 // The direction of the block should determine what happens with wide lines. In
381 if (style()->direction() == LTR) {
403 if (style()->direction() == LTR) {
410 // Wide lines spill out of the block based off direction.
411 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right
413 if (style()->direction() == LTR) {
436 if (style()->direction() == LTR)
565 int dir = style()->direction();
800 TextDirection direction = style()->direction(); local
1094 Direction direction = ltr ? LeftToRight : RightToLeft; variable
    [all...]
RenderMenuList.cpp 92 // Items in the popup will not respect the CSS text-align and direction properties,
95 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR; local
96 m_innerBlock->style()->setDirection(direction);
385 return style ? PopupMenuStyle(style->color(), itemBackgroundColor(listIndex), style->font(), style->visibility() == VISIBLE, style->textIndent(), style->direction()) : menuStyle();
415 return PopupMenuStyle(s->color(), s->backgroundColor(), s->font(), s->visibility() == VISIBLE, s->textIndent(), s->direction());
  /external/webkit/WebKit/mac/WebView/
WebDocument.h 91 @method searchFor:direction:caseSensitive:wrap:
99 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
WebFrameInternal.h 140 - (DOMRange *)_rangeByAlteringCurrentSelection:(WebCore::SelectionController::EAlteration)alteration direction:(WebCore::SelectionController::EDirection)direction granularity:(WebCore::TextGranularity)granularity;
  /frameworks/base/core/java/android/view/
Display.java 91 * the direction it was turned. The angle is the rotation of the drawn
92 * graphics on the screen, which is the opposite direction of the physical
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp 32 int *direction
73 // int *direction; /* 0: HORIZONTAL, 1: VERTICAL */
100 /* Find the direction of prediction and the DC prediction */
139 *direction = 1;
168 *direction = 0;
244 // int *direction; /* 0: HORIZONTAL, 1: VERTICAL */
259 /* Find the direction of prediction and the DC prediction */
321 if (video->mblock->direction == 1)
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 85 #define TS_INFO_DIRECTION_SHIFT 5 /* TS info. direction shift */
86 #define TS_INFO_DIRECTION_MASK (0x3 << TS_INFO_DIRECTION_SHIFT) /* TS info. direction mask */
  /hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.h 108 * Call write or read SDIO-driver function according to the direction.
135 * Call write or read SDIO-driver Sync function according to the direction.
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorDisplay.java 181 protected void onFocusChanged(boolean gain, int direction, Rect prev) {
182 //Calculator.log("focus " + gain + "; " + direction + "; " + prev);
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 89 launcher:direction="vertical"
107 launcher:direction="vertical"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsView.java 95 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
96 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 218 * @param reverse {@code false} if toggle direction is forward, {@code true} if toggle direction is backward
  /system/wlan/ti/wilink_6_1/platforms/hw/linux/
SdioAdapter.h 101 * Call write or read SDIO-driver function according to the direction.
128 * Call write or read SDIO-driver Sync function according to the direction.
  /frameworks/base/media/java/android/media/
AudioManager.java 361 * Adjusts the volume of a particular stream by one step in a direction.
369 * @param direction The direction to adjust the volume. One of
376 public void adjustStreamVolume(int streamType, int direction, int flags) {
379 service.adjustStreamVolume(streamType, direction, flags);
394 * @param direction The direction to adjust the volume. One of
402 public void adjustVolume(int direction, int flags) {
405 service.adjustVolume(direction, flags);
418 * @param direction The direction to adjust the volume. One o
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 570 protected boolean onRequestFocusInDescendants(int direction, Rect previouslyFocusedRect) {
574 return openFolder.requestFocus(direction, previouslyFocusedRect);
582 getChildAt(focusableScreen).requestFocus(direction, previouslyFocusedRect);
589 public boolean dispatchUnhandledMove(View focused, int direction) {
590 if (direction == View.FOCUS_LEFT) {
595 } else if (direction == View.FOCUS_RIGHT) {
601 return super.dispatchUnhandledMove(focused, direction);
605 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) {
609 getChildAt(mCurrentScreen).addFocusables(views, direction);
610 if (direction == View.FOCUS_LEFT)
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
lcblc.h 81 virtual void LCBLCReleaseIndication(LCBLCSource source, LCBLCCause cause, uint32 ForwardLcn, uint32 ReverseLcn, LCBLCDirection direction) = 0;
94 LCBLC(uint32 forwardLcn, LCBLCDirection direction) :
97 Direction(direction),
644 LCBLCDirection Direction;
  /external/webkit/WebCore/platform/qt/
Localizations.cpp 236 return QCoreApplication::translate("QWebPage", "Direction", "Writing direction context sub-menu item");
241 return QCoreApplication::translate("QWebPage", "Text Direction", "Text direction context sub-menu item");
246 return QCoreApplication::translate("QWebPage", "Default", "Default writing direction context menu item");
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 345 // GTK+ doesn't support multiple direction scrolls in the same event!
356 event.scroll.direction = GDK_SCROLL_LEFT;
358 event.scroll.direction = GDK_SCROLL_RIGHT;
360 event.scroll.direction = GDK_SCROLL_UP;
362 event.scroll.direction = GDK_SCROLL_DOWN;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 176 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, "
251 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION);
254 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) {
264 filteredValues.put(BluetoothShare.DIRECTION, dir);
321 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND

Completed in 246 milliseconds

<<11121314151617181920>>