HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 251 - 275 of 1044) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
IOUtil.java 210 CoderResult result = encoder.encode(chars, bytes, true);
217 result = encoder.encode(chars, bytes, true);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 122 public final byte[] encode(Object object) { method in class:ASN1Type
173 // Encode
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java 107 * @return a byte array containing ASN.1 encode form.
111 encoding = ASN1.encode(this);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 164 // method to encode
199 // Msg: "Failed to encode issuer name
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 123 encoded = ASN1StringType.PRINTABLESTRING.encode(rawString);
125 encoded = ASN1StringType.UTF8STRING.encode(rawString);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
AlgorithmIdentifier.java 126 * @return a byte array containing ASN.1 encode form.
130 encoding = ASN1.encode(this);
Certificate.java 130 * @return a byte array containing ASN.1 encode form.
134 encoding = Certificate.ASN1.encode(this);
CertificateList.java 125 * @return a byte array containing ASN.1 encode form.
129 encoding = CertificateList.ASN1.encode(this);
GeneralNames.java 143 * @return a byte array containing ASN.1 encode form.
147 encoding = ASN1.encode(this);
GeneralSubtree.java 119 * @return a byte array containing ASN.1 encode form.
123 encoding = ASN1.encode(this);
PolicyConstraints.java 116 * @return a byte array containing ASN.1 encode form.
120 encoding = ASN1.encode(this);
SubjectPublicKeyInfo.java 129 * @return a byte array containing ASN.1 encode form.
133 encoding = ASN1.encode(this);
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 261 // throw new IllegalArgumentException("cannot encode object added to SET");
310 //abstract void encode(DEROutputStream out)
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 101 * application must encode the stream using UTF-16 (defined in [Unicode] and
113 * application must encode the stream using UTF-16 (defined in [Unicode] and
  /external/icu4c/i18n/
bocsu.c 25 * encode one difference value -0x10ffff..+0x10ffff in 1..3 bytes,
104 * Encode the code points of a string as
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
avcenc_api.cpp 316 /* Let's rate control decide whether to encode this frame or not */
320 return AVCENC_SKIPPED_PICTURE; /* not time to encode, thus skipping */
364 // need to free up some memory before proceeding with Encode
373 /* Purpose : To encode one NAL/slice. */
399 /* encode SPS */
422 /* encode PPS */
454 after we encode this slice. We can run thru a second-pass to see if new ordering
463 /* when we have everything, we encode the slice header */
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.h 59 #define PVMF_FILE_OUTPUT_PORT_INPUT_FORMATS "x-pvmf/file/encode/input_formats"
60 //#define PVMF_FILE_OUTPUT_PORT_INPUT_FORMATS_VALTYPE "x-pvmf/file/encode/input_formats;valtype=int32"
  /external/opencore/protocols/rtp/src/
rtcp_encoder.h 25 ** This module defines the RTCP class. This class is used to encode and
56 ** This class is used to encode and
  /external/v8/src/x64/
codegen-x64.h 719 // Encode the parameters in a unique 16 bit value.
720 return OpBits::encode(op_)
721 | ModeBits::encode(mode_)
722 | FlagBits::encode(flags_)
723 | SSE3Bits::encode(use_sse3_)
724 | ArgsInRegistersBits::encode(args_in_registers_)
725 | ArgsReversedBits::encode(args_reversed_)
726 | NumberInfoBits::encode(operands_type_);
  /external/webkit/JavaScriptCore/interpreter/
Register.h 111 u.value = JSValue::encode(v);
119 u.value = JSValue::encode(v);
  /external/webkit/JavaScriptCore/runtime/
JSValue.h 71 static EncodedJSValue encode(JSValue value);
260 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); }
261 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
262 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
268 static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
269 static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue::HashTableDeletedValue)); }
437 inline EncodedJSValue JSValue::encode(JSValue value) function in class:JSC::JSValue
775 inline EncodedJSValue JSValue::encode(JSValue value) function in class:JSC::JSValue
  /frameworks/base/awt/javax/imageio/spi/
ImageWriterSpi.java 158 * service provider can encode an image with the specified type.
169 * service provider can encode the specified RenderedImage.
  /frameworks/base/core/java/android/content/pm/
Signature.java 61 * Encode the Signature as ASCII text.
68 * Encode the Signature as ASCII text in to an existing array.
  /frameworks/base/core/java/android/net/
MailTo.java 157 sb.append(Uri.encode(header.getKey()));
159 sb.append(Uri.encode(header.getValue()));
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 55 * Encode a block of pixels.
89 * Encode an entire image.

Completed in 419 milliseconds

<<11121314151617181920>>