/external/python/cpython2/Objects/stringlib/ |
string_format.h | 132 } OutputString; 134 /* initialize an OutputString object, reserving size characters */ 136 output_initialize(OutputString *output, Py_ssize_t size) 156 output_extend(OutputString *output, Py_ssize_t count) 182 output_data(OutputString *output, const STRINGLIB_CHAR *s, Py_ssize_t count) 560 render_field(PyObject *fieldobj, SubString *format_spec, OutputString *output) 884 OutputString *output, PyObject *args, PyObject *kwargs, 946 OutputString *output, int recursion_depth, AutoNumber *auto_number) 982 OutputString output; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
Cookie.py | 469 return "%s %s" % ( header, self.OutputString(attrs) )
485 """ % ( self.OutputString(attrs).replace('"',r'\"'), )
488 def OutputString(self, attrs=None):
518 # end OutputString
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
SetupBrowser.c | 625 ConOut->OutputString (ConOut, Line);
650 ConOut->OutputString (ConOut, Line);
664 ConOut->OutputString (ConOut, Line);
|
/external/python/cpython2/Lib/ |
Cookie.py | 468 return "%s %s" % ( header, self.OutputString(attrs) ) 484 """ % ( self.OutputString(attrs).replace('"',r'\"'), ) 487 def OutputString(self, attrs=None): 517 # end OutputString
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
Cookie.py | 469 return "%s %s" % ( header, self.OutputString(attrs) ) 485 """ % ( self.OutputString(attrs).replace('"',r'\"'), ) 488 def OutputString(self, attrs=None): 518 # end OutputString
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
Cookie.py | 469 return "%s %s" % ( header, self.OutputString(attrs) ) 485 """ % ( self.OutputString(attrs).replace('"',r'\"'), ) 488 def OutputString(self, attrs=None): 518 # end OutputString
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Cookie.py | 469 return "%s %s" % ( header, self.OutputString(attrs) ) 485 """ % ( self.OutputString(attrs).replace('"',r'\"'), ) 488 def OutputString(self, attrs=None): 518 # end OutputString
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Cookie.py | 469 return "%s %s" % ( header, self.OutputString(attrs) ) 485 """ % ( self.OutputString(attrs).replace('"',r'\"'), ) 488 def OutputString(self, attrs=None): 518 # end OutputString
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
FormDisplay.c | 420 Will copy LineWidth amount of a string in the OutputString buffer and return the
421 number of CHAR16 characters that were copied into the OutputString buffer.
432 @param OutputString Buffer to copy the string into
434 @return Returns the number of CHAR16 characters that were copied into the OutputString
444 OUT CHAR16 **OutputString
454 if (InputString == NULL || Index == NULL || OutputString == NULL) {
543 *OutputString = AllocateZeroPool (((UINTN) (StrOffset + 2) * sizeof(CHAR16)));
544 if (*OutputString == NULL) {
552 *(*OutputString) = NARROW_CHAR;
554 *(*OutputString) = WIDE_CHAR; [all...] |
ProcessOptions.c | [all...] |
FormDisplay.h | 384 Will copy LineWidth amount of a string in the OutputString buffer and return the
385 number of CHAR16 characters that were copied into the OutputString buffer.
396 @param OutputString Buffer to copy the string into
398 @return Returns the number of CHAR16 characters that were copied into the OutputString
408 OUT CHAR16 **OutputString
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/ |
SimpleTextOut.h | 285 Sets the background and foreground colors for the OutputString () and
404 EFI_TEXT_OUTPUT_STRING OutputString;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/ |
BsSerialStatusCode.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
TerminalConOut.c | 158 Implements EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.OutputString().
240 // when this driver use the OutputString to output control string,
504 Status = This->OutputString (This, mSetModeString);
677 Status = This->OutputString (This, mSetAttributeString);
723 Status = This->OutputString (This, mClearScreenString);
819 Status = This->OutputString (This, String);
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SimpleTextOut.h | 268 Sets the background and foreground colors for the OutputString () and
396 EFI_TEXT_STRING OutputString;
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
SimpleTextOut.h | 257 Sets the background and foreground colors for the OutputString () and 385 EFI_TEXT_STRING OutputString;
|
/external/syslinux/gpxe/src/interface/efi/ |
efi_console.c | 160 conout->OutputString ( conout, wstr );
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/ |
CustomizedDisplayLibInternal.c | 902 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
938 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
945 Out->OutputString (Out, &mSpaceBuffer[SPACE_BUFFER_SIZE - Width + PrintWidth]);
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
UefiLibPrint.c | 82 Status = Console->OutputString (Console, Buffer);
217 Status = Console->OutputString (Console, Buffer);
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiLibPrint.c | 82 Status = Console->OutputString (Console, Buffer);
217 Status = Console->OutputString (Console, Buffer);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
BootManager.c | 393 gST->ConOut->OutputString (
|
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
DpUtilities.c | 457 gST->ConOut->OutputString (gST->ConOut, mPrintTokenBuffer);
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ConsoleWrappers.c | 316 Sets the background and foreground colors for the OutputString () and
462 ProtocolToReturn->SimpleTextOut.OutputString = FileBasedSimpleTextOutOutputString;
|
/external/syslinux/efi32/include/efi/ |
eficon.h | 139 EFI_TEXT_OUTPUT_STRING OutputString;
|
/external/syslinux/efi64/include/efi/ |
eficon.h | 139 EFI_TEXT_OUTPUT_STRING OutputString;
|