HomeSort by relevance Sort by last modified time
    Searched full:directions (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/editors/
README.txt 4 See each file's header comment for directions on how to use it with the
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 19 import android.text.Layout.Directions;
30 private static Directions dirs(int ... dirs) {
31 return new Directions(dirs);
40 private static final Directions DIRS_ALL_LEFT_TO_RIGHT =
41 new Directions(new int[] { 0, RUN_LENGTH_MASK });
42 private static final Directions DIRS_ALL_RIGHT_TO_LEFT =
43 new Directions(new int[] { 0, RUN_LENGTH_MASK | RUN_RTL_FLAG });
72 // Expected directions are an array of start/length+level pairs,
74 private static Directions[] expected = {
134 Directions result = l.getLineDirections(0)
    [all...]
  /external/chromium/net/tools/spdyshark/
README 1 How to build SPDY dissector for Wireshark (Windows directions).
14 3) Follow directions to build Wireshark from
18 - Read all the directions, there are a number of preliminary steps.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_tcp.h 35 int type; /* message type; both directions */
36 atm_kptr_t vcc; /* both directions */
38 struct atm_qos qos; /* both directions */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_tcp.h 35 int type; /* message type; both directions */
36 atm_kptr_t vcc; /* both directions */
38 struct atm_qos qos; /* both directions */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_tcp.h 35 int type; /* message type; both directions */
36 atm_kptr_t vcc; /* both directions */
38 struct atm_qos qos; /* both directions */
  /external/iptables/extensions/
libxt_state.man 13 packets in both directions,
17 directions, and
libxt_conntrack.man 40 specified at all, matches packets in both directions.
49 with a connection which has not seen packets in both directions, and
53 in both directions,
80 Conntrack has seen packets in both directions.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2])
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 272 this.directions = new Array(4);
273 this.directions[0] = normalise([-0.7, 0.7, 1]);
274 this.directions[1] = normalise([ 0.7, 0.7, 1]);
275 this.directions[2] = normalise([ 0.7, -0.7, 1]);
276 this.directions[3] = normalise([-0.7, -0.7, 1]);
277 this.directions[0] = transformMatrix(m, this.directions[0]);
278 this.directions[1] = transformMatrix(m, this.directions[1]);
279 this.directions[2] = transformMatrix(m, this.directions[2])
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebTextDirection.h 36 // Represents text directions (or writing directions) of a DOM node.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
StripBox.java 82 * @param x the size of the box along the x axis, in both directions.
83 * @param y the size of the box along the y axis, in both directions.
84 * @param z the size of the box along the z axis, in both directions.
99 * @param x the size of the box along the x axis, in both directions.
100 * @param y the size of the box along the y axis, in both directions.
101 * @param z the size of the box along the z axis, in both directions.
Box.java 83 * @param x the size of the box along the x axis, in both directions.
84 * @param y the size of the box along the y axis, in both directions.
85 * @param z the size of the box along the z axis, in both directions.
100 * @param x the size of the box along the x axis, in both directions.
101 * @param y the size of the box along the y axis, in both directions.
102 * @param z the size of the box along the z axis, in both directions.
AbstractBox.java 159 * the box extends in both directions from the center for each extent.
162 * @param x the x extent of the box, in each directions.
163 * @param y the y extent of the box, in each directions.
164 * @param z the z extent of the box, in each directions.
  /frameworks/base/core/java/android/text/
AndroidBidi.java 19 import android.text.Layout.Directions;
59 * @return the directions
61 public static Directions directions(int dir, byte[] levels, int lstart, method in class:AndroidBidi
173 return new Directions(ld);
Layout.java 342 Directions directions = getLineDirections(i); local
343 if (directions == DIRS_ALL_LEFT_TO_RIGHT && !mSpannedText && !hasTabOrEmoji) {
347 tl.set(paint, buf, start, end, dir, directions, hasTabOrEmoji, tabStops);
664 public abstract Directions getLineDirections(int line);
688 Directions dirs = getLineDirections(line);
718 Directions dirs = getLineDirections(line);
838 Directions directions = getLineDirections(line); local
851 tl.set(mPaint, mText, start, end, dir, directions, hasTabOrEmoji, tabStops)
967 Directions directions = getLineDirections(line); local
993 Directions directions = getLineDirections(line); local
1238 Directions directions = getLineDirections(line); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
ICursorConstants.java 32 * System resize all directions cursor.
  /external/eigen/test/
array_reverse.cpp 39 // Verify that a Reverse default (in both directions) of an expression works
47 // Verify that a Reverse in both directions of an expression works
55 // Verify that a Reverse in the vertical directions of an expression works
63 // Verify that a Reverse in the horizontal directions of an expression works
  /external/icu4c/samples/legacy/
Makefile 71 @echo "Please read the directions at the top of this file (Makefile)"
78 @echo "Please read the directions at the top of this file (Makefile)"
  /external/libnfc-nci/src/udrv/include/
uusb.h 76 #define UUSB_HOST_TO_DEVICE 0x00 /* Data transfer directions */
77 #define UUSB_DEVICE_TO_HOST 0x80 /* Data transfer directions */
  /external/chromium/chrome/browser/ui/gtk/
gtk_expanded_container.h 13 // children to fill the container, in one or both directions. The usage of this
  /external/openssh/contrib/aix/
README 7 Directions:
  /external/openssh/contrib/solaris/
README 11 Directions:
  /frameworks/base/core/java/android/view/
SoundEffectConstants.java 34 * Get the sonification constant for the focus directions.
  /external/webkit/Source/WebCore/manual-tests/
crash-and-no-repaint-after-wake-from-sleep.html 82 and alternating y-axis rotation directions.
106 opposite directions, alternating directions between rows.

Completed in 2005 milliseconds

1 2 3 4 5 6 7 8 91011>>