HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 276 - 300 of 480) sorted by null

<<11121314151617181920

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 157 /// Parameter passing direction, see ParamCommandComment::PassDirection.
158 unsigned Direction : 2;
160 /// True if direction was specified explicitly in the comment.
735 ParamCommandCommentBits.Direction = In;
752 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
759 void setDirection(PassDirection Direction, bool Explicit) {
760 ParamCommandCommentBits.Direction = Direction;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 157 /// Parameter passing direction, see ParamCommandComment::PassDirection.
158 unsigned Direction : 2;
160 /// True if direction was specified explicitly in the comment.
735 ParamCommandCommentBits.Direction = In;
752 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
759 void setDirection(PassDirection Direction, bool Explicit) {
760 ParamCommandCommentBits.Direction = Direction;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 157 /// Parameter passing direction, see ParamCommandComment::PassDirection.
158 unsigned Direction : 2;
160 /// True if direction was specified explicitly in the comment.
735 ParamCommandCommentBits.Direction = In;
752 return static_cast<PassDirection>(ParamCommandCommentBits.Direction);
759 void setDirection(PassDirection Direction, bool Explicit) {
760 ParamCommandCommentBits.Direction = Direction;
  /external/skia/src/core/
SkPath.cpp 267 SkPathPriv::FirstDirection direction; local
268 if (!SkPathPriv::CheapComputeFirstDirection(*this, &direction)) {
319 if (!check_edge_against_rect(quadPts[0], quadPts[2], rect, direction)) {
322 if (!check_edge_against_rect(quadPts[2], quadPts[4], rect, direction)) {
326 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
334 return check_edge_against_rect(prevPt, firstPt, rect, direction);
387 Determines if path is a rect by keeping track of changes in direction
390 The direction is computed such that:
402 There's more than four changes of direction.
404 The line reverses direction
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 412 @param Direction The direction of data transfer.
428 IN EFI_USB_DATA_DIRECTION Direction,
445 DevReq.RequestType = USB_REQUEST_TYPE (Direction, Type, Target);
458 Direction,
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.h 654 UINT32 Direction, UINT64 mapped_addr);
656 UINT32 Direction, UINT64 mapped_addr);
658 UINT32 size, UINT32 Direction, UINT64 mapped_addr);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciUrb.c 175 @Param EdDir ED Direction to search
194 Ed->Word0.Direction == EdDir) {
601 Ed->Word0.Direction = Value;
666 return Ed->Word0.Direction;
  /external/webrtc/talk/app/webrtc/
statstypes.cc 129 StatsReport::Direction direction)
130 : TypedId(type, id), direction_(direction) {}
145 const StatsReport::Direction direction_;
644 StatsType type, const std::string& id, StatsReport::Direction direction) {
645 return Id(new RefCountedObject<IdWithDirection>(type, id, direction));
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 31 import android.support.test.uiautomator.Direction;
114 while (count <= numberOfFlings && settingsList.fling(Direction.DOWN)) {
125 while (settingsList.fling(Direction.UP));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciQueue.c 65 @param Direction Direction of the data transfer.
79 IN EFI_USB_DATA_DIRECTION Direction,
92 switch (Direction) {
573 // Status packet is on the opposite direction to data packets
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c     [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 199 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.

Completed in 517 milliseconds

<<11121314151617181920