HomeSort by relevance Sort by last modified time
    Searched defs:Direction (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/aac/libAACdec/src/
aacdec_tns.h 110 SCHAR Direction;
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 26 enum Direction {
32 sk_sp<GrTextureProxy> proxy, Direction direction, int radius)
34 , fDirection(direction)
44 Direction direction() const { return fDirection; } function in class:Gr1DKernelEffect
48 str.appendf("Direction: %s, Radius: %d ", kX_Direction == fDirection ? "X" : "Y", fRadius);
54 Direction fDirection;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/focus/
NavigateTaskViewEvent.java 26 public enum Direction {
30 public Direction direction; field in class:NavigateTaskViewEvent
31 public NavigateTaskViewEvent(Direction direction) {
32 this.direction = direction;
35 public static Direction getDirectionFromKeyCode(int keyCode) {
38 return Direction.UP;
40 return Direction.DOWN
    [all...]
  /external/pdfium/core/fxcrt/
fx_bidi.h 16 // Processes characters and group them into segments based on text direction.
19 enum Direction { NEUTRAL, LEFT, RIGHT };
23 Direction direction; // Segment direction. member in struct:CFX_BidiChar::Segment
29 // Returns true if the character has a different direction than the
30 // existing direction to indicate there is a segment to process.
38 // Call after a change in direction is indicated by the above to get
43 void StartNewSegment(CFX_BidiChar::Direction direction);
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFilter.java 36 Direction.TO_PARENT,
37 Direction.TO_PROFILE
40 @interface Direction {
56 * The direction of forwarding, can be either {@link Direction#TO_PARENT} or
57 * {@link Direction#TO_PROFILE}.
59 public final @Direction int direction; field in class:CrossProfileIntentFilter
61 private CrossProfileIntentFilter(IntentFilter filter, int flags, @Direction int direction) {
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridgeIo.c 487 BOOLEAN Direction;
502 Direction = TRUE;
504 Direction = FALSE;
530 if (Direction) {
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
Ax88772.c 841 EFI_USB_DATA_DIRECTION Direction;
846 // Determine the transfer direction
848 Direction = EfiUsbNoData;
850 Direction = ( 0 != ( pRequest->RequestType & USB_ENDPOINT_DIR_IN ))
860 Direction,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SemiVariance.java 37 * and the "variance direction" (upside or downside) defaults to downside. The variance direction
39 * parameters to {@link #evaluate(double[], double, Direction, boolean, int, int)}.</p>
57 * The UPSIDE Direction is used to specify that the observations above the
60 public static final Direction UPSIDE_VARIANCE = Direction.UPSIDE;
63 * The DOWNSIDE Direction is used to specify that the observations below
66 public static final Direction DOWNSIDE_VARIANCE = Direction.DOWNSIDE;
80 private Direction varianceDirection = Direction.DOWNSIDE
359 private boolean direction; field in class:SemiVariance.Direction
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Direction.java 18 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.DOWN;
19 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.LEFT;
20 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.RIGHT;
21 import static io.appium.droiddriver.scroll.Direction.PhysicalDirection.UP;
26 public class Direction {
192 private Direction() {}
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipRegionActivity.java 83 getWidth() / 4.0f, Path.Direction.CW);
ViewLayersActivity5.java 77 Math.min(getWidth(), getHeight()) / 3.0f, Path.Direction.CW);
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 29 * {@link #setDirection(Direction)}. The factor is specified in {@link #setRatio(float)}.
30 * <p>For {@link Direction#heightToWidth}: width := height * factor</p>
31 * <p>For {@link Direction#widthToHeight}: height := width * factor</p>
37 public enum Direction {
43 private Direction(String xmlName) {
48 * Parses the given direction string and returns the Direction instance. This
51 public static Direction parse(String value) {
53 return Direction.widthToHeight;
55 return Direction.heightToWidth
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.c 553 UINT32 Direction;
603 Direction = 1;
605 Direction = 0;
607 Status = DwHcTransfer (DwHc, DeviceAddress, MaximumPacketLength, &Pid, Direction,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 451 BOOLEAN Direction;
468 Direction = TRUE;
470 Direction = FALSE;
496 if (Direction) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 57 Ep.Direction = EfiUsbDataIn;
761 EFI_USB_DATA_DIRECTION Direction;
763 Direction = (((EpNum & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut);
770 (Urb->Ep.Direction == Direction)) {
845 if (Urb->Ep.Direction == EfiUsbDataIn) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
Uhci.c 606 @param TransferDirection Data direction of the Data stage in control transfer.
769 @param EndPointAddress Endpoint number and direction.
805 EFI_USB_DATA_DIRECTION Direction;
857 Direction = EfiUsbDataIn;
859 Direction = EfiUsbDataOut;
862 Status = UhciMapUserData (Uhc, Direction, *Data, DataLength, &PktId, &DataPhy, &DataMap);
920 @param EndPointAddress Endpoint number and direction.
1101 @param EndPointAddress Endpoint number and direction.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
Ax88772.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 704 BOOLEAN Direction;
719 Direction = TRUE;
721 Direction = FALSE;
749 if (Direction) {
    [all...]
  /external/v8/benchmarks/
deltablue.js 332 var Direction = new Object();
333 Direction.NONE = 0;
334 Direction.FORWARD = 1;
335 Direction.BACKWARD = -1;
345 this.direction = Direction.NONE;
358 this.direction = (this.v2.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
359 ? Direction.FORWARD
360 : Direction.NONE;
363 this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength)
    [all...]
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 171 // This version of join determines the direction on compilation time.
172 // @param DIRECT the direction of the connecting edge of the parent node.
189 // @param DIRECT the direction of the connecting edge of the parent node.
221 enum Direction {
234 * iterator forward in certain direction. @ref Mover::connect
  /platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
SystemUiJankTests.java 26 import android.support.test.uiautomator.Direction;
72 Assert.assertNotNull(select(SELECTOR_TOP_ROW.hasDescendant(By.focused(true)), Direction.UP,
96 selectBidirect(By.res(TVLAUNCHER_PACKAGE, "settings").focused(true), Direction.RIGHT));
152 * in a given {@link Direction} until it finds a matched element.
154 * @param direction the direction to find
158 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) {
161 Log.d(TAG, String.format("select: moving a focus from %s to %s", focus, direction));
163 mDPadUtil.pressDPad(direction);
    [all...]
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 114 BYTE Direction : 2;

Completed in 1099 milliseconds

1 2 3 4 5 6 7 8