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

<<11121314151617

  /external/swiftshader/src/D3D9/
Direct3DDevice9.hpp 233 Direction = light.Direction;
  /frameworks/base/core/tests/coretests/src/android/graphics/drawable/
AdaptiveIconDrawableTest.java 14 import android.graphics.Path.Direction;
100 circle.addCircle(width / 2, height / 2, (right - left)/2 -10 /* room for anti-alias */, Direction.CW);
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 126 Path.Direction.CW);
130 mShadePath.addRect(0, 0, mWidth, - getScrollDistance(), Path.Direction.CW);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 95 Path.Direction.CW);
98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInteractionTests.java 26 import android.support.test.uiautomator.Direction;
83 obj.swipe(Direction.LEFT, 1.0f);
  /cts/tests/tests/graphics/src/android/graphics/cts/
OutlineTest.java 187 path.addCircle(50, 50, 50, Path.Direction.CW);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 82 sTraversalPath.addCircle(3.5f, 3.5f, 0.5f, Path.Direction.CCW);
  /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/Drivers/PL061GpioDxe/
PL061Gpio.c 229 // Set the corresponding direction bit to LOW for input
236 // Set the corresponding direction bit to HIGH for output
243 // Set the corresponding direction bit to HIGH for output
323 Direction - pull-up, pull-down, or none
335 IN EMBEDDED_GPIO_PULL Direction
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [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/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 158 UINT8 EpAddr; // Endpoint address, no direction encoded in
159 EFI_USB_DATA_DIRECTION Direction;
303 @param EpAddr Endpoint addrress & its direction.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 57 Ep.Direction = EfiUsbDataIn;
EhciUrb.h 154 UINT8 EpAddr; // Endpoint address, no direction encoded in
155 EFI_USB_DATA_DIRECTION Direction;
297 @param EpAddr Endpoint addrress & its direction.
  /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/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 481 @param[in] Direction The directionality in an SPD entry,
501 IN EFI_IPSEC_TRAFFIC_DIR Direction,
592 Direction,
618 if (Direction == EfiIPsecOutBound && TxWrap != NULL) {
674 if (Direction == EfiIPsecInBound && 0 != CompareMem (*Head, &ZeroHead, sizeof (IP4_HEAD))) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 490 @param[in] Direction The directionality in an SPD entry,
511 IN EFI_IPSEC_TRAFFIC_DIR Direction,
613 Direction,
639 if (Direction == EfiIPsecOutBound && TxWrap != NULL) {
693 if (Direction == EfiIPsecInBound && 0 != CompareMem (&ZeroHead, *Head, sizeof (EFI_IP6_HEADER))) {
    [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/llvm/include/llvm/IR/
LegacyPassManagers.h 367 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /external/skia/src/utils/
SkParsePath.cpp 178 (SkPath::Direction) !SkToBool(sweep), points[0]);
  /external/swiftshader/third_party/LLVM/include/llvm/
PassManagers.h 329 Pass *findAnalysisPass(AnalysisID AID, bool Direction);
  /external/webrtc/talk/app/webrtc/
statscollector.cc 311 StatsReport::Direction direction) {
317 direction);
322 report = collector->PrepareReport(false, ssrc, transport_id, direction);
497 StatsReport::Direction direction) {
502 rtc::ToString<uint32_t>(ssrc), direction));
507 if (!GetTrackIdBySsrc(ssrc, &track_id, direction)) {
    [all...]

Completed in 482 milliseconds

<<11121314151617