HomeSort by relevance Sort by last modified time
    Searched refs:Direction (Results 176 - 200 of 270) sorted by null

1 2 3 4 5 6 78 91011

  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 199 Direction = light.Direction;
  /external/tensorflow/tensorflow/core/framework/
variant_op_registry.h 103 void RegisterDeviceCopyFn(const VariantDeviceCopyDirection direction,
108 // TypeName and direction.
110 const VariantDeviceCopyDirection direction, const TypeIndex& type_index);
151 // Map std::pair<Direction, type_name> to function.
153 template <typename Direction>
154 std::size_t operator()(const std::pair<Direction, TypeIndex>& x) const {
241 // given direction. The returned variant 'to' will have
243 // registered DeviceCopyFn function for the given direction. Returns
245 // DeviceCopyFn function for the given direction, or if initiating the
252 const VariantDeviceCopyDirection direction, const Variant& from
    [all...]
  /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/edk2/ArmPlatformPkg/Drivers/PL061GpioDxe/
PL061Gpio.c 233 // Set the corresponding direction bit to LOW for input
239 // Set the corresponding direction bit to HIGH for output
246 // 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/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/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/modules/skottie/src/
SkottieAdapter.h 233 ADAPTER_PROPERTY(Direction , SkScalar, 0)
  /external/skia/src/utils/
SkParsePath.cpp 178 (SkPath::Direction) !SkToBool(sweep), points[0]);
  /external/skqp/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LegacyPassManagers.h 367 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 157 bool Direction,
164 if (Direction)
169 IRB.CreateCondBr(Cond, Direction ? &UnswitchedSucc : &NormalSucc,
170 Direction ? &NormalSucc : &UnswitchedSucc);
    [all...]
  /external/skia/src/core/
SkStroke.cpp 266 Since the zero length segment has no direction, set the orientation
    [all...]
  /external/skqp/src/core/
SkStroke.cpp 266 Since the zero length segment has no direction, set the orientation
    [all...]
  /external/v8/src/debug/
liveedit.cc 94 Direction dir = get_direction(pos1, pos2);
133 enum Direction {
149 Direction dir;
186 // Each cell keeps a value plus direction. Value is multiplied by 4.
187 void set_value4_and_dir(int i1, int i2, int value4, Direction dir) {
195 Direction get_direction(int i1, int i2) {
196 return static_cast<Direction>(get_cell(i1, i2) & kDirectionMask);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
BasePermissionsTest.java 38 import android.support.test.uiautomator.Direction;
415 .scroll(Direction.DOWN, 1);

Completed in 887 milliseconds

1 2 3 4 5 6 78 91011