HomeSort by relevance Sort by last modified time
    Searched defs:BUFFER (Results 1 - 7 of 7) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
ThreadLocalBenchmark.java 24 private static final ThreadLocal<char[]> BUFFER = new ThreadLocal<char[]>() {
32 BUFFER.get();
  /libcore/luni/src/main/java/java/lang/
IntegralToString.java 46 private static final ThreadLocal<char[]> BUFFER = new ThreadLocal<char[]>() {
216 char[] buf = (sb != null) ? BUFFER.get() : new char[bufLen];
335 char[] buf = (sb != null) ? BUFFER.get() : new char[bufLen];
  /packages/apps/Mms/src/com/android/mms/ui/
ClassZeroActivity.java 49 private static final String BUFFER = " ";
50 private static final int BUFFER_OFFSET = BUFFER.length() * 2;
120 if (message.length() < BUFFER_OFFSET) messageChars = BUFFER + message + BUFFER;
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 69 struct BUFFER{
124 struct BUFFER t_stJpegInbuf;
125 struct BUFFER t_stJpegOutbuf;
133 int t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf);
147 int getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum);
148 int setBuf(struct BUFFER *pstBuf, int *piBuf, int *iSize, int iPlaneNum);
  /external/icu4c/test/intltest/
wbnf.cpp 89 // Using memory copy method to append a C array to buffer,
96 byte * buffer(){ function in class:Buffer_byte
112 // class BUFFER{
113 // typedef BUFFER name;
114 #define BUFFER(type, name)\
122 type & operator [] (int i) { return ((type *) buf.buffer())[i];}\
123 operator type *(){return (type *) buf.buffer();} \
132 // Return a null-terminated c-string. The buffer is owned by callee.
137 //typedef BUFFER<char> Buffer_char;
138 //typedef BUFFER<int> Buffer_int
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 223 IGNORE, BUFFER, STORE, END
257 case BUFFER:
357 action = NALActions.BUFFER;
364 action = NALActions.BUFFER;
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 76 milliseconds