/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbDesc.h | 23 // three fields: One bit direction, 2 bit type, and 5 bit
88 @param Direction The direction of data transfer.
104 IN EFI_USB_DATA_DIRECTION Direction,
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Input.h | 150 @param[in] Direction The directionality in an SPD entry,
171 IN EFI_IPSEC_TRAFFIC_DIR Direction,
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 106 template<typename ExpressionType, int Direction> 109 const typename VectorwiseOp<ExpressionType,Direction>::CrossReturnType 110 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const 120 if(Direction==Vertical)
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ClipRegionActivity.java | 83 getWidth() / 4.0f, Path.Direction.CW);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/ |
UsbIoPeim.c | 26 @param Direction Specifies the data direction for the data stage.
46 IN EFI_USB_DATA_DIRECTION Direction,
95 Direction,
110 Direction,
138 @param DeviceEndpoint Endpoint number and its direction in bit 7.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Snp.h | 306 @param Direction - direction of data flow for this memory's usage:
317 IN UINT32 Direction,
330 @param Direction direction of data flow for this memory's usage:
341 IN UINT32 Direction,
350 > 4GB). Depending on the direction for which the buffer is mapped, undi will
361 @param Direction direction of data flow for this memory's usage:
372 IN UINT32 Direction,
[all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopInterchange.cpp | 124 // the Dependence Matrix with the direction reversed. 131 char Direction; 139 Direction = '<'; 141 Direction = '='; 143 Direction = '>'; 144 Dep.push_back(Direction); 146 Direction = 'S'; 147 Dep.push_back(Direction); 152 Direction = '<'; 155 Direction = '>' [all...] |
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
DownloadAppTests.java | 23 import android.support.test.uiautomator.Direction; 81 container.scroll(Direction.UP, 1.0f); 83 container.scroll(Direction.DOWN, 1.0f);
|
/prebuilts/misc/common/droiddriver/ |
droiddriver-0.9.jar | |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
SignalDrawable.java | 28 import android.graphics.Path.Direction; 281 Direction.CW); 303 p.addRect(x, y, x + dotSize, y + dotSize, Direction.CW); 421 mPath.addRect(mSlashRect, Direction.CW); 431 mPath.addRect(mSlashRect, Direction.CW);
|
/hardware/interfaces/broadcastradio/1.1/vts/functional/ |
VtsHalBroadcastradioV1_1TargetTest.cpp | 41 using ::android::hardware::broadcastradio::V1_0::Direction; 370 Return<Result> hidlResult = mTuner->scan(Direction::UP, true); 377 hidlResult = mTuner->scan(Direction::DOWN, true); 396 Return<Result> hidlResult = mTuner->step(Direction::UP, true); 403 hidlResult = mTuner->step(Direction::DOWN, true);
|
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 248 // getDirection - Returns the direction associated with a particular level. 251 return DV[Level - 1].Direction; 598 unsigned Direction = getDirection(II); 599 if (Direction == DVEntry::ALL) 602 if (Direction & DVEntry::LT) 604 if (Direction & DVEntry::EQ) 606 if (Direction & DVEntry::GT) 697 // have 2 loops in common, so CommonLevels will equal 2 and the direction [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...] |
/external/skia/src/effects/ |
SkMorphologyImageFilter.cpp | 150 Direction dir, int radius, MorphologyType type) { 156 sk_sp<GrTextureProxy> proxy, Direction dir, int radius, 184 Direction, int radius, MorphologyType); 186 Direction, int radius, MorphologyType, const float bounds[2]); 243 switch (me.direction()) { 251 SkFAIL("Unknown filter direction."); 289 key |= (m.direction() << 9); 302 switch (m.direction()) { 310 SkFAIL("Unknown filter direction."); 316 if (Gr1DKernelEffect::kY_Direction == m.direction() & 335 direction, radius} local 350 direction, radius} local [all...] |
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 137 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle); 144 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle); 152 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle); 167 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle); 175 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
termmgr.h | 171 virtual HRESULT WINAPI InitializeDynamic(IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress) = 0; 179 HRESULT (WINAPI *InitializeDynamic)(ITPluggableTerminalInitialization *This,IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress); 189 #define ITPluggableTerminalInitialization_InitializeDynamic(This,iidTerminalClass,dwMediaType,Direction,htAddress) (This)->lpVtbl->InitializeDynamic(This,iidTerminalClass,dwMediaType,Direction,htAddress) 192 HRESULT WINAPI ITPluggableTerminalInitialization_InitializeDynamic_Proxy(ITPluggableTerminalInitialization *This,IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress); 203 virtual HRESULT WINAPI CreateDynamicTerminal(IUnknown *pOuterUnknown,IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress,ITTerminal **ppTerminal) = 0; 212 HRESULT (WINAPI *CreateDynamicTerminal)(ITTerminalManager *This,IUnknown *pOuterUnknown,IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress,ITTerminal **ppTerminal); 223 #define ITTerminalManager_CreateDynamicTerminal(This,pOuterUnknown,iidTerminalClass,dwMediaType,Direction,htAddress,ppTerminal) (This)->lpVtbl->CreateDynamicTerminal(This,pOuterUnknown,iidTerminalClass,dwMediaType,Direction,htAddress,ppTerminal) 228 HRESULT WINAPI ITTerminalManager_CreateDynamicTerminal_Proxy(ITTerminalManager *This,IUnknown *pOuterUnknown,IID iidTerminalClass,DWORD dwMediaType,TERMINAL_DIRECTION Direction,MSP_HANDLE htAddress,ITTerminal **ppTerminal) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/ |
XhciSched.c | 165 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
242 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
275 if (Urb->Ep.Direction == EfiUsbDataIn) {
277 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
304 if (Urb->Ep.Direction == EfiUsbDataIn) {
306 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
327 if (Urb->Ep.Direction == EfiUsbDataIn) {
329 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
455 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8) (Urb->Ep.Direction));
514 Dci = XhcPeiEndpointToDci (Urb->Ep.EpAddr, (UINT8) (Urb->Ep.Direction));
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciSched.c | 166 Ep->Direction = ((EpAddr & 0x80) != 0) ? EfiUsbDataIn : EfiUsbDataOut;
252 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
264 if (((UINT8) (Urb->Ep.Direction)) == EfiUsbDataIn) {
303 if (Urb->Ep.Direction == EfiUsbDataIn) {
305 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
332 if (Urb->Ep.Direction == EfiUsbDataIn) {
334 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
355 if (Urb->Ep.Direction == EfiUsbDataIn) {
357 } else if (Urb->Ep.Direction == EfiUsbDataOut) {
656 Dci = XhcEndpointToDci (Urb->Ep.EpAddr, (UINT8)(Urb->Ep.Direction));
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/ |
Main.c | 100 Retreave data from the Command History buffer. Direction maps into up arrow
103 @param Direction Command forward or back
105 @return The Command history based on the Direction
110 IN UINT16 Direction
121 if (Direction == SCAN_UP) {
132 } else if (Direction == SCAN_DOWN) {
|
/hardware/interfaces/broadcastradio/1.1/default/ |
Utils.cpp | 32 using V1_0::Direction; 72 static_assert(RADIO_DIRECTION_UP == static_cast<int>(Direction::UP), 73 "Direction Up mismatch with legacy"); 74 static_assert(RADIO_DIRECTION_DOWN == static_cast<int>(Direction::DOWN), 75 "Direction Up mismatch with legacy");
|
/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/ |
DialerJankTests.java | 40 import android.support.test.uiautomator.Direction; 155 callLog.fling(Direction.DOWN); 157 callLog.fling(Direction.UP);
|
/bionic/libc/kernel/uapi/linux/ |
cciss_defs.h | 114 BYTE Direction : 2;
|
/development/ndk/platforms/android-21/include/linux/ |
cciss_defs.h | 114 BYTE Direction:2;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 83 mPath.addCircle(50, 50, 50, Path.Direction.CCW);
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Gpio/ |
Gpio.c | 112 IN EMBEDDED_GPIO_PULL Direction
|