/external/srec/shared/src/ |
D | CircularBuffer.c | 50 int CircularBufferRead(CircularBuffer* buffer, void* data, size_t bufSize) in CircularBufferRead() 89 int CircularBufferSkip(CircularBuffer* buffer, size_t bufSize) in CircularBufferSkip() 109 int CircularBufferWrite(CircularBuffer* buffer, const void *data, size_t bufSize) in CircularBufferWrite()
|
/external/stlport/src/c_locale_win32/ |
D | c_wlocale_win32.c | 258 const wchar_t * _WLocale_true(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_true() 265 const wchar_t * _WLocale_false(_Locale_numeric_t* lnum, wchar_t* buf, size_t bufSize) { in _WLocale_false() 273 const wchar_t* _WLocale_int_curr_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_int_curr_symbol() 276 const wchar_t* _WLocale_currency_symbol(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_currency_symbol() 285 const wchar_t* _WLocale_positive_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_positive_sign() 288 const wchar_t* _WLocale_negative_sign(_Locale_monetary_t * lmon, wchar_t* buf, size_t bufSize) in _WLocale_negative_sign() 293 wchar_t* buf, size_t bufSize) in _WLocale_full_monthname() 297 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_monthname() 301 wchar_t* buf, size_t bufSize) in _WLocale_full_dayofweek() 305 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_dayofweek() [all …]
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 347 const wchar_t * _WLocale_true(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) in _WLocale_true() 349 const wchar_t * _WLocale_false(struct _Locale_numeric* lnum, wchar_t* buf, size_t bufSize) in _WLocale_false() 388 wchar_t* buf, size_t bufSize) in _WLocale_int_curr_symbol() 391 wchar_t* buf, size_t bufSize) in _WLocale_currency_symbol() 398 wchar_t* buf, size_t bufSize) in _WLocale_positive_sign() 401 wchar_t* buf, size_t bufSize) in _WLocale_negative_sign() 448 wchar_t* buf, size_t bufSize) in _WLocale_full_monthname() 455 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_monthname() 461 wchar_t* buf, size_t bufSize) in _WLocale_full_dayofweek() 467 wchar_t* buf, size_t bufSize) in _WLocale_abbrev_dayofweek() [all …]
|
/external/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 491 const wchar_t *_WLocale_true(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) in _WLocale_true() 493 const wchar_t *_WLocale_false(struct _Locale_numeric *__loc, wchar_t *buf, size_t bufSize) in _WLocale_false() 520 …nst wchar_t *_WLocale_int_curr_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_int_curr_symbol() 522 …nst wchar_t *_WLocale_currency_symbol(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_currency_symbol() 528 const wchar_t *_WLocale_positive_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_positive_sign() 530 const wchar_t *_WLocale_negative_sign(struct _Locale_monetary *__loc, wchar_t *buf, size_t bufSize) in _WLocale_negative_sign() 675 … wchar_t *_WLocale_full_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) in _WLocale_full_monthname() 677 …char_t *_WLocale_abbrev_monthname(struct _Locale_time *__loc, int _m, wchar_t *buf, size_t bufSize) in _WLocale_abbrev_monthname() 679 … wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) in _WLocale_full_dayofweek() 681 …char_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize) in _WLocale_abbrev_dayofweek() [all …]
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | ChannelsTest.java | 156 int bufSize = 10; in testNewChannelInputStream() local 393 int bufSize = this.testNum; in testNewReaderReadableByteChannelString_InputNull() local 430 int bufSize = this.testNum; in testNewReaderReadableByteChannelString_internalBufferZero() local 465 int bufSize = this.testNum; in testNewReaderReadableByteChannelString() local
|
D | DatagramChannelTest.java | 158 int bufSize = 10; in testReadByteBufferArray() local 221 int bufSize = 10; in testWriteByteBuffer() local 1426 private void receiveByChannel(int bufSize, InetSocketAddress address, in receiveByChannel() 1467 private void receiveByDatagramSocket(int bufSize, in receiveByDatagramSocket()
|
D | SocketChannelTest.java | 2775 int bufSize = sc.socket().getSendBufferSize(); in test_writev2() local 2815 int bufSize = sc.socket().getSendBufferSize(); in test_write$NonBlockingException() local
|
/external/icu4c/test/threadtest/ |
D | converttest.cpp | 51 int32_t bufSize = U_CNV_SAFECLONE_BUFFERSIZE; in runOnce() local
|
/external/aac/libFDK/include/ |
D | FDK_bitbuffer.h | 107 UINT bufSize; member
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Shader.cpp | 124 void Shader::getInfoLog(GLsizei bufSize, GLsizei *length, char *infoLog) in getInfoLog() 160 void Shader::getSource(GLsizei bufSize, GLsizei *length, char *source) in getSource()
|
/external/zlib/src/contrib/minizip/ |
D | crypt.h | 92 int bufSize, in crypthead()
|
/external/aac/libFDK/src/ |
D | FDK_bitbuffer.cpp | 116 UINT bufSize) in FDK_CreateBitBuffer() 126 UINT bufSize, UINT validBits) in FDK_InitBitBuffer()
|
/external/webkit/Source/WebCore/page/ |
D | EventSource.cpp | 253 unsigned int bufSize = m_receiveBuf.size(); in parseEventStream() local
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 332 RandomAccessFileInputStream (final RandomAccessFile raf, final int bufSize) in RandomAccessFileInputStream() 372 RandomAccessFileOutputStream (final RandomAccessFile raf, final int bufSize) in RandomAccessFileOutputStream()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | InstrClassLoader.java | 319 PoolEntry (final int baosCapacity, final int bufSize) in PoolEntry()
|
/external/opencv/cv/src/ |
D | cvpyramids.cpp | 439 int channels, int *bufSize ) in icvPyrUpG5x5_GetBufSize() 466 int channels, int *bufSize ) in icvPyrDownG5x5_GetBufSize()
|
D | cvstereobm.cpp | 559 int bufSize0, bufSize1, bufSize, width, width1, height; in cvFindStereoCorrespondenceBM() local
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | ImageDiff.cpp | 111 const int bufSize = 1024; in createFromFilename() local
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 472 static mDNSBool ReadALine(char *buf, size_t bufSize, FILE *fp, mDNSBool skipBlankLines) in ReadALine()
|
/external/expat/xmlwf/ |
D | xmlwin32url.cxx | 152 DWORD bufSize = sizeof(contentType); in OnDataAvailable() local
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 475 const uint32_t bufSize = subH * in TestBitmapCopy() local
|
/external/svox/pico/lib/ |
D | picoctrl.c | 300 picoos_uint16 bufSize; in ctrlAddPU() local
|
/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 688 int32_t bufSize = 0; in main() local
|
/external/icu4c/samples/ucnv/ |
D | convsamp.cpp | 990 int32_t bufSize = 0; in convsample_46() local
|
/external/svox/pico/compat/jni/ |
D | com_android_tts_compat_SynthProxy.cpp | 596 size_t bufSize = 100; in com_android_tts_compat_SynthProxy_getLanguage() local
|