/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
ClientKeyExchangeTest.java | 52 byte[] encoded = out.getData(1000); 54 encoded.length); 57 in.append(encoded); 66 in.append(encoded); 79 in.append(encoded); 111 byte[] encoded = out.getData(1000); 113 encoded.length); 116 in.append(encoded); 125 in.append(encoded); 133 in.append(encoded); [all...] |
ServerKeyExchangeTest.java | 52 byte[] encoded = out.getData(1000); 54 encoded.length); 57 in.append(encoded); 69 in.append(encoded); 77 in.append(encoded); 106 byte[] encoded = out.getData(1000); 108 encoded.length); 111 in.append(encoded); 121 in.append(encoded); 129 in.append(encoded); [all...] |
ClientHelloTest.java | 51 byte[] encoded = out.getData(1000); 52 assertEquals("incorrect out data length", message.length(), encoded.length); 55 in.append(encoded); 63 in.append(encoded); 70 in.append(encoded); 77 in.append(encoded);
|
CertificateMessageTest.java | 68 byte[] encoded = out.getData(1000); 69 assertEquals("incorrect out data length", message.length(), encoded.length); 72 in.append(encoded); 98 byte[] encoded = out.getData(1000); 99 assertEquals("incorrect out data length", message.length(), encoded.length); 102 in.append(encoded); 108 in.append(encoded); 115 in.append(encoded);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 118 Uint8 *freeable, *encoded, *decoded; local 126 encoded = *audio_buf; 144 state[0]->hPredictor = *encoded++; 146 state[1]->hPredictor = *encoded++; 148 state[0]->iDelta = ((encoded[1]<<8)|encoded[0]); 149 encoded += sizeof(Sint16); 151 state[1]->iDelta = ((encoded[1]<<8)|encoded[0]); 152 encoded += sizeof(Sint16) 326 Uint8 *freeable, *encoded, *decoded; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64.java | 24 byte[] encoded = encode(data, off, length); 25 return Strings.fromByteArray(encoded); 29 * encode the input data producing a base 64 encoded byte array. 31 * @return a byte array containing the base 64 encoded data. 40 * encode the input data producing a base 64 encoded byte array. 42 * @return a byte array containing the base 64 encoded data. 93 * decode the base 64 encoded input data. It is assumed the input data is valid. 116 * decode the base 64 encoded String data - whitespace will be ignored. 139 * decode the base 64 encoded String data writing it to the given output stream,
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
MyKeyPairGenerator1.java | 98 private byte[] encoded; field in class:MyKeyPairGenerator1.PubKey 103 this.encoded = new byte[10]; 115 return encoded; 124 private byte[] encoded; field in class:MyKeyPairGenerator1.PrivKey 129 this.encoded = new byte[10]; 141 return encoded;
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyPairGenerator1.java | 99 private byte[] encoded; field in class:MyKeyPairGenerator1.PubKey 104 this.encoded = new byte[10]; 116 return encoded; 125 private byte[] encoded; field in class:MyKeyPairGenerator1.PrivKey 130 this.encoded = new byte[10]; 142 return encoded;
|
/external/chromium/base/i18n/ |
icu_string_conversions_unittest.cc | 109 const char* encoded; member in struct:base::__anon1373 246 "Test[%" PRIuS "]: <encoded: %s> <codepage: %s>", i, 247 kConvertCodepageCases[i].encoded, 251 bool success = CodepageToWide(kConvertCodepageCases[i].encoded, 265 std::string encoded; local 267 kConvertCodepageCases[i].on_error, &encoded); 269 EXPECT_EQ(kConvertCodepageCases[i].encoded, encoded); 275 std::string encoded("Temp data"); // Make sure the string gets cleared. 279 OnStringConversionError::FAIL, &encoded)); 335 std::string encoded; local 345 const char* encoded; member in struct:base::__anon1374 [all...] |
/external/chromium_org/base/i18n/ |
icu_string_conversions_unittest.cc | 109 const char* encoded; member in struct:base::__anon3472 253 "Test[%" PRIuS "]: <encoded: %s> <codepage: %s>", i, 254 kConvertCodepageCases[i].encoded, 258 bool success = CodepageToWide(kConvertCodepageCases[i].encoded, 272 std::string encoded; local 274 kConvertCodepageCases[i].on_error, &encoded); 276 EXPECT_EQ(kConvertCodepageCases[i].encoded, encoded); 282 std::string encoded("Temp data"); // Make sure the string gets cleared. 286 OnStringConversionError::FAIL, &encoded)); 342 std::string encoded; local 352 const char* encoded; member in struct:base::__anon3473 [all...] |
icu_string_conversions.h | 44 std::string* encoded); 45 BASE_I18N_EXPORT bool CodepageToUTF16(const std::string& encoded, 56 std::string* encoded); 57 BASE_I18N_EXPORT bool CodepageToWide(const std::string& encoded,
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
AttributeValue.java | 46 public byte[] encoded; field in class:AttributeValue 48 public byte[] bytes; //FIXME remove??? bytes to be encoded 74 public AttributeValue(String hexString, byte[] encoded) { 78 this.encoded = encoded; 81 DerInputStream in = new DerInputStream(encoded); 100 public AttributeValue(String rawString, byte[] encoded, int tag) { 103 this.encoded = encoded; 143 encoded = ASN1StringType.IA5STRING.encode(rawString) [all...] |
/external/libvpx/libvpx/examples/ |
error_resilient.txt | 24 Compare the output for a file encoded with this example versus one 25 encoded with the `simple_encoder` example.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
crc.h | 29 * - encoded : payload bit stream 40 const WebRtc_Word16* encoded,
|
/libcore/luni/src/main/java/java/security/ |
AlgorithmParametersSpi.java | 52 * the encoded parameters. 55 * initialized, or the parameter could not be encoded. 64 * the encoded parameters. 69 * initialized, or the parameter could not be encoded. 95 * @return the encoded parameters. 98 * initialized, or if this parameters could not be encoded. 107 * @return the encoded parameters. 110 * initialized, or if this parameters could not be encoded.
|
Key.java | 46 * if it can not be encoded. 49 * if it can not be encoded. 54 * Returns the encoded form of this key, or {@code null} if encoding is not 57 * @return the encoded form of this key, or {@code null} if encoding is not
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
CipherThread.java | 50 public void checkEncodedData(byte[] original, byte[] encoded) 53 if (original[i] != encoded[i]) { 54 throw new Exception("Source and encoded data not match " + 60 public void checkPaddedEncodedData(byte[] original, byte[] encoded, int offset) 63 if (encoded[i] != 0) { 64 throw new Exception("Encoded data is not properly padded at offset " + i); 68 if (original[i] != encoded[i + offset]) { 69 throw new Exception("Source and encoded data not match " + getCipherParameters());
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
Constants.java | 27 // Used for lookup URI that contains an encoded JSON string. 28 public static final String LOOKUP_URI_ENCODED = "encoded";
|
/external/chromium_org/courgette/ |
patcher_x86_32.h | 65 EncodedProgram* encoded = NULL; local 66 status = Encode(program, &encoded); 71 status = WriteEncodedProgram(encoded, transformed_element); 72 DeleteEncodedProgram(encoded);
|
/external/chromium_org/tools/telemetry/third_party/png/ |
README.chromium | 14 Base64-encoded PNG files.
|
/external/libvorbis/doc/ |
a2-encapsulation-rtp.tex | 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
|
/external/llvm/test/MC/ARM/ |
arm-it-block.s | 9 @ 'it' is parsed but not encoded.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest2.txt | 9 This test also has some (random) encoded (utf-8) unicode text:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest2.txt | 9 This test also has some (random) encoded (utf-8) unicode text:
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotationAttribute.java | 28 * its name and "hello" is its encoded value. 32 * Returns the encoded value of this {@code DexAnnotationValue}. 34 * @return the encoded value of this {@code DexAnnotationValue}
|