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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/
PassAnalysisSupport.h 181 Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;
  /external/skia/gm/
convex_all_line_paths.cpp 175 static SkPath GetPath(int index, SkPath::Direction dir) {
245 // lines, wound the right direction, and short enough to fit in one
259 // Draw a single path several times, shrinking it, flipping its direction
282 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction };
367 static void GetPath(int index, SkPath::Direction dir,
435 // Draw a single path several times, shrinking it, flipping its direction
454 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction };
  /external/skia/src/c/
sk_surface.cpp 131 SkPath::Direction fSk;
137 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) {
290 SkPath::Direction dir;
298 SkPath::Direction dir;
  /external/swiftshader/third_party/LLVM/include/llvm/
PassAnalysisSupport.h 158 Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;
  /frameworks/base/graphics/java/android/graphics/
Outline.java 261 mPath.addOval(left, top, right, bottom, Path.Direction.CW);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity5.java 77 Math.min(getWidth(), getHeight()) / 3.0f, Path.Direction.CW);
  /packages/apps/Launcher3/src/com/android/launcher3/notification/
NotificationMainView.java 144 LauncherLogProto.Action.Direction.RIGHT, // Assume all swipes are right for logging.
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
NotificationHelper.java 30 import android.support.test.uiautomator.Direction;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cciss_ioctl.h 60 //transfer direction
135 BYTE Direction:2;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciUrb.c 348 Ed->Word0.Direction = Value;
413 return Ed->Word0.Direction;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 419 /// USB data transfer direction
452 EFI_USB_DATA_DIRECTION Direction;
707 @param Direction The direction of data transfer.
725 IN EFI_USB_DATA_DIRECTION Direction,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskGridLayoutAlgorithm.java 29 import com.android.systemui.recents.events.ui.focus.NavigateTaskViewEvent.Direction;
236 * @param direction The direction we're navigating.
239 public int navigateFocus(int taskCount, int currentFocusedIndex, Direction direction) {
249 switch (direction) {
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 66 static_assert(RADIO_DIRECTION_UP == static_cast<int>(Direction::UP),
67 "Direction Up mismatch with legacy");
68 static_assert(RADIO_DIRECTION_DOWN == static_cast<int>(Direction::DOWN),
69 "Direction Up mismatch with legacy");
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
LauncherInstrumentationTestCase.java 33 import android.support.test.uiautomator.Direction;
182 } while (container.scroll(Direction.DOWN, 1f));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspaddr.h 148 STDMETHOD (CreateTerminal) (BSTR pTerminalClass,__LONG32 lMediaType,TERMINAL_DIRECTION Direction,ITTerminal **ppTerminal);
149 STDMETHOD (GetDefaultStaticTerminal) (__LONG32 lMediaType,TERMINAL_DIRECTION Direction,ITTerminal **ppTerminal);
  /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) {
  /external/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...]

Completed in 1780 milliseconds

1 2 3 4 5 6 7 8 91011>>