Searched defs:outLen (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/core/
H A DSkWriter32.cpp16 const char* SkReader32::readString(size_t* outLen) { argument
24 if (outLen) {
25 *outLen = len;
/external/icu/icu4c/source/i18n/
H A Dstrrepl.cpp108 int32_t outLen; local
118 outLen = output.length();
194 outLen = destLimit - destStart;
198 text.handleReplaceBetween(tempStart + outLen, destLimit + outLen, UnicodeString());
201 text.handleReplaceBetween(start + outLen, limit + outLen, UnicodeString());
219 newStart = start + outLen;
236 return outLen;
H A Dstrmatch.cpp225 int32_t outLen = 0; local
234 outLen = matchLimit - matchStart;
240 return outLen;
/external/webrtc/webrtc/common_audio/resampler/
H A Dresampler.cc405 int16_t* samplesOut, size_t maxLen, size_t &outLen)
445 outLen = 2 * actualOutLen_left;
465 outLen = lengthIn;
473 outLen = lengthIn * 2;
495 outLen = lengthIn * 3;
509 outLen = lengthIn * 4;
530 outLen = lengthIn * 2;
532 for (size_t i = 0; i < outLen; i += 160)
538 outLen = outLen *
404 Push(const int16_t * samplesIn, size_t lengthIn, int16_t* samplesOut, size_t maxLen, size_t &outLen) argument
[all...]
/external/webrtc/webrtc/modules/utility/source/
H A Dfile_recorder_impl.cc206 size_t outLen = 0; local
214 MAX_AUDIO_BUFFER_IN_BYTES, outLen);
215 encodedLenInBytes = outLen * sizeof(int16_t);
H A Dfile_player_impl.cc158 size_t outLen = 0; local
165 outLen = static_cast<size_t>(frequencyInHz / 100);
166 memset(outBuffer, 0, outLen * sizeof(int16_t));
173 outLen);
175 lengthInSamples = outLen;
179 for (size_t i = 0;i < outLen; i++)
/external/svox/pico/lib/
H A Dpicowa.c64 picoos_uint16 outLen; /* length of item in outBuf, 0 for empty buf */ member in struct:wa_subobj
99 wa->outLen = 0;
294 &wa->outLen)) {
297 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
332 &wa->outLen)) == PICO_OK) {
342 &wa->outLen)) {
345 if (PICO_OK != picodata_set_iteminfo1(wa->outBuf, wa->outLen,
390 PICODBG_DEBUG(("doing state %i, inLen: %d, outLen: %d",
391 wa->procState, wa->inLen, wa->outLen));
473 wa->outBufSize, &wa->outLen);
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c733 ANTLR3_UINT32 outLen; local
744 outLen = 0;
752 outLen += 2;
758 outLen += 2;
763 outLen++;
768 outLen++;
773 string->len = outLen;
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c832 int32_t outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status); local
833 (void)outLen; /* Suppress set but not used warning. */
838 outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
844 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_DEFAULT, &prsError, &status);
849 outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status);
/external/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp572 SizeT outLen = kOutBufSize - outPos; local
576 xzu.OutBuf + outPos, &outLen,
581 outPos += outLen;
584 OutSize += outLen;
588 bool finished = ((inLen == 0 && outLen == 0) || res != SZ_OK);
/external/icu/icu4c/source/common/
H A Ducnv2022.cpp1681 int32_t len, outLen; local
1930 outLen = 0; /* count output bytes */
1934 buffer[outLen++] = UCNV_SI;
1941 uprv_memcpy(buffer + outLen, escSeqChars[cs], escLen);
1942 outLen += escLen;
1954 buffer[outLen++] = UCNV_SO;
1958 buffer[outLen++] = 0x1b;
1959 buffer[outLen++] = 0x4e;
1967 buffer[outLen++] = (char)targetValue;
1969 buffer[outLen
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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.2.2_r1.2-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 ...

Completed in 1421 milliseconds