/external/llvm/projects/sample/autoconf/m4/ |
c_printf_a.m4 | 2 # Determine if the printf() functions have the %a format character. 6 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a], 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
|
/external/llvm/utils/ |
GetSourceVersion | 6 echo " the exact format of the revision string depends on the source " 22 git log -1 --pretty=format:%H
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_translate.h | 47 VGint _vega_size_for_format(VGImageFormat format);
|
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.h | 42 _mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
|
/external/qemu/android/ |
multitouch-screen.h | 82 * format, type Format and type GL enums, as used in glTexImage2D() or 83 * glReadPixels(), describing the pixel format. 86 * In the first implementation, ydir is always -1 (bottom to top), format and 94 int format,
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/ |
SDL_dspaudio.c | 166 int format; local 202 SDL_SetError("Couldn't get audio format list"); 207 /* Try for a closest match on audio format */ 208 format = 0; 209 for ( test_format = SDL_FirstAudioFormat(spec->format); 210 ! format && test_format; ) { 212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format); 217 format = AFMT_U8; 222 format = AFMT_S16_LE; 227 format = AFMT_S16_BE [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3yuv_c.h | 37 extern SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11modes_c.h | 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
|
/external/skia/src/core/ |
SkMask.cpp | 61 static int maskFormatToShift(SkMask::Format format) { 62 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); 63 SkASSERT(SkMask::kBW_Format != format); 64 return gMaskFormatToShift[format];
|
/external/srtp/crypto/kernel/ |
err.c | 95 err_report(int priority, char *format, ...) { 100 va_start(args, format); 102 vfprintf(err_file, format, args); 138 vsyslog(syslogpri, format, args);
|
/external/valgrind/main/coregrind/ |
pub_core_libcprint.h | 65 extern void VG_(err_config_error) ( Char* format, ... );
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/ |
Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
Android.mk | 24 frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common \
|
/frameworks/av/include/media/nbaio/ |
Pipe.h | 33 Pipe(size_t maxFrames, NBAIO_Format format); 40 //virtual NBAIO_Format format() const;
|
/frameworks/base/core/java/com/android/internal/view/ |
RootViewSurfaceTaker.java | 10 void setSurfaceFormat(int format);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MessageQueueTest.java | 177 failure(new RuntimeException(String.format( 181 failure(new RuntimeException(String.format( 185 failure(new RuntimeException(String.format( 189 failure(new RuntimeException(String.format( 205 failure(new RuntimeException(String.format( 211 failure(new RuntimeException(String.format( 226 failure(new RuntimeException(String.format( 231 failure(new RuntimeException(String.format( 236 failure(new RuntimeException(String.format( 241 failure(new RuntimeException(String.format( [all...] |
/frameworks/native/opengl/libagl/ |
dxt.h | 29 void *surface, int stride, int format);
|
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 41 int bufferType, int format, 46 int alloc_impl(int w, int h, int format, int usage, 51 int format, int usage, 63 int w, int h, int format,
|
gr.h | 54 size_t getBufferSizeAndDimensions(int width, int height, int format, 57 int decideBufferHandlingMechanism(int format, const char *compositionUsed, 61 // Allocate buffer from width, height, format into a private_handle_t 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); 92 * Function to compute the adreno stride based on the width and format. 96 int getStride(int width, int format);
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.h | 41 int bufferType, int format, 46 int alloc_impl(int w, int h, int format, int usage, 51 int format, int usage, 63 int w, int h, int format,
|
gr.h | 54 size_t getBufferSizeAndDimensions(int width, int height, int format, 57 int decideBufferHandlingMechanism(int format, const char *compositionUsed, 61 // Allocate buffer from width, height, format into a private_handle_t 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); 92 * Function to compute the adreno stride based on the width and format. 96 int getStride(int width, int format);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.h | 41 int bufferType, int format, 46 int alloc_impl(int w, int h, int format, int usage, 51 int format, int usage, 63 int w, int h, int format,
|
gr.h | 54 size_t getBufferSizeAndDimensions(int width, int height, int format, 57 int decideBufferHandlingMechanism(int format, const char *compositionUsed, 61 // Allocate buffer from width, height, format into a private_handle_t 63 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); 92 * Function to compute the adreno stride based on the width and format. 96 int getStride(int width, int format);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapUtils.java | 57 mapHandle = String.format("%016X",(cpHandle | HANDLE_TYPE_MMS_MASK)); 60 mapHandle = String.format("%016X",cpHandle | HANDLE_TYPE_SMS_GSM_MASK); 63 mapHandle = String.format("%016X",cpHandle | HANDLE_TYPE_SMS_CDMA_MASK); 66 mapHandle = String.format("%016X",(cpHandle | HANDLE_TYPE_EMAIL_MASK)); //TODO correct when email support is implemented
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.cpp | 24 bool FrameBuffer::Init(int width, int height, GLenum format) { 35 format, 39 format, 66 mFormat = format;
|