/prebuilts/go/linux-x86/src/fmt/ |
format.go | 151 // Format into buf, ending at buf[i]. Formatting numbers is easier right-to-left. 165 // Format the Unicode code point u as a hexadecimal number. 233 // Because printing is easier right-to-left: format u into buf, ending at buf[i]. 451 // fmt_float formats a float64. It assumes that verb is a valid format specifier 454 // Explicit precision in format specifier overrules default precision. 458 // Format number, reserving space for leading + sign if needed.
|
/build/kati/ |
shellutil.go | 114 format string 131 format: tfstr, 136 fmt.Fprint(w, ShellDateTimestamp.Format(f.format))
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
android-developer-resource-browser.js | 155 // Format and show the list of resource results.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Expression.c | 1119 @param Format String format in EFI_IFR_TO_STRING.
1129 IN UINT8 Format,
1154 switch (Format) {
1189 // + 3 is base on the unicode format, the length may be odd number,
1202 if (Format == EFI_IFR_STRING_ASCII) {
1206 // Format == EFI_IFR_STRING_UNICODE
[all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/ |
OhciUrb.c | 610 Ed->Word0.Format = Value;
675 return Ed->Word0.Format;
|
/external/deqp/modules/glshared/ |
glsStateQueryUtil.cpp | 239 buf << "Boolean value was not neither GL_TRUE nor GL_FALSE, got " << de::toString(tcu::Format::Hex<2>(v)); 261 buf << (i > 0 ? ", " : "") << de::toString(tcu::Format::Hex<2>(v[i])); 1060 buf << "Expected " << reference << "(" << de::toString(tcu::Format::Hex<8>(reference)) 1061 << ") , got " << state.getIntAccess() << "(" << de::toString(tcu::Format::Hex<8>(state.getIntAccess())) << ")"; 1073 buf << "Expected " << reference << "(" << de::toString(tcu::Format::Hex<8>(reference)) << "), got " 1074 << state.getInt64Access() << "(" << de::toString(tcu::Format::Hex<8>(state.getInt64Access())) << ")"; 1107 buf << "Expected " << reference << "(" << de::toString(tcu::Format::Hex<8>(reference)) << "), got " 1108 << state.getInt64Access() << "(" << de::toString(tcu::Format::Hex<8>(state.getInt64Access())) << ")"; [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-filepath_test.cc | 512 testdata_path_.Set(FilePath(String::Format("%s%s%s", 545 return String::Format("%s\\", temp_dir);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberFormat.java | 19 import java.text.Format; 44 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 47 * digits used, or whether the number format is even decimal. 50 * To format a number for the current Locale, use one of the factory 54 * myString = NumberFormat.getInstance().format(myNumber); 58 * more efficient to get the format and use it multiple times so that 65 * output.println(nf.format(myNumber[i]) + "; "); 69 * To format a number for a different Locale, specify it in the 83 * normal number format. Use <code>getIntegerInstance</code> to get an 84 * integer number format. Use <code>getCurrencyInstance</code> to get th 249 public StringBuffer format(Object number, method in class:NumberFormat 286 public final String format(double number) { method in class:NumberFormat 295 public final String format(long number) { method in class:NumberFormat 298 format(number, buf, pos); method 305 public final String format(BigInteger number) { method in class:NumberFormat 313 public final String format(java.math.BigDecimal number) { method in class:NumberFormat 321 public final String format(android.icu.math.BigDecimal number) { method in class:NumberFormat 329 public final String format(CurrencyAmount currAmt) { method in class:NumberFormat 338 public abstract StringBuffer format(double number, method in class:NumberFormat 346 public abstract StringBuffer format(long number, method in class:NumberFormat 353 public abstract StringBuffer format(BigInteger number, method in class:NumberFormat 360 public abstract StringBuffer format(java.math.BigDecimal number, method in class:NumberFormat 367 public abstract StringBuffer format(android.icu.math.BigDecimal number, method in class:NumberFormat 374 public StringBuffer format(CurrencyAmount currAmt, method in class:NumberFormat 1284 NumberFormat format; local [all...] |
/external/icu/icu4c/source/i18n/ |
reldtfmt.cpp | 134 Format* RelativeDateFormat::clone(void) const { 138 UBool RelativeDateFormat::operator==(const Format& other) const { 154 UnicodeString& RelativeDateFormat::format( Calendar& cal, function in class:RelativeDateFormat 193 fDateTimeFormatter->format(cal,appendTo,pos); 199 fDateTimeFormatter->format(cal,appendTo,pos); 213 fCombinedFormat->format(fTimePattern, datePattern, combinedPattern, status); 215 fDateTimeFormatter->format(cal,appendTo,pos); 224 RelativeDateFormat::format(const Formattable& obj, function in class:RelativeDateFormat 230 // (the previous format() override would hide the version of 231 // format() on DateFormat that this function correspond to, so w [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberFormat.java | 18 import java.text.Format; 43 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 46 * digits used, or whether the number format is even decimal. 49 * To format a number for the current Locale, use one of the factory 53 * myString = NumberFormat.getInstance().format(myNumber); 57 * more efficient to get the format and use it multiple times so that 64 * output.println(nf.format(myNumber[i]) + "; "); 68 * To format a number for a different Locale, specify it in the 82 * normal number format. Use <code>getIntegerInstance</code> to get an 83 * integer number format. Use <code>getCurrencyInstance</code> to get th 262 public StringBuffer format(Object number, method in class:NumberFormat 301 public final String format(double number) { method in class:NumberFormat 311 public final String format(long number) { method in class:NumberFormat 314 format(number, buf, pos); method 322 public final String format(BigInteger number) { method in class:NumberFormat 331 public final String format(java.math.BigDecimal number) { method in class:NumberFormat 340 public final String format(com.ibm.icu.math.BigDecimal number) { method in class:NumberFormat 349 public final String format(CurrencyAmount currAmt) { method in class:NumberFormat 359 public abstract StringBuffer format(double number, method in class:NumberFormat 368 public abstract StringBuffer format(long number, method in class:NumberFormat 376 public abstract StringBuffer format(BigInteger number, method in class:NumberFormat 384 public abstract StringBuffer format(java.math.BigDecimal number, method in class:NumberFormat 392 public abstract StringBuffer format(com.ibm.icu.math.BigDecimal number, method in class:NumberFormat 400 public StringBuffer format(CurrencyAmount currAmt, method in class:NumberFormat 1374 NumberFormat format; local [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 27 #include "llvm/Support/Format.h" 89 enum Format { Default, GNU, BSD }; 92 static cl::opt<Format> 93 FormatOpt("format", cl::desc("Archive format to create"), 348 outs() << ' ' << format("%6llu", Size.get()); 649 fail("Only the gnu format has a thin mode");
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_objects.h | 529 out_desc->Format = this->desc.Format;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/ |
d3d11gears.cpp | 320 zsbufd.Format = DXGI_FORMAT_D24_UNORM_S8_UINT; 346 DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM; // this won't work well at all local 354 format = formats[i]; 365 offscreend.Format = format;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_clear.c | 366 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0); 390 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); 414 const GLboolean isDS = util_format_is_depth_and_stencil(strb->surface->format); 419 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
|
/external/pdfium/core/fxge/ |
fx_dib.h | 220 std::unique_ptr<CFX_DIBitmap> CloneConvert(FXDIB_Format format) const; 285 FXDIB_Format format, 304 bool ConvertFormat(FXDIB_Format format); 388 enum class Format { kCleared, kPreMultiplied, kUnPreMultiplied }; 393 Format m_nFormat;
|
/external/pdfium/fpdfsdk/ |
cpdfsdk_interform.cpp | 290 if (aAction.GetDict() && aAction.ActionExist(CPDF_AAction::Format)) { 291 CPDF_Action action = aAction.GetAction(CPDF_AAction::Format);
|
/external/pdfium/xfa/fwl/ |
cfwl_datetimepicker.cpp | 218 wsText.Format(L"%d-%d-%d", iYear, iMonth, iDay); 221 wsText.Format(L"%d Year %d Month %d Day", iYear, iMonth, iDay);
|
/external/protobuf/gtest/test/ |
gtest-filepath_test.cc | 506 testdata_path_.Set(FilePath(String::Format("%s%s%s", 539 return String::Format("%s\\", temp_dir);
|
/external/swiftshader/src/OpenGL/libGL/ |
Device.cpp | 242 Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard) 252 switch(format) 272 UNREACHABLE(format); 275 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true); 286 Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) 294 Image *surface = new Image(0, width, height, format, multiSampleDepth, lockable, true);
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Device.cpp | 207 egl::Image *Device::createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard) 217 switch(format) 237 UNREACHABLE(format); 240 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable); 251 egl::Image *Device::createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable) 259 egl::Image *surface = new egl::Image(width, height, format, multiSampleDepth, lockable);
|
Texture.cpp | 230 void Texture::setImage(GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image) 236 image->loadImageData(0, 0, 0, image->getWidth(), image->getHeight(), 1, format, type, unpackInfo, pixels); 248 void Texture::subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, egl::Image *image) 265 if(format != image->getFormat()) 274 image->loadImageData(xoffset, yoffset, 0, width, height, 1, format, type, unpackInfo, pixels); 278 void Texture::subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, egl::Image *image) 290 if(format != image->getFormat()) 445 sw::Format Texture2D::getInternalFormat(GLenum target, GLint level) const 464 void Texture2D::setImage(GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) 471 image[level] = new egl::Image(this, width, height, format, type) 483 GLenum format; local [all...] |
libGLES_CM.hpp | 27 enum Format : unsigned char; 74 GLenum format, GLsizei imageSize, const GLvoid* data); 176 void (*glReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels); 197 GLint border, GLenum format, GLenum type, const GLvoid* pixels); 205 GLenum format, GLenum type, const GLvoid* pixels); 224 egl::Image *(*createDepthStencil)(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
|
/external/vulkan-validation-layers/demos/ |
cube.cpp | 105 // clang-format off 193 // clang-format on 2644 vk::Format format; local 2658 vk::Format format; member in struct:Demo::__anon36619 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiResourceAttributeNode.java | 31 import com.android.ide.common.api.IAttributeInfo.Format; 439 for (Format format : attributeInfo.getFormats()) { 441 switch (format) { 483 // Handle a few more cases not covered by the Format metadata check
|
/build/soong/third_party/zip/ |
zip_test.go | 399 filename := ts.Format(timeFormat) 404 Extra: []byte(ts.Format(time.RFC3339Nano)), // missing tag and len, but Extra is best-effort parsing
|