| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_assembler.cpp | 114 uint32_t encoding = (0b10 << 30); in emit_instruction() local 139 uint32_t encoding = (0b1011 << 28); in emit_instruction() local 151 uint32_t encoding = (0b101111101 << 23); in emit_instruction() local 159 uint32_t encoding = (0b101111110 << 23); in emit_instruction() local 168 uint32_t encoding = (0b101111111 << 23); in emit_instruction() local 182 uint32_t encoding = 0; in emit_instruction() local 274 uint32_t encoding = 0; in emit_instruction() local 283 uint32_t encoding = (0b0111111 << 25); in emit_instruction() local 293 uint32_t encoding = (0b0111110 << 25); in emit_instruction() local 302 uint32_t encoding = 0; in emit_instruction() local [all …]
|
| /third_party/python/Lib/test/ |
| D | test_codecencodings_jp.py | 10 encoding = 'cp932' variable in Test_CP932 44 encoding = 'euc_jis_2004' variable in Test_EUC_JIS_2004 54 encoding = 'euc_jisx0213' variable in Test_EUC_JISX0213 64 encoding = 'euc_jp' variable in Test_EUC_JP_COMPAT 78 encoding = 'shift_jis' variable in Test_SJIS_COMPAT 92 encoding = 'shift_jis_2004' variable in Test_SJIS_2004 110 encoding = 'shift_jisx0213' variable in Test_SJISX0213
|
| D | test_codecmaps_jp.py | 11 encoding = 'cp932' variable in TestCP932Map 26 encoding = 'euc_jp' variable in TestEUCJPCOMPATMap 33 encoding = 'shift_jis' variable in TestSJISCOMPATMap 47 encoding = 'euc_jisx0213' variable in TestEUCJISX0213Map 54 encoding = 'shift_jisx0213' variable in TestSJISX0213Map
|
| D | test_codecencodings_cn.py | 10 encoding = 'gb2312' variable in Test_GB2312 23 encoding = 'gbk' variable in Test_GBK 37 encoding = 'gb18030' variable in Test_GB18030 61 encoding = 'hz' variable in Test_HZ
|
| D | test_codecmaps_cn.py | 11 encoding = 'gb2312' variable in TestGB2312Map 16 encoding = 'gbk' variable in TestGBKMap 21 encoding = 'gb18030' variable in TestGB18030Map
|
| D | test_codecencodings_kr.py | 10 encoding = 'cp949' variable in Test_CP949 22 encoding = 'euc_kr' variable in Test_EUCKR 53 encoding = 'johab' variable in Test_JOHAB
|
| D | test_codecmaps_kr.py | 11 encoding = 'cp949' variable in TestCP949Map 17 encoding = 'euc_kr' variable in TestEUCKRMap 27 encoding = 'johab' variable in TestJOHABMap
|
| D | test_codecencodings_iso2022.py | 14 encoding = 'iso2022_jp' variable in Test_ISO2022_JP 21 encoding = 'iso2022_jp_2' variable in Test_ISO2022_JP2 28 encoding = 'iso2022_kr' variable in Test_ISO2022_KR
|
| D | test_codecmaps_tw.py | 11 encoding = 'big5' variable in TestBIG5Map 16 encoding = 'cp950' variable in TestCP950Map
|
| /third_party/python/Python/ |
| D | codecs.c | 88 char *encoding; in normalizestring() local 127 PyObject *_PyCodec_Lookup(const char *encoding) in _PyCodec_Lookup() 214 int PyCodec_KnownEncoding(const char *encoding) in PyCodec_KnownEncoding() 256 PyObject *codec_getitem(const char *encoding, int index) in codec_getitem() 290 PyObject *codec_getincrementalcodec(const char *encoding, in codec_getincrementalcodec() 307 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() 351 PyObject *PyCodec_Encoder(const char *encoding) in PyCodec_Encoder() 356 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() 361 PyObject *PyCodec_IncrementalEncoder(const char *encoding, in PyCodec_IncrementalEncoder() 367 PyObject *PyCodec_IncrementalDecoder(const char *encoding, in PyCodec_IncrementalDecoder() [all …]
|
| /third_party/python/Lib/encodings/ |
| D | __init__.py | 43 def normalize_encoding(encoding): argument 71 def search_function(encoding): argument 163 def _alias_mbcs(encoding): argument
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxmlparser.cpp | 196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding ) in Stamp() 314 const char* TiXmlBase::SkipWhiteSpace( const char* p, TiXmlEncoding encoding ) in SkipWhiteSpace() 401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding ) in ReadName() 438 const char* TiXmlBase::GetEntity( const char* p, char* value, int* length, TiXmlEncoding encoding ) in GetEntity() 537 TiXmlEncoding encoding ) in StringEqual() 579 TiXmlEncoding encoding ) in ReadText() 704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding… in Parse() 798 …mlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) in SetError() 818 TiXmlNode* TiXmlNode::Identify( const char* p, TiXmlEncoding encoding ) in Identify() 1043 const char* TiXmlElement::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse() [all …]
|
| /third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/ |
| D | generate-converters.rb | 9 def output_file_name(encoding) argument 27 def output_copyright_notice(outfile, encoding) argument
|
| /third_party/python/Modules/expat/ |
| D | xmltok.h | 172 struct encoding { struct 173 SCANNER scanners[XML_N_STATES]; 174 SCANNER literalScanners[XML_N_LITERAL_TYPES]; 175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *, 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); 182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *, 184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr, [all …]
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| D | xmltok.h | 172 struct encoding { struct 173 SCANNER scanners[XML_N_STATES]; 174 SCANNER literalScanners[XML_N_LITERAL_TYPES]; 175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *, 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); 182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *, 184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr, [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
| D | ResourceReader.java | 39 private String encoding; // null for default encoding field in ResourceReader 59 public ResourceReader(String resourceName, String encoding) in ResourceReader() 84 public ResourceReader(Class<?> rootClass, String resourceName, String encoding) in ResourceReader() 99 public ResourceReader(InputStream is, String resourceName, String encoding) { in ResourceReader()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/ |
| D | ResourceReader.java | 41 private String encoding; // null for default encoding field in ResourceReader 61 public ResourceReader(String resourceName, String encoding) in ResourceReader() 86 public ResourceReader(Class<?> rootClass, String resourceName, String encoding) in ResourceReader() 101 public ResourceReader(InputStream is, String resourceName, String encoding) { in ResourceReader()
|
| /third_party/libsnd/src/ |
| D | ircam.c | 137 { unsigned int marker, encoding ; in ircam_read_header() local 243 { int encoding ; in ircam_write_header() local 313 get_encoding_str (int encoding) in get_encoding_str()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | Resources.java | 151 public static String getLanguage(String encoding) { in getLanguage() 165 public static String getCountry(String encoding) { in getCountry() 181 public static String getVariant(String encoding) { in getVariant()
|
| /third_party/python/Lib/urllib/ |
| D | parse.py | 111 def _encode_result(obj, encoding=_implicit_encoding, argument 115 def _decode_args(args, encoding=_implicit_encoding, argument 140 def encode(self, encoding='ascii', errors='strict'): argument 148 def decode(self, encoding='ascii', errors='strict'): argument 659 def unquote(string, encoding='utf-8', errors='replace'): argument 688 encoding='utf-8', errors='replace', max_num_fields=None, separator='&'): argument 730 encoding='utf-8', errors='replace', max_num_fields=None, separator='&'): argument 796 def unquote_plus(string, encoding='utf-8', errors='replace'): argument 841 def quote(string, safe='/', encoding=None, errors=None): argument 895 def quote_plus(string, safe='', encoding=None, errors=None): argument [all …]
|
| /third_party/python/Lib/ |
| D | fileinput.py | 79 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
|
| /third_party/elfutils/libdw/ |
| D | encoded-value.h | 42 uint8_t encoding, const uint8_t *p) in encoded_value_size() 113 read_encoded_value (const Dwarf_CFI *cache, uint8_t encoding, in read_encoded_value()
|
| /third_party/PyYAML/lib/yaml/ |
| D | dumper.py | 15 encoding=None, explicit_start=None, explicit_end=None, argument 33 encoding=None, explicit_start=None, explicit_end=None, argument 51 encoding=None, explicit_start=None, explicit_end=None, argument
|
| /third_party/typescript/scripts/ |
| D | processDiagnosticMessages.mjs | 27 …fs.writeFile(path.join(path.dirname(inputFilePath), fileName), contents, { encoding: "utf-8" }, er… property 34 const inputStr = fs.readFileSync(inputFilePath, { encoding: "utf-8" }); property
|
| /third_party/python/Modules/cjkcodecs/ |
| D | cjkcodecs.h | 66 #define CODEC_INIT(encoding) \ argument 69 #define ENCODER_INIT(encoding) \ argument 72 #define ENCODER(encoding) \ argument 78 #define ENCODER_RESET(encoding) \ argument 83 #define DECODER_INIT(encoding) \ argument 86 #define DECODER(encoding) \ argument 91 #define DECODER_RESET(encoding) \ argument 259 getcodec(PyObject *self, PyObject *encoding) in getcodec()
|