/dalvik/dx/src/com/android/dx/dex/file/ |
EncodedArrayItem.java | 24 * Encoded array of constant values. 34 * {@code null-ok;} encoded form, ready for writing to a file; set during 109 out.annotate(0, offsetString() + " encoded array");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509AttributeCertificate.java | 94 * Return an ASN.1 encoded byte array representing the attribute certificate. 96 * @return an ASN.1 encoded byte array. 97 * @throws IOException if the certificate cannot be encoded.
|
/external/chromium/chrome/browser/sync/util/ |
nigori.h | 48 // Base64 encoded. 52 // encoded. 56 // encoded.
|
/external/chromium/sdch/open-vcdiff/src/google/ |
vcencoder.h | 41 // No extensions: the encoded format will conform to the RFC 94 // input data to be encoded may not be available at once, the encoder 105 // format to be included in the encoded output. These extensions are not 113 // the source (dictionary), or from previously encoded target data. 117 // never from previously encoded target data. This will speed up the encoding 118 // process, but the encoded data will not be as compact. 122 // the previously encoded target data may even extend into the range of the 124 // previously encoded target data is "LA", then a single COPY instruction of 173 // The size of the encoded output depends on the sizes of the chunks 213 // Finishes encoding and appends any leftover encoded data to *output_string [all...] |
/external/chromium_org/sync/util/ |
nigori.h | 51 // Base64 encoded. 55 // encoded. 59 // encoded.
|
/external/chromium_org/third_party/icu/source/i18n/ |
unesctrn.h | 36 * The encoded pattern specification. The pattern consists of 58 * Constructor. Takes the encoded spec array (does not adopt it). 60 * @param spec the encoded spec array
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-244.js | 51 var encoded = kLegalPairs[i][1]; 52 assertEquals(decodeURI(encoded), decoded); 53 assertEquals(encodeURI(decoded), encoded);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
EncodedArrayItem.java | 24 * Encoded array of constant values. 34 * {@code null-ok;} encoded form, ready for writing to a file; set during 109 out.annotate(0, offsetString() + " encoded array");
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_v1_5_decode.c | 22 * @param msg The encoded data to decode 23 * @param msglen The length of the encoded data (octets) 54 /* separate encoded message */
|
/external/icu4c/i18n/ |
unesctrn.h | 36 * The encoded pattern specification. The pattern consists of 58 * Constructor. Takes the encoded spec array (does not adopt it). 60 * @param spec the encoded spec array
|
/external/v8/test/mjsunit/regress/ |
regress-244.js | 51 var encoded = kLegalPairs[i][1]; 52 assertEquals(decodeURI(encoded), decoded); 53 assertEquals(encodeURI(decoded), encoded);
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
BluetoothMapbMessageTest.java | 81 String encoded; local 91 encoded = new String(msg.encode()); 92 if(D) Log.d(TAG, encoded); 93 assertTrue(str1.equals(encoded)); 182 String encoded; local 195 encoded = new String(encodedBytes); 199 if(D) Log.d(TAG, "\nEncoded: \n" + encoded); 201 assertTrue(expected.equalsIgnoreCase(encoded)); 252 String encoded; local 265 encoded = new String(encodedBytes) 290 String encoded = local 376 String encoded = local 460 String encoded; local [all...] |
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DosUtils.java | 35 * Decode a 16-bit encoded DOS date/time into a java date/time. 57 * Encode a java date/time into a 16-bit encoded DOS time 70 * Encode a java date/time into a 16-bit encoded DOS date
|
/art/test/097-duplicate-method/src/ |
Main.java | 18 * Certain class files generated by smali can have encoded methods with an
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EncodedKeySpec2Test.java | 48 byte[] encoded = keys.getPublic().getEncoded(); 49 Key key = fact.generatePublic(new X509EncodedKeySpec(encoded)); 55 encoded = keys.getPrivate().getEncoded(); 56 key = fact.generatePrivate(new PKCS8EncodedKeySpec(encoded));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 42 * Constructor from an encoded byte array. 116 * is false the dir name will be encoded in the order of the (name, value) pairs 134 * If reverse is true, create the encoded version of the sequence starting 151 * return a DER encoded byte array representing this object
|
/external/chromium/net/base/ |
android_network_library.h | 29 // |cert_chain| is DER encoded chain of certificates, with the server's own
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser.h | 28 string16 name; // Name (UTF-16-encoded).
|
/external/chromium_org/chrome/browser/extensions/api/ |
capture_web_contents_function.cc | 117 bool encoded = false; local 121 encoded = gfx::JPEGCodec::Encode( 132 encoded = gfx::PNGCodec::EncodeBGRASkBitmap( 142 if (!encoded) {
|
/external/chromium_org/chrome/test/ui/ |
javascript_test_util.h | 14 // Given a JSON encoded representation of a dictionary, parses the string and
|
/external/chromium_org/chrome/utility/media_galleries/ |
itunes_pref_parser_win.h | 23 // <data>Base64 encoded w string path</data>
|
/external/chromium_org/courgette/ |
adjustment_method_unittest.cc | 61 courgette::EncodedProgram* encoded = NULL; local 63 const courgette::Status encode_status = Encode(program, &encoded); 69 const courgette::Status write_status = WriteEncodedProgram(encoded, &sinks); 72 DeleteEncodedProgram(encoded);
|
/external/chromium_org/media/cast/ |
cast_sender.h | 35 // the encoder is done with the frame; it does not mean that the encoded frame 43 // the cast sender is done with the frame; it does not mean that the encoded 51 // done with |audio_bus|; it does not mean that the encoded data has been 59 // the cast sender is done with the frame; it does not mean that the encoded
|
/external/chromium_org/mojo/examples/sample_app/ |
gles2_client_impl.h | 27 virtual void DidCreateContext(uint64_t encoded,
|
/external/chromium_org/mojo/public/gles2/ |
gles2.h | 37 MOJO_GLES2_EXPORT void MojoGLES2MakeCurrent(uint64_t encoded);
|