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

1 2

  /libcore/ojluni/src/main/java/sun/security/internal/spec/
TlsPrfParameterSpec.java 50 private final int outputLength;
61 * @param outputLength the length in bytes of the output key to be produced
70 * @throws IllegalArgumentException if outputLength is negative
73 byte[] seed, int outputLength,
78 if (outputLength <= 0) {
79 throw new IllegalArgumentException("outputLength must be positive");
84 this.outputLength = outputLength;
125 return 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);
convtest.cpp 711 int32_t outputLength;
717 outputLength= 0;
721 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status);
722 if (U_FAILURE(status) || outputLength != 0) {
731 outputLength= 0;
739 outputLength = ucnv_fromUChars(cnv, output, 10, UnicodeString::fromUTF32(input, 1).getTerminatedBuffer(), -1, &status);
740 if (U_FAILURE(status) || outputLength <= 0) {
    [all...]
  /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/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 38 static int32_t utf8Length, encodedLength, outputLength, countInputCodePoints;
181 encodedLength=outputLength=0;
208 outputLength=pOut-output;
209 if(inputLength!=outputLength) {
210 fprintf(stderr, "error: roundtrip failed, inputLength %d!=outputLength %d\n", inputLength, outputLength);
  /frameworks/base/core/java/android/os/
LocaleList.java 208 final int outputLength = inputLength + (topLocaleIndex == -1 ? 1 : 0);
209 final Locale[] localeList = new Locale[outputLength];
226 for (int i = 0; i < outputLength; i++) {
228 if (i < outputLength - 1) {
  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /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 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 

Completed in 468 milliseconds

1 2