Home
last modified time | relevance | path

Searched defs:encoding (Results 101 – 125 of 3282) sorted by relevance

12345678910>>...132

/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebResourceResponse.java63 public WebResourceResponse(String mimeType, String encoding, in WebResourceResponse()
90 public WebResourceResponse(String mimeType, String encoding, int statusCode, in WebResourceResponse()
122 public void setEncoding(String encoding) { in setEncoding()
236 public WebResourceResponse(boolean immutable, String mimeType, String encoding, int statusCode, in WebResourceResponse()
/aosp_15_r20/external/libxml2/
H A DparserInternals.c1211 const char *encoding) { in xmlSwitchInputEncodingName()
1254 xmlSwitchEncodingName(xmlParserCtxtPtr ctxt, const char *encoding) { in xmlSwitchEncodingName()
1533 xmlSetDeclaredEncoding(xmlParserCtxtPtr ctxt, xmlChar *encoding) { in xmlSetDeclaredEncoding()
1643 const xmlChar *encoding = NULL; in xmlGetActualEncoding() local
1724 const char *publicId, const char *encoding, in xmlCtxtNewInputFromUrl()
1830 const char *encoding, int flags) { in xmlCtxtNewInputFromMemory()
1893 const char *str, const char *encoding, int flags) { in xmlCtxtNewInputFromString()
1954 int fd, const char *encoding, int flags) { in xmlCtxtNewInputFromFd()
2037 void *ioCtxt, const char *encoding, int flags) { in xmlCtxtNewInputFromIO()
2109 const char *encoding; in xmlNewIOInputStream() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/json/
D__init__.py124 encoding='utf-8', default=None, sort_keys=False, **kw): argument
195 encoding='utf-8', default=None, sort_keys=False, **kw): argument
258 def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, argument
294 def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, argument
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java85 public BipEncoding(String encoding) { in BipEncoding()
111 public BipEncoding(int encoding, String proprietaryId) { in BipEncoding()
128 public BipEncoding(int encoding) { in BipEncoding()
165 private static int determineEncoding(String encoding) { in determineEncoding()
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackSurroundTest.java200 private static AudioTrack createAudioTrack(int sampleRate, int encoding, int channelConfig) { in createAudioTrack()
333 SamplePlayerBase(int sampleRate, int encoding, int channelConfig) { in SamplePlayerBase()
424 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig) { in SamplePlayerShorts()
435 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) in SamplePlayerShorts()
464 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig) { in SamplePlayerBytes()
469 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId) in SamplePlayerBytes()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DCopyUtils.java153 …public static void copy(final byte[] input, final Writer output, final String encoding) throws IOE… in copy()
212 final String encoding) in copy()
256 final String encoding) in copy()
328 final String encoding) in copy()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAudioSystem.java170 int encoding, int sampleRate, int channelMask, int channelIndexMask, int streamType) { in native_is_offload_supported()
177 int encoding, int sampleRate, int channelMask, int channelIndexMask, int streamType) { in native_get_offload_support()
197 public final int encoding; field in ShadowAudioSystem.OffloadSupportFormat
203 int encoding, int sampleRate, int channelMask, int channelIndexMask) { in OffloadSupportFormat()
H A DShadowAudioTrack.java157 public static void addAllowedNonPcmEncoding(int encoding) { in addAllowedNonPcmEncoding()
195 int encoding, in native_is_direct_output_supported()
344 int encoding = audioTrack.getAudioFormat(); in maybeWriteBytes() local
444 private static boolean isPcm(int encoding) { in isPcm()
464 private final int encoding; field in ShadowAudioTrack.AudioFormatInfo
469 public AudioFormatInfo(int encoding, int sampleRate, int channelMask, int channelIndexMask) { in AudioFormatInfo()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/io/
H A DUnicodeInputStream.java79 private final String encoding; field in UnicodeInputStream
159 UnicodeBOM encoding = null; in readEncoding() local
391 private final String encoding; field in UnicodeInputStream.UnicodeBOM
395 private UnicodeBOM(final String encoding, final byte [] bytes) in UnicodeBOM()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/
H A DId3Decoder.java452 int encoding = id3Data.readUnsignedByte(); in decodeTxxxFrame() local
476 int encoding = id3Data.readUnsignedByte(); in decodeTextInformationFrame() local
496 int encoding = id3Data.readUnsignedByte(); in decodeWxxxFrame() local
539 int encoding = id3Data.readUnsignedByte(); in decodeGeobFrame() local
566 int encoding = id3Data.readUnsignedByte(); in decodeApicFrame() local
610 int encoding = id3Data.readUnsignedByte(); in decodeCommentFrame() local
801 private static int indexOfEos(byte[] data, int fromIndex, int encoding) { in indexOfEos()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/metadata/id3/
H A DId3Decoder.java452 int encoding = id3Data.readUnsignedByte(); in decodeTxxxFrame() local
476 int encoding = id3Data.readUnsignedByte(); in decodeTextInformationFrame() local
496 int encoding = id3Data.readUnsignedByte(); in decodeWxxxFrame() local
539 int encoding = id3Data.readUnsignedByte(); in decodeGeobFrame() local
566 int encoding = id3Data.readUnsignedByte(); in decodeApicFrame() local
610 int encoding = id3Data.readUnsignedByte(); in decodeCommentFrame() local
801 private static int indexOfEos(byte[] data, int fromIndex, int encoding) { in indexOfEos()
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codecmaps_cn.py11 encoding = 'gb2312' variable in TestGB2312Map
16 encoding = 'gbk' variable in TestGBKMap
21 encoding = 'gb18030' variable in TestGB18030Map
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codecmaps_cn.py12 encoding = 'gb2312' variable in TestGB2312Map
17 encoding = 'gbk' variable in TestGBKMap
22 encoding = 'gb18030' variable in TestGB18030Map
/aosp_15_r20/external/python/cpython3/Lib/encodings/
D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
D__init__.py43 def normalize_encoding(encoding): argument
71 def search_function(encoding): argument
163 def _alias_mbcs(encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dfileinput.py79 encoding=None, errors=None): argument
185 mode="r", openhook=None, encoding=None, errors=None): argument
401 def hook_compressed(filename, mode, *, encoding=None, errors=None): argument
420 def hook_encoded(encoding, errors=None): argument

12345678910>>...132