HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 101 - 125 of 422) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/icu/
RelativeDateTimeFormatter.java 127 android.icu.text.RelativeDateTimeFormatter.Direction direction; local
129 direction = android.icu.text.RelativeDateTimeFormatter.Direction.LAST;
131 direction = android.icu.text.RelativeDateTimeFormatter.Direction.NEXT;
160 // available. Note that we cannot set up direction and unit here and
170 android.icu.text.RelativeDateTimeFormatter.Direction.LAST_2,
177 android.icu.text.RelativeDateTimeFormatter.Direction.NEXT_2,
192 direction = android.icu.text.RelativeDateTimeFormatter.Direction.THIS
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 27 import android.graphics.Path.Direction;
88 p.addRect(new RectF(-SQUARE, -SQUARE, SQUARE, SQUARE), Direction.CCW);
SumPathEffectTest.java 30 import android.graphics.Path.Direction;
53 path.addRect(10, 10, WIDTH - 10, HEIGHT - 10, Direction.CW);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PathTests.java 43 path.addCircle(45, 45, 40, Path.Direction.CW);
50 path.addRect(5, 5, 85, 85, Path.Direction.CW);
  /external/skia/gm/
pathinterior.cpp 77 SkPath::Direction outerDir = outerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
78 SkPath::Direction innerDir = innerCW ? SkPath::kCW_Direction : SkPath::kCCW_Direction;
  /frameworks/base/core/java/android/text/style/
BulletSpan.java 22 import android.graphics.Path.Direction;
109 sBulletPath.addCircle(0.0f, 0.0f, 1.2f * BULLET_RADIUS, Direction.CW);
  /prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/
TapeIo.h 165 INTN Direction,
175 Direction - Direction and number of data blocks or filemarks to space over on media.
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EmbeddedGpio.h 136 IN EMBEDDED_GPIO_PULL Direction
148 Direction - pull-up, pull-down, or none
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
UsbIo.h 47 @param[in] Direction Specifies the data direction for the transfer. There
77 IN EFI_USB_DATA_DIRECTION Direction,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
TapeIo.h 143 @param Direction Direction and number of data blocks or filemarks to space over on media.
167 IN INTN Direction,
  /external/droiddriver/src/io/appium/droiddriver/
UiElement.java 26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
156 * Scrolls in the given direction.
158 * @param direction specifies where the view port will move instead of the finger
160 void scroll(PhysicalDirection direction);
  /external/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 23 SkPath::Direction aCW = state.fA >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
25 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
27 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
29 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
RRectInPathTest.cpp 15 SkPath::Direction* dir, unsigned* start) {
33 SkPath::Direction xd = SkPath::kCCW_Direction;
44 SkPath::Direction dir, unsigned start) {
55 SkPath::Direction outDir;
63 SkPath::Direction dir, unsigned start) {
72 SkPath::Direction dir, unsigned start) {
80 SkVector v[4], SkPath::Direction dir, unsigned start) {
88 ForceIsRRect_Private(SkPath* path, SkPath::Direction dir, unsigned start) {
94 SkPath::Direction dir, unsigned start) {
96 SkPath::Direction outDir
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegion3Activity.java 63 mClipPath.addCircle(0.0f, 0.0f, getWidth() / 4.0f, Path.Direction.CW);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.c 242 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
398 if (Ep->Direction == EfiUsbDataIn) {
418 // Use the opposite direction of the data stage, or IN if there is
421 if (Ep->Direction == EfiUsbDataIn) {
433 if (Ep->Direction == EfiUsbDataIn) {
444 if (Ep->Direction == EfiUsbDataIn) {
525 @param EpAddr Endpoint addrress & its direction.
580 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
630 if (Ep->Direction == EfiUsbDataIn) {
  /platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
ApiDemoJankTests.java 28 import android.support.test.uiautomator.Direction;
103 .scroll(Direction.DOWN, 1.0f);
283 .scroll(Direction.DOWN, 1.0f);
297 .scroll(Direction.DOWN, 1.0f);
323 mListView.fling(Direction.DOWN);
325 mListView.fling(Direction.UP);
370 content.fling(Direction.UP);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.c 236 if ((Ep->DevSpeed == EFI_USB_SPEED_HIGH) && (Ep->Direction == EfiUsbDataOut)) {
372 if (Ep->Direction == EfiUsbDataIn) {
392 // Use the opposite direction of the data stage, or IN if there is
395 if (Ep->Direction == EfiUsbDataIn) {
407 if (Ep->Direction == EfiUsbDataIn) {
417 if (Ep->Direction == EfiUsbDataIn) {
494 @param EpAddr Endpoint addrress & its direction.
545 Ep->Direction = (((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 25 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
26 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
210 public boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction) {
211 UiElement oldSentinel = getOldSentinel(driver, containerFinder, direction);
212 doScroll(oldSentinel.getParent(), direction); local
213 UiElement newSentinel = getSentinel(driver, containerFinder, direction);
219 PhysicalDirection direction) {
220 return lastSentinel != null ? lastSentinel : getSentinel(driver, containerFinder, direction);
225 PhysicalDirection direction) {
231 PhysicalDirection direction) {
    [all...]
  /hardware/interfaces/broadcastradio/1.0/
types.hal 68 /** Scanning direction for scan() and step() tuner APIs */
69 enum Direction : uint32_t {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_MimeWriter.py 70 ("Connection-Direction", "client"),
79 ("Connection-Direction", "client"),
119 KP-Connection-Direction: client
140 KP-Connection-Direction: client

Completed in 1484 milliseconds

1 2 3 45 6 7 8 91011>>