Searched defs:bufferLen (Results 1 - 16 of 16) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java44 protected int bufferLen; field in class:StringTokenizer
53 bufferLen = buffer.length();
60 while (ptr < bufferLen) {
72 return ptr < bufferLen;
114 while (ptr < bufferLen && buffer.charAt(ptr) != '\n') {
117 if (ptr < bufferLen && buffer.charAt(ptr) == '\n') {
145 if (ptr >= bufferLen)
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h181 int32_t bufferLen; member in class:UPerfTest
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c186 uint16_t bufferLen,
191 txtRec->buflen = buffer ? bufferLen : (uint16_t)0;
183 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp498 uint16_t bufferLen,
507 func( txtRecord, bufferLen, buffer );
495 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
/external/icu/icu4c/source/i18n/
H A Ducol.cpp560 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { argument
566 if(buffer != NULL && bufferLen > 0) {
568 return rules.extract(buffer, bufferLen, errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c869 int32_t bufferLen = 0; local
908 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
909 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)
/external/libcups/cups/
H A Dtls-sspi.c1124 int bufferLen; /* Buffer length */ local
1130 bufferLen = sspi->streamSizes.cbMaximumMessage + sspi->streamSizes.cbHeader + sspi->streamSizes.cbTrailer;
1132 if (bufferLen > sspi->writeBufferLength)
1136 if ((temp = (BYTE *)realloc(sspi->writeBuffer, bufferLen)) == NULL)
1138 DEBUG_printf(("_httpTLSWrite: Unable to allocate buffer of %d bytes.", bufferLen));
1144 sspi->writeBufferLength = bufferLen;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc1741 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; local
1744 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0)
1800 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; local
1803 if (_GetDeviceName(_ptrDeviceOut, szDeviceName, bufferLen) == 0)
1851 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; local
1856 ret = _GetDefaultDeviceName(eRender, eCommunications, szDeviceName, bufferLen);
1860 ret = _GetListDeviceName(eRender, index, szDeviceName, bufferLen);
1875 ret = _GetDefaultDeviceID(eRender, eCommunications, szDeviceName, bufferLen);
1879 ret = _GetListDeviceID(eRender, index, szDeviceName, bufferLen);
1931 const int bufferLen local
2031 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; local
2090 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; local
4449 _GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) argument
4488 _GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) argument
4527 _GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) argument
4566 _GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) argument
4682 _GetDeviceName(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen) argument
4757 _GetDeviceID(IMMDevice* pDevice, LPWSTR pszBuffer, int bufferLen) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp483 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen) { argument
488 if (len + 2 >= bufferLen) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 405 milliseconds