HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 601 - 625 of 3290) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
AuthenticatedAttributes.java 53 encoding = ASN1.encode(this);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InhibitAnyPolicy.java 56 .encode(ASN1Integer.fromIntValue(skipCerts));
  /libcore/luni/src/test/java/libcore/io/
Base64Test.java 52 assertEquals(expected, Base64.encode(dataBytes));
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
TextBody.java 40 out.write(Base64.encode(bytes, Base64.CRLF));
  /packages/services/Telephony/src/com/android/phone/common/mail/internet/
TextBody.java 39 out.write(Base64.encode(bytes, Base64.CRLF));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq_midi_event.h 52 /* encode from byte stream - return number of written bytes if success */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 31 #define VID_TYPE_MPEG_ENCODER 2048 /* Can encode MPEG streams */
33 #define VID_TYPE_MJPEG_ENCODER 8192 /* Can encode MJPEG streams */
217 /* video_info is biased towards hardware mpeg encode/decode */
221 __u32 frame_count; /* frames output since decode/encode began */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq_midi_event.h 52 /* encode from byte stream - return number of written bytes if success */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'): member in class:Codec
23 def encode(self, input, final=False): member in class:IncrementalEncoder
41 encode=Codec().encode,
ptcp154.py 16 def encode(self,input,errors='strict'): member in class:Codec
23 def encode(self, input, final=False): member in class:IncrementalEncoder
41 encode=Codec().encode,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 24 mimetools.encode(i, o, enc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
hp_roman8.py 16 def encode(self,input,errors='strict'): member in class:Codec
23 def encode(self, input, final=False): member in class:IncrementalEncoder
41 encode=Codec().encode,
ptcp154.py 16 def encode(self,input,errors='strict'): member in class:Codec
23 def encode(self, input, final=False): member in class:IncrementalEncoder
41 encode=Codec().encode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mimetools.py 24 mimetools.encode(i, o, enc)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewManager.java 53 out.write(command + " " + window.encode() + " " + params);
  /system/extras/perfprofd/
perfprofdcore.h 61 // read/summarize/encode the contents into a new file specified
  /bionic/tools/relocation_packer/src/
delta_encoder.h 5 // Delta encode and decode REL/RELA section of elf file.
105 // Encode relocations with addends into a more compact form.
108 static void Encode(const std::vector<ElfRela>& relocations,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
ImplicitTest.java 53 // format: object to encode / ASN.1 tagged type / byte array
216 // encode primitive
217 assertTrue(Arrays.equals(primitiveEncoding, type2.encode(array)));
  /external/apache-http/src/org/apache/commons/codec/language/
SoundexUtils.java 73 * The encoder to use to encode the Strings.
89 return differenceEncoded(encoder.encode(s1), encoder.encode(s2));
  /external/elfutils/src/libelf/
gelf_xlate.c 53 int encode __attribute__ ((unused)))
107 int encode __attribute__ ((unused))) \
137 int encode __attribute__ ((unused))) \
  /external/jetty/src/java/org/eclipse/jetty/client/security/
DigestAuthentication.java 108 return encode(digest);
122 return encode(b);
130 private static String encode(byte[] data) method in class:DigestAuthentication
  /external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
Base64.java 31 public static String encode(byte[] data) { method in class:Base64
32 return encode(data, 0, data.length, null).toString();
41 public static StringBuffer encode( method in class:Base64
  /external/libogg/doc/libogg/
ogg_stream_state.html 21 The ogg_stream_state struct tracks the current encode/decode state of the current logical bitstream.
44 unsigned char header[282]; /* working space for header encode */
89 <dd>Temporary storage for page header during encode process, while the header is being created.</dd>
  /external/libopus/silk/
encode_pulses.c 36 /* Encode quantization indices of excitation */
59 /* Encode quantization indices of excitation */
202 /* Encode signs */
  /external/libvpx/libvpx/test/
encode_test_driver.h 153 // Encode an image
207 // Hook to determine whether the encode loop should continue.
216 // Hook to handle encode/decode mismatch

Completed in 713 milliseconds

<<21222324252627282930>>