HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 451 - 475 of 1402) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
example_pool_test.go 33 b.WriteString(timeNow().UTC().Format(time.RFC3339))
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 33 b.WriteString(timeNow().UTC().Format(time.RFC3339))
  /system/vold/
PrivateVolume.cpp 191 if (ext4::Format(mDmDevPath, 0, "/data")) {
192 PLOG(ERROR) << getId() << " failed to format";
196 if (f2fs::Format(mDmDevPath)) {
197 PLOG(ERROR) << getId() << " failed to format";
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdLib.c 56 Argv[1] - Optional qoted format string
76 CHAR8 *Format;
85 Format = (Argc > 1) ? Argv[1] : "load /a /ni /np %a &0x%x";
87 Format = (Argc > 1) ? Argv[1] : "add-symbol-file %a 0x%x";
112 AsciiPrint (Format, Pdb, ImageBase);
434 "symboltable [\"format string\"] [PECOFF]",
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 61 IN CONST CHAR8 *Format,
68 Process format and place the results in Buffer for narrow chars.
72 Buffer - Narrow char buffer to print the results of the parsing of Format into.
74 Format - Format string
75 ... - Vararg list consumed by processing Format.
88 IN CONST CHAR8 *Format,
96 Process format and place the results in Buffer for narrow chars.
100 StartOfBuffer - Narrow char buffer to print the results of the parsing of Format into.
102 FormatString - Format string
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.h 58 based on a Null-terminated format string and a VA_LIST argument list.
60 VSPrint function to process format and place the results in Buffer. Since a
67 parsing of Format into.
73 @param[in] Format A Null-terminated format string.
75 processing Format.
77 by processing Format.
89 IN CONST CHAR8 *Format,
96 based on a Null-terminated format string and variable argument list.
98 VSPrint function to process format and place the results in Buffer. Since a
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
CpuExceptionCommon.h 88 @param Format Format string for the message to print.
90 based on the format string specified by Format.
96 IN CONST CHAR8 *Format,
241 Get ASCII format string exception name by exception type.
245 @return ASCII format string exception name.
  /external/fmtlib/test/
time-test.cc 7 For the license information refer to format.h.
13 TEST(TimeTest, Format) {
19 fmt::format("The date is {:%Y-%m-%d}.", tm));
28 fmt::format(s, *std::localtime(&t));
32 EXPECT_EQ("", fmt::format("{}", std::tm()));
  /external/icu/icu4c/source/i18n/unicode/
tzfmt.h 21 #include "unicode/format.h"
27 * Constants for time zone display format style used by format/parse APIs
33 * Generic location format, such as "United States Time (New York)", "Italy Time"
38 * Generic long non-location format, such as "Eastern Time".
43 * Generic short non-location format, such as "ET".
48 * Specific long format, such as "Eastern Standard Time".
53 * Specific short format, such as "EST", "PDT".
58 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100"
63 * Short localized GMT offset format, such as "GMT-5", "UTC+1:30
    [all...]
  /external/llvm/test/MC/MachO/ARM/
long-call-branch-island-relocation.s 40 @ CHECK: Format: Mach-O arm
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 45 uint32_t Format : 10;
  /external/mesa3d/src/gallium/state_trackers/nine/
indexbuffer9.c 55 switch (pDesc->Format) {
59 user_assert(!"Invalid index format.", D3DERR_INVALIDCALL);
vertexbuffer9.c 53 pDesc->Format = D3DFMT_VERTEXDATA;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.h 166 return rb->Base.Base.Format;
170 intel_create_renderbuffer(mesa_format format, unsigned num_samples);
173 intel_create_private_renderbuffer(mesa_format format, unsigned num_samples);
178 mesa_format format);
  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 70 wsColor.Format(L"%d,%d,%d", r, g, b);
  /external/skia/include/core/
SkMaskFilter.h 49 /** Returns the format of the resulting mask that this subclass will return
52 virtual SkMask::Format getFormat() const = 0;
  /external/swiftshader/src/D3D8/
Direct3DSurface8.hpp 32 Direct3DSurface8(Direct3DDevice8 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, bool lockable, unsigned long usage);
56 static sw::Format translateFormat(D3DFORMAT format);
57 static int bytes(D3DFORMAT format);
60 static unsigned int memoryUsage(int width, int height, D3DFORMAT format); // FIXME: Surface::size
67 const D3DFORMAT format; member in class:D3D8::Direct3DSurface8
  /external/swiftshader/src/D3D9/
Direct3DSurface9.hpp 31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
63 static sw::Format translateFormat(D3DFORMAT format);
64 static int bytes(D3DFORMAT format);
67 static unsigned int memoryUsage(int width, int height, D3DFORMAT format);
73 const D3DFORMAT format; member in class:D3D9::Direct3DSurface9
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 253 void FrameBufferDD::flip(void *source, Format sourceFormat, size_t sourceStride)
284 void FrameBufferDD::blit(void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
323 void FrameBufferDD::flip(HWND windowOverride, void *source, Format sourceFormat, size_t sourceStride)
331 void FrameBufferDD::blit(HWND windowOverride, void *source, const Rect *sourceRect, const Rect *destRect, Format sourceFormat, size_t sourceStride)
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 81 sw::Format getDisplayFormat() const;
Surface.hpp 48 sw::Format getInternalFormat() const override;
92 EGLenum textureFormat; // Format of texture: RGB, RGBA, or no texture
94 // EGLenum vgAlphaFormat; // Alpha format for OpenVG
  /external/v8/src/arm64/
disasm-arm64.h 32 void Format(Instruction* instr, const char* mnemonic, const char* format);
34 int SubstituteField(Instruction* instr, const char* format);
35 int SubstituteRegisterField(Instruction* instr, const char* format);
36 int SubstituteImmediateField(Instruction* instr, const char* format);
37 int SubstituteLiteralField(Instruction* instr, const char* format);
38 int SubstituteBitfieldImmediateField(Instruction* instr, const char* format);
39 int SubstituteShiftField(Instruction* instr, const char* format);
40 int SubstituteExtendField(Instruction* instr, const char* format);
41 int SubstituteConditionField(Instruction* instr, const char* format);
    [all...]

Completed in 1087 milliseconds

<<11121314151617181920>>