HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 351 - 375 of 11127) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 17 if test.format == 'dump_dependency_json':
gyptest-no-exported-hard-dependency.py 17 if test.format == 'dump_dependency_json':
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 30 if test.format == 'xcode':
gyptest-default.py 30 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-top-all.py 35 if test.format == 'xcode':
gyptest-top-default.py 35 if test.format == 'xcode':
  /external/clang/test/CodeGen/
2003-10-02-UnionLValueError.c 3 int sprintf(char * restrict str, const char * restrict format, ...);
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.h 15 /* INDEPTH TEST FOR DATE FORMAT */
53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 38 super(String.format("At line: %d (col: %d); %s",
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_tests.h 47 enum pipe_format format; member in struct:util_format_test_case
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_layout.h 45 gl_format format,
  /external/mesa3d/src/mesa/main/
colortab.h 40 GLsizei width, GLenum format, GLenum type,
45 GLsizei count, GLenum format, GLenum type,
55 GLsizei width, GLenum format, GLenum type,
63 GLsizei count, GLenum format, GLenum type,
texformat.h 36 GLint internalFormat, GLenum format, GLenum type);
  /external/oprofile/libutil++/
stream_util.h 34 std::ios::fmtflags format; member in class:io_state
  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.h 53 Builder(WritableFontData* data, int32_t format);
54 Builder(ReadableFontData* data, int32_t format);
60 CompositeBitmapGlyph(ReadableFontData* data, int32_t format);
67 void Initialize(int32_t format);
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;
  /external/valgrind/main/VEX/priv/
main_util.h 68 __attribute__ ((format (printf, 1, 2)))
69 extern UInt vex_printf ( const HChar *format, ... );
71 __attribute__ ((format (printf, 2, 3)))
72 extern UInt vex_sprintf ( HChar* buf, const HChar *format, ... );
  /hardware/intel/common/libva/va/wayland/
va_wayland_private.h 42 va_wayland_error(const char *format, ...);
  /libcore/luni/src/test/java/libcore/java/util/
OldFormattableTest.java 39 arg0.format(sb.toString());
52 assertTrue(fmt.format("%1.1s", mf).toString().equals("single precision "));
53 assertTrue(fmt.format("%2.1s", mf).toString().equals("single precision single precision "));
54 assertTrue(fmt.format("%2.2s", mf).toString().equals("single precision single precision double precision "));
  /ndk/sources/android/support/include/
time.h 40 size_t strftime_l(char *s, size_t maxsize, const char *format,
  /prebuilts/ndk/9/sources/android/support/include/
time.h 40 size_t strftime_l(char *s, size_t maxsize, const char *format,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pgenheaders.h 12 PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
13 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
14 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
15 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pgenheaders.h 12 PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
13 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
14 PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
15 Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
  /system/vold/
Ext4.h 26 static int format(const char *fsPath, unsigned int numSectors, const char *mountpoint);
  /external/clang/test/SemaCXX/
format-strings.cpp 20 printf("%ls", "foo"); // expected-warning{{format specifies type 'wchar_t *' but the argument has type 'const char *'}}
28 int scanf(const char *, ...) __attribute__((format(scanf, 2, 3)));
29 int printf(const char *, ...) __attribute__((format(printf, 2, 3)));
33 static int printf_static(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
39 foo.printf("%d", i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
40 Foo::printf_static("%d", i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
42 printf(foo.gettext("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
43 printf(Foo::gettext_static("%d"), i); // expected-warning{{format specifies type 'int' but the argument has type 'int *'}}
46 // Test handling __null for format string literal checking.
48 int test_null_format(const char *format, ...) __attribute__((__format__ (__printf__, 1, 2)))
62 const char * const format = fmt; local
119 extern void (^block_print)(const char * format, ...) __attribute__((format(printf, 1, 2))); member in namespace:Templates
    [all...]

Completed in 403 milliseconds

<<11121314151617181920>>