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

1 2 34 5 6 7 8 91011>>

  /external/bison/lib/
printf.c 30 printf (const char *format, ...)
35 va_start (args, format);
36 retval = vfprintf (stdout, format, args);
  /external/chromium_org/base/allocator/
unittest_utils.cc 10 inline int snprintf(char* buffer, size_t count, const char* format, ...) {
13 va_start(args, format);
14 result = _vsnprintf(buffer, count, format, args);
  /external/chromium_org/skia/ext/
google_logging.cc 14 const char* format, ...) {
16 va_start(ap, format);
19 base::StringAppendV(&msg, format, ap);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_image.h 36 enum pipe_format format,
45 enum pipe_format format,
52 enum pipe_format format,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.h 41 enum pipe_format format,
46 SVGA3dSurfaceFormat format,
50 svga_format_size(SVGA3dSurfaceFormat format,
  /external/chromium_org/third_party/re2/util/
stringprintf.cc 9 static void StringAppendV(string* dst, const char* format, va_list ap) {
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
41 result = vsnprintf(buf, length, format, backup_ap);
54 string StringPrintf(const char* format, ...) {
56 va_start(ap, format);
58 StringAppendV(&result, format, ap);
63 void SStringPrintf(string* dst, const char* format, ...) {
65 va_start(ap, format);
67 StringAppendV(dst, format, ap);
71 void StringAppendF(string* dst, const char* format, ...)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_glyph.cc 29 int32_t format) {
32 builder.Attach(Builder::CreateGlyphBuilder(data, format));
39 BitmapGlyph::BitmapGlyph(ReadableFontData* data, int32_t format)
40 : SubTable(data), format_(format) {
51 int32_t format) {
53 switch (format) {
61 builder = new SimpleBitmapGlyph::Builder(data, format);
65 builder = new CompositeBitmapGlyph::Builder(data, format);
71 BitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format)
72 : SubTable::Builder(data), format_(format) {
    [all...]
  /external/chromium_org/tools/gyp/test/make_global_settings/ld/
gyptest-make_global_settings_ld.py 18 elif test.format == 'make':
20 elif test.format == 'ninja':
33 if test.format == 'make':
39 elif test.format == 'ninja':
44 if test.format == 'make':
46 elif test.format == 'ninja':
59 if test.format == 'make':
65 elif test.format == 'ninja':
70 if test.format == 'make':
72 elif test.format == 'ninja'
    [all...]
  /external/libunwind/src/ptrace/
_UPT_create.c 40 ui->edi.di_cache.format = -1;
41 ui->edi.di_debug.format = -1;
43 ui->edi.ktab.format = -1;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.h 36 enum pipe_format format,
45 enum pipe_format format,
52 enum pipe_format format,
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.h 41 enum pipe_format format,
46 SVGA3dSurfaceFormat format,
50 svga_format_size(SVGA3dSurfaceFormat format,
  /external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.cpp 45 static const string getASTCFormatShortName (CompressedTexture::Format format)
47 DE_ASSERT(tcu::isASTCFormat(format));
48 const IVec3 blockSize = tcu::getASTCBlockSize(format);
51 return de::toString(blockSize.x()) + "x" + de::toString(blockSize.y()) + (tcu::isASTCSRGBFormat(format) ? "_srgb" : "");
80 const CompressedTexture::Format format = (CompressedTexture::Format)formatI; local
82 if (!tcu::isASTCFormat(format))
84 if (tcu::isASTCSRGBFormat(format) && isBlockTestTypeHDROnly(astcTestType)
99 const CompressedTexture::Format format = (CompressedTexture::Format)formatI; local
    [all...]
  /bionic/libc/bionic/
__vsnprintf_chk.cpp 48 size_t dest_len_from_compiler, const char* format, va_list va) {
53 return vsnprintf(dest, supplied_size, format, va);
68 size_t dest_len_from_compiler, const char* format, ...) {
70 va_start(va, format);
71 int result = __vsnprintf_chk(dest, supplied_size, flags, dest_len_from_compiler, format, va);
__vsprintf_chk.cpp 48 size_t dest_len_from_compiler, const char* format, va_list va) {
49 int result = vsnprintf(dest, dest_len_from_compiler, format, va);
68 size_t dest_len_from_compiler, const char* format, ...) {
70 va_start(va, format);
71 int result = __vsprintf_chk(dest, flags, dest_len_from_compiler, format, va);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
log.c 14 void nacl_io_log(const char* format, ...) {
26 va_start(args, format);
27 int len = vsnprintf(NULL, 0, format, args);
31 va_start(args, format);
32 vsnprintf(output, len + 1, format, args);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.h 1 // Protocol Buffers - Google's data interchange format
53 LIBPROTOBUF_EXPORT extern string StringPrintf(const char* format, ...);
56 LIBPROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, const char* format, ...);
59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
63 LIBPROTOBUF_EXPORT extern void StringAppendV(string* dst, const char* format, va_list ap);
71 LIBPROTOBUF_EXPORT extern string StringPrintfVector(const char* format, const vector<string>& v);
  /external/chromium_org/v8/src/arm64/
disasm-arm64.h 34 void Format(Instruction* instr, const char* mnemonic, const char* format);
36 int SubstituteField(Instruction* instr, const char* format);
37 int SubstituteRegisterField(Instruction* instr, const char* format);
38 int SubstituteImmediateField(Instruction* instr, const char* format);
39 int SubstituteLiteralField(Instruction* instr, const char* format);
40 int SubstituteBitfieldImmediateField(Instruction* instr, const char* format);
41 int SubstituteShiftField(Instruction* instr, const char* format);
42 int SubstituteExtendField(Instruction* instr, const char* format);
43 int SubstituteConditionField(Instruction* instr, const char* format);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 42 * Describe how to pack/unpack pixels into/from the prescribed format.
137 enum pipe_format format; member in struct:util_format_description
164 * Whether the pixel format can be described as a bitfield structure.
389 util_format_description(enum pipe_format format);
393 * Format query functions.
397 util_format_name(enum pipe_format format)
399 const struct util_format_description *desc = util_format_description(format);
410 util_format_short_name(enum pipe_format format)
412 const struct util_format_description *desc = util_format_description(format);
423 * Whether this format is plain, see UTIL_FORMAT_LAYOUT_PLAIN for more info
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 42 * Describe how to pack/unpack pixels into/from the prescribed format.
137 enum pipe_format format; member in struct:util_format_description
164 * Whether the pixel format can be described as a bitfield structure.
389 util_format_description(enum pipe_format format);
393 * Format query functions.
397 util_format_name(enum pipe_format format)
399 const struct util_format_description *desc = util_format_description(format);
410 util_format_short_name(enum pipe_format format)
412 const struct util_format_description *desc = util_format_description(format);
423 * Whether this format is plain, see UTIL_FORMAT_LAYOUT_PLAIN for more info
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 1 //===- unittest/Format/FormatTest.cpp - Formatting unit tests -------------===//
11 #include "clang/Format/Format.h"
15 #define DEBUG_TYPE "format-test"
18 namespace format { namespace in namespace:clang
26 std::string format(llvm::StringRef Code, unsigned Offset, unsigned Length, function in class:clang::format::FormatTest
40 format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) { function in class:clang::format::FormatTest
41 return format(Code, 0, Code.size(), Style);
58 EXPECT_EQ(Code.str(), format(test::messUp(Code), Style));
86 EXPECT_EQ(";", format(";"));
    [all...]
  /external/ceres-solver/internal/ceres/
stringprintf.cc 53 void StringAppendV(string* dst, const char* format, va_list ap) {
62 int result = vsnprintf(space, sizeof(space), format, backup_ap);
76 result = vsnprintf(NULL, 0, format, backup_ap);
93 result = vsnprintf(buf, length, format, backup_ap);
104 string StringPrintf(const char* format, ...) {
106 va_start(ap, format);
108 StringAppendV(&result, format, ap);
113 const string& SStringPrintf(string* dst, const char* format, ...) {
115 va_start(ap, format);
117 StringAppendV(dst, format, ap)
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 23 * \brief Texture format utilities.
39 * \brief GL pixel transfer format.
43 deUint32 format; //!< Pixel format. member in struct:glu::TransferFormat
47 : format (0)
53 : format (format_)
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
67 TransferFormat getTransferFormat (tcu::TextureFormat format);
68 deUint32 getInternalFormat (tcu::TextureFormat format);
69 deUint32 getGLFormat (tcu::CompressedTexture::Format format)
    [all...]
  /external/chromium_org/third_party/libxml/src/
trio.h 80 int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...));
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
88 int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args));
93 TRIO_CONST char *format, ...))
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 80 int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...));
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
88 int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args));
93 TRIO_CONST char *format, ...))
    [all...]
  /external/libxml2/
trio.h 80 int trio_printf TRIO_PROTO((TRIO_CONST char *format, ...));
81 int trio_vprintf TRIO_PROTO((TRIO_CONST char *format, va_list args));
82 int trio_printfv TRIO_PROTO((TRIO_CONST char *format, void **args));
84 int trio_fprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, ...));
85 int trio_vfprintf TRIO_PROTO((FILE *file, TRIO_CONST char *format, va_list args));
86 int trio_fprintfv TRIO_PROTO((FILE *file, TRIO_CONST char *format, void **args));
88 int trio_dprintf TRIO_PROTO((int fd, TRIO_CONST char *format, ...));
89 int trio_vdprintf TRIO_PROTO((int fd, TRIO_CONST char *format, va_list args));
90 int trio_dprintfv TRIO_PROTO((int fd, TRIO_CONST char *format, void **args));
93 TRIO_CONST char *format, ...))
    [all...]

Completed in 891 milliseconds

1 2 34 5 6 7 8 91011>>