/external/llvm/include/llvm/Support/ |
LEB128.h | 22 /// Utility function to encode a SLEB128 value to an output stream. 37 /// Utility function to encode a ULEB128 value to an output stream. 56 /// Utility function to encode a ULEB128 value to a buffer. Returns
|
/external/lzma/C/Util/Lzma/ |
LzmaUtil.c | 29 " e: encode file\n"
134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs)
222 res = Encode(&outStream.s, &inStream.s, fileSize, rs);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Accept.java | 88 /** Encode the value of this header into cannonical form. 97 mediaRange.encode(buffer); 100 parameters.encode(buffer);
|
CallIdentifier.java | 87 public String encode() { method in class:CallIdentifier 88 return encode(new StringBuffer()).toString(); 91 public StringBuffer encode(StringBuffer buffer) { method in class:CallIdentifier
|
Challenge.java | 78 * Encode the challenge in canonical form. 81 public String encode() { method in class:Challenge 84 .append(authParams.encode())
|
ContentType.java | 102 * Encode into a canonical string. 110 mediaRange.encode(buffer); 113 parameters.encode(buffer);
|
ReferTo.java | 62 * Encode the header content into a String. 72 retval += address.encode(); 78 retval += SEMICOLON + parameters.encode();
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
ReferredBy.java | 49 * Encode the header content into a String. 59 retval += address.encode(); 65 retval += SEMICOLON + parameters.encode();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAssociatedURI.java | 104 * Encode into canonical form. 113 retval.append(address.encode()); 120 retval.append(SEMICOLON + this.parameters.encode());
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
MessageNano.java | 45 * Get the number of bytes required to encode this message. 60 * Computes the number of bytes required to encode this message. 71 * Computes the number of bytes required to encode this message. This does not update the
|
/external/skia/samplecode/ |
SampleEncode.cpp | 94 // types to encode into. Can be at most these 3. Must match up with gExt[] 126 SkDebugf("[%s:%d] failed to encode %s%s\n", 132 SkDebugf("[%s:%d] failed to encode %s%s\n",
|
/external/v8/src/ |
safepoint-table.cc | 208 uint32_t encoding = SafepointEntry::DeoptimizationIndexField::encode(index); 209 encoding |= SafepointEntry::ArgumentsField::encode(info.arguments); 210 encoding |= SafepointEntry::SaveDoublesField::encode(info.has_doubles);
|
unicode-inl.h | 87 // Encode encodes the UTF-16 code units c and previous into the given str 91 unsigned Utf8::Encode(char* str, 106 return Encode(str - kUnmatchedSize,
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
p2p-nfc.py | 81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex") 136 cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("hex") 147 cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("hex") 163 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex") 186 print str(message).encode("hex") 225 print str(message).encode("hex") 312 print data.encode("hex") 342 print data.encode("hex" [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
Charsets.java | 55 return US_ASCII.encode(cb).array(); 65 return ISO_8859_1.encode(cb).array(); 75 return UTF_8.encode(cb).array();
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderMPEG4.cpp | 118 // encode and setConfig need to be thread safe 120 ret = mVideoEncoder->encode(&inBuf); 123 CHECK_ENCODE_STATUS("encode");
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 120 * the amount of time it takes to encode the output. ( speed 125 * the longest amount of time to encode. ( speed setting ignored 136 * taking a longer amount of time to encode.. ( speed setting
|
/libcore/luni/src/main/java/java/nio/charset/ |
ModifiedUtf8.java | 96 public static void encode(byte[] dst, int offset, String s) { method in class:ModifiedUtf8 118 public static byte[] encode(String s) throws UTFDataFormatException { method in class:ModifiedUtf8 122 ModifiedUtf8.encode(result, SizeOf.SHORT, s);
|
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/ |
ContentInfo.java | 80 encoding = ASN1.encode(this); 122 ASN1OctetString.getInstance().encode(ci.content); 125 values[1] = SignedData.ASN1.encode(ci.content);
|
SignerInfo.java | 124 return AuthenticatedAttributes.ASN1.encode(authenticatedAttributes.getAttributes()); 164 // method to encode 198 throw new RuntimeException("Failed to encode issuer name", e);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapConvoListing.java | 87 * Encode the list of BluetoothMapMessageListingElement(s) into a UTF-8 94 public byte[] encode() throws UnsupportedEncodingException { method in class:BluetoothMapConvoListing 106 element.encode(xmlConvoElement); // Append the list element
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_multibytecodec.so | |
/external/apache-http/src/org/apache/commons/codec/language/ |
Metaphone.java | 357 * @param pObject Object to encode 363 public Object encode(Object pObject) throws EncoderException { method in class:Metaphone 365 throw new EncoderException("Parameter supplied to Metaphone encode is not of type java.lang.String"); 373 * @param pString String object to encode 376 public String encode(String pString) { method in class:Metaphone
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
digest.py | 74 content = content.encode('utf8') 88 content = content.encode('utf-8') 93 content = content.encode('utf-8') 112 content = content.encode('utf8') 119 chk = chk.encode('utf8')
|