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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/html/
DataGridColumn.idl 43 attribute unsigned short sortDirection; // The sort direction for the column. Valid values are ascending, descending and natural (no sort applied).
HTMLAttributeNames.in 86 direction
  /external/webkit/WebCore/manual-tests/
interrupted-compound-transform.html 65 In this test you should see a blue diamond spinning in the clockwise direction. After 1.5 seconds it should stop
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 79 // Names of these icons can vary because of text direction.
238 static GtkTextDirection gtkTextDirection(TextDirection direction)
240 switch (direction) {
253 GtkTextDirection direction = gtkTextDirection(style->direction()); local
256 if (moz_gtk_get_widget_border(type, &left, &top, &right, &bottom, direction, inhtml) != MOZ_GTK_SUCCESS)
314 GtkTextDirection direction = gtkTextDirection(o->style()->direction()); local
333 return moz_gtk_widget_paint(type, i.context->gdkDrawable(), &gdkRect, &gdkClipRect, &mozState, flags, direction) != MOZ_GTK_SUCCESS;
WheelEventGtk.cpp 45 switch (event->direction) {
  /external/webkit/WebCore/svg/
svgattrs.in 44 direction
  /external/webkit/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 71 HRESULT scroll([in] WebScrollDirection direction, [in] WebScrollGranularity granularity, [in] float multiplier);
  /frameworks/base/core/java/android/text/
Selection.java 377 private static int chooseHorizontal(Layout layout, int direction,
383 // same line, so it goes by pure physical direction
388 if (direction < 0) {
413 if (textdir == direction)
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_inv_filter.cpp 54 direction = direction for application of tns filter.
113 The direction of the filter's application is defined by
114 (const Int direction)
162 IF (direction == -1)
217 pCoef = pCoef + direction;
299 const Int direction,
335 if (direction == -1)
410 pCoef += direction;
  /hardware/broadcom/wlan/bcm4329/src/shared/
linux_osl.c 571 osl_dma_map(osl_t *osh, void *va, uint size, int direction)
576 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE;
581 osl_dma_unmap(osl_t *osh, uint pa, uint size, int direction)
586 dir = (direction == DMA_TX)? PCI_DMA_TODEVICE: PCI_DMA_FROMDEVICE;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitorAPI.h 89 TraffDirection_t Direction;
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 132 Sint16 xrel; /* The relative motion in the X direction */
133 Sint16 yrel; /* The relative motion in the Y direction */
158 Sint16 xrel; /* The relative motion in the X direction */
159 Sint16 yrel; /* The relative motion in the Y direction */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 132 Sint16 xrel; /* The relative motion in the X direction */
133 Sint16 yrel; /* The relative motion in the Y direction */
158 Sint16 xrel; /* The relative motion in the X direction */
159 Sint16 yrel; /* The relative motion in the Y direction */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 129 Sint16 xrel; /* The relative motion in the X direction */
130 Sint16 yrel; /* The relative motion in the Y direction */
155 Sint16 xrel; /* The relative motion in the X direction */
156 Sint16 yrel; /* The relative motion in the Y direction */
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 132 Sint16 xrel; /* The relative motion in the X direction */
133 Sint16 yrel; /* The relative motion in the Y direction */
158 Sint16 xrel; /* The relative motion in the X direction */
159 Sint16 yrel; /* The relative motion in the Y direction */
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 352 MethodData.Sorter.Direction direction = sorter.getDirection(); local
353 if (direction == MethodData.Sorter.Direction.INCREASING)
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitorAPI.h 89 TraffDirection_t Direction;
  /device/htc/passion-common/tools/
btconfig.c 93 printf("Setting data direction.\n");
95 printf("Error setting data direction\n");
  /external/icu4c/common/unicode/
ushape.h 186 /** Direction indicator: the source is in logical (keyboard) order. @stable ICU 2.0 */
190 * Direction indicator:
198 * Direction indicator:
205 /** Bit mask for direction indicators. @stable ICU 2.0 */
254 * The direction of "preceding" depends on the direction indicator option.
267 * The direction of "preceding" depends on the direction indicator option.
  /external/icu4c/common/
usprep.cpp 728 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
808 direction = ubidi_getClass(profile->bdp, ch);
810 firstCharDir = direction;
812 if(direction == U_LEFT_TO_RIGHT){
816 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
833 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
  /external/icu4c/i18n/unicode/
utrans.h 69 * Direction constant indicating the direction in a transliterator,
72 * transliterates A to B when operating in the forward direction, and
73 * B to A when operating in the reverse direction.
81 * opened using a rule, it means forward direction rules, e.g.,
89 * opened using a rule, it means reverse direction rules, e.g.,
173 * @param dir the desired direction
504 * @param dir the desired direction
  /external/iproute2/tc/
m_nat.c 30 "NAT := DIRECTION OLD NEW\n"
31 "DIRECTION := { ingress | egress }\n"
  /external/libffi/darwin-x86/
fficonfig.h 126 direction of stack growth for your system; otherwise it will be
130 STACK_DIRECTION = 0 => direction of growth unknown */
  /external/libffi/
fficonfig.h.in 125 direction of stack growth for your system; otherwise it will be
129 STACK_DIRECTION = 0 => direction of growth unknown */
  /external/libffi/linux-arm/
fficonfig.h 125 direction of stack growth for your system; otherwise it will be
129 STACK_DIRECTION = 0 => direction of growth unknown */

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>