HomeSort by relevance Sort by last modified time
    Searched defs:encoding (Results 376 - 400 of 1311) sorted by null

<<11121314151617181920>>

  /external/v8/src/parsing/
scanner.cc 1547 byte* encoding = BackupKey(key, is_one_byte); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 381 wpabuf_put_u8(buf, realm->encoding);
395 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
419 encoding = *pos++;
432 if (encoding != realm->encoding)
502 wpabuf_put_u8(buf, realm->encoding);
    [all...]
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 609 int encoding = in.readInt(); local
613 .setEncoding(encoding)
718 (", encoding=" + captureFormat.getEncoding()))
1009 int encoding = in.readInt(); local
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 72 * @MIX_CODING_ENCODE: Indicates device is opened for encoding.
184 * @encoding: <emphasis>Not Used.</emphasis>
197 gchar *encoding; member in struct:_MixAudio
  /libcore/luni/src/test/java/tests/security/cert/
CertificateTest.java 54 * Meaningless cert encoding just for testing purposes
248 private byte[] encoding; field in class:CertificateTest.MyModifiablePublicKey
274 return this.encoding;
297 encoding = myEncoded;
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 280 final String encoding = source.getEncoding(); local
305 pp.setInput(stream, encoding);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 100 // For x86 there are four modes for the compact unwind encoding:
114 // unwind encoding) is added to the ESP. Then the return is done by
125 // large to encode in the compact unwind encoding. Instead it requires that
127 // encoding contains the offset to the nnnnnnnn value in the function in
130 // No compact unwind encoding is available. Instead the low 24-bits of the
131 // compact encoding is the offset of the dwarf FDE in the __eh_frame section.
136 // The permutation encoding is a Lehmer code sequence encoded into a
140 // The following is the algorithm used to create the permutation encoding used
234 // For x86_64 there are four modes for the compact unwind encoding:
248 // unwind encoding) is added to the RSP. Then the return is done by
448 compact_unwind_encoding_t encoding; member in struct:unwind_info_regular_second_level_entry
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py 44 encoding=None, errors=None,
60 current seek position). In text mode, if encoding is not specified the
61 encoding used is platform dependent. (For reading and writing raw
62 bytes use binary mode and leave encoding unspecified.) The available
88 platform-dependent encoding or using the specified encoding if given.
105 encoding is the name of the encoding used to decode or encode the
106 file. This should only be used in text mode. The default encoding is
107 platform dependent, but any encoding supported by Python can b
1338 def encoding(self): member in class:TextIOBase
1541 def encoding(self): member in class:TextIOWrapper
2012 def encoding(self): member in class:StringIO
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_codecs.py 34 # get a StreamReader for the encoding and feed the bytestring version
39 r = codecs.getreader(self.encoding)(q)
41 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
51 d = codecs.getincrementaldecoder(self.encoding)()
53 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
63 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
71 encoded = input.encode(self.encoding)
74 u"".join(codecs.iterdecode(encoded, self.encoding))
79 stream = StringIO.StringIO(input.encode(self.encoding))
80 return codecs.getreader(self.encoding)(stream
254 encoding = "utf-32" variable in class:UTF32Test
339 encoding = "utf-32-le" variable in class:UTF32LETest
383 encoding = "utf-32-be" variable in class:UTF32BETest
428 encoding = "utf-16" variable in class:UTF16Test
501 encoding = "utf-16-le" variable in class:UTF16LETest
538 encoding = "utf-16-be" variable in class:UTF16BETest
575 encoding = "utf-8" variable in class:UTF8Test
600 encoding = "utf-7" variable in class:UTF7Test
651 encoding = "utf-8-sig" variable in class:UTF8SigTest
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py 44 encoding=None, errors=None,
60 current seek position). In text mode, if encoding is not specified the
61 encoding used is platform dependent. (For reading and writing raw
62 bytes use binary mode and leave encoding unspecified.) The available
88 platform-dependent encoding or using the specified encoding if given.
105 encoding is the name of the encoding used to decode or encode the
106 file. This should only be used in text mode. The default encoding is
107 platform dependent, but any encoding supported by Python can b
1338 def encoding(self): member in class:TextIOBase
1541 def encoding(self): member in class:TextIOWrapper
2012 def encoding(self): member in class:StringIO
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_codecs.py 34 # get a StreamReader for the encoding and feed the bytestring version
39 r = codecs.getreader(self.encoding)(q)
41 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
51 d = codecs.getincrementaldecoder(self.encoding)()
53 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
63 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
71 encoded = input.encode(self.encoding)
74 u"".join(codecs.iterdecode(encoded, self.encoding))
79 stream = StringIO.StringIO(input.encode(self.encoding))
80 return codecs.getreader(self.encoding)(stream
254 encoding = "utf-32" variable in class:UTF32Test
339 encoding = "utf-32-le" variable in class:UTF32LETest
383 encoding = "utf-32-be" variable in class:UTF32BETest
428 encoding = "utf-16" variable in class:UTF16Test
501 encoding = "utf-16-le" variable in class:UTF16LETest
538 encoding = "utf-16-be" variable in class:UTF16BETest
575 encoding = "utf-8" variable in class:UTF8Test
600 encoding = "utf-7" variable in class:UTF7Test
651 encoding = "utf-8-sig" variable in class:UTF8SigTest
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 44 encoding=None, errors=None,
60 current seek position). In text mode, if encoding is not specified the
61 encoding used is platform dependent. (For reading and writing raw
62 bytes use binary mode and leave encoding unspecified.) The available
88 platform-dependent encoding or using the specified encoding if given.
105 encoding is the name of the encoding used to decode or encode the
106 file. This should only be used in text mode. The default encoding is
107 platform dependent, but any encoding supported by Python can b
1338 def encoding(self): member in class:TextIOBase
1541 def encoding(self): member in class:TextIOWrapper
2012 def encoding(self): member in class:StringIO
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecs.py 34 # get a StreamReader for the encoding and feed the bytestring version
39 r = codecs.getreader(self.encoding)(q)
41 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
51 d = codecs.getincrementaldecoder(self.encoding)()
53 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
63 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
71 encoded = input.encode(self.encoding)
74 u"".join(codecs.iterdecode(encoded, self.encoding))
79 stream = StringIO.StringIO(input.encode(self.encoding))
80 return codecs.getreader(self.encoding)(stream
254 encoding = "utf-32" variable in class:UTF32Test
339 encoding = "utf-32-le" variable in class:UTF32LETest
383 encoding = "utf-32-be" variable in class:UTF32BETest
428 encoding = "utf-16" variable in class:UTF16Test
501 encoding = "utf-16-le" variable in class:UTF16LETest
538 encoding = "utf-16-be" variable in class:UTF16BETest
575 encoding = "utf-8" variable in class:UTF8Test
600 encoding = "utf-7" variable in class:UTF7Test
651 encoding = "utf-8-sig" variable in class:UTF8SigTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 44 encoding=None, errors=None,
60 current seek position). In text mode, if encoding is not specified the
61 encoding used is platform dependent. (For reading and writing raw
62 bytes use binary mode and leave encoding unspecified.) The available
88 platform-dependent encoding or using the specified encoding if given.
105 encoding is the name of the encoding used to decode or encode the
106 file. This should only be used in text mode. The default encoding is
107 platform dependent, but any encoding supported by Python can b
1338 def encoding(self): member in class:TextIOBase
1541 def encoding(self): member in class:TextIOWrapper
2012 def encoding(self): member in class:StringIO
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecs.py 34 # get a StreamReader for the encoding and feed the bytestring version
39 r = codecs.getreader(self.encoding)(q)
41 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
51 d = codecs.getincrementaldecoder(self.encoding)()
53 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
63 for (c, partialresult) in zip(input.encode(self.encoding), partialresults):
71 encoded = input.encode(self.encoding)
74 u"".join(codecs.iterdecode(encoded, self.encoding))
79 stream = StringIO.StringIO(input.encode(self.encoding))
80 return codecs.getreader(self.encoding)(stream
254 encoding = "utf-32" variable in class:UTF32Test
339 encoding = "utf-32-le" variable in class:UTF32LETest
383 encoding = "utf-32-be" variable in class:UTF32BETest
428 encoding = "utf-16" variable in class:UTF16Test
501 encoding = "utf-16-le" variable in class:UTF16LETest
538 encoding = "utf-16-be" variable in class:UTF16BETest
575 encoding = "utf-8" variable in class:UTF8Test
600 encoding = "utf-7" variable in class:UTF7Test
651 encoding = "utf-8-sig" variable in class:UTF8SigTest
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.0.9/
maven-plugin-registry-2.0.9.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 

Completed in 1750 milliseconds

<<11121314151617181920>>