/external/skia/src/core/ |
SkMask.cpp | 58 static int maskFormatToShift(SkMask::Format format) { 59 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift)); 60 SkASSERT(SkMask::kBW_Format != format); 61 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) ( const HChar* 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 | 34 // which must be of size roundup(maxFrames) * Format_frameSize(format) bytes. 35 Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer = NULL); 44 //virtual NBAIO_Format format() const;
|
/frameworks/av/include/media/stagefright/ |
Utils.h | 47 const sp<MetaData> &meta, sp<AMessage> *format); 49 const sp<AMessage> &format, sp<MetaData> &meta); 54 status_t mapMimeToAudioFormat(audio_format_t& format, const char* mime); 57 void mapAACProfileToAudioFormat(audio_format_t& format, uint64_t eAacProfile);
|
/frameworks/base/core/java/com/android/internal/view/ |
RootViewSurfaceTaker.java | 25 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/base/services/core/java/com/android/server/twilight/ |
TwilightState.java | 106 + ", mYesterdaySunset=" + f.format(new Date(mYesterdaySunset)) 107 + ", mTodaySunrise=" + f.format(new Date(mTodaySunrise)) 108 + ", mTodaySunset=" + f.format(new Date(mTodaySunset)) 109 + ", mTomorrowSunrise=" + f.format(new Date(mTomorrowSunrise))
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/ |
DateFormat_Delegate.java | 17 package android.text.format;
|
/frameworks/native/opengl/libagl/ |
dxt.h | 29 void *surface, int stride, int format);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/ |
BluetoothPbapVcardList.java | 51 public BluetoothPbapVcardList(InputStream in, byte format) throws IOException { 52 parse(in, format); 55 private void parse(InputStream in, byte format) throws IOException { 58 if (format == BluetoothPbapClient.VCARD_TYPE_30) {
|
/hardware/intel/common/libva/va/ |
va_compat.h | 102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \ 103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \ 106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \ 107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
|
/hardware/qcom/display/msm8084/libgralloc/ |
gpu.h | 40 int bufferType, int format, 45 int alloc_impl(int w, int h, int format, int usage, 50 int format, int usage, 62 int w, int h, int format,
|
/hardware/qcom/display/msm8226/libgralloc/ |
gpu.h | 40 int bufferType, int format, 45 int alloc_impl(int w, int h, int format, int usage, 50 int format, int usage, 62 int w, int h, 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 | 50 size_t getBufferSizeAndDimensions(int width, int height, int format, 53 int decideBufferHandlingMechanism(int format, const char *compositionUsed, 57 // Allocate buffer from width, height, format into a private_handle_t 59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); 88 * Function to compute the adreno stride based on the width and format. 92 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 | 50 size_t getBufferSizeAndDimensions(int width, int height, int format, 53 int decideBufferHandlingMechanism(int format, const char *compositionUsed, 57 // Allocate buffer from width, height, format into a private_handle_t 59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage); 88 * Function to compute the adreno stride based on the width and format. 92 int getStride(int width, int format);
|
/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;
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
DateUtilTests.java | 22 import android.text.format.Time; 36 long date2 = System.currentTimeMillis() + android.text.format.DateUtils.HOUR_IN_MILLIS; 47 long date2 = date1 + android.text.format.DateUtils.DAY_IN_MILLIS; 58 long date2 = date1 + 2*android.text.format.DateUtils.DAY_IN_MILLIS;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.cpp | 24 bool FrameBuffer::Init(int width, int height, GLenum format) { 35 format, 39 format, 64 mFormat = format;
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TLog.java | 34 * Supports formatting in the style of String.format() 41 text = String.format(Locale.US, text, args); 51 * Supports formatting in the style of String.format() 58 text = String.format(Locale.US, text, args); 71 * the style of String.format()</p> 78 text = String.format("%s\n%s", text, Log.getStackTraceString(e)); 80 text = String.format(Locale.US, text, args);
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
slf4j-api-1.7.5.jar | |