HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 426 - 450 of 6363) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderBuilder.h 80 void codeAppendf(const char format[], ...) SK_PRINTF_LIKE(2, 3) {
82 va_start(args, format);
83 fCode.appendVAList(format, args);
89 void codePrependf(const char format[], ...) SK_PRINTF_LIKE(2, 3) {
91 va_start(args, format);
92 fCode.prependVAList(format, args);
  /external/elfutils/0.153/libebl/
eblauxvinfo.c 99 const char *name, *format; member in struct:__anon772
109 ebl_auxv_info (ebl, a_type, name, format)
113 const char **format;
115 int result = ebl->auxv_info (a_type, name, format);
120 *format = auxv_types[a_type].format;
  /external/fio/
log.c 37 int log_info(const char *format, ...)
43 va_start(args, format);
44 len = vsnprintf(buffer, sizeof(buffer), format, args);
65 int log_err(const char *format, ...)
71 va_start(args, format);
72 len = vsnprintf(buffer, sizeof(buffer), format, args);
  /external/icu/icu4c/source/samples/plurfmtsample/
plurfmtsample.cpp 43 // Use MessageFormat.format () to format the objects and append to the given StringBuffer
47 Formattable argEn[]={Formattable(numbers[i]), Formattable(plfmtEn.format(numbers[i],status))};
48 Formattable argSl[]={Formattable(numbers[i]), Formattable(plfmtSl.format(numbers[i],status))};
49 msgfmtEn->format(argEn,2,msgEn,fpos,status);
50 msgfmtSl->format(argSl,2,msgSl,fpos,status);
56 // Equivalent code with message format pattern
68 altMsgfmtEn->format(arg, 1, msgEn, fPos, status);
69 altMsgfmtSl->format(arg, 1, msgSl, fPos,status);
  /external/libcxx/test/re/re.results/re.results.form/
form4.pass.cpp 15 // format(const char_type* fmt,
31 std::string out = m.format(fmt);
40 std::string out = m.format(fmt, std::regex_constants::format_sed);
49 std::string out = m.format(fmt, std::regex_constants::format_sed);
59 std::wstring out = m.format(fmt);
68 std::wstring out = m.format(fmt, std::regex_constants::format_sed);
77 std::wstring out = m.format(fmt, std::regex_constants::format_sed);
  /external/llvm/tools/llvm-objdump/
ELFDump.cpp 17 #include "llvm/Support/Format.h"
59 << format(Fmt, (uint64_t)pi->p_offset)
61 << format(Fmt, (uint64_t)pi->p_vaddr)
63 << format(Fmt, (uint64_t)pi->p_paddr)
64 << format("align 2**%u\n", countTrailingZeros<uint64_t>(pi->p_align))
66 << format(Fmt, (uint64_t)pi->p_filesz)
68 << format(Fmt, (uint64_t)pi->p_memsz)
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureTest.java 30 private void launchTest(String format) throws Exception {
32 extras.putString("TextureFormat", format);
  /dalvik/dx/src/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode,
34 super(format, opcode, index, indexType, target, literal);
RegisterRangeDecodedInstruction.java 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode,
38 super(format, opcode, index, indexType, target, literal);
TwoRegisterDecodedInstruction.java 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode,
37 super(format, opcode, index, indexType, target, literal);
  /development/ndk/platforms/android-3/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /device/asus/flo/camera/hdr/include/
morpho_hdr_checker.h 64 * @param[in] format ???????t?H?[?}?b?g
71 const char *format);
81 * @param[in] format ???????t?H?[?}?b?g
91 const char *format);
  /device/lge/hammerhead/camera/hdr/include/
morpho_hdr_checker.h 64 * @param[in] format ???????t?H?[?}?b?g
71 const char *format);
81 * @param[in] format ???????t?H?[?}?b?g
91 const char *format);
  /device/lge/mako/camera/hdr/include/
morpho_hdr_checker.h 64 * @param[in] format ???????t?H?[?}?b?g
71 const char *format);
81 * @param[in] format ???????t?H?[?}?b?g
91 const char *format);
  /external/chromium_org/cc/resources/
scoped_resource.h 30 ResourceFormat format);
33 ResourceFormat format);
  /external/chromium_org/ppapi/thunk/
ppb_flash_clipboard_api.h 23 uint32_t format) = 0;
26 uint32_t format) = 0;
ppb_flash_clipboard_thunk.cc 27 uint32_t format) {
31 return enter.functions()->IsFormatAvailable(instance, clipboard_type, format);
36 uint32_t format) {
40 return enter.functions()->ReadData(instance, clipboard_type, format);
57 PP_Flash_Clipboard_Format format) {
59 static_cast<uint32_t>(format));
64 PP_Flash_Clipboard_Format format) {
65 return ReadData(instance, clipboard_type, static_cast<uint32_t>(format));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphRefElement.idl 25 [Reflect, TreatNullAs=NullString] attribute DOMString format;
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.cpp 53 void FilePrintStream::vprintf(const char* format, va_list argList)
55 vfprintf(m_file, format, argList);
  /external/chromium_org/third_party/hwcplus/include/android/
log.h 101 __attribute__ ((format(printf, 3, 4)))
120 __attribute__ ((format(printf, 3, 4)))
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 35 #include "unicode/format.h"
57 * NumberFormat helps you to format and parse numbers for any locale.
60 * decimal digits used, or whether the number format is even decimal.
62 * To format a number for the current Locale, use one of the static
70 * nf->format(myNumber, myString);
78 * the format and use it multiple times so that the system doesn't
90 * nf->format(a[i], myString);
96 * To format a number for a different Locale, specify it in the
111 * Use createInstance to get the normal number format for that country.
113 * to get the currency number format for that country. Use getPercen
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 10 intel_mesa_format_to_rb_datatype(gl_format format)
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_readpixels.c 46 GLenum format, GLenum type,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
  /external/chromium_org/tools/grit/grit/format/
repack.py 9 for details about the file format.
19 import grit.format.data_pack namespace
33 grit.format.data_pack.RePack(file_paths[0], file_paths[1:],

Completed in 2084 milliseconds

<<11121314151617181920>>