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

1 2 34 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
TrafficMonitor.c 305 this reset element will be with the same threshold but opposite in direction
337 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction;
349 /*corresponding to the Alert request but opposite in the direction.*/
365 the direction and the call back that is set to null the CurrentState set to disable.
370 /*opposite in the direction from the TrafficAlertElement->Direction*/
371 if (TrafficAlertRegParm->Direction == TRAFF_UP)
372 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
374 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
TrafficMonitor.c 305 this reset element will be with the same threshold but opposite in direction
337 TrafficAlertElement->Direction = TrafficAlertRegParm->Direction;
349 /*corresponding to the Alert request but opposite in the direction.*/
365 the direction and the call back that is set to null the CurrentState set to disable.
370 /*opposite in the direction from the TrafficAlertElement->Direction*/
371 if (TrafficAlertRegParm->Direction == TRAFF_UP)
372 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_DOWN;
374 TrafficAlertElement->ResetElment[0]->Direction = TRAFF_UP
    [all...]
  /frameworks/base/core/java/android/text/
Styled.java 37 * Neither should the run direction change in the middle of the run.
48 * direction is right-to-left.
235 * direction is right-to-left.
332 * direction and run direction can be different.
344 // TODO: this needs the real direction
379 * @param direction The direction of the text. This must be
394 int direction,
400 direction = direction >= 0 ? Layout.DIR_LEFT_TO_RIGH
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 86 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW);
100 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
112 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
148 mPath.addRect(1, 2, 3, 4, Path.Direction.CW);
162 mPath.addRect(1f, 2f, 3f, 4f, Path.Direction.CW);
SumPathEffectTest.java 33 import android.graphics.Path.Direction;
55 path.addRect(10, 10, WIDTH - 10, HEIGHT - 10, Direction.CW);
  /external/iptables/extensions/
