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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/
alias.go 30 ff.Format(fs, x) // ERROR "rune"
  /prebuilts/go/linux-x86/src/time/
example_test.go 61 // Parse a time value from a string in the standard Unix format.
67 // time.Time's Stringer method is useful without any format.
68 fmt.Println("default format:", t)
71 fmt.Println("Unix format:", t.Format(time.UnixDate))
74 fmt.Println("Same, in UTC:", t.UTC().Format(time.UnixDate))
77 // layout string used in the format.
79 // The layout string used by the Parse function and Format method
90 // Most uses of Format and Parse use constant layout strings such as
96 got := t.Format(layout
    [all...]
  /prebuilts/go/linux-x86/test/
alias.go 30 ff.Format(fs, x) // ERROR "rune"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 20 import com.android.ide.common.api.IAttributeInfo.Format;
69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats().iterator().next());
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
479 // in the format specified by wait(2). On Windows, this is the
678 const String filter_flag = String::Format("--%s%s=%s.%s",
682 const String internal_flag = String::Format(
701 String command_line = String::Format("%s %s \"%s\"",
    [all...]
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/protobuf/gtest/src/
gtest-death-test.cc 138 // Generates a textual description of a given exit code, in the format
224 DeathTestAbort(::testing::internal::String::Format( \
244 DeathTestAbort(::testing::internal::String::Format( \
433 // in the format specified by wait(2). On Windows, this is the
628 const String filter_flag = String::Format("--%s%s=%s.%s",
632 const String internal_flag = String::Format(
651 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 142 // Generates a textual description of a given exit code, in the format
237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
476 // in the format specified by wait(2). On Windows, this is the
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /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/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/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/mesa3d/src/gallium/state_trackers/nine/
cubetexture9.h 46 D3DFORMAT Format,

Completed in 1507 milliseconds

<<11121314151617181920>>