/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AtaAtapiPassThru.c | 85 EfiAtaUnknownMode, // Work Mode
156 used by non-blocking mode.
190 EFI_ATA_HC_WORK_MODE Mode;
195 Mode = Instance->Mode;
196 switch (Mode) {
199 // Reassign IDE mode io port registers' base addresses
432 // For Non blocking mode, the Status of EFI_NOT_READY means the operation
753 Instance->AtaPassThru.Mode = &Instance->AtaPassThruMode;
754 Instance->ExtScsiPassThru.Mode = &Instance->ExtScsiPassThruMode; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SwitchTest.java | 29 import android.graphics.PorterDuff.Mode; 96 assertEquals(Mode.SRC_OVER, mSwitch.getThumbTintMode()); 100 mSwitch.setThumbTintMode(Mode.XOR); 103 assertEquals(Mode.XOR, mSwitch.getThumbTintMode()); 130 assertEquals(Mode.SRC_ATOP, mSwitch.getTrackTintMode()); 134 mSwitch.setTrackTintMode(Mode.XOR); 137 assertEquals(Mode.XOR, mSwitch.getTrackTintMode()); 186 mSwitch.setThumbTintMode(Mode.SRC_OVER); 198 () -> mSwitch.setTrackTintMode(Mode.DST)); 228 mSwitch.setTrackTintMode(Mode.SRC_OVER) [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputBlt.c | 285 PixelInformation = &This->Mode->Info->PixelInformation;
286 FrameBufferBase = (UINTN *)((UINTN)(This->Mode->FrameBufferBase));
287 HorizontalResolution = This->Mode->Info->HorizontalResolution;
289 LcdPlatformGetBpp (This->Mode->Mode,&BitsPerPixel);
433 PixelInformation = &This->Mode->Info->PixelInformation;
434 HorizontalResolution = This->Mode->Info->HorizontalResolution;
435 FrameBufferBase = (UINTN *)((UINTN)(This->Mode->FrameBufferBase));
445 LcdPlatformGetBpp (This->Mode->Mode,&BitsPerPixel); [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/ |
Lan91xDxe.c | 989 EFI_SIMPLE_NETWORK_MODE *Mode;
1000 Mode = Snp->Mode;
1003 switch (Mode->State) {
1012 (UINTN)Snp->Mode->State));
1018 Mode->State = EfiSimpleNetworkStarted;
1050 switch (Snp->Mode->State) {
1059 (UINTN)Snp->Mode->State));
1070 Snp->Mode->State = EfiSimpleNetworkStopped;
1104 switch (Snp->Mode->State) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/ |
CustomizedDisplayLibInternal.c | 418 gST->ConOut->Mode->Mode,
879 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f;
881 Out->SetAttribute (Out, Out->Mode->Attribute);
919 Out->Mode->Attribute = Out->Mode->Attribute & 0x7f;
920 Out->SetAttribute (Out, Out->Mode->Attribute);
926 Out->Mode->Attribute = Out->Mode->Attribute | EFI_WIDE_ATTRIBUTE; [all...] |
/external/skia/bench/ |
VertexColorSpaceBench.cpp | 29 enum Mode { 38 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) 40 , fMode(mode) 112 Mode fMode; 134 Op(const SkColor4f& color4f, Mode mode) 136 , fMode(mode) 138 SkASSERT(kFloat_Mode == fMode || kHalf_Mode == mode); 234 Mode fMode [all...] |
/external/skqp/bench/ |
VertexColorSpaceBench.cpp | 29 enum Mode { 38 GP(Mode mode, sk_sp<GrColorSpaceXform> colorSpaceXform) 40 , fMode(mode) 112 Mode fMode; 134 Op(const SkColor4f& color4f, Mode mode) 136 , fMode(mode) 138 SkASSERT(kFloat_Mode == fMode || kHalf_Mode == mode); 230 Mode fMode [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/ |
Ps2MouseAbsolutePointer.c | 218 MouseAbsolutePointerDev->Mode.AbsoluteMaxX = 1024;
219 MouseAbsolutePointerDev->Mode.AbsoluteMinX = 0;
220 MouseAbsolutePointerDev->Mode.AbsoluteMaxY = 798;
221 MouseAbsolutePointerDev->Mode.AbsoluteMinY = 0;
222 MouseAbsolutePointerDev->Mode.AbsoluteMaxZ = 0;
223 MouseAbsolutePointerDev->Mode.AbsoluteMinZ = 0;
224 MouseAbsolutePointerDev->Mode.Attributes = 0x03;
228 MouseAbsolutePointerDev->AbsolutePointerProtocol.Mode = &(MouseAbsolutePointerDev->Mode);
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcDhcp6.c | 543 // Remove trailing mode=octet if present and ignore. All other modes are
546 ModeStr = AsciiStrStr (BootFileNamePtr, ";mode=octet");
547 if (ModeStr != NULL && *(ModeStr + AsciiStrLen (";mode=octet")) == '\0') {
549 } else if (AsciiStrStr (BootFileNamePtr, ";mode=") != NULL) {
757 @param[in] Verified If TRUE, parse the ACK packet and store info into mode data.
770 EFI_PXE_BASE_CODE_MODE *Mode;
773 Mode = Private->PxeBc.Mode;
782 // Parse the ack packet and store it into mode data if needed.
785 CopyMem (&Mode->DhcpAck.Dhcpv6, &Ack->Dhcp6, Ack->Length); [all...] |
PxeBcMtftp.c | 63 // Store the tftp error message into mode data and set the received flag.
65 Private->Mode.TftpErrorReceived = TRUE;
66 Private->Mode.TftpError.ErrorCode = (UINT8) Packet->Error.ErrorCode;
68 Private->Mode.TftpError.ErrorString,
73 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
178 // Store the tftp error message into mode data and set the received flag.
180 Private->Mode.TftpErrorReceived = TRUE;
181 Private->Mode.TftpError.ErrorCode = (UINT8) Packet->Error.ErrorCode;
183 Private->Mode.TftpError.ErrorString,
188 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0'; [all...] |
PxeBcDriver.c | 442 Private->Mode.Ipv6Available = FALSE;
563 EFI_PXE_BASE_CODE_MODE *Mode;
849 Mode = Private->PxeBc.Mode;
856 Udp4CfgData->TypeOfService = Mode->ToS;
857 Udp4CfgData->TimeToLive = Mode->TTL;
863 Ip4CfgData->TypeOfService = Mode->ToS;
864 Ip4CfgData->TimeToLive = Mode->TTL;
949 for (Index = 0; Index < Private->Snp->Mode->HwAddressSize; Index++) {
950 Private->IaId |= (Private->Snp->Mode->CurrentAddress.Addr[Index] << ((Index << 3) & 31)); [all...] |
/external/skia/gm/ |
savelayer.cpp | 36 enum class Mode { 41 UnclippedSaveLayerGM(Mode mode) : fMode(mode) { this->setBGColor(SK_ColorWHITE); } 47 if (Mode::kClipped == fMode) { 50 SkASSERT(Mode::kUnclipped == fMode); 67 if (Mode::kClipped == fMode) { 71 SkASSERT(Mode::kUnclipped == fMode); 80 Mode fMode; 84 DEF_GM(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kClipped); [all...] |
/external/skqp/gm/ |
savelayer.cpp | 36 enum class Mode { 41 UnclippedSaveLayerGM(Mode mode) : fMode(mode) { this->setBGColor(SK_ColorWHITE); } 47 if (Mode::kClipped == fMode) { 50 SkASSERT(Mode::kUnclipped == fMode); 67 if (Mode::kClipped == fMode) { 71 SkASSERT(Mode::kUnclipped == fMode); 80 Mode fMode; 84 DEF_GM(return new UnclippedSaveLayerGM(UnclippedSaveLayerGM::Mode::kClipped); [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ColorDrawableTest.java | 31 import android.graphics.PorterDuff.Mode; 145 d.setColorFilter(Color.BLACK, Mode.SRC_OVER); 148 d.setColorFilter(new PorterDuffColorFilter(Color.BLACK, Mode.SRC_OVER)); 155 PorterDuffColorFilter colorFilter = new PorterDuffColorFilter(Color.BLACK, Mode.SRC_OVER); 167 d.setTintMode(Mode.SRC_OVER);
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
UnicodeSetClosure.java | 65 Normalizer.Mode m, boolean lowerFirst, String rules) { 100 static final Normalizer.Mode[] testModes = { 191 Normalizer.Mode mode; field in class:UnicodeSetClosure.NFToString 194 NFToString(Normalizer.Mode m, boolean lowerFirst) { 195 mode = m; 203 result = Normalizer.normalize(result, mode); 221 public static void close(UnicodeSet s, Normalizer.Mode m, boolean lowerFirst) { 225 for (mm = 0; ; ++mm) if (m == testModes[mm]) break; // find mode 252 public static void close2(UnicodeSet s, Char32ToString f, int lc, int mode) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
BenchmarkRunner.cpp | 30 InstructionBenchmark::ModeE Mode) 33 Mode(Mode) {} 66 InstrBenchmark.Mode = Mode;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PorterDuffColorFilterTest.java | 53 PorterDuffColorFilter filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.SRC); 66 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST); 76 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
ResourceModifier.java | 96 PorterDuff.Mode.MULTIPLY); 121 PorterDuff.Mode.MULTIPLY); 124 PorterDuff.Mode.MULTIPLY);
|
/device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/ |
SemihostLib.c | 33 IN UINT32 Mode,
50 OpenBlock.Mode = Mode;
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
LegacyBiosPlatform.h | 39 This enum specifies the Mode param values for GetPlatformInfo()
43 /// This mode is invoked twice. The first invocation has LegacySegment and
44 /// LegacyOffset set to 0. The mode returns the MP table address in EFI memory, along with its size.
51 /// The function parameters associated with this mode are:
69 /// The return values associated with this mode are:
77 /// This mode returns a block of data. The content and usage is IBV or OEM defined.
89 /// The function parameters associated with this mode are:
107 /// The return values associated with this mode are:
115 /// This mode returns a block of data. The content and usage is IBV defined. OEMs or
116 /// IBVs normally use this mode for nonstandard Compatibility16 runtime 16 bit routines. It [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
IpSecConfig.h | 169 /// employed, their mode, security service options, and the
203 /// There are two modes of IPsec operation: transport mode and tunnel mode. In
204 /// EfiIPsecTransport mode, AH and ESP provide protection primarily for next layer protocols;
205 /// In EfiIPsecTunnel mode, AH and ESP are applied to tunneled IP packets.
215 /// the tunnel mode header that it emits, when traffic is carried
216 /// via a tunnel mode SA. This applies to SAs where both inner and
230 /// Local tunnel address when IPsec mode is EfiIPsecTunnel.
234 /// Remote tunnel address when IPsec mode is EfiIPsecTunnel.
239 /// to the tunnel mode header that it emits, when traffic is [all...] |
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
ExpandableSwitchItem.java | 22 import android.graphics.PorterDuff.Mode; 183 drawable.setColorFilter(tintColor.getDefaultColor(), Mode.SRC_IN); 189 drawable.setColorFilter(tintColor.getDefaultColor(), Mode.SRC_IN);
|
/external/skia/src/gpu/effects/ |
GrTextureDomain.cpp | 24 GrTextureDomain::GrTextureDomain(GrTextureProxy* proxy, const SkRect& domain, Mode modeX, 25 Mode modeY, int index) 52 static SkString clamp_expression(GrTextureDomain::Mode mode, const char* inCoord, 56 switch(mode) { 73 SkASSERTF(false, "Unknown texture domain mode: %u\n", (uint32_t) mode); 148 // Apply decal mode's transparency interpolation if needed 257 GrTextureDomain::Mode mode, [all...] |
/external/skia/tools/ |
CrashHandler.cpp | 133 frame.AddrPC.Mode = AddrModeFlat; 134 frame.AddrStack.Mode = AddrModeFlat; 135 frame.AddrFrame.Mode = AddrModeFlat;
|
/external/skqp/dm/ |
DMSrcSink.h | 116 enum Mode { 118 // We choose to test only one mode with zero initialized memory. 133 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float); 142 Mode fMode; 169 enum Mode { 179 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t); 187 Mode fMode; 194 enum Mode { 198 ImageGenSrc(Path, Mode, SkAlphaType, bool); 207 Mode fMode [all...] |