/libcore/benchmarks/src/benchmarks/regression/ |
ThreadLocalBenchmark.java | 24 private static final ThreadLocal<char[]> BUFFER = new ThreadLocal<char[]>() { 32 BUFFER.get();
|
/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);
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Common.h | 86 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: Malloced = %p\n",__LINE__,_ptr_); 103 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "%d :: [FREE] %p\n",__LINE__,_pStruct_); \
|
OMX_TI_Debug.h | 132 #define OMX_DBG_DOM_BUFFER 0x10000ul /* buffer transfer between */ 393 #define OMX_PRBUFFER0(dbg, format, list...) OMXDBG_PRINT((dbg).out, BUFFER, 0, (dbg).mask, format, ##list) 394 #define OMX_PRBUFFER1(dbg, format, list...) OMXDBG_PRINT((dbg).out, BUFFER, 1, (dbg).mask, format, ##list) 395 #define OMX_PRBUFFER2(dbg, format, list...) OMXDBG_PRINT((dbg).out, BUFFER, 2, (dbg).mask, format, ##list) 396 #define OMX_PRBUFFER3(dbg, format, list...) OMXDBG_PRINT((dbg).out, BUFFER, 3, (dbg).mask, format, ##list) 397 #define OMX_PRBUFFER4(dbg, format, list...) OMXDBG_PRINT((dbg).OMX_DBG_LEVEL4, BUFFER, 4, (dbg).mask, format, ##list) 398 #define OMX_PRBUFFER5(dbg, format, list...) OMXDBG_PRINT((dbg).err, BUFFER, 5, (dbg).mask, format, ##list) 578 OMXDBG_PRINT(stderr, BUFFER, 2, 0,
|
/hardware/samsung_slsi/exynos5/libhwjpeg/ |
ExynosJpegBase.cpp | 197 int ExynosJpegBase::t_v4l2Qbuf(int iFd, struct BUF_INFO *pstBufInfo, struct BUFFER *pstBuf) 361 memset(&t_stJpegInbuf, 0, sizeof(struct BUFFER)); 362 memset(&t_stJpegOutbuf, 0, sizeof(struct BUFFER)); 493 int ExynosJpegBase::getBuf(bool bCreateBuf, struct BUFFER *pstBuf, int *piBuf, int *iBufSize, int iSize, int iPlaneNum) 522 int ExynosJpegBase::setBuf(struct BUFFER *pstBuf, int *piBuf, int *iSize, int iPlaneNum) 534 memset(pstBuf, 0, sizeof(struct BUFFER)); 538 memset(pstBuf, 0, sizeof(struct BUFFER));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
base64_unittest.cc | 404 // If we encode it into a buffer of exactly the right length... [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
IntegralToString.java | 39 private static final ThreadLocal<char[]> BUFFER = new ThreadLocal<char[]>() { 209 char[] buf = (sb != null) ? BUFFER.get() : new char[bufLen]; 328 char[] buf = (sb != null) ? BUFFER.get() : new char[bufLen];
|
/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];
|
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 513 /* Creates a stack_memory_handler responsible for the buffer \a ptr of size \a size. 515 * This constructor takes care of constructing/initializing the elements of the buffer if required by the scalar type T (see NumTraits<T>::RequireInitialization). 516 * In this case, the buffer elements will also be destructed when this handler will be destructed. 541 * Declares, allocates and construct an aligned buffer named NAME of SIZE elements of type TYPE on the stack 544 * The allocated buffer is automatically deleted when exiting the scope of this declaration. 545 * If BUFFER is non null, then the declared variable is simply an alias for BUFFER, and no allocation/deletion occurs. 563 #define ei_declare_aligned_stack_constructed_variable(TYPE,NAME,SIZE,BUFFER) \ 565 TYPE* NAME = (BUFFER)!=0 ? (BUFFER) \ [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ClassZeroActivity.java | 52 private static final String BUFFER = " "; 53 private static final int BUFFER_OFFSET = BUFFER.length() * 2;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer.cc | 30 #include "hb-buffer-private.hh" 61 /* Here is how the buffer works internally: 73 * to an alternate buffer (which we reuse the pos buffer for!), and its 519 /* If we hit the start of buffer, continue in out-buffer. */ 547 /* If we hit the end of out-buffer, continue in buffer. */ 562 /* If script is set to INVALID, guess from buffer contents */ 589 dump_var_allocation (const hb_buffer_t *buffer) [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 30 #include "hb-buffer-private.hh" 61 /* Here is how the buffer works internally: 73 * to an alternate buffer (which we reuse the pos buffer for!), and its 467 /* If we hit the start of buffer, continue in out-buffer. */ 495 /* If we hit the end of out-buffer, continue in buffer. */ 510 /* If script is set to INVALID, guess from buffer contents */ 537 dump_var_allocation (const hb_buffer_t *buffer) [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/iproute2/examples/ |
cbq.init-v0.7.3 | 284 # BUFFER=<bytes>[/<bytes>] optional, default "10Kb/8" 501 CBQ_WORDS="$CBQ_WORDS|PRIO_MARK|PRIO_RULE|PRIO_REALM|BUFFER" 615 BUFFER=10Kb/8; LIMIT=15Kb; MTU=1500 779 rate $RATE buffer $BUFFER limit $LIMIT mtu $MTU $PEAK [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/external/chromium_org/third_party/icu/source/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/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...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
OMX_WbAmrEnc_Utils.h | 134 OMXDBG_PRINT(stderr, BUFFER, 2, OMX_DBG_BASEMASK, "Closing pipes = %d\n",_pStruct_);\ 322 * WBAMRENC_INPUT_STREAM_ID Stream ID for Input Buffer 380 /** WBAMRENC_BUFFER_Dir Buffer Direction 394 /** WBAMRENC_BUFFS Buffer details 396 * @param BufHeader Buffer header 398 * @param Buffer Buffer 404 char Buffer; 439 * WBAMRENC_UAlgInBufParamStruct Input Buffer Param Structure 440 * WBAMRENC_UAlgOutBufParamStruct Output Buffer Param Structur 489 OMX_BUFFERHEADERTYPE* buffer; member in struct:WBAMRENC_LCML_BUFHEADERTYPE [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 570 TARG_CASE_1(BUFFER, BUFFER); 571 TARG_CASE_1(RAW_BUFFER, BUFFER); 572 TARG_CASE_1(STRUCTURED_BUFFER, BUFFER); [all...] |
nv50_ir_from_tgsi.cpp | 352 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER); [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 570 TARG_CASE_1(BUFFER, BUFFER); 571 TARG_CASE_1(RAW_BUFFER, BUFFER); 572 TARG_CASE_1(STRUCTURED_BUFFER, BUFFER); [all...] |
nv50_ir_from_tgsi.cpp | 352 NV50_IR_TEX_TARG_CASE(BUFFER, BUFFER); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | 315 pComponentPrivate->bConfigData = 1; /* assume the first buffer received will contain only config data */ 607 OMX_PRDSP2(pCompPrivate->dbg, "%d :: AACDEC: Entered switch - Command Mark Buffer\n",__LINE__); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | 289 /*Safety value for frames per output buffer ( for Khronos) */ [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |