HomeSort by relevance Sort by last modified time
    Searched full:direction (Results 151 - 175 of 3958) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 38 u_int8_t flags; /* per direction options */
43 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */
46 u_int8_t last_dir; /* Direction of the last packet (enum ip_conntrack_dir) */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_SetPredDir.c 13 * Contains module for detecting the prediction direction
27 * Performs detecting the prediction direction
40 * [out] predDir indicates the prediction direction which takes one
  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 31 * @param direction The scroll direction
33 boolean onEnterScrollArea(int x, int y, int direction);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragScroller.java 31 * @param direction The scroll direction
33 boolean onEnterScrollArea(int x, int y, int direction);
FolderAutoScrollHelper.java 50 public boolean canTargetScrollHorizontally(int direction) {
56 public boolean canTargetScrollVertically(int direction) {
57 return mTarget.canScrollVertically(direction);
  /external/chromium_org/third_party/bintrees/bintrees/
rbtree.py 78 def jsw_single(root, direction):
79 other_side = 1 - direction
81 root[other_side] = save[direction]
82 save[direction] = root
88 def jsw_double(root, direction):
89 other_side = 1 - direction
91 return jsw_single(root, direction)
162 direction = 0
172 parent[direction] = node
191 last = direction
    [all...]
bintree.py 100 direction = 0
104 parent[direction] = self._new_node(key, value)
111 direction = 0 if key <= node.key else 1
112 node = node[direction]
121 direction = 0
128 direction = 1
132 direction = 0
134 parent[direction] = replacement.right
144 parent[direction] = node[down_dir]
149 direction = 0 if key < node.key else
    [all...]
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 34 * In addition, the animation direction can be controlled. The default direction
74 * Bitmask used to retrieve the horizontal component of the direction.
79 * Bitmask used to retrieve the vertical component of the direction.
216 * Returns the direction of the animation. {@link #DIRECTION_HORIZONTAL_MASK}
218 * horizontal and vertical components of the direction.
220 * @return the direction of the animation
235 * Sets the direction of the animation. The direction is expressed as an
239 * @param direction the direction of the animatio
362 int direction = mDirection & DIRECTION_HORIZONTAL_MASK; local
388 int direction = mDirection & DIRECTION_VERTICAL_MASK; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 63 direction: ltr;
72 direction: ltr;
86 direction: rtl;
90 direction: ltr;
99 direction: rtl;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSReflectValue.h 39 static PassRefPtr<CSSReflectValue> create(PassRefPtr<CSSPrimitiveValue> direction,
42 return adoptRef(new CSSReflectValue(direction, offset, mask));
45 CSSPrimitiveValue* direction() const { return m_direction.get(); } function in class:WebCore::CSSReflectValue
57 CSSReflectValue(PassRefPtr<CSSPrimitiveValue> direction, PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask)
59 , m_direction(direction)
CSSProperty.cpp 58 static CSSPropertyID resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand)
60 if (direction == LTR) {
179 CSSPropertyID CSSProperty::resolveDirectionAwareProperty(CSSPropertyID propertyID, TextDirection direction, WritingMode writingMode)
183 return resolveToPhysicalProperty(direction, writingMode, EndSide, marginShorthand());
185 return resolveToPhysicalProperty(direction, writingMode, StartSide, marginShorthand());
187 return resolveToPhysicalProperty(direction, writingMode, BeforeSide, marginShorthand());
189 return resolveToPhysicalProperty(direction, writingMode, AfterSide, marginShorthand());
191 return resolveToPhysicalProperty(direction, writingMode, EndSide, paddingShorthand());
193 return resolveToPhysicalProperty(direction, writingMode, StartSide, paddingShorthand());
195 return resolveToPhysicalProperty(direction, writingMode, BeforeSide, paddingShorthand())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
SpotLightSource.h 33 const FloatPoint3D& direction, float specularExponent, float limitingConeAngle)
35 return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle));
39 const FloatPoint3D& direction() const { return m_direction; } function in class:WebCore::SpotLightSource
59 SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction,
63 , m_direction(direction)
  /external/chromium_org/third_party/skia/src/opts/
SkMorphology_opts_SSE2.cpp 26 template<MorphType type, MorphDirection direction>
30 const int srcStrideX = direction == kX ? 1 : srcStride;
31 const int dstStrideX = direction == kX ? 1 : dstStride;
32 const int srcStrideY = direction == kX ? srcStride : 1;
33 const int dstStrideY = direction == kX ? dstStride : 1;
SkMorphology_opts_neon.cpp 27 template<MorphType type, MorphDirection direction>
31 const int srcStrideX = direction == kX ? 1 : srcStride;
32 const int dstStrideX = direction == kX ? 1 : dstStride;
33 const int srcStrideY = direction == kX ? srcStride : 1;
34 const int dstStrideY = direction == kX ? dstStride : 1;
  /external/skia/src/opts/
SkMorphology_opts_SSE2.cpp 26 template<MorphType type, MorphDirection direction>
30 const int srcStrideX = direction == kX ? 1 : srcStride;
31 const int dstStrideX = direction == kX ? 1 : dstStride;
32 const int srcStrideY = direction == kX ? srcStride : 1;
33 const int dstStrideY = direction == kX ? dstStride : 1;
SkMorphology_opts_neon.cpp 27 template<MorphType type, MorphDirection direction>
31 const int srcStrideX = direction == kX ? 1 : srcStride;
32 const int dstStrideX = direction == kX ? 1 : dstStride;
33 const int srcStrideY = direction == kX ? srcStride : 1;
34 const int dstStrideY = direction == kX ? dstStride : 1;
  /frameworks/support/v4/java/android/support/v4/widget/
ListViewAutoScrollHelper.java 53 public boolean canTargetScrollHorizontally(int direction) {
59 public boolean canTargetScrollVertically(int direction) {
66 if (direction > 0) {
74 } else if (direction < 0) {
83 // The behavior for direction 0 is undefined and we can return
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_window_event_filter.cc 130 int direction = -1; local
133 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOM;
136 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOMLEFT;
139 direction = k_NET_WM_MOVERESIZE_SIZE_BOTTOMRIGHT;
142 direction = k_NET_WM_MOVERESIZE_MOVE;
145 direction = k_NET_WM_MOVERESIZE_SIZE_LEFT;
148 direction = k_NET_WM_MOVERESIZE_SIZE_RIGHT;
151 direction = k_NET_WM_MOVERESIZE_SIZE_TOP;
154 direction = k_NET_WM_MOVERESIZE_SIZE_TOPLEFT;
157 direction = k_NET_WM_MOVERESIZE_SIZE_TOPRIGHT
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 23 import android.graphics.Path.Direction;
64 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW);
73 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
80 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
87 circle.addCircle(0, 0, 1, Direction.CW);
110 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
122 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiContext.cpp 39 inline PassRefPtr<BidiContext> BidiContext::createUncached(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent)
41 return adoptRef(new BidiContext(level, direction, override, source, parent));
44 PassRefPtr<BidiContext> BidiContext::create(unsigned char level, Direction direction, bool override, BidiEmbeddingSource source, BidiContext* parent)
46 ASSERT(direction == (level % 2 ? RightToLeft : LeftToRight));
49 return createUncached(level, direction, override, source, parent);
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelScroller.java 27 import com.google.android.droiddriver.scroll.Direction.Axis;
70 ScrollDirection direction) {
71 Logs.call(this, "scrollTo", driver, parentFinder, childFinder, direction);
82 if (i < maxScrolls && !sentinelStrategy.scroll(driver, parentFinder, direction)) {
102 for (ScrollDirection direction : axis.getDirections()) {
104 return scrollTo(driver, parentFinder, childFinder, direction);
106 // try another direction
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font-private.hh 248 hb_direction_t direction,
251 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
271 hb_direction_t direction,
274 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction)))
297 hb_direction_t direction,
302 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
309 hb_direction_t direction,
314 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
321 hb_direction_t direction,
324 if (likely (HB_DIRECTION_IS_HORIZONTAL (direction))) {
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt.cpp 31 UTransDirection direction,
41 parser.parse(rules, direction, parseError, status);
61 * @param direction either FORWARD or REVERSE.
67 * or direction is invalid.
72 UTransDirection direction,
77 _construct(rules, direction,parseError,status);
84 * @param direction either FORWARD or REVERSE.
88 * or direction is invalid.
93 UTransDirection direction,
98 _construct(rules, direction,parseError, status)
    [all...]
  /external/icu4c/i18n/
rbt.cpp 31 UTransDirection direction,
41 parser.parse(rules, direction, parseError, status);
61 * @param direction either FORWARD or REVERSE.
67 * or direction is invalid.
72 UTransDirection direction,
77 _construct(rules, direction,parseError,status);
84 * @param direction either FORWARD or REVERSE.
88 * or direction is invalid.
93 UTransDirection direction,
98 _construct(rules, direction,parseError, status)
    [all...]
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.h 33 enum Direction {
63 // Used to track the two resizable windows and direction.
81 // Direction
82 Direction direction; member in struct:ash::internal::MultiWindowResizeController::ResizeWindows
110 Direction direction) const;
114 Direction direction,
155 // Windows and direction to resize
    [all...]

Completed in 1452 milliseconds

1 2 3 4 5 67 8 91011>>