HomeSort by relevance Sort by last modified time
    Searched refs:outputLength (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 42 private int outputLength; // count of the bytes to return from outputBuffer
91 outputLength = 0;
92 while (outputLength == 0) {
102 outputLength = cipher.doFinal(outputBuffer, 0);
107 return outputLength != 0;
110 outputLength = cipher.update(inputBuffer, 0, byteCount, outputBuffer, 0);
130 if (outputIndex == outputLength && !fillBuffer()) {
155 if (outputIndex == outputLength && !fillBuffer()) {
158 int available = outputLength - outputIndex;
176 return outputLength - outputIndex
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.h 97 UnicodeString output[], int32_t outputLength);
normconf.cpp 531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
  /external/icu/icu4c/source/test/intltest/
normconf.h 97 UnicodeString output[], int32_t outputLength);
normconf.cpp 531 UnicodeString output[], int32_t outputLength) {
536 for (i=0; i<outputLength; ++i) {
569 if((i + 1) == outputLength) {
572 errln(UnicodeString("Missing field(s) in ", "") + s + " only " + (i + 1) + " out of " + outputLength);
  /hardware/ti/omap4-aah/security/tf_sdk/include/
OEMCrypto.h 195 * outputLength (out) - number of bytes written into the secure buffer
205 OEMCrypto_UINT32 output_handle, OEMCrypto_UINT32 output_offset, OEMCrypto_UINT32 *outputLength);
230 * outputLength (out) - number of bytes written into the non-secure buffer
239 OEMCrypto_UINT8 *output, OEMCrypto_UINT32 *outputLength);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 68 const int editDistanceTableWidth, const int outputLength) {
74 if (j < editDistanceTableWidth + 1 && i < outputLength + 1) {
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 39 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
182 encodedLength=outputLength=0;
209 outputLength=pOut-output;
210 if(inputLength!=outputLength) {
211 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflater.cpp 76 static void setStreamParameter(z_stream* stream, const char* inputData, size_t inputLength, char* outputData, size_t outputLength)
81 stream->avail_out = outputLength;
  /external/chromium_org/third_party/tlslite/tlslite/
tlsrecordlayer.py     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c     [all...]
cmsccoll.c 777 int32_t outputLength;
846 outputLength = (int32_t)strlen(output);
847 if(outputLength > maxOutputLength) {
848 maxOutputLength = outputLength;
849 U_ASSERT(outputLength < sizeof(output));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 934 milliseconds