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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
DependenceAnalysis.h 85 /// Dependence::DVEntry - Each level in the distance/direction vector
86 /// has a direction (or perhaps a union of several directions), and
97 unsigned char Direction : 3; // Init to ALL, then refine.
103 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false),
156 /// getDirection - Returns the direction associated with a particular
209 /// dependence (direction vectors, etc.) and is used when the compiler is
237 /// getDirection - Returns the direction associated with a particular
361 unsigned char Direction;
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
596 /// Sets appropriate direction vector entry and, when possible
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
CanvasStateTests.java 67 rectPath.addRect(0, 0, 20, 20, Path.Direction.CW);
ViewClippingTests.java 122 Path.Direction.CW);
  /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/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/
UsbIo.h 59 IN EFI_USB_DATA_DIRECTION Direction,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciQueue.h 154 @param Direction Direction of the data transfer.
168 IN EFI_USB_DATA_DIRECTION Direction,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.h 151 @param Direction The direction of data stage.
169 IN EFI_USB_DATA_DIRECTION Direction,
182 @param EpAddr The target endpoint address, with direction encoded in
220 @param EpAddr The target endpoint address, with direction encoded in
258 @param EpAddr The target endpoint address, with direction encoded in
294 @param EpAddr The target endpoint address, with direction encoded in
326 @param EpAddr The target endpoint address, with direction encoded in
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UsbIo.h 48 /// USB data transfer direction
105 @param Direction Indicates the data direction.
125 IN EFI_USB_DATA_DIRECTION Direction,
143 the endpoint direction. The number "1" stands for
187 the endpoint direction. The number "1" stands for
230 the endpoint direction. The number "1" stands for
270 the endpoint direction. The number "1" stands for
305 the endpoint direction. The number "1" stands for
  /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/autotest/client/common_lib/cros/cfm/metrics/
media_info_metrics_extractor_unittest.py 7 DIRECTION = media_info_metrics_extractor.Direction
24 direction=DIRECTION.RECEIVER)
31 direction=DIRECTION.RECEIVER,
39 direction=DIRECTION.RECEIVER,
50 'bytessent', direction=DIRECTION.SENDER
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/actions/
SwipeAction.java 25 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
73 * @param direction specifies where the view port will move, instead of the
77 public static SwipeAction toScroll(PhysicalDirection direction) {
78 return new SwipeAction(direction, scrollSteps);
89 * @param direction specifies where the view port will move, instead of the
93 public static SwipeAction toFling(PhysicalDirection direction) {
94 return new SwipeAction(direction, flingSteps);
97 private final PhysicalDirection direction; field in class:SwipeAction
108 public SwipeAction(PhysicalDirection direction, int steps) {
109 this(direction, steps, false, 1000L)
    [all...]
  /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/skqp/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/skqp/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/packages/SettingsLib/src/com/android/settingslib/utils/
StringUtil.java 150 return formatter.format(value, RelativeDateTimeFormatter.Direction.LAST, unit);
  /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/touch/
WorkspaceTouchListener.java 163 Action.Direction.NONE, ContainerType.WORKSPACE,
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationInlineReplyTests.java 23 import android.support.test.uiautomator.Direction;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassAnalysisSupport.h 181 Pass *getAnalysisIfAvailable(AnalysisID ID, bool Direction) const;

Completed in 1439 milliseconds

<<11121314151617181920>>