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

<<11121314151617181920>>

  /external/v8/src/
lithium.h 38 LOperand() : value_(KindField::encode(INVALID)) { }
53 value_ = KindField::encode(kind);
105 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
106 value_ |= ExtendedPolicyField::encode(policy);
107 value_ |= LifetimeField::encode(USED_AT_END);
112 value_ |= BasicPolicyField::encode(policy);
119 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
120 value_ |= ExtendedPolicyField::encode(policy);
121 value_ |= LifetimeField::encode(USED_AT_END);
122 value_ |= FixedRegisterField::encode(index)
    [all...]
scopeinfo.cc 55 // Encode the flags.
56 int flags = ScopeTypeField::encode(scope->scope_type()) |
57 CallsEvalField::encode(scope->calls_eval()) |
58 StrictModeField::encode(scope->strict_mode()) |
59 FunctionVariableField::encode(function_name_info) |
60 FunctionVariableMode::encode(function_variable_mode) |
61 AsmModuleField::encode(scope->asm_module()) |
62 AsmFunctionField::encode(scope->asm_function());
103 ContextLocalMode::encode(var->mode()) |
104 ContextLocalInitFlag::encode(var->initialization_flag())
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 15 * encode the iSAC bistream
54 * Encode real and imaginary part of the DFT coefficients into the given
98 * Encode LPC parameters, given as A-polynomial, of upper-band. The encoding
100 * For the upper-band, we compute and encode LPC of some sub-frames, LPC of
127 * <0 if failed to encode.
160 * <0 if failed to encode.
207 * Encode LPC gains of sub-Frames.
261 * Encode if the bandwidth of encoded audio is 0-12 kHz or 0-16 kHz.
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 68 leb128::encode<uint32_t>(pBuf, pTag);
72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue());
  /hardware/intel/common/libva/va/
va_fool.c 46 * Do dummy decode/encode, ignore the input data
48 * We export env "VA_FOOL", with which, we can do fake decode/encode:
53 * . if set, encode does nothing, but fill in the coded buffer from the content of files with
70 int enabled; /* fool_codec is global, and it is for concurent encode/decode */
71 char *fn_enc;/* file pattern with codedbuf content for encode */
132 va_infoMessage("LIBVA_FOOL_ENCODE is on, load encode data from file with patten %s\n",
138 va_infoMessage("LIBVA_FOOL_JPEG is on, load encode data from file with patten %s\n",
185 * e.g. fool_codec = decode then for encode, the
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 73 /**\brief Get the next source buffer to encode
91 /**\brief Get a future source buffer to encode
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 72 /**\brief Get the next source buffer to encode
86 /**\brief Get a future source buffer to encode
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Time.java 53 return 1; // it is before 2050, so encode as UTCTime
55 return 0; // it is after 2050, encode as GeneralizedTime
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 63 * @see java.security.Certificate#encode(java.io.OutputStream)
65 public void encode(OutputStream stream) throws KeyException, method in class:CertificateStub
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 86 + URLEncoder.encode(uri.toString(), CHARSET_UTF_8)
87 + "/" +URLEncoder.encode(type, CHARSET_UTF_8));
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LicensesActivity.java 58 // encode the license string for display as HTML in the webview
59 licenseHTML = URLEncoder.encode(license, "UTF-8").replace("+", "%20");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 117 * display-name to encode.
143 * the local part to encode
185 * text to encode.
253 * The charset to encode the specified text into a byte array and the
260 * text to encode.
277 * The charset to encode the specified text into a byte array and the
281 * text to encode.
302 * text to encode.
309 * the Java charset that should be used to encode the specified
336 byte[] bytes = encode(text, charset)
584 private static byte[] encode(String text, Charset charset) { method in class:EncoderUtil
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/codec/
EncoderUtil.java 117 * display-name to encode.
143 * the local part to encode
185 * text to encode.
253 * The charset to encode the specified text into a byte array and the
260 * text to encode.
277 * The charset to encode the specified text into a byte array and the
281 * text to encode.
302 * text to encode.
309 * the Java charset that should be used to encode the specified
336 byte[] bytes = encode(text, charset)
584 private static byte[] encode(String text, Charset charset) { method in class:EncoderUtil
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certenc.h 135 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
153 HRESULT (WINAPI *Encode)(ICertEncodeStringArray *This,BSTR *pstrBinary);
173 #define ICertEncodeStringArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
203 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
220 HRESULT (WINAPI *Encode)(ICertEncodeLongArray *This,BSTR *pstrBinary);
239 #define ICertEncodeLongArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
267 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0;
284 HRESULT (WINAPI *Encode)(ICertEncodeDateArray *This,BSTR *pstrBinary);
303 #define ICertEncodeDateArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary)
334 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DosUtils.java 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
  /external/jetty/src/java/org/eclipse/jetty/util/
B64Code.java 60 * Base 64 encode as described in RFC 1421.
62 * @param s String to encode.
65 static public String encode(String s) method in class:B64Code
69 return encode(s,null);
79 * Base 64 encode as described in RFC 1421.
81 * @param s String to encode.
86 static public String encode(String s,String charEncoding) method in class:B64Code
95 return new String(encode(bytes));
100 * Fast Base 64 encode as described in RFC 1421.
103 * @param b byte array to encode
106 static public char[] encode(byte[] b) method in class:B64Code
167 static public char[] encode(byte[] b, boolean rfc2045) method in class:B64Code
420 public static void encode(int value,Appendable buf) throws IOException method in class:B64Code
432 public static void encode(long lvalue,Appendable buf) throws IOException method in class:B64Code
    [all...]
URIUtil.java 56 /** Encode a URI path.
59 * @param path The path the encode
72 /** Encode a URI path.
73 * @param path The path the encode
74 * @param buf StringBuilder to encode path into (or null)
215 /** Encode a URI path.
216 * @param path The path the encode
217 * @param buf StringBuilder to encode path into (or null)
218 * @param encode String of characters to encode. % is always encoded
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /art/runtime/base/
bit_field_test.cc 32 ASSERT_EQ(32U, TestBitFields::Encode(16));
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 38 Arrays.toString(Mutf8.encode("BC\u0000")));
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 37 "content://xmldocument/?url=" + Uri.encode(PICASA_FEED_URL)));

Completed in 1028 milliseconds

<<11121314151617181920>>