/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
legacy_html_output_formatter.py | 157 def Format(self, page_test_results):
|
/external/deqp/framework/egl/ |
egluCallLogWrapper.cpp | 101 return str << tcu::Format::Enum<int, 2>(fmt.getName, *fmt.value);
|
/external/fmtlib/test/ |
ostream-test.cc | 35 using fmt::format; 57 EXPECT_EQ("TestEnum", fmt::format("{}", TestEnum())); 58 EXPECT_EQ("0", fmt::format("{}", A)); 77 TEST(OStreamTest, Format) { 78 EXPECT_EQ("a string", format("{0}", TestString("a string"))); 79 std::string s = format("The date is {0}", Date(2012, 12, 9)); 83 format(L"The date is {0}", Date(2012, 12, 9))); 87 EXPECT_EQ("def ", format("{0:<5}", TestString("def"))); 88 EXPECT_EQ(" def", format("{0:>5}", TestString("def"))); 89 EXPECT_THROW_MSG(format("{0:=5}", TestString("def")) [all...] |
/external/icu/icu4c/source/test/intltest/ |
sdtfmtts.cpp | 133 Format *clone = def.clone(); 139 // ======= Test various format() methods 141 logln("Testing various format() methods"); 149 res1 = def.format(d, res1, pos1); 153 res2 = cust1.format(fD, res2, pos2, status); 155 errln("ERROR: format(Formattable [Date]) failed"); 186 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
|
/external/icu/icu4c/source/test/perf/perldriver/ |
PerfFramework.pm | 15 use Format;
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DateFormat.java | 12 import java.text.Format; 41 * <p>DateFormat helps you to format and parse dates for any locale. 43 * months, days of the week, or even the calendar format: lunar vs. solar. 45 * <p>To format a date for the current Locale, use one of the 48 * myString = DateFormat.getDateInstance().format(myDate); 51 * more efficient to get the format and use it multiple times so that 57 * output.println(df.format(myDate[i]) + "; "); 60 * <p>To format a number for a different Locale, specify it in the 69 * <p>Use getDateInstance to get the normal date format for that country. 71 * Use getTimeInstance to get the time format for that country 409 public final StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:DateFormat 451 public StringBuffer format(Calendar cal, StringBuffer toAppendTo, method in class:DateFormat 479 public StringBuffer format(Date date, StringBuffer toAppendTo, method in class:DateFormat 496 public final String format(Date date) method in class:DateFormat [all...] |
/external/llvm/test/MC/MachO/ARM/ |
darwin-ARM-reloc.s | 25 @ CHECK: Format: Mach-O arm
|
darwin-Thumb-reloc.s | 26 @ CHECK: Format: Mach-O arm
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
ChooserDialog.cpp | 666 url.Format( TEXT( "%s%s/" ), service->urlScheme, (const char *) p->ip.c_str() ); 681 // Build URL in the following format: 709 url.Format( TEXT( "%s%s/%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); 713 url.Format( TEXT( "%s%s%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); 719 url.Format( TEXT( "%s%s/%s" ), service->urlScheme, (const char *) p->ip.c_str(), text ); [all...] |
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 50 using a unsigned format by doing scale and bias in a shader, but this 52 This extension adds a signed 4-channel texture format by backporting 61 The rgba part is there because only 4 channel format is supported. 68 universal format, rgba. alpha/luminance can't be trivially supported 204 Internal Format Internal Format bits bits bits bits bits bits bits 214 the base internal format is RGBA_SNORM.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3d11.idl | 413 DXGI_FORMAT Format; [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/ |
d3d11spikysphere.cpp | 162 zsbufd.Format = DXGI_FORMAT_D32_FLOAT;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_cc.c | 67 rb_type = _mesa_get_format_datatype(rb->Format); 170 * integer format, the SAMPLE_ALPHA_TO_COVERAGE and SAMPLE_ALPHA_TO_ONE
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_rasterpos.c | 200 rs->array[i].Format = GL_RGBA;
|
st_draw_feedback.c | 52 * Set the (private) draw module's post-transformed vertex format when in 68 vinfo.format[0] = FORMAT_4F; 76 vinfo.format[i] = FORMAT_4F; 199 arrays[mesaAttr]->Format,
|
/external/mesa3d/src/mesa/swrast/ |
s_context.h | 464 const GLint bpp = _mesa_get_format_bytes(rb->Format);
|
/external/pdfium/core/fxge/ge/ |
cfx_fontmgr.cpp | 61 key.Format("%d:%d", ttc_size, checksum);
|
/external/pdfium/fpdfsdk/javascript/ |
cjs_runtime.cpp | 202 info->Format(L"[ Line: %05d { %s } ] : %s", error.linnum - 1, error.srcline,
|
/external/pdfium/xfa/fwl/ |
cfwl_monthcalendar.cpp | 432 wsDay.Format(L"%d", day); 581 wsDay.Format(L"%d", i + 1); 682 wsHead.Format(L"%s, %d", pMonth[iMonth - 1], iYear); 690 wsToday.Format(L", %d/%d/%d", iDay, iMonth, iYear);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
index_sub_table_format1.cc | 222 IndexSubTable::Format::FORMAT_1) {
|
index_sub_table_format2.cc | 213 IndexSubTable::Format::FORMAT_2) {
|
index_sub_table_format3.cc | 218 IndexSubTable::Format::FORMAT_3) {
|
/external/skia/src/core/ |
SkGlyphCache.h | 100 SkMask::Format getMaskFormat() const {
|
/external/skia/src/gpu/gl/ |
GrGLCaps.h | 32 typedef GrGLStencilAttachment::Format StencilFormat; 143 /** Returns the mapping between GrPixelConfig components and GL internal format components. */ 163 /** The format to use read/write a texture as an image in a shader */ 178 * Has a stencil format index been found for the config (or we've found that no format works). 185 * Gets the stencil format index for the config. This assumes 187 * no stencil format is supported with the config. Otherwise, returned index refers to the array 196 * If index is >= 0 this records an index into stencilFormats() as the best stencil format for 197 * the config. If < 0 it records that the config has no supported stencil format index. 266 * Depending on the ES extensions present the BGRA external format ma [all...] |
GrGLRenderTarget.cpp | 72 GrGLStencilAttachment::Format format; local 73 format.fInternalFormat = GrGLStencilAttachment::kUnknownInternalFormat; 74 format.fPacked = false; 75 format.fStencilBits = stencilBits; 76 format.fTotalBits = stencilBits; 79 desc.fSampleCnt, format); 119 if (glStencil->format().fPacked) {
|