/aosp_15_r20/external/python/cpython3/Lib/xml/etree/ |
D | ElementTree.py | 694 encoding=None, argument 754 def _get_writer(file_or_filename, encoding): argument 1081 def tostring(element, encoding=None, method=None, *, argument 1122 def tostringlist(element, encoding=None, method=None, *, argument 1516 def __init__(self, *, target=None, encoding=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 694 encoding=None, argument 754 def _get_writer(file_or_filename, encoding): argument 1081 def tostring(element, encoding=None, method=None, *, argument 1122 def tostringlist(element, encoding=None, method=None, *, argument 1516 def __init__(self, *, target=None, encoding=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 694 encoding=None, argument 754 def _get_writer(file_or_filename, encoding): argument 1081 def tostring(element, encoding=None, method=None, *, argument 1122 def tostringlist(element, encoding=None, method=None, *, argument 1516 def __init__(self, *, target=None, encoding=None): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/etree/ |
H A D | ElementTree.py | 694 encoding=None, argument 754 def _get_writer(file_or_filename, encoding): argument 1081 def tostring(element, encoding=None, method=None, *, argument 1122 def tostringlist(element, encoding=None, method=None, *, argument 1516 def __init__(self, *, target=None, encoding=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/etree/ |
D | ElementTree.py | 694 encoding=None, argument 754 def _get_writer(file_or_filename, encoding): argument 1081 def tostring(element, encoding=None, method=None, *, argument 1122 def tostringlist(element, encoding=None, method=None, *, argument 1516 def __init__(self, *, target=None, encoding=None): argument
|
/aosp_15_r20/external/libxml2/ |
H A D | parser.c | 10210 xmlChar *encoding = NULL; in xmlParseEncodingDecl() local 11613 const char *encoding; in xmlCreateIOParserCtxt() local 13315 int size, const char *filename, const char *encoding) in xmlCtxtResetPush() 13763 xmlReadDoc(const xmlChar *cur, const char *URL, const char *encoding, in xmlReadDoc() 13799 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() 13845 const char *encoding, int options) in xmlReadMemory() 13886 xmlReadFd(int fd, const char *URL, const char *encoding, int options) in xmlReadFd() 13923 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() 13963 const char *URL, const char *encoding, int options) in xmlCtxtReadDoc() 13993 const char *encoding, int options) in xmlCtxtReadFile() [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | parser.c | 10210 xmlChar *encoding = NULL; in xmlParseEncodingDecl() local 11737 const char *encoding; in xmlCreateIOParserCtxt() local 13378 int size, const char *filename, const char *encoding) in xmlCtxtResetPush() 13764 xmlReadDoc(const xmlChar *cur, const char *URL, const char *encoding, in xmlReadDoc() 13800 xmlReadFile(const char *filename, const char *encoding, int options) in xmlReadFile() 13837 const char *encoding, int options) in xmlReadMemory() 13878 xmlReadFd(int fd, const char *URL, const char *encoding, int options) in xmlReadFd() 13916 void *ioctx, const char *URL, const char *encoding, int options) in xmlReadIO() 13955 const char *URL, const char *encoding, int options) in xmlCtxtReadDoc() 13987 const char *encoding, int options) in xmlCtxtReadFile() [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/ |
H A D | RuntimeSingleton.java | 301 public static Template getTemplate(String name, String encoding) in getTemplate() 337 public static ContentResource getContent( String name, String encoding ) in getContent()
|
/aosp_15_r20/external/capstone/bindings/java/capstone/ |
H A D | X86.java | 102 public Encoding encoding; field in X86.UnionOpInfo 140 public Encoding encoding; field in X86.OpInfo
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
H A D | make_csv_dataset_test.py | 44 encoding="utf-8"): argument 115 encoding="utf-8", argument
|
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/ |
H A D | Utils.java | 160 …id writeFile(@Nullable File outDir, String fileName, String sb, @Nullable String encoding, boolean… in writeFile() 187 …private static void writeFile(File outputFile, String sb, @Nullable String encoding, boolean appen… in writeFile() 236 …private static BufferedWriter openWriter(File outputFile, @Nullable String encoding, boolean appen… in openWriter()
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | _iomodule.c | 197 int buffering, const char *encoding, const char *errors, in _io_open_impl() 472 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) in _io_text_encoding_impl()
|
/aosp_15_r20/external/googleapis/google/assistant/embedded/v1alpha2/ |
H A D | embedded_assistant.proto | 215 Encoding encoding = 1; field 249 Encoding encoding = 1; field
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/ |
H A D | PDF417.java | 518 private Charset encoding; field in PDF417 773 public void setEncoding(Charset encoding) { in setEncoding()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
H A D | ObjectIdentifier.java | 115 private static void check(byte[] encoding) throws java.io.IOException { in check() 155 private byte[] encoding; field in ObjectIdentifier
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_multibytecodec.py | 373 encoding = 'iso-2022-jp' variable in TestStateful 401 encoding = 'hz' variable in TestHZStateful
|
/aosp_15_r20/external/libxml2/python/ |
H A D | libxml.c | 448 xmlChar *encoding; in libxml_xmlCreateOutputBuffer() local 552 char * encoding; in libxml_xmlSaveFileTo() local 575 char * encoding; in libxml_xmlSaveFormatFileTo() local 605 xmlCharEncoding encoding) { in xmlParserInputBufferCreatePythonFile() 625 xmlChar *encoding; in libxml_xmlCreateInputBuffer() local 1428 const char *encoding; in libxml_htmlSAXParseFile() local 2687 const char *encoding; in libxml_serializeNode() local 2760 const char *encoding; in libxml_saveNodeTo() local
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1486 const char *encoding = NULL; in getargs_es() local 1502 const char *encoding = NULL; in getargs_et() local 1518 const char *encoding = NULL; in getargs_es_hash() local 1542 const char *encoding = NULL; in getargs_et_hash() local 1803 const char *encoding, *errors = NULL; in codec_incrementalencoder() local 1813 const char *encoding, *errors = NULL; in codec_incrementaldecoder() local
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | subprocess.py | 649 def getstatusoutput(cmd, *, encoding=None, errors=None): argument 681 def getoutput(cmd, *, encoding=None, errors=None): argument 814 encoding=None, errors=None, text=None, umask=-1, pipesize=-1, argument 1085 def _translate_newlines(self, data, encoding, errors): argument
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
H A D | TarUtils.java | 289 final ZipEncoding encoding) in parseName() 353 final ZipEncoding encoding) in formatNameBytes()
|