/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/ |
Lan9118Dxe.c | 71 Snp->Mode = SnpMode;
93 // Start completing simple network mode structure
102 // Claim that all receive filter settings are supported, though the MULTICAST mode
108 // We claim that the perfect MULTICAST filtering mode is supported because
109 // we do not want the user to switch directly to the PROMISCOUS_MULTICAST mode
150 CopyMem (&Lan9118Path->Lan9118.MacAddress, &Snp->Mode->CurrentAddress, NET_ETHER_ADDR_LEN);
151 Lan9118Path->Lan9118.IfType = Snp->Mode->IfType;
195 if ((Snp->Mode->State == EfiSimpleNetworkStarted) ||
196 (Snp->Mode->State == EfiSimpleNetworkInitialized) ) {
201 Snp->Mode->State = EfiSimpleNetworkStarted; [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 51 0, // Mode;
61 NULL // *Mode
94 Instance->Gop.Mode = &Instance->Mode;
95 Instance->Gop.Mode->MaxMode = LcdPlatformGetMaxMode ();
96 Instance->Mode.Info = &Instance->ModeInfo;
131 // Setup all the relevant mode information
132 Instance->Gop.Mode->SizeOfInfo = sizeof(EFI_GRAPHICS_OUTPUT_MODE_INFORMATION);
133 Instance->Gop.Mode->FrameBufferBase = VramBaseAddress;
135 // Set the flag before changing the mode, to avoid infinite loops [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
FileOutputBuffer.cpp | 73 InMemoryBuffer(StringRef Path, MemoryBlock Buf, unsigned Mode) 74 : FileOutputBuffer(Path), Buffer(Buf), Mode(Mode) {} 89 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) 98 unsigned Mode; 103 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { 109 return llvm::make_unique<InMemoryBuffer>(Path, MB, Mode); 114 unsigned Mode) { 116 fs::TempFile::create(Path + ".tmp%%%%%%%", Mode); 153 unsigned Mode = fs::all_read | fs::all_write [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitter.c | 34 // Identify if ConIn is connected in PcdConInConnectOnDemand enabled mode.
661 ConInPrivate->AbsolutePointer.Mode = &ConInPrivate->AbsolutePointerMode;
685 ConInPrivate->SimplePointer.Mode = &ConInPrivate->SimplePointerMode;
754 ConOutPrivate->TextOut.Mode = &ConOutPrivate->TextOutMode;
757 // When new console device is added, the new mode will be set later,
758 // so put current mode back to init state.
760 ConOutPrivate->TextOutMode.Mode = 0xFF;
785 // Setup the default console to 80 x 25 and mode to 0
800 // Setup resource for mode information in Graphics Output Protocol interface
802 if ((ConOutPrivate->GraphicsOutput.Mode = AllocateZeroPool (sizeof (EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE))) == NULL) { [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/ConsoleControl/ |
ConsoleControl.h | 18 Abstraction of a Text mode or GOP/UGA screen
42 OUT EFI_CONSOLE_CONTROL_SCREEN_MODE *Mode,
49 Return the current video mode information. Also returns info about existence
56 Mode - Are we in text of grahics mode.
61 EFI_SUCCESS - Mode information returned.
71 IN EFI_CONSOLE_CONTROL_SCREEN_MODE Mode
76 Set the current mode to either text or graphics. Graphics is
81 Mode - Mode to set the [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Station_address.c | 19 Call UNDI to read the MAC address of the NIC and update the mode structure
68 // Set new station address in SNP->Mode structure and return success.
71 &(Snp->Mode.CurrentAddress),
73 Snp->Mode.HwAddressSize
77 &Snp->Mode.BroadcastAddress,
79 Snp->Mode.HwAddressSize
83 &Snp->Mode.PermanentAddress,
85 Snp->Mode.HwAddressSize
124 CopyMem (&Cpb->StationAddr, NewMacAddr, Snp->Mode.HwAddressSize);
159 // read the changed address and save it in SNP->Mode structure [all...] |
/external/grpc-grpc-java/context/src/jmh/java/io/grpc/ |
AttachDetachBenchmark.java | 24 import org.openjdk.jmh.annotations.Mode; 40 @BenchmarkMode(Mode.SampleTime)
|
/external/jsilver/src/com/google/streamhtmlparser/ |
HtmlParser.java | 32 * The Parser Mode requested for parsing a given template. 42 * This is a special mode, for standard HTML templates please use 51 public enum Mode { 110 * is (re)set with {@link Mode#JS}. 144 * <li>Inside a CSS file when the parser was reset in the CSS mode. 246 * <p>See the {@link HtmlParser.Mode} enum for information on all 249 * @param mode is an enum representing the high-level state of the parser 251 public void resetMode(HtmlParser.Mode mode);
|
/external/skia/modules/sksg/include/ |
SkSGMerge.h | 23 * Concrete Geometry node, combining other geometries based on Mode. 27 enum class Mode { 28 // Append path mode. 41 Mode fMode;
|
/external/skqp/modules/sksg/include/ |
SkSGMerge.h | 23 * Concrete Geometry node, combining other geometries based on Mode. 27 enum class Mode { 28 // Append path mode. 41 Mode fMode;
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUSubtarget.cpp | 52 TargetSubtargetInfo::AntiDepBreakMode& Mode, 54 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeSubtarget.cpp | 57 TargetSubtargetInfo::AntiDepBreakMode& Mode, 59 Mode = TargetSubtargetInfo::ANTIDEP_CRITICAL;
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
WindowsUxCapsule.h | 27 UINT32 Mode;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
Graphics.h | 54 The GraphicsPpiGetMode returns the mode information supported by the Graphics PEI
57 @param[in, out] Mode Pointer to EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE data.
59 @retval EFI_SUCCESS Valid mode information was returned.
60 @retval EFI_INVALID_PARAMETER The Mode parameter is not valid.
62 mode.
63 @retval EFI_NOT_READY The Graphics Initialization is not competed and Mode
71 IN OUT EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/ |
PchUsbPolicy.h | 69 UINT8 Mode;
|
/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/ |
MethodDescriptorBenchmark.java | 28 import org.openjdk.jmh.annotations.Mode; 65 @BenchmarkMode(Mode.SampleTime) 73 @BenchmarkMode(Mode.SampleTime) 86 @BenchmarkMode(Mode.SampleTime)
|
/external/libchrome/base/memory/ |
platform_shared_memory_region_unittest.cc | 83 EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::kWritable); 85 EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::kReadOnly); 93 EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::kWritable); 95 EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::kUnsafe); 105 EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::kReadOnly); 228 using Mode = PlatformSharedMemoryRegion::Mode; 230 PlatformSharedMemoryRegion::Mode mode) { 233 region.GetPlatformHandle(), mode, region.GetSize()) [all...] |
/external/libchrome/ipc/ |
ipc_channel_factory.h | 28 Channel::Mode mode,
|
/external/pdfium/xfa/fxfa/parser/ |
cxfa_mode.cpp | 16 constexpr wchar_t kName[] = L"mode"; 25 XFA_Element::Mode,
|
/external/skia/bench/ |
ResultsWriter.h | 40 NanoJSONResultsWriter(SkWStream* stream, Mode mode) : SkJSONWriter(stream, mode) {}
|
/external/skia/src/core/ |
SkGpuBlurUtils.h | 34 * @param mode The mode to handle samples outside bounds. 46 GrTextureDomain::Mode mode,
|
/external/skqp/bench/ |
ResultsWriter.h | 40 NanoJSONResultsWriter(SkWStream* stream, Mode mode) : SkJSONWriter(stream, mode) {}
|
/external/skqp/src/core/ |
SkGpuBlurUtils.h | 34 * @param mode The mode to handle samples outside bounds. 46 GrTextureDomain::Mode mode,
|
/external/skqp/src/gpu/effects/ |
GrBicubicEffect.h | 37 // Ignore the domain on x and y, since this factory relies solely on the wrap mode of the 46 * override the behavior of the sampler's tile mode (e.g. clamp to border unsupported). 51 GrTextureDomain::Mode modeX, 52 GrTextureDomain::Mode modeY) { 70 * is set to appropriate filtering mode to use regardless of the return result (e.g. when this 80 GrTextureDomain::Mode modeX, GrTextureDomain::Mode modeY);
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetSubtargetInfo.h | 58 AntiDepBreakMode& Mode,
|