/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/ |
PeiDebug.h | 52 IN CHAR8 *Format,
70 // DEBUG((DebugLevel, "format string", ...)) - if DebugLevel is active do
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueUefiLib.h | 624 @param Format Null-terminated Unicode format string.
625 @param ... VARARG list consumed to process Format.
626 If Format is NULL, then ASSERT().
627 If Format is not aligned on a 16-bit boundary, then ASSERT().
633 IN CONST CHAR16 *Format,
647 @param Format Null-terminated Unicode format string.
648 @param ... VARARG list consumed to process Format.
649 If Format is NULL, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/ |
PrintLibInternal.h | 64 based on a Null-terminated format string and a VA_LIST argument list.
66 VSPrint function to process format and place the results in Buffer. Since a
71 of Format into.
75 @param Format Null-terminated format string.
76 @param Marker Vararg list consumed by processing Format.
86 IN CONST CHAR8 *Format,
92 based on a Null-terminated format string and variable argument list.
94 VSPrint function to process format and place the results in Buffer. Since a
99 of Format into. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/ |
DebugAssert.h | 50 IN CHAR8 *Format,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsDataHubStatusCode/ |
BsDataHubStatusCode.c | 180 CHAR8 *Format;
220 if (ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
222 // Convert Ascii Format string to Unicode.
224 for (Index = 0; Format[Index] != '\0' && Index < (BYTES_PER_RECORD - 1); Index += 1) {
225 FormatBuffer[Index] = (CHAR16) Format[Index];
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/ |
StringDB.h | 45 BOOLEAN Format,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
csv_pivot_table_output_formatter.py | 17 (optionally) data from --output-trace-tag. This format matches what 34 def Format(self, page_test_results):
|
json_output_formatter.py | 55 def Format(self, page_test_results):
|
/external/e2fsprogs/contrib/android/ |
ext2simg.c | 39 #define ext2fs_fatal(Retval, Format, ...) \ 41 com_err("error", Retval, Format, __VA_ARGS__); \ 45 #define sparse_fatal(Format) \ 47 fprintf(stderr, "sparse: "Format); \ 58 " -S don't use sparse output format\n", progname); 134 * The sparse format encodes the size of a chunk (and its header) in a
|
/external/fmtlib/test/ |
custom-formatter-test.cc | 7 For the license information refer to format.h. 52 formatter.format(format_str); 60 formatter.format(format_str); 65 TEST(CustomFormatterTest, Format) {
|
/external/gemmlowp/internal/ |
kernel_neon.h | 37 Format; 271 Format; 650 Format; [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-filepath.cc | 119 String dot_extension(String::Format(".%s", extension)); 182 file = String::Format("%s.%s", base_name.c_str(), extension); 184 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension); 196 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
|
/external/google-breakpad/src/testing/src/ |
gmock.cc | 54 // format "--gmock_flag=value". When def_optional is true, the 65 const String flag_str = String::Format("--gmock_%s", flag);
|
/external/icu/icu4c/source/i18n/ |
windtfmt.h | 23 #include "unicode/format.h" 31 * \brief C++ API: Format dates using Windows API. 51 virtual Format *clone(void) const; 55 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const; 57 using DateFormat::format; 62 * Set the calendar to be used by this date format. Initially, the default 71 * Set the calendar to be used by this date format. Initially, the default
|
winnmfmt.h | 21 #include "unicode/format.h" 31 * \brief C++ API: Format numbers using Windows API. 47 virtual Format *clone(void) const; 52 * Format a double number. Concrete subclasses must implement 62 virtual UnicodeString& format(double number, 66 * Format a long number. Concrete subclasses must implement 76 virtual UnicodeString& format(int32_t number, 81 * Format an int64 number. 90 virtual UnicodeString& format(int64_t number, 94 using NumberFormat::format; [all...] |
/external/llvm/test/MC/MachO/ARM/ |
data-in-code.s | 18 @ CHECK: Format: Mach-O arm
|
thumb2-movt-fixup.s | 11 @ CHECK: Format: Mach-O arm
|
/external/llvm/tools/llvm-diff/ |
DiffLog.cpp | 26 StringRef LogBuilder::getFormat() const { return Format; }
|
/external/llvm/unittests/ProfileData/ |
SampleProfTest.cpp | 54 void createWriter(SampleProfileFormat Format) { 55 auto WriterOrErr = SampleProfileWriter::create(OS, Format); 66 void testRoundTrip(SampleProfileFormat Format) { 67 createWriter(Format);
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-filepath.cc | 117 String dot_extension(String::Format(".%s", extension)); 180 file = String::Format("%s.%s", base_name.c_str(), extension); 182 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension); 194 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
|
/external/mesa3d/src/gtest/src/ |
gtest-filepath.cc | 119 String dot_extension(String::Format(".%s", extension)); 182 file = String::Format("%s.%s", base_name.c_str(), extension); 184 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension); 196 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
|
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 152 if (readRb->Format == drawRb->Format) { 154 pixelSize = _mesa_get_format_bytes(readRb->Format); 169 if (readRb->Format == MESA_FORMAT_Z32_FLOAT || 170 readRb->Format == MESA_FORMAT_Z32_FLOAT_X24S8) { 218 GLint formatSize = _mesa_get_format_bytes(readRb->Format); 300 _mesa_unpack_rgba_row(readRb->Format, srcWidth, srcRowStart, 304 _mesa_unpack_float_z_row(readRb->Format, srcWidth, srcRowStart, 308 _mesa_unpack_uint_z_row(readRb->Format, srcWidth, srcRowStart, 312 _mesa_unpack_ubyte_stencil_row(readRb->Format, srcWidth [all...] |
/external/protobuf/gtest/src/ |
gtest-filepath.cc | 119 String dot_extension(String::Format(".%s", extension)); 182 file = String::Format("%s.%s", base_name.c_str(), extension); 184 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension); 196 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
|
/external/sfntly/cpp/src/test/ |
verify_name.cc | 48 EXPECT_EQ(name->Format(), NAME_FORMAT);
|
/external/skia/src/core/ |
SkMask.cpp | 73 static int maskFormatToShift(SkMask::Format format) { 74 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); 75 SkASSERT(SkMask::kBW_Format != format); 76 return gMaskFormatToShift[format];
|