OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempBuffer
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_inter.c
71
OMX_S16
tempBuffer
[72];
76
pTempBuffer = armAlignTo16Bytes(
tempBuffer
);
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java
299
ByteBuffer
tempBuffer
= ByteBuffer.allocate(JdwpPacket.HANDSHAKE_LEN);
300
JdwpPacket.putHandshake(
tempBuffer
);
301
int expectedLength =
tempBuffer
.position();
302
tempBuffer
.flip();
303
if (mChannel.write(
tempBuffer
) != expectedLength) {
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
811
MediaBuffer *
tempBuffer
=
813
char *data = (char *)
tempBuffer
->data();
821
*buffer =
tempBuffer
;
/external/icu4c/test/intltest/
msfmrgts.cpp
104
UnicodeString
tempBuffer
;
106
tempBuffer
= messageFormatter->format(params, 2,
tempBuffer
, pos, status);
107
if(
tempBuffer
!= "Message with param:BUG" || failure(status, "messageFormat->format"))
109
logln("Formatted with one extra param : " +
tempBuffer
);
122
//
tempBuffer
= messageFormatter->format(NULL, 1,
tempBuffer
, FieldPosition(FieldPosition::DONT_CARE), status);
123
tempBuffer
.remove();
124
tempBuffer
= messageFormatter->format(NULL, 0,
tempBuffer
, pos, status)
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c
[
all
...]
/external/icu4c/common/
uloc.c
[
all
...]
/external/yaffs2/yaffs2/
yaffs_guts.h
739
yaffs_TempBuffer
tempBuffer
[YAFFS_N_TEMP_BUFFERS];
Completed in 3620 milliseconds