HomeSort by relevance Sort by last modified time
    Searched refs:enc (Results 176 - 200 of 894) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 43 public void setEncoding(String enc) {
44 this.encoding = enc;
  /external/libvterm/src/
encoding.c 20 static void init_utf8(VTermEncoding *enc, void *data_)
28 static void decode_utf8(VTermEncoding *enc, void *data_,
154 static void decode_usascii(VTermEncoding *enc, void *data,
175 const VTermEncoding enc; member in struct:StaticTableEncoding
179 static void decode_table(VTermEncoding *enc, void *data,
183 struct StaticTableEncoding *table = (struct StaticTableEncoding *)enc;
205 VTermEncoding *enc; member in struct:__anon26327
220 return encodings[i].enc;
  /external/libxml2/include/libxml/
xmlIO.h 167 xmlAllocParserInputBuffer (xmlCharEncoding enc);
171 xmlCharEncoding enc);
174 xmlCharEncoding enc);
177 xmlCharEncoding enc);
180 xmlCharEncoding enc);
183 xmlCharEncoding enc);
188 xmlCharEncoding enc);
212 xmlCharEncoding enc);
  /external/python/cpython2/Lib/email/
encoders.py 22 enc = _encodestring(s, quotetabs=True)
24 return enc.replace(' ', '=20')
  /external/python/cpython2/Lib/email/test/
test_email_codecs.py 48 enc = h.encode()
50 eq(enc , """\
test_email_codecs_renamed.py 48 enc = h.encode()
50 eq(enc , """\
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 122 typename T::instance_type* enc; local
123 ASSERT_EQ(0, T::Create(&enc));
124 ASSERT_EQ(0, T::EncoderInit(enc, adaptive ? 0 : 1));
125 ASSERT_EQ(0, T::SetEncSampRate(enc, sample_rate_hz));
127 ASSERT_EQ(0, T::ControlBwe(enc, bit_rate, frame_size_ms, false));
129 ASSERT_EQ(0, T::Control(enc, bit_rate, frame_size_ms));
153 int duration2_ms = EncodePacket<T>(enc, &bi, speech_data, &bitstream2);
183 EXPECT_EQ(0, T::Free(enc));
  /libcore/ojluni/src/main/java/java/security/cert/
PolicyQualifierInfo.java 163 HexDumpEncoder enc = new HexDumpEncoder();
168 (mData == null ? "null" : enc.encodeBuffer(mData)) + "\n");
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
encoders.py 22 enc = _encodestring(s, quotetabs=True)
24 return enc.replace(' ', '=20')
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email_codecs.py 48 enc = h.encode()
50 eq(enc , """\
test_email_codecs_renamed.py 48 enc = h.encode()
50 eq(enc , """\
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
encoders.py 22 enc = _encodestring(s, quotetabs=True)
24 return enc.replace(' ', '=20')
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email_codecs.py 48 enc = h.encode()
50 eq(enc , """\
test_email_codecs_renamed.py 48 enc = h.encode()
50 eq(enc , """\
  /prebuilts/go/darwin-x86/src/encoding/gob/
example_test.go 27 // Initialize the encoder and decoder. Normally enc and dec would be
31 enc := gob.NewEncoder(&network) // Will write to network.
35 err := enc.Encode(P{3, 4, 5, "Pythagoras"})
39 err = enc.Encode(P{1782, 1841, 1922, "Treehouse"})
  /prebuilts/go/linux-x86/src/encoding/gob/
example_test.go 27 // Initialize the encoder and decoder. Normally enc and dec would be
31 enc := gob.NewEncoder(&network) // Will write to network.
35 err := enc.Encode(P{3, 4, 5, "Pythagoras"})
39 err = enc.Encode(P{1782, 1841, 1922, "Treehouse"})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
encoders.py 22 enc = _encodestring(s, quotetabs=True)
24 return enc.replace(' ', '=20')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 48 enc = h.encode()
50 eq(enc , """\
test_email_codecs_renamed.py 48 enc = h.encode()
50 eq(enc , """\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
encoders.py 22 enc = _encodestring(s, quotetabs=True)
24 return enc.replace(' ', '=20')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 48 enc = h.encode()
50 eq(enc , """\
test_email_codecs_renamed.py 48 enc = h.encode()
50 eq(enc , """\
  /external/python/cpython3/Lib/test/
test_multibytecodec.py 31 for enc in ALL_CJKENCODINGS:
32 self.assertEqual(b''.decode(enc), '')
33 self.assertEqual(str(b'', enc), '')
34 self.assertEqual(''.encode(enc), b'')
37 for enc in ALL_CJKENCODINGS:
38 self.assertEqual('abcd'.encode(enc), b'abcd')
51 for enc in ALL_CJKENCODINGS:
52 self.assertEqual(data.encode(enc, "test.ignore"), b'')
56 for enc in ALL_CJKENCODINGS:
57 code = '# coding: {}\n'.format(enc)
    [all...]
  /external/libopus/celt/
opus_custom_demo.c 48 OpusCustomEncoder *enc; local
104 enc = opus_custom_encoder_create(mode, channels, &err);
125 opus_custom_encoder_ctl(enc,OPUS_SET_COMPLEXITY(complexity));
137 len = opus_custom_encode(enc, in, frame_size, data, bytes_per_packet);
190 opus_custom_encoder_destroy(enc);
quant_bands.c 159 const unsigned char *prob_model, opus_val16 *error, ec_enc *enc,
169 ec_enc_bit_logp(enc, intra, 3);
216 tell = ec_tell(enc);
231 ec_laplace_encode(enc, &qi,
237 ec_enc_icdf(enc, 2*qi^-(qi<0), small_energy_icdf, 2);
242 ec_enc_bit_logp(enc, -qi, 1);
263 opus_val16 *error, ec_enc *enc, int C, int LM, int nbAvailableBytes,
281 tell = ec_tell(enc);
296 enc_start_state = *enc;
305 tell, e_prob_model[LM][1], error_intra, enc, C, LM, 1, max_decay, lfe)
    [all...]

Completed in 3102 milliseconds

1 2 3 4 5 6 78 91011>>