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

12 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_connbytes.h 34 u_int8_t direction; member in struct:xt_connbytes_info
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_connbytes.h 34 u_int8_t direction; member in struct:xt_connbytes_info
  /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/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/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...]
  /sdk/traceview/src/com/android/traceview/
MethodData.java 376 return (mDirection == Direction.INCREASING) ? result : -result;
380 return (mDirection == Direction.INCREASING) ? -1 : 1;
382 return (mDirection == Direction.INCREASING) ? 1 : -1;
387 return (mDirection == Direction.INCREASING) ? -1 : 1;
389 return (mDirection == Direction.INCREASING) ? 1 : -1;
396 return (mDirection == Direction.INCREASING) ? result : -result;
411 return (mDirection == Direction.INCREASING) ? result : -result;
421 if (mDirection == Direction.INCREASING)
422 mDirection = Direction.DECREASING;
424 mDirection = Direction.INCREASING
    [all...]
  /external/skia/src/animator/
SkPathParts.cpp 212 SK_MEMBER(direction, PathDirection)
219 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
241 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
257 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
279 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
300 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 54 virtual void MuxErrorOccurred(TPVDirection direction, TPVMuxComponent component, PVMFStatus error,
93 void LogicalChannelError(TPVDirection direction, TPVChannelId id, PVMFStatus error);
115 TPVStatusCode SetSduSize(TPVDirection direction, uint16 size, ErrorProtectionLevel_t epl);
117 uint16 GetSduSize(TPVDirection direction, ErrorProtectionLevel_t epl);
119 uint16 GetMaxSduSize(TPVDirection direction, ErrorProtectionLevel_t epl);
122 unsigned GetMaxChannels(TPVDirection /*direction*/)
126 unsigned GetNumChannels(TPVDirection direction);
128 TPVStatusCode OpenChannel(TPVDirection direction, TPVChannelId channel_id, H223ChannelParam* channel_param);
129 TPVStatusCode CloseChannel(TPVDirection direction, TPVChannelId channel_id);
132 TPVStatusCode StopChannel(TPVDirection /*direction*/, TPVChannelId /*channel_id*/)
    [all...]
  /external/opencore/nodes/common/include/
pvmf_data_source_direction_control.h 63 * Asynchronous method to set the playback direction of the data source
65 * The playback direction is either forward or backward. The direction change is assumed
71 * @param aDirection The new playback direction, 0=forward, 1=reverse.
73 * @param aActualNPT The actual normal-play-time timestamp after changing direction will be saved
76 * will be the timestamp of the first media data after changing direction.
  /external/icu4c/layout/
MultipleSubstSubtables.cpp 74 le_int32 insert = 0, direction = 1; local
78 direction = -1;
85 insert += direction;
  /external/skia/include/effects/
SkBlurMaskFilter.h 43 @param direction array of 3 scalars [x, y, z] specifying the direction of the light source
49 static SkMaskFilter* CreateEmboss( const SkScalar direction[3],
  /external/webkit/WebCore/rendering/
InlineIterator.h 56 WTF::Unicode::Direction direction() const;
87 TextDirection dir = next->style()->direction();
88 WTF::Unicode::Direction d = (ub == Embed
112 TextDirection dir = next->style()->direction();
113 WTF::Unicode::Direction d = (ub == Embed
157 TextDirection dir = o->style()->direction();
158 WTF::Unicode::Direction d = (ub == Embed
217 ALWAYS_INLINE WTF::Unicode::Direction InlineIterator::direction() cons function in class:WebCore::InlineIterator
    [all...]
  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 28 SkScalar direction[3]; local
33 direction[i] = SkFloatToScalar(values[i]);
36 SkMaskFilter* filter = SkBlurMaskFilter::CreateEmboss(direction,
  /frameworks/base/media/java/android/media/
IAudioService.aidl 27 void adjustVolume(int direction, int flags);
29 void adjustSuggestedStreamVolume(int direction, int suggestedStreamType, int flags);
31 void adjustStreamVolume(int streamType, int direction, int flags);
  /external/icu4c/common/unicode/
unimatch.h 82 * Matching in the forward direction is indicated by limit >
86 * Matching in the reverse direction is indicated by limit <
94 * the matched substring. In the forward direction, this will be
96 * reverse direction, this will be the index of the last matched
110 * than offset for a forward direction match, less than offset for
111 * a backward direction match. The last character to be
113 * forward direction or text.charAt(limit+1) in the backward
114 * direction.
145 * & 0xFF == v, at offset, in the forward direction (with limit >
  /packages/apps/Launcher2/src/com/android/launcher2/
HandleView.java 55 public View focusSearch(int direction) {
56 View newFocus = super.focusSearch(direction);
59 workspace.dispatchUnhandledMove(null, direction);
60 return (mOrientation == ORIENTATION_HORIZONTAL && direction == FOCUS_DOWN) ?
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 758 GtkTextDirection direction)
777 gtk_widget_set_direction(widget, direction);
935 gboolean isradio, GtkTextDirection direction)
1188 gtk_widget_set_direction(GTK_WIDGET(scrollbar), direction); local
1231 gtk_widget_set_direction(GTK_WIDGET(scrollbar), direction); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DropFeedback.java 61 * The direction from part 0 to 1 is always to-the-right or to-the-bottom. */
63 /** Direction from the anchor part to the drop point. */
64 int direction; field in class:DropFeedback.RelativeInfo
241 * <li> direction: the direction from the anchor part to the drop point. That's also the
242 * direction from the anchor part to the new part.
253 * <li> copy: layout_above/below/toLeftOf/toRightOf for the orthogonal direction
266 final int direction = info.direction; local
283 switch(direction) {
    [all...]
  /external/dbus/doc/
introspect.dtd 22 <!-- Method arguments SHOULD include "direction",
25 <!ATTLIST arg direction (in|out) "in">
  /external/icu4c/test/intltest/
nptrans.cpp 205 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
240 direction = u_charDirection(ch);
242 firstCharDir = direction;
244 if(direction == U_LEFT_TO_RIGHT){
247 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
261 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
  /external/kernel-headers/original/asm-x86/
swiotlb.h 35 int nents, int direction);
37 int nents, int direction);
  /external/webkit/WebCore/manual-tests/
autofill_alignment.html 11 It should align left if the input field's direction is ltr. It should
12 align right if the input field's direction is rtl.
  /frameworks/base/awt/java/awt/image/
RenderedImage.java 150 * Gets the number of tiles along Y direction.
152 * @return the number of tiles along Y direction.
157 * Gets the number of tiles along X direction.
159 * @return the number of tiles along X direction.
178 * Gets the minimum tile's index along the Y direction.
180 * @return the minimum tile's index along the Y direction.
185 * Gets the minimum tile's index along the X direction.
187 * @return the minimum tile's index along the X direction.
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 41 WTF::Unicode::Direction direction = WTF::Unicode::direction(run[i]); local
42 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral)
  /external/webkit/WebCore/platform/text/
BidiResolver.h 64 BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF::Unicode::Direction lastDir, PassRefPtr<BidiContext> bidiContext)
72 WTF::Unicode::Direction eor;
73 WTF::Unicode::Direction lastStrong;
74 WTF::Unicode::Direction last;
89 BidiCharacterRun(int start, int stop, BidiContext* context, WTF::Unicode::Direction dir)
150 void setLastDir(WTF::Unicode::Direction lastDir) { m_status.last = lastDir; }
151 void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir; }
152 void setEorDir(WTF::Unicode::Direction eorDir) { m_status.eor = eorDir;
417 Direction direction = (embedding == RightToLeftEmbedding || embedding == RightToLeftOverride) ? RightToLeft : LeftToRight; local
    [all...]

Completed in 90 milliseconds

12 3 4 5 6 7 8 91011>>