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

<<212223242526272829

  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
WebSocketFrame.java 295 return TEXT_ENCODER.encode(CharBuffer.wrap(payload)).array();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 421 String badmsg = sipMessage.encode();
TLSMessageChannel.java 396 String badmsg = sipMessage.encode();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Huffman.java 51 void encode(byte[] data, OutputStream out) throws IOException { method in class:Huffman.Codec
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 412 sb.append(URLEncoder.encode(getAssetUrl(path), "UTF-8"));
449 sb.append(URLEncoder.encode(url, "UTF-8"));
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c 590 .encode = mm_camera_jpeg_encode,
990 rc = mm_cam->jpeg_ops->encode(mm_cam, start, data);
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 73 * Encode a value with Double Metaphone
75 * @param value String to encode
83 * Encode a value with Double Metaphone, optionally using the alternate
86 * @param value String to encode
87 * @param alternate use alternate encode
198 * Encode the value using DoubleMetaphone. It will only work if
201 * @param obj Object to encode (should be of type String)
203 * @throws EncoderException encode parameter is not of type String
205 public Object encode(Object obj) throws EncoderException { method in class:DoubleMetaphone
207 throw new EncoderException("DoubleMetaphone encode parameter is not of type String");
218 public String encode(String value) { method in class:DoubleMetaphone
    [all...]
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 241 test('encodeUtf8() can encode UTF8 strings', function() {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_unittest.py 194 self._write_binary_file("test_file", u"latin1 test: \u00A0\n".encode("latin-1"))
195 self._write_binary_file("test_file2", u"utf-8 test: \u00A0\n".encode("utf-8"))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 127 encoded_string = s.force_encoding('UTF-8').encode('UTF-16', :invalid => :replace, :replace => '', :fallback => transliteration_table).encode('UTF-8')
  /external/chromium_org/third_party/gtk+/gtk/
compose-parse.py 763 print '0x%(cp)04X, %(uni)s, seq: [ <0x%(base)04X>,' % { 'cp': ord(unicode(letter)), 'uni': letter.encode('utf-8'), 'base': sequence[-2] },
767 print "], recomposed as", letter.encode('utf-8'), "verified"
    [all...]
  /external/chromium_org/third_party/webrtc/modules/
iSAC.target.darwin-arm.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.darwin-arm64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.darwin-mips.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.darwin-mips64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.darwin-x86.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.darwin-x86_64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-arm.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-arm64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-mips.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-mips64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-x86.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSAC.target.linux-x86_64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/encode.c \
iSACFix.target.darwin-arm.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c \
iSACFix.target.darwin-arm64.mk 32 third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c \

Completed in 1546 milliseconds

<<212223242526272829