HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 301 - 325 of 1259) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/vbo/
vbo_context.c 68 cl->Format = GL_RGBA;
92 cl->Format = GL_RGBA;
140 cl->Format = GL_RGBA;
  /external/swiftshader/src/Renderer/
Sampler.hpp 142 Format textureFormat : BITS(FORMAT_LAST);
202 Format externalTextureFormat;
203 Format internalTextureFormat;
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.cc 73 #define MINITEST_STRING_OPERATOR_LL_(ParamType, Format) \
76 ::snprintf(buf, sizeof(buf), Format, v); \
126 internal::String Format(const char* format, ...) {
129 va_start(args, format);
135 len = vsnprintf(&result[0], result.size(), format, args2);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.cc 73 #define MINITEST_STRING_OPERATOR_LL_(ParamType, Format) \
76 ::snprintf(buf, sizeof(buf), Format, v); \
126 internal::String Format(const char* format, ...) {
129 va_start(args, format);
135 len = vsnprintf(&result[0], result.size(), format, args2);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
181 EnumSet<Format> formats_list = info.getFormats();
194 for (Format f : formats_list) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 494 @param Iso639Language Specifies the supported language code format. If it is TRUE, then
495 Language and SupportedLanguages follow ISO 639-2 language code format.
496 Otherwise, they follow the RFC 4646 language code format.
587 @param Iso639Language Specifies the supported language code format. If it is TRUE,
588 then Language and SupportedLanguages follow ISO 639-2 language code format.
589 Otherwise, they follow RFC 4646 language code format.
756 contains a set of language codes in the format
759 in ISO 639-2 format. If FALSE, then all language
760 codes are assumed to be in RFC 4646 language format
763 language codes in the format specified by Iso639Language.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/
BaseReportStatusCodeLib.c 106 by ErrorLevel, Marker, and Format. If type GUID in Data is
108 Format from the optional data area of the status code buffer specified by Data.
111 the Format. If the DEBUG() information could be extracted from Data, then
117 If Format is NULL, then ASSERT().
121 @param Marker The pointer to the variable argument list associated with Format.
122 @param Format The pointer to a Null-terminated ASCII format string of a
126 specified by ErrorLevel, Marker, and Format.
137 OUT CHAR8 **Format
143 ASSERT (Format != NULL);
    [all...]
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
StepChartExampleActivity.java 29 import java.text.Format;
105 mySimpleXYPlot.setRangeValueFormat(new Format() {
107 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 180 // Generates a textual description of a given exit code, in the format
275 DeathTestAbort(::testing::internal::String::Format( \
295 DeathTestAbort(::testing::internal::String::Format( \
514 // in the format specified by wait(2). On Windows, this is the
714 const String filter_flag = String::Format("--%s%s=%s.%s",
718 const String internal_flag = String::Format(
737 String command_line = String::Format("%s %s \"%s\"",
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 20 * 07/22/98 stephen Removed operator!= (implemented in Format)
31 * \brief C++ API: Choice Format.
38 #include "unicode/format.h"
156 * fmt.format(x, str);
245 * Clones this Format object. The caller owns the
251 virtual Format* clone(void) const;
254 * Returns true if the given Format objects are semantically equal.
261 virtual UBool operator==(const Format& other) const;
302 * parsed with that format,and should be in
306 * @param formatsToCopy The format strings you want to use for each limit
    [all...]
compactdecimalformat.h 35 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
90 * Clone this Format object polymorphically. The caller owns the
96 virtual Format* clone() const;
99 * Return TRUE if the given Format objects are semantically equal.
103 * @return TRUE if the given Format objects are semantically equal.
106 virtual UBool operator==(const Format& other) const;
109 using DecimalFormat::format;
112 * Format a double or long number using base-10 representation.
122 virtual UnicodeString& format(double number,
127 * Format a double or long number using base-10 representation
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_pagelabel.cpp 58 wsNumPortion.Format(L"%d", num);
117 wsLabel->Format(L"%d", nPage + 1);
  /external/pdfium/fpdfsdk/javascript/
util.cpp 152 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt(pRuntime));
155 strSegment.Format(c_strFormat.c_str(),
159 strSegment.Format(c_strFormat.c_str(),
163 strSegment.Format(L"%S", c_strFormat.c_str());
199 swResult.Format(L"D:%04d%02d%02d%02d%02d%02d", jsDate.GetYear(pRuntime),
205 swResult.Format(L"%04d.%02d.%02d %02d:%02d:%02d",
212 swResult.Format(L"%04d/%02d/%02d %02d:%02d:%02d",
233 // Convert PDF-style format specifiers to wcsftime specifiers. Remove any
266 sValue.Format(L"%d", cTableAd[i].iValue);
  /external/skia/src/gpu/vk/
GrVkStencilAttachment.cpp 17 const Format& format,
21 : GrStencilAttachment(gpu, desc.fWidth, desc.fHeight, format.fStencilBits, desc.fSamples)
23 , fFormat(format)
33 const Format& format) {
36 imageDesc.fFormat = format.fInternalFormat;
52 format.fInternalFormat,
59 GrVkStencilAttachment* stencil = new GrVkStencilAttachment(gpu, format, imageDesc,
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.hpp 49 virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
50 virtual egl::Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);
  /prebuilts/go/darwin-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/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/mesa3d/src/mesa/swrast/
s_drawpix.c 142 * Handle a common case of drawing a format/type combination that
143 * exactly matches the renderbuffer format.
150 GLenum format, GLenum type,
156 height, format, type, 0, 0);
158 _mesa_image_row_stride(unpack, width, format, type);
159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
194 GLenum format, GLenum type,
224 if (format == GL_RGB &&
226 (rb->Format == MESA_FORMAT_XRGB8888 ||
227 rb->Format == MESA_FORMAT_ARGB8888))
514 const GLenum format = GL_DEPTH_STENCIL_EXT; local
    [all...]
  /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...]
  /external/mesa3d/src/gtest/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( \
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...]
  /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...]

Completed in 1263 milliseconds

<<11121314151617181920>>