HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 426 - 450 of 1286) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 920 EFI_DHCP6_MODE_DATA Mode;
941 ZeroMem (&Mode, sizeof (EFI_DHCP6_MODE_DATA));
986 Status = Dhcp6->GetModeData (Dhcp6, &Mode, NULL);
991 ASSERT (Mode.Ia->State == Dhcp6Bound);
992 CopyMem (&Private->StationIp.v6, &Mode.Ia->IaAddress[0].IpAddress, sizeof (EFI_IPv6_ADDRESS));
1005 if (Mode.ClientId != NULL) {
1006 FreePool (Mode.ClientId);
1008 if (Mode.Ia != NULL) {
1009 FreePool (Mode.Ia);
  /external/skia/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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 22 // Boot video resolution and text mode.
29 // BIOS setup video resolution and text mode.
195 gST->ConOut->Mode->Mode,
377 SavedAttribute = gST->ConOut->Mode->Attribute;
513 SavedAttribute = gST->ConOut->Mode->Attribute;
678 This function will change video resolution and text mode
679 according to defined setup mode or defined boot mode
681 @param IsSetupMode Indicate mode is changed to setup mode or boot mode.
    [all...]
  /external/skia/modules/skottie/src/
SkottieShapeLayer.cpp 265 sk_sp<sksg::Merge> Merge(std::vector<sk_sp<sksg::GeometryNode>>&& geos, sksg::Merge::Mode mode) {
271 {std::move(geo), merge_recs.empty() ? sksg::Merge::Mode::kMerge : mode});
280 static constexpr sksg::Merge::Mode gModes[] = {
281 sksg::Merge::Mode::kMerge, // "mm": 1
282 sksg::Merge::Mode::kUnion, // "mm": 2
283 sksg::Merge::Mode::kDifference, // "mm": 3
284 sksg::Merge::Mode::kIntersect, // "mm": 4
285 sksg::Merge::Mode::kXOR , // "mm":
288 const auto mode = gModes[SkTMin<size_t>(ParseDefault<size_t>(jmerge["mm"], 1) - 1, local
306 const auto mode = gModes[SkTMin<size_t>(ParseDefault<size_t>(jtrim["m"], 1) - 1, local
    [all...]
  /external/skqp/modules/skottie/src/
SkottieShapeLayer.cpp 265 sk_sp<sksg::Merge> Merge(std::vector<sk_sp<sksg::GeometryNode>>&& geos, sksg::Merge::Mode mode) {
271 {std::move(geo), merge_recs.empty() ? sksg::Merge::Mode::kMerge : mode});
280 static constexpr sksg::Merge::Mode gModes[] = {
281 sksg::Merge::Mode::kMerge, // "mm": 1
282 sksg::Merge::Mode::kUnion, // "mm": 2
283 sksg::Merge::Mode::kDifference, // "mm": 3
284 sksg::Merge::Mode::kIntersect, // "mm": 4
285 sksg::Merge::Mode::kXOR , // "mm":
288 const auto mode = gModes[SkTMin<size_t>(ParseDefault<size_t>(jmerge["mm"], 1) - 1, local
306 const auto mode = gModes[SkTMin<size_t>(ParseDefault<size_t>(jtrim["m"], 1) - 1, local
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.c 42 NULL // Mode
445 must be equal to This->Mode->MediaHeaderSize and the DestAddr
456 This->Mode->CurrentAddress is used for the source HW MAC address.
746 CopyMem (&Private->Mode, &gEmuSnpModeTemplate, sizeof (EFI_SIMPLE_NETWORK_MODE));
753 Private->Snp.Mode = &Private->Mode;
757 Status = Private->Io->CreateMapping (Private->Io, &Private->Mode);
770 Node.IfType = Private->Mode.IfType;
774 CopyMem (&Node.MacAddress, &Private->Mode.CurrentAddress, sizeof (EFI_MAC_ADDRESS));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
Ps2Mouse.c 218 MouseDev->Mode.ResolutionX = 4;
219 MouseDev->Mode.ResolutionY = 4;
220 MouseDev->Mode.LeftButton = TRUE;
221 MouseDev->Mode.RightButton = TRUE;
225 MouseDev->SimplePointerProtocol.Mode = &(MouseDev->Mode);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
Ps2Mouse.c 232 MouseDev->Mode.ResolutionX = 4;
233 MouseDev->Mode.ResolutionY = 4;
234 MouseDev->Mode.LeftButton = TRUE;
235 MouseDev->Mode.RightButton = TRUE;
239 MouseDev->SimplePointerProtocol.Mode = &(MouseDev->Mode);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.c 64 This function is used to calculate the best PIO mode supported by specific IDE device
71 @retval EFI_UNSUPPORTED The device doesn't support PIO mode,
109 // if Temp is not modified, mean there is no advanced PIO mode supported,
110 // the best PIO Mode is the value in pio_cycle_timing.
119 // Limit the PIO mode to at most PIO4.
136 // Degrade the PIO mode if the mode has been disqualified
140 return EFI_UNSUPPORTED; // no mode below ATA_PIO_MODE_BELOW_2
157 // Degrade the PIO mode if the mode has been disqualified
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.c 283 UINT8 *Mode;
294 Mode = Instance->Token->ModeStr;
296 if (Mode == NULL) {
297 Mode = (UINT8 *) "octet";
304 ModeLength = AsciiStrLen ((CHAR8 *) Mode);
330 Status = AsciiStrCpyS ((CHAR8 *) Cur, BufferLength, (CHAR8 *) Mode);
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 113 int check_write(int fd, int cf_inter, char *filename, int mode);
238 int Mode = 0; /* bitmask of write/trunc mode */
252 int mode; member in struct:fileinfo_t
749 Mode |= MODE_RAND_LSEEK;
789 Mode |= MODE_RAND_SIZE;
933 Mode |= MODE_GROW_BY_LSEEK;
965 } else if (max_lseek == LSK_EOFPLUSGROW || Mode & MODE_GROW_BY_LSEEK) {
975 if (Mode & MODE_RAND_SIZE)
1010 if (Mode & MODE_GROW_BY_LSEEK
    [all...]
  /external/perfetto/src/profiling/memory/
malloc_hooks.cc 107 // malloc functions, we can use relaxed memory mode for both writing and
220 "Cannot determine platform build type, proceeding in fork mode "
229 std::string mode = ReadSystemProperty("heapprofd.userdebug.mode"); local
230 return mode == "fork";
252 PERFETTO_DLOG("Setting up fork mode profiling.");
338 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try);
376 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try);
408 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try);
440 ScopedSpinlock s(&g_client_lock, ScopedSpinlock::Mode::Try)
    [all...]
  /external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
periodic_resample_op.h 254 enum class Mode {
260 // depending on |mode|.
262 // |source_tensor| is either source for periodic_resample (for forward mode)
266 template <class InputDataT, Mode mode>
297 if (mode == Mode::kForward) {
325 if (mode == Mode::kForward) {
357 do_periodic_resample_op<type, Mode::kForward>(
    [all...]
  /build/soong/third_party/zip/
reader_test.go 31 Mode os.FileMode
69 Mode: 0644,
75 Mode: 0644,
87 Mode: 0644,
93 Mode: 0644,
105 Mode: 0666,
115 Mode: 0777 | os.ModeSymlink,
133 Mode: 0666,
156 Mode: 0644,
162 Mode: 0644
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
UpdatePage.c 777 Refresh the text mode page.
787 UINTN Mode;
803 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
810 // Check valid mode
812 for (Mode = 0; Mode < MaxMode; Mode++) {
813 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
831 // Determin which mode should be the first entry in menu
836 // Build text mode options
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
UpdatePage.c 667 Refresh the text mode page.
677 UINTN Mode;
693 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
700 // Check valid mode
702 for (Mode = 0; Mode < MaxMode; Mode++) {
703 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
721 // Determin which mode should be the first entry in menu
726 // Build text mode options
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
Terminal.c 66 0, // Mode
431 @retval EFI_SUCCESS The supporting mode information is returned.
455 // Get defined mode buffer pointer.
460 // Here we make sure that the final mode exposed does not include the duplicated modes,
468 // Mode 0 and mode 1 is for 80x25, 80x50 according to UEFI spec.
481 // Start from mode 2 to put the valid mode other than 80x25 and 80x50 in the output mode buffer.
486 // Skip the pre-defined mode which is invalid.
    [all...]
TerminalConIn.c 523 EFI_SERIAL_IO_MODE *Mode;
538 Mode = SerialIo->Mode;
539 if (Mode->Timeout != TerminalDevice->SerialInTimeOut) {
542 if (Mode->BaudRate != 0) {
546 SerialInTimeOut = (1 + Mode->DataBits + Mode->StopBits) * 2 * 1000000 / (UINTN) Mode->BaudRate;
551 Mode->BaudRate,
552 Mode->ReceiveFifoDepth,
    [all...]
  /build/soong/cmd/diff_target_files/
zip_artifact.go 119 if zf.Mode().IsRegular() {
120 w, err := os.OpenFile(path, os.O_CREATE|os.O_WRONLY, zf.Mode())
132 } else if zf.Mode()&os.ModeSymlink != 0 {
145 d.err = fmt.Errorf("unknown mode %q", zf.Mode())
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 26 import android.graphics.PorterDuff.Mode;
132 paint.setXfermode(new PorterDuffXfermode(Mode.SRC_IN));
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 26 import android.graphics.PorterDuff.Mode;
125 paint.setXfermode(new PorterDuffXfermode(Mode.SRC_IN));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/
SimpleTextOut.h 20 Abstraction of a very simple text based output device like VGA text mode or
190 EFI_UNSUPPORTED - The output device's mode is not currently in a
191 defined text mode.
236 Returns information for an available text mode that the output device(s)
241 ModeNumber - The mode number to return information on.
246 EFI_SUCCESS - The requested mode information was returned.
248 EFI_UNSUPPORTED - The mode number was not valid.
262 Sets the output device(s) to a specified mode.
266 ModeNumber - The mode number to set.
269 EFI_SUCCESS - The requested text mode was set.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/
EblNetworkLib.c 46 CopyMem (Ip, &Pxe->Mode->StationIp, sizeof (EFI_IP_ADDRESS));
66 CopyMem (Mac, SimpleNet->Mode->CurrentAddress.Addr, sizeof (EFI_MAC_ADDRESS));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Get_status.c 155 Snp->Snp.Mode->MediaPresent =
228 switch (Snp->Mode.State) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleTextOut.h 4 Abstraction of a very simple text based output device like VGA text mode or
189 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
190 defined text mode.
225 Returns information for an available text mode that the output device(s)
229 @param ModeNumber The mode number to return information on.
235 @retval EFI_SUCCESS The requested mode information was returned.
237 @retval EFI_UNSUPPORTED The mode number was not valid.
250 Sets the output device(s) to a specified mode.
253 @param ModeNumber The mode number to set.
255 @retval EFI_SUCCESS The requested text mode was set.
    [all...]

Completed in 1054 milliseconds

<<11121314151617181920>>