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

1 2 3

  /external/autotest/client/common_lib/cros/cfm/metrics/
media_info_metrics_extractor.py 7 # Direction and type numbers map to constants in the DataPoint group in
9 class Direction(enum.Enum):
75 direction=None,
87 @param direction: Only include metrics with this direction in the media
88 stream. See the Direction constants in this module. If None, all
109 and _media_matches(media, direction, media_type)
120 def _media_matches(media, direction, media_type):
121 direction_match = (True if direction is None
122 else media['direction'] == direction.value
    [all...]
  /external/aac/libAACdec/src/
aacdec_tns.h 129 SCHAR Direction;
  /external/pdfium/core/fxcrt/
fx_bidi.h 20 // Processes characters and group them into segments based on text direction.
23 enum Direction { NEUTRAL, LEFT, RIGHT };
27 Direction direction; // Segment direction. member in struct:CFX_BidiChar::Segment
33 // Returns true if the character has a different direction than the
34 // existing direction to indicate there is a segment to process.
42 // Call after a change in direction is indicated by the above to get
47 void StartNewSegment(CFX_BidiChar::Direction direction);
    [all...]
  /external/skia/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.h 22 enum class Direction { kX, kY };
26 Direction dir,
41 Direction direction() const { return fDirection; } function in class:GrGaussianConvolutionFragmentProcessor
51 Direction::kX == fDirection ? "X" : "Y",
74 GrGaussianConvolutionFragmentProcessor(sk_sp<GrTextureProxy>, Direction,
97 Direction fDirection;
  /external/skqp/src/gpu/effects/
GrGaussianConvolutionFragmentProcessor.h 22 enum class Direction { kX, kY };
26 Direction dir,
41 Direction direction() const { return fDirection; } function in class:GrGaussianConvolutionFragmentProcessor
51 Direction::kX == fDirection ? "X" : "Y",
74 GrGaussianConvolutionFragmentProcessor(sk_sp<GrTextureProxy>, Direction,
97 Direction fDirection;
  /external/syzkaller/vendor/golang.org/x/text/secure/bidirule/
bidirule.go 132 // Direction reports the direction of the given label as defined by RFC 5893.
135 func Direction(b []byte) bidi.Direction {
150 // DirectionString reports the direction of the given label as defined by RFC
153 func DirectionString(s string) bidi.Direction {
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
bidi.go 29 // A Direction indicates the overall flow of text.
30 type Direction int
36 LeftToRight Direction = iota
48 // characters and that no default direction has been set.
66 // DefaultDirection sets the default direction for a Paragraph. The direction is
68 func DefaultDirection(d Direction) Option {
95 // IsLeftToRight reports whether the principle direction of rendering for this
96 // paragraphs is left-to-right. If this returns false, the principle direction
102 // Direction returns the direction of the text of this paragraph
    [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() {}
  /external/skia/src/pathops/
SkPathOpsAsWinding.cpp 16 enum class Direction { // SkPath::Direction doesn't have 'none' state
33 Direction fDirection{Direction::kNone};
41 static Contour::Direction to_direction(SkScalar dy) {
42 return dy > 0 ? Contour::Direction::kCCW : dy < 0 ? Contour::Direction::kCW :
43 Contour::Direction::kNone;
60 Contour::Direction directions[3];
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index])
    [all...]
  /external/skqp/src/pathops/
SkPathOpsAsWinding.cpp 16 enum class Direction { // SkPath::Direction doesn't have 'none' state
33 Direction fDirection{Direction::kNone};
41 static Contour::Direction to_direction(SkScalar dy) {
42 return dy > 0 ? Contour::Direction::kCCW : dy < 0 ? Contour::Direction::kCW :
43 Contour::Direction::kNone;
60 Contour::Direction directions[3];
91 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index])
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciRootBridgeIo.c     [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/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/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 704 BOOLEAN Direction;
719 Direction = TRUE;
721 Direction = FALSE;
749 if (Direction) {
    [all...]
  /external/skqp/src/core/
SkColorFilter.cpp 198 enum class Direction {
202 SkSRGBGammaColorFilter(Direction dir) : fDir(dir), fSteps([&]{
204 if (dir == Direction::kLinearToSRGB) {
219 case Direction::kLinearToSRGB:
221 case Direction::kSRGBToLinear:
251 const Direction fDir;
263 return sk_sp<SkFlattenable>(new SkSRGBGammaColorFilter(static_cast<Direction>(dir)));
266 template <SkSRGBGammaColorFilter::Direction dir>
273 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kLinearToSRGB>();
277 return MakeSRGBGammaCF<SkSRGBGammaColorFilter::Direction::kSRGBToLinear>()
    [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...]
  /bionic/libc/kernel/uapi/linux/
cciss_defs.h 95 BYTE Direction : 2;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Supplicant.h 195 // Indicates that the keys are being installed for the receive direction.
199 // Indicates that the keys are being installed for the transmit direction.
265 // Indicates the direction for which the keys are to be installed.
267 EFI_SUPPLICANT_KEY_DIRECTION Direction;
  /external/eigen/Eigen/src/Geometry/
Homogeneous.h 32 template<typename MatrixType,int Direction>
33 struct traits<Homogeneous<MatrixType,Direction> >
44 RowsAtCompileTime = Direction==Vertical ? RowsPlusOne : MatrixType::RowsAtCompileTime,
45 ColsAtCompileTime = Direction==Horizontal ? ColsPlusOne : MatrixType::ColsAtCompileTime,
66 enum { Direction = _Direction };
75 EIGEN_DEVICE_FUNC inline Index rows() const { return m_matrix.rows() + (int(Direction)==Vertical ? 1 : 0); }
76 EIGEN_DEVICE_FUNC inline Index cols() const { return m_matrix.cols() + (int(Direction)==Horizontal ? 1 : 0); }
84 eigen_assert(int(Direction)==Horizontal);
92 eigen_assert(int(Direction)==Vertical);
100 eigen_assert(int(Direction)==Vertical)
    [all...]
  /external/kernel-headers/original/uapi/linux/
cciss_defs.h 26 /* transfer direction */
101 BYTE Direction:2;

Completed in 1536 milliseconds

1 2 3