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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/library_dirs/
gyptest-library-dirs.py 20 '-D', 'abs_path_to_secret_library_location={0}'.format(lib_dir),
37 'abs_path_to_secret_library_location={0}'.format(lib_dir),
  /external/chromium_org/tools/gyp/test/rules/
gyptest-default.py 27 if test.format == 'xcode':
38 if test.format == 'xcode':
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-static.py 24 if ((test.format == 'make' and sys.platform == 'darwin') or
25 (test.format == 'msvs' and
  /external/clang/test/Lexer/
gnu-flags.c 26 #define efoo(format, args...) foo(format , ##args)
  /external/clang/test/Sema/
format-strings-ms.c 3 int printf(const char *format, ...) __attribute__((format(printf, 1, 2)));
8 // expected-warning{{format specifies type '__int64' (aka 'long long') but the argument has type 'short'}}
11 // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}}
13 // expected-warning{{format specifies type '__int32' (aka 'int') but the argument has type 'long long'}}
19 // expected-warning{{format specifies type 'unsigned __int64' (aka 'unsigned long long') but the argument has type 'unsigned short'}}
22 // expected-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long long'}}
24 // expected-warning{{format specifies type 'unsigned __int32' (aka 'unsigned int') but the argument has type 'unsigned long long'}}
  /external/deqp/framework/common/
tcuRenderTarget.cpp 39 RenderTarget::RenderTarget (int width, int height, const PixelFormat& format, int depthBits, int stencilBits, int numSamples)
42 , m_pixelFormat (format)
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format,
39 super(format, opcode, 0, null, 0, 0L);
  /external/e2fsprogs/intl/
vasnwprintf.h 39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
  /external/jemalloc/test/src/
test.c 8 JEMALLOC_ATTR(format(printf, 1, 2))
10 test_skip(const char *format, ...)
14 va_start(ap, format);
15 malloc_vcprintf(NULL, NULL, format, ap);
21 JEMALLOC_ATTR(format(printf, 1, 2))
23 test_fail(const char *format, ...)
27 va_start(ap, format);
28 malloc_vcprintf(NULL, NULL, format, ap);
  /external/libcxxabi/src/
abort_message.h 22 void abort_message(const char* format, ...)
23 __attribute__((format(printf, 1, 2)));
  /external/libexif/libexif/
exif-format.h 1 /*! \file exif-format.h
49 * \param[in] format EXIF data format
52 const char *exif_format_get_name (ExifFormat format);
56 * \param[in] format EXIF data format
59 unsigned char exif_format_get_size (ExifFormat format);
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 107 _DNBLogVAPrintf(uint32_t flags, const char *format, va_list args)
113 g_log_callback(g_log_baton, flags, format, args);
117 _DNBLog(uint32_t flags, const char *format, ...)
120 va_start (args, format);
121 _DNBLogVAPrintf(flags, format, args);
130 _DNBLogDebug (const char *format, ...)
135 va_start (args, format);
136 _DNBLogVAPrintf(DNBLOG_FLAG_DEBUG, format, args);
147 _DNBLogDebugVerbose (const char *format, ...)
152 va_start (args, format);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.c 52 boolean translate_is_output_format_supported(enum pipe_format format)
54 return translate_generic_is_output_format_supported(format);
  /external/oprofile/libutil++/
stream_util.cpp 19 format(stream.flags()),
28 stream.flags(format);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio_c.h 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes_c.h 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
  /external/skia/src/utils/
SkTextureCompressor.h 18 enum Format {
19 // Alpha only format.
28 // associated format, then we return NULL. The caller is responsible for
30 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
34 // be large enough to hold the compressed data according to the format.
36 int width, int height, int rowBytes, Format format);
  /frameworks/base/libs/hwui/
RenderBuffer.h 32 * Creates a new render buffer in the specified format and dimensions.
33 * The format must be one of the formats allowed by glRenderbufferStorage().
35 RenderBuffer(GLenum format, uint32_t width, uint32_t height):
36 mFormat(format), mWidth(width), mHeight(height), mAllocated(false) {
55 * Returns the format of this render buffer.
124 * Returns the number of bits per component in the specified format.
125 * The format must be one of the formats allowed by glRenderbufferStorage().
127 static uint32_t formatSize(GLenum format) {
128 switch (format) {
145 * Indicates whether the specified format represents a stencil buffer
    [all...]
  /frameworks/base/media/java/android/media/
AudioMixPortConfig.java 29 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format,
31 super((AudioPort)mixPort, samplingRate, channelMask, format, gain);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
LogAbortException.java 24 public LogAbortException(String format, Object... args) {
25 mFormat = format;
  /hardware/intel/common/libva/va/
va_compat.c 35 int format,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.h 22 void abort_message(const char* format, ...)
23 __attribute__((format(printf, 1, 2)));
  /system/core/include/sysutils/
NetlinkListener.h 37 NetlinkListener(int socket, int format);
39 NetlinkListener(int socket, int format = NETLINK_FORMAT_ASCII);
  /external/deqp/framework/qphelper/
qpDebugOut.c 46 void qpPrintf (const char* format, ...)
49 va_start(args, format);
50 printFmt(MESSAGETYPE_INFO, format, args);
54 void qpPrintv (const char* format, va_list args)
56 printFmt(MESSAGETYPE_INFO, format, args);
59 void qpDief (const char* format, ...)
62 va_start(args, format);
63 printFmt(MESSAGETYPE_ERROR, format, args);
69 void qpDiev (const char* format, va_list args)
71 printFmt(MESSAGETYPE_ERROR, format, args)
97 __android_log_vprint(getLogPriority(type), "dEQP", format, args); local
    [all...]
  /external/qemu/android/utils/
debug.c 20 dprint( const char* format, ... )
23 va_start( args, format );
25 vfprintf( stdout, format, args );
31 dprintn( const char* format, ... )
34 va_start( args, format );
35 vfprintf( stdout, format, args );
40 dprintnv( const char* format, va_list args )
42 vfprintf( stdout, format, args );
47 dwarning( const char* format, ... )
50 va_start( args, format );
    [all...]

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>