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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 8 RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
chart_json_output_formatter_unittest.py 48 self._formatter.Format(results)
  /external/deqp/modules/gles2/functional/
es2fReadPixelsTests.cpp 66 void getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize);
144 void ReadPixelsTest::getFormatInfo (tcu::TextureFormat& format, GLint& glFormat, GLint& glType, int& pixelSize)
154 TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu::Format::Hex<4>(glType))).c_str());
156 format = glu::mapGLTransferFormat(glFormat, glType);
157 pixelSize = format.getPixelSize();
161 format = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
176 tcu::TextureFormat format(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8);
181 getFormatInfo(format, glFormat, glType, pixelSize);
182 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getTextureFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
184 tcu::Texture2D reference(format, width, height)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 292 gl.texSubImage1D(texTarget, 0, 0, 1, transferFmt.format, transferFmt.dataType, color);
297 gl.texSubImage2D(texTarget, 0, 0, 0, 1, 1, transferFmt.format, transferFmt.dataType, color);
303 gl.texSubImage3D(texTarget, 0, 0, 0, 0, 1, 1, 1, transferFmt.format, transferFmt.dataType, color);
310 gl.texSubImage3D(texTarget, 0, 0, 0, zoffset, 1, 1, 1, transferFmt.format, transferFmt.dataType, color);
316 gl.texSubImage2D(glu::getGLCubeFace((tcu::CubeFace)face), 0, 0, 0, 1, 1, transferFmt.format, transferFmt.dataType, color);
680 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(resPtr), tcu::Format::HexIterator<deUint32>(resPtr+4))
682 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4))
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 135 : Format(itvfmt),
206 Format*
213 DateIntervalFormat::operator==(const Format& other) const {
217 if (!Format::operator==(other)) {return FALSE;}
246 DateIntervalFormat::format(const Formattable& obj, function in class:DateIntervalFormat
258 return format(interval, appendTo, fieldPosition, status);
267 DateIntervalFormat::format(const DateInterval* dtInterval, function in class:DateIntervalFormat
287 DateIntervalFormat::format(Calendar& fromCalendar, function in class:DateIntervalFormat
349 return fDateFormat->format(fromCalendar, appendTo, pos);
364 * return single date format
    [all...]
windtfmt.cpp 21 #include "unicode/format.h"
80 // Get proper date time format
141 Format *Win32DateFormat::clone(void) const
147 UnicodeString &Win32DateFormat::format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const function in class:Win32DateFormat
181 SimpleFormatter(*pattern, 2, 2, status).format(time, date, appendTo, status);
winnmfmt.cpp 22 #include "unicode/format.h"
207 Format *Win32NumberFormat::clone(void) const
212 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
214 return format(getMaximumFractionDigits(), appendTo, L"%.16f", number);
217 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
219 return format(getMinimumFractionDigits(), appendTo, L"%I32d", number);
222 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
224 return format(getMinimumFractionDigits(), appendTo, L"%I64d", number);
247 UnicodeString &Win32NumberFormat::format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *fmt, ...) const function in class:Win32NumberFormat
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 60 ; DARWIN-G4-DUMP:Format: Mach-O 32-bit ppc
  /external/mesa3d/src/mesa/main/
arrayobj.c 189 array->Format = GL_RGBA; /* only significant for GL_EXT_vertex_array_bgra */
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 209 arrays[attr].Format = GL_RGBA;
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 99 name.Format("FX%c%d", bsType[0], idnum);
171 // If format is not supported, close the path and paint
  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 104 csOn.Format("%d", iIndex);
  /external/pdfium/fpdfsdk/
fpdfeditpage.cpp 76 DateStr.Format("D:%04d%02d%02d%02d%02d%02d", pTM->tm_year + 1900,
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_FontMap.cpp 276 sPostfix.Format("_%02X", nCharset);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format5.cc 265 IndexSubTable::Format::FORMAT_5) {
  /external/swiftshader/src/Renderer/
Context.hpp 439 Format renderTargetInternalFormat(int index);
PixelProcessor.hpp 79 Format targetFormat[RENDERTARGETS];
Renderer.hpp 321 virtual void clear(void* pixel, Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask);
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 110 Format format, sp<KeyCharacterMap>* outMap) {
118 status = load(tokenizer, format, outMap);
125 Format format, sp<KeyCharacterMap>* outMap) {
133 status = load(tokenizer, format, outMap);
140 Format format, sp<KeyCharacterMap>* outMap) {
150 Parser parser(map.get(), tokenizer, format);
720 KeyCharacterMap::Parser::Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format)
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
convert.go 173 *d = s.Format(time.RFC3339Nano)
179 *d = []byte(s.Format(time.RFC3339Nano))
  /prebuilts/go/linux-x86/src/database/sql/
convert.go 173 *d = s.Format(time.RFC3339Nano)
179 *d = []byte(s.Format(time.RFC3339Nano))
  /prebuilts/ndk/r11/sources/android/support/tests/minitest/
minitest.h 68 // - You can use minitest::Format() to stream formatted output into
73 // << minitest;:Format("%z/%z", n+1, kMaxCount);
115 // You can also use minitest::Format() as in:
117 // str << minitest::Format("Hex value %08x\n", x);
200 // << minitest::Format("%08d", bytes)
203 internal::String Format(const char* format, ...);
  /prebuilts/ndk/r13/sources/android/support/tests/minitest/
minitest.h 68 // - You can use minitest::Format() to stream formatted output into
73 // << minitest;:Format("%z/%z", n+1, kMaxCount);
115 // You can also use minitest::Format() as in:
117 // str << minitest::Format("Hex value %08x\n", x);
200 // << minitest::Format("%08d", bytes)
203 internal::String Format(const char* format, ...);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 707 // Only support BITMAPINFOHEADER format.
804 // Convert image from BMP to Blt buffer format
865 // Other bit format BMP is not supported.
914 EFI_BADGING_FORMAT Format;
1003 &Format,
1015 // Currently only support BMP format.
1017 if (Format != EfiBadgingFormatBMP) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 547 contains a set of language codes in the format
550 in ISO 639-2 format. If FALSE, then all language
551 codes are assumed to be in RFC 4646 language format
554 language codes in the format specified by Iso639Language.
    [all...]

Completed in 1865 milliseconds

<<31323334353637383940>>