HomeSort by relevance Sort by last modified time
    Searched refs:encode (Results 551 - 575 of 704) sorted by null

<<212223242526272829

  /external/chromium_org/third_party/boringssl/src/include/openssl/
pem.h 141 EVP_ENCODE_CTX encode; member in struct:PEM_Encode_Seal_st
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 132 type = type.encode('ASCII')
139 name = name.encode('ASCII')
749 possible_bytes_identifier = re.compile(r"(?![0-9])\w+$".encode('ASCII')).match
    [all...]
  /external/chromium_org/third_party/cython/src/pyximport/
pyximport.py 98 # => encode accidentally coerced unicode strings back to str
99 pyxfilename = pyxfilename.encode(sys.getfilesystemencoding())
  /external/chromium_org/third_party/jinja2/
lexer.py 572 .encode('ascii', 'backslashreplace') \
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 248 (stdoutbuf, stderrbuf) = filter.communicate(buf.encode('latin-1'))
  /external/libvorbis/doc/
08-residue.tex 30 however the high-level process used to classify and encode the residue
84 dimension of the codebook used to encode a partition in a specific
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_panes.py 347 msg = str(msg.encode("utf-8", "replace")).split('\n')
  /external/llvm/utils/lit/lit/
TestRunner.py 322 # Encode to Latin1 to get binary data.
323 return str.encode('ISO-8859-1')
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 237 newUri += URLEncoder.encode(tok, "UTF-8");
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 417 + newOriginalRequest.encode());
    [all...]
  /external/openfst/src/include/fst/
minimize.h 36 #include <fst/encode.h>
550 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
551 Encode(&gfst, &encoder);
573 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
574 Encode(fst, &encoder);
  /external/openssl/crypto/pem/
pem.h 144 EVP_ENCODE_CTX encode; member in struct:PEM_Encode_Seal_st
  /external/openssl/include/openssl/
pem.h 144 EVP_ENCODE_CTX encode; member in struct:PEM_Encode_Seal_st
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 906 String encode = Encodings.getMimeEncoding(encoding); local
    [all...]
  /external/chromium_org/remoting/webapp/
server_log_entry.js 119 remoting.ServerLogEntry.KEY_ENCODE_LATENCY_ = "encode-latency";
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 674 httpBody = FormData::create(UTF8Encoding().encode(body, WTF::EntitiesForUnencodables));
700 httpBody = FormData::create(UTF8Encoding().encode(body, WTF::EntitiesForUnencodables));
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 62 return filename.encode(_fs_encoding)
92 path = os.path.normpath(filename.encode("UTF-8"))
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py 670 args = args.encode(_filesystemencoding)
816 argv = string_to_argv(function_names.encode('UTF-8'))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/
iLBC.target.darwin-arm.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.darwin-arm64.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.darwin-mips.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.darwin-mips64.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.darwin-x86.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.darwin-x86_64.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \
iLBC.target.linux-arm.mk 44 third_party/webrtc/modules/audio_coding/codecs/ilbc/encode.c \

Completed in 1238 milliseconds

<<212223242526272829