/external/clang/unittests/AST/ |
CommentParser.cpp | 187 ParamCommandComment::PassDirection Direction, 201 if (PCC->getDirection() != Direction) 203 << "ParamCommandComment has direction " << PCC->getDirection() << ", " 204 "expected " << Direction; 210 << " direction, " [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
E100b.c | 252 @param Direction TODO: add argument description
263 IN UINT32 Direction,
298 Direction,
314 @param Direction TODO: add argument description
325 IN UINT32 Direction,
338 Direction,
[all...] |
/external/skia/tests/ |
PathOpsBuilderTest.cpp | 33 SkPath::Direction dir;
|
/external/v8/src/x87/ |
codegen-x87.cc | 67 enum Direction { FORWARD, BACKWARD };
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageStraighten.java | 302 mDrawPath.addRect(mDrawRect, Path.Direction.CW);
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
PreviewBackground.java | 310 mPath.addCircle(r + getOffsetX(), r + getOffsetY(), r, Path.Direction.CW);
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
AsyncImageView.java | 382 Path.Direction.CW);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciSched.h | 122 EFI_USB_DATA_DIRECTION Direction;
892 Calculate the device context index by endpoint address and direction.
895 @param Direction The direction of the target endpoint.
903 IN UINT8 Direction
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbBus.c | 51 @param Direction Direction for data stage
67 IN EFI_USB_DATA_DIRECTION Direction,
95 Direction,
[all...] |
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
AsmFuncs.asm | 289 ;; Clear Direction Flag
|
AsmFuncs.S | 332 ## Clear Direction Flag
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 71 enum Direction { FORWARD, BACKWARD }; 81 Direction direction, 92 if (direction == BACKWARD) __ sub(src, Immediate(0x40)); 97 if (direction == FORWARD) __ add(src, Immediate(0x40)); 98 if (direction == BACKWARD) __ sub(dst, Immediate(0x40)); 103 if (direction == FORWARD) __ add(dst, Immediate(0x40)); 110 if (direction == BACKWARD) __ sub(src, Immediate(0x20)); 113 if (direction == FORWARD) __ add(src, Immediate(0x20)); 114 if (direction == BACKWARD) __ sub(dst, Immediate(0x20)) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsActivity.java | 88 import com.android.systemui.recents.events.ui.focus.NavigateTaskViewEvent.Direction; 662 final Direction direction = NavigateTaskViewEvent.getDirectionFromKeyCode(keyCode); local 663 EventBus.getDefault().send(new NavigateTaskViewEvent(direction)); [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
GradientDrawable.java | 822 mPath.addRoundRect(mRect, st.mRadiusArray, Path.Direction.CW); 872 ringPath.addOval(bounds, Path.Direction.CW); 873 ringPath.addOval(innerBounds, Path.Direction.CCW); [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
AsmFuncs.S | 279 ## UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
ExceptionHandlerAsm.S | 267 #; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
|
ExceptionHandlerAsm.asm | 248 ;; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiException.asm | 400 ; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
600 ; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
|
/external/skia/src/gpu/ |
GrShape.cpp | 128 // + 1 for the direction, start index, and inverseness. 352 SkPath::Direction rrectDir;
|
/external/skia/src/pdf/ |
SkPDFUtils.cpp | 129 bool isClosed; // Both closure and direction need to be checked. 130 SkPath::Direction direction; local 131 if (path.isRect(&rect, &isClosed, &direction) && 133 (SkPath::kCW_Direction == direction ||
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
sql.h | 507 SQLRETURN SQL_API SQLDataSources(SQLHENV EnvironmentHandle,SQLUSMALLINT Direction,SQLCHAR *ServerName,SQLSMALLINT BufferLength1,SQLSMALLINT *NameLength1,SQLCHAR *Description,SQLSMALLINT BufferLength2,SQLSMALLINT *NameLength2);
|
/system/tools/aidl/ |
generate_java_binder.cpp | 433 AidlArgument::Direction dir = arg->GetDirection();
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
AsmFuncs.asm | 317 ;; Clear Direction Flag
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ |
ExceptionHandlerAsm.asm | 301 ;; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
SmiException.asm | 301 ; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
|