libipt_connbytes.c 74 sinfo->direction = IPT_CONNBYTES_DIR_ORIGINAL;
76 sinfo->direction = IPT_CONNBYTES_DIR_REPLY;
78 sinfo->direction = IPT_CONNBYTES_DIR_BOTH;
131 switch (sinfo->direction) {
165 fputs("connbytes direction ", stdout);
  /external/skia/include/core/
SkPath.h 353 enum Direction {
354 /** clockwise direction for adding closed contours */
356 /** counter-clockwise direction for adding closed contours */
362 @param dir The direction to wind the rectangle's contour
364 void addRect(const SkRect& rect, Direction dir = kCW_Direction);
376 @param dir The direction to wind the rectangle's contour
379 Direction dir = kCW_Direction);
384 @param dir The direction to wind the oval's contour
386 void addOval(const SkRect& oval, Direction dir = kCW_Direction);
396 @param dir The direction to wind the circle's contou
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 381 public enum Direction {
387 Direction(int ni) {
397 * @param dir The direction to wind the rectangle's contour
399 public void addRect(RectF rect, Direction dir) {
414 * @param dir The direction to wind the rectangle's contour
417 Direction dir) {
440 * @param dir The direction to wind the oval's contour
442 public void addOval(RectF oval, Direction dir) {
447 // FIXME Need to support direction
459 * @param dir The direction to wind the circle's contou
    [all...]
  /external/icu4c/layout/
LEFontInstance.h 318 * X direction to points.
320 * @param xUnits - design units in the X direction
322 * @return points in the X direction
330 * Y direction to points.
332 * @param yUnits - design units in the Y direction
334 * @return points in the Y direction
352 * X direction to font design units.
354 * @param xPixels - pixels in the X direction
356 * @return font design units in the X direction
364 * Y direction to font design units
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 32 #define BAD_KEY_DIR -1 /* Key direction is invalid, e.g., unknown value */
54 u_int8_t direction; /* Key used for encrypting or decrypting? */ member in struct:__anon2664
84 int rijndael_makeKey(keyInstance *key, u_int8_t direction, int keyLen, char *keyMaterial);
rijndael-api-fst.c 39 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen, char *keyMaterial) {
48 if ((direction == DIR_ENCRYPT) || (direction == DIR_DECRYPT)) {
49 key->direction = direction;
72 if (direction == DIR_DECRYPT) {
100 key->direction == DIR_DECRYPT) {
214 key->direction == DIR_DECRYPT) {
277 (cipher->mode != MODE_CFB1 && key->direction == DIR_ENCRYPT)) {
376 key->direction == DIR_ENCRYPT)
    [all...]
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 8 /* Part of an established connection (either direction). */
12 (in either direction). */
19 /* >= this indicates reply direction */
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 43 enum Direction {
212 Direction direction(UChar32);
  /external/webkit/WebCore/platform/wx/
LocalizedStringsWx.cpp 227 return String("Writing Direction");
232 return String("Text Direction");
237 return String("Default Direction");
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java 49 View findNextFocus(ViewGroup root, View focused, int direction);
55 public View findNextFocus(ViewGroup root, View focused, int direction) {
57 .findNextFocus(root, focused, direction);
  /packages/apps/Launcher2/res/values/
attrs.xml 21 <attr name="direction">
62 <attr name="direction" />
69 <attr name="direction" />
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 708 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
713 public boolean pageScroll(int direction) {
714 boolean right = direction == View.FOCUS_RIGHT;
734 return scrollAndFocus(direction, mTempRect.left, mTempRect.right);
744 * @param direction the scroll direction: {@link android.view.View#FOCUS_LEFT}
749 public boolean fullScroll(int direction) {
750 boolean right = direction == View.FOCUS_RIGHT;
765 return scrollAndFocus(direction, mTempRect.left, mTempRect.right)
    [all...]
ScrollView.java 707 * @param direction the scroll direction: {@link android.view.View#FOCUS_UP}
712 public boolean pageScroll(int direction) {
713 boolean down = direction == View.FOCUS_DOWN;
733 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom);
743 * @param direction the scroll direction: {@link android.view.View#FOCUS_UP}
748 public boolean fullScroll(int direction) {
749 boolean down = direction == View.FOCUS_DOWN;
764 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom)
    [all...]
ZoomButton.java 95 public boolean dispatchUnhandledMove(View focused, int direction) {
97 return super.dispatchUnhandledMove(focused, direction);
  /cts/tests/src/android/widget/cts/
MyGallery.java 105 protected void onFocusChanged(boolean gainFocus, int direction,
107 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 48 mPath.addCircle(40, 40, 45, Path.Direction.CCW);
49 mPath.addCircle(80, 80, 45, Path.Direction.CCW);
  /external/skia/src/animator/
SkPathParts.h 121 int /*SkPath::Direction*/ direction; member in class:SkAddGeom
  /external/srec/tools/grxmlcompile/
sub_supp.cpp 206 int rix, rix_low, rix_high, direction; local
212 direction= element - arc[forwardList[rix]]->GetFromId();
213 if (direction < 0)
215 else if (direction > 0)
311 int rix, rix_low, rix_high, direction; local
317 direction= element - arc[backwardList[rix]]->GetToId();
318 if (direction < 0)
320 else if (direction > 0)
  /frameworks/base/graphics/java/android/graphics/
Path.java 332 public enum Direction {
338 Direction(int ni) {
348 * @param dir The direction to wind the rectangle's contour
350 public void addRect(RectF rect, Direction dir) {
364 * @param dir The direction to wind the rectangle's contour
367 Direction dir) {
375 * @param dir The direction to wind the oval's contour
377 public void addOval(RectF oval, Direction dir) {
390 * @param dir The direction to wind the circle's contour
392 public void addCircle(float x, float y, float radius, Direction dir)
    [all...]
  /frameworks/base/tools/aidl/
aidl_language.h 36 buffer_type direction; member in struct:arg_type
127 int convert_direction(const char* direction);

Completed in 171 milliseconds

1 2 34 5 6 7 8 91011>>