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

1 2 3 4 5 6 7 891011>>

  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 30 * CharacterIteratorFieldDelegate combines the notifications from a Format
36 class CharacterIteratorFieldDelegate implements Format.FieldDelegate {
56 public void formatted(Format.Field attr, Object value, int start, int end,
95 public void formatted(int fieldID, Format.Field attr, Object value,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 70 based on a Null-terminated format string and a VA_LIST argument list.
72 VSPrint function to process format and place the results in Buffer. Since a
77 of Format into.
81 @param Format Null-terminated format string.
82 @param Marker Vararg list consumed by processing Format.
92 IN CONST CHAR8 *Format,
146 // Make sure format string cannot contain more than PcdMaximumUnicodeStringLength
149 ASSERT (StrSize ((CHAR16 *) Format) != 0);
154 // Make sure format string cannot contain more than PcdMaximumAsciiStringLength
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 47 GetDebugPrintErrorLevel (), then print the message specified by Format and the
50 If Format is NULL, then ASSERT().
53 @param Format Format string for the debug message to print.
55 based on the format string specified by Format.
62 IN CONST CHAR8 *Format,
70 // If Format is NULL, then ASSERT().
84 // If Format is NULL, then ASSERT().
86 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DebugLib.c 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
40 @param Format Format string for the debug message to print.
42 based on the format string specified by Format.
49 IN CONST CHAR8 *Format,
57 // If Format is NULL, then ASSERT().
59 ASSERT (Format != NULL);
71 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DebugLib.c 91 GetDebugPrintErrorLevel (), then print the message specified by Format and the
94 If Format is NULL, then ASSERT().
97 @param Format Format string for the debug message to print.
99 based on the format string specified by Format.
106 IN CONST CHAR8 *Format,
114 // If Format is NULL, then ASSERT().
116 ASSERT (Format != NULL);
128 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DebugLib.c 36 GetDebugPrintErrorLevel (), then print the message specified by Format and the
39 If Format is NULL, then ASSERT().
42 @param Format The format string for the debug message to print.
44 based on the format string specified by Format.
51 IN CONST CHAR8 *Format,
59 // If Format is NULL, then ASSERT().
61 ASSERT (Format != NULL);
73 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DebugLib.c 51 GetDebugPrintErrorLevel (), then print the message specified by Format and the
54 If Format is NULL, then ASSERT().
57 @param Format Format string for the debug message to print.
59 based on the format string specified by Format.
66 IN CONST CHAR8 *Format,
75 // If Format is NULL, then ASSERT().
77 ASSERT (Format != NULL);
89 VA_START (Marker, Format);
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_utils.h 31 void dieWithMessage(const char *Format, ...);
  /external/deqp/framework/common/
tcuArray.hpp 55 return stream << Format::Array<T*>(arr.getPtr(), arr.getPtr() + Size);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UFieldPosition.java 13 import java.text.Format.Field;
  /external/icu/icu4c/source/i18n/
currfmt.h 58 * Override Format API.
60 virtual Format* clone() const;
63 using MeasureFormat::format;
66 * Override Format API.
68 virtual UnicodeString& format(const Formattable& obj,
74 * Override Format API.
81 * Override Format API.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
MessageFormat.java 22 import java.text.Format;
56 * <code>MessageFormat</code> differs from the other <code>Format</code>
73 * {@link #setFormatByArgumentName(String, Format)},
74 * {@link #format(Map, StringBuffer, FieldPosition)},
75 * {@link #format(String, Map)}, {@link #parseToMap(String, ParsePosition)},
85 * {@link #setFormatsByArgumentIndex(Format[])},
86 * {@link #setFormatByArgumentIndex(int, Format)},
89 * {@link #format(Object[], StringBuffer, FieldPosition)},
90 * {@link #format(String, Object[])},
95 * <p>The API {@link #format(Object, StringBuffer, FieldPosition)} ha
902 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
963 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
1021 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UFieldPosition.java 12 import java.text.Format.Field;
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 58 /// Create a new file writer based on the value of \p Format.
60 create(StringRef Filename, SampleProfileFormat Format);
62 /// Create a new stream writer based on the value of \p Format.
65 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
85 /// \brief Sample-based profile writer (text format).
107 SampleProfileFormat Format);
110 /// \brief Sample-based profile writer (binary format).
133 SampleProfileFormat Format);
  /external/pdfium/core/fpdfdoc/
cpdf_aaction.h 30 Format,
  /external/skia/src/effects/
SkEmbossMaskFilter.h 30 SkMask::Format getFormat() const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfWriter.h 61 /// Create a new file writer based on the value of \p Format.
63 create(StringRef Filename, SampleProfileFormat Format);
65 /// Create a new stream writer based on the value of \p Format.
68 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
88 /// \brief Sample-based profile writer (text format).
110 SampleProfileFormat Format);
113 /// \brief Sample-based profile writer (binary format).
136 SampleProfileFormat Format);
  /system/vold/fs/
Ext4.h 33 status_t Format(const std::string& source, unsigned long numSectors,

Completed in 534 milliseconds

1 2 3 4 5 6 7 891011>>