/external/webrtc/talk/app/webrtc/ |
statstypes.h | 54 enum Direction { 341 StatsType type, const std::string& id, Direction direction);
|
/hardware/interfaces/broadcastradio/1.0/default/ |
Tuner.cpp | 135 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { 139 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); 143 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { 147 int rc = mHalTuner->step(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel);
|
/hardware/interfaces/broadcastradio/1.1/default/ |
Tuner.cpp | 142 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel) { 146 int rc = mHalTuner->scan(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel); 150 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { 154 int rc = mHalTuner->step(mHalTuner, static_cast<radio_direction_t>(direction), skipSubChannel);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PinchAnimationManager.java | 139 * Animates certain properties based on which threshold was passed, and in what direction. The 169 Action.Touch.PINCH, Action.Direction.NONE, 175 Action.Touch.PINCH, Action.Direction.NONE,
|
/packages/apps/Settings/tests/app/src/com/android/settings/applications/ |
ExternalSourcesSettingsTest.java | 43 import android.support.test.uiautomator.Direction; 139 preferenceList.scroll(Direction.DOWN, 0.2f));
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
HeadsUpNotificationTests.java | 24 import android.support.test.uiautomator.Direction; 94 obj.swipe(Direction.LEFT, 1.0f);
|
/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
WatchFacePickerJankTest.java | 23 import android.support.test.uiautomator.Direction; 260 watchFaces.get(0).swipe(Direction.DOWN, 1.0f);
|
/external/skia/samplecode/ |
SamplePathFuzz.cpp | 206 SkPath::Direction makeDirection() { 207 return (SkPath::Direction) fRand.nextRangeU(SkPath::kCW_Direction, SkPath::kCCW_Direction); 385 SkPath::Direction dir = makeDirection(); 393 SkPath::Direction dir = makeDirection(); 399 SkPath::Direction dir = makeDirection();
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 25 import android.graphics.Path.Direction; 559 private static Direction getDirection(int direction) { 560 for (Direction d : Direction.values()) { 561 if (direction == d.nativeInt) { 827 * @param dir The direction to wind the rectangle's contour 833 Direction direction = getDirection(dir); local 835 switch (direction) { [all...] |
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
VtsHalBroadcastradioV1_0TargetTest.cpp | 46 using ::android::hardware::broadcastradio::V1_0::Direction; 488 Return<Result> hidlResult = mTuner->scan(Direction::UP, true); 495 hidlResult = mTuner->scan(Direction::DOWN, false); 516 Return<Result> hidlResult = mTuner->step(Direction::UP, false); 523 hidlResult = mTuner->step(Direction::DOWN, true);
|
/external/eigen/Eigen/src/Core/ |
CoreEvaluators.h | [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 233 int Direction = getParamPassDirection(ArgLower); 235 if (Direction == -1) { 240 Direction = getParamPassDirection(ArgLower); 243 if (Direction != -1) { 245 (ParamCommandComment::PassDirection)Direction); 250 Direction = ParamCommandComment::In; // Sane fall back. 253 Command->setDirection((ParamCommandComment::PassDirection)Direction, 265 // User didn't provide a direction argument. [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/ |
AtapiPassThru.h | 197 DATA_DIRECTION Direction;
[all...] |
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 90 /// Dependence::DVEntry - Each level in the distance/direction vector 91 /// has a direction (or perhaps a union of several directions), and 102 unsigned char Direction : 3; // Init to ALL, then refine. 108 DVEntry() : Direction(ALL), Scalar(true), PeelFirst(false), 161 /// getDirection - Returns the direction associated with a particular 214 /// dependence (direction vectors, etc.) and is used when the compiler is 247 /// getDirection - Returns the direction associated with a particular 371 unsigned char Direction; 505 /// have 2 loops in common, so CommonLevels will equal 2 and the direction 606 /// Sets appropriate direction vector entry and, when possible [all...] |
/frameworks/av/services/radio/ |
RadioHalHidl.cpp | 33 using android::hardware::broadcastradio::V1_0::Direction; 175 int RadioHalHidl::Tuner::scan(radio_direction_t direction, bool skip_sub_channel) 182 mHalTuner->scan(static_cast<Direction>(direction), skip_sub_channel); 186 int RadioHalHidl::Tuner::step(radio_direction_t direction, bool skip_sub_channel) 193 mHalTuner->step(static_cast<Direction>(direction), skip_sub_channel);
|
/platform_testing/libraries/system-helpers/permission-helper/src/android/system/helpers/ |
PermissionHelper.java | 30 import android.support.test.uiautomator.Direction; 286 view.scroll(Direction.DOWN, 1.0f); 301 view.scroll(Direction.DOWN, 1.0f);
|
/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/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...] |