| /third_party/openssl/test/recipes/30-test_evp_data/ |
| D | evpencod.txt | 10 # Cipher Decrypt Derive Digest Encoding KDF MAC PBE 16 Encoding = canonical 20 Encoding = canonical 24 Encoding = canonical 28 Encoding = canonical 32 Encoding = canonical 37 Encoding = invalid 40 Encoding = invalid 44 Encoding = valid 49 Encoding = invalid [all …]
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_assembler.cpp | 146 uint32_t encoding = (0b10 << 30); in emit_sop2_instruction() local 147 encoding |= opcode << 23; in emit_sop2_instruction() 148 encoding |= !instr->definitions.empty() ? reg(ctx, instr->definitions[0]) << 16 : 0; in emit_sop2_instruction() 149 encoding |= instr->operands.size() >= 2 ? reg(ctx, instr->operands[1]) << 8 : 0; in emit_sop2_instruction() 150 encoding |= !instr->operands.empty() ? reg(ctx, instr->operands[0]) : 0; in emit_sop2_instruction() 151 out.push_back(encoding); in emit_sop2_instruction() 176 uint32_t encoding = (0b1011 << 28); in emit_sopk_instruction() local 177 encoding |= opcode << 23; in emit_sopk_instruction() 178 encoding |= !instr->definitions.empty() && !(instr->definitions[0].physReg() == scc) in emit_sopk_instruction() 183 encoding |= imm; in emit_sopk_instruction() [all …]
|
| /third_party/skia/m133/tests/ |
| D | SRGBReadWritePixelsTest.cpp | 179 enum class Encoding { enum 186 static sk_sp<SkColorSpace> encoding_as_color_space(Encoding encoding) { in encoding_as_color_space() argument 187 switch (encoding) { in encoding_as_color_space() 188 case Encoding::kUntagged: return nullptr; in encoding_as_color_space() 189 case Encoding::kLinear: return SkColorSpace::MakeSRGBLinear(); in encoding_as_color_space() 190 case Encoding::kSRGB: return SkColorSpace::MakeSRGB(); in encoding_as_color_space() 195 static const char* encoding_as_str(Encoding encoding) { in encoding_as_str() argument 196 switch (encoding) { in encoding_as_str() 197 case Encoding::kUntagged: return "untagged"; in encoding_as_str() 198 case Encoding::kLinear: return "linear"; in encoding_as_str() [all …]
|
| /third_party/skia/tests/ |
| D | SRGBReadWritePixelsTest.cpp | 153 enum class Encoding { enum 160 static sk_sp<SkColorSpace> encoding_as_color_space(Encoding encoding) { in encoding_as_color_space() argument 161 switch (encoding) { in encoding_as_color_space() 162 case Encoding::kUntagged: return nullptr; in encoding_as_color_space() 163 case Encoding::kLinear: return SkColorSpace::MakeSRGBLinear(); in encoding_as_color_space() 164 case Encoding::kSRGB: return SkColorSpace::MakeSRGB(); in encoding_as_color_space() 169 static const char* encoding_as_str(Encoding encoding) { in encoding_as_str() argument 170 switch (encoding) { in encoding_as_str() 171 case Encoding::kUntagged: return "untagged"; in encoding_as_str() 172 case Encoding::kLinear: return "linear"; in encoding_as_str() [all …]
|
| /third_party/skia/third_party/externals/icu/source/extra/uconv/ |
| D | uconv.1.in | 14 \- convert data from one encoding to another 66 .BI "\-f\fP, \fB\-\-from\-code" " encoding" 69 .BI "\-t\fP, \fB\-\-to\-code" " encoding" 90 .I encoding 92 The transcoding is done using Unicode as a pivot encoding 93 (i.e. the data are first transcoded from their original encoding to 94 Unicode, and then from Unicode to the destination encoding). 97 .I encoding 100 the default encoding is used. Thus, calling 103 .I encoding [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/extra/uconv/ |
| D | uconv.1.in | 14 \- convert data from one encoding to another 66 .BI "\-f\fP, \fB\-\-from\-code" " encoding" 69 .BI "\-t\fP, \fB\-\-to\-code" " encoding" 90 .I encoding 92 The transcoding is done using Unicode as a pivot encoding 93 (i.e. the data are first transcoded from their original encoding to 94 Unicode, and then from Unicode to the destination encoding). 97 .I encoding 100 the default encoding is used. Thus, calling 103 .I encoding [all …]
|
| /third_party/icu/icu4c/source/extra/uconv/ |
| D | uconv.1.in | 14 \- convert data from one encoding to another 66 .BI "\-f\fP, \fB\-\-from\-code" " encoding" 69 .BI "\-t\fP, \fB\-\-to\-code" " encoding" 90 .I encoding 92 The transcoding is done using Unicode as a pivot encoding 93 (i.e. the data are first transcoded from their original encoding to 94 Unicode, and then from Unicode to the destination encoding). 97 .I encoding 100 the default encoding is used. Thus, calling 103 .I encoding [all …]
|
| /third_party/python/Include/ |
| D | codecs.h | 40 Looks up the given encoding and returns a CodecInfo object with 42 processing the encoding. 44 The encoding string is looked up converted to all lower-case 58 const char *encoding 62 const char *encoding 66 /* Codec registry encoding check API. 69 the given encoding. 74 const char *encoding 77 /* Generic codec based encoding API. 80 encoding using the error handling method defined by errors. errors [all …]
|
| /third_party/PyYAML/tests/legacy_tests/ |
| D | test_input_output.py | 57 for encoding in [None, 'utf-8', 'utf-16-be', 'utf-16-le']: 59 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode) 61 data3 = yaml.dump(value, encoding=encoding, allow_unicode=allow_unicode) 62 if encoding is not None: 64 data3 = data3.decode(encoding) 66 if encoding is None: 68 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode) 76 yaml.dump(value, stream, encoding=encoding, allow_unicode=allow_unicode) 80 data4 = data4.decode(encoding) 82 assert isinstance(data1, str), (type(data1), encoding) [all …]
|
| /third_party/ffmpeg/doc/ |
| D | codecs.texi | 12 meant only for decoding or encoding. 22 @item b @var{integer} (@emph{encoding,audio,video}) 25 @item ab @var{integer} (@emph{encoding,audio}) 28 @item bt @var{integer} (@emph{encoding,video}) 34 @item flags @var{flags} (@emph{decoding/encoding,audio,video,subtitles}) 54 Set error[?] variables during encoding. 89 @item g @var{integer} (@emph{encoding,video}) 92 @item ar @var{integer} (@emph{decoding/encoding,audio}) 95 @item ac @var{integer} (@emph{decoding/encoding,audio}) 98 @item cutoff @var{integer} (@emph{encoding,audio}) [all …]
|
| /third_party/python/Python/ |
| D | codecs.c | 88 char *encoding; in normalizestring() local 96 encoding = PyMem_Malloc(len + 1); in normalizestring() 97 if (encoding == NULL) in normalizestring() 100 if (!_Py_normalize_encoding(string, encoding, len + 1)) in normalizestring() 103 PyMem_Free(encoding); in normalizestring() 107 v = PyUnicode_FromString(encoding); in normalizestring() 108 PyMem_Free(encoding); in normalizestring() 112 /* Lookup the given encoding and return a tuple providing the codec 115 The encoding string is looked up converted to all lower-case 127 PyObject *_PyCodec_Lookup(const char *encoding) in _PyCodec_Lookup() argument [all …]
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| D | tinyxmlparser.cpp | 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlpha() 133 // to figure out alhabetical vs. not across encoding. So take a very in IsAlpha() 136 // if ( encoding == TIXML_ENCODING_UTF8 ) in IsAlpha() 150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ ) in IsAlphaNum() 154 // to figure out alhabetical vs. not across encoding. So take a very in IsAlphaNum() 157 // if ( encoding == TIXML_ENCODING_UTF8 ) in IsAlphaNum() 175 void Stamp( const char* now, TiXmlEncoding encoding ); 196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding ) in Stamp() argument 262 if ( encoding == TIXML_ENCODING_UTF8 ) in Stamp() 286 if ( encoding == TIXML_ENCODING_UTF8 ) in Stamp() [all …]
|
| /third_party/python/Doc/c-api/ |
| D | codec.rst | 21 .. c:function:: int PyCodec_KnownEncoding(const char *encoding) 24 the given *encoding*. This function always succeeds. 26 .. c:function:: PyObject* PyCodec_Encode(PyObject *object, const char *encoding, const char *errors) 28 Generic codec based encoding API. 31 *encoding* using the error handling method defined by *errors*. *errors* may 35 .. c:function:: PyObject* PyCodec_Decode(PyObject *object, const char *encoding, const char *errors) 40 *encoding* using the error handling method defined by *errors*. *errors* may 48 In the following functions, the *encoding* string is looked up converted to all 53 .. c:function:: PyObject* PyCodec_Encoder(const char *encoding) 55 Get an encoder function for the given *encoding*. [all …]
|
| /third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/ |
| D | generate-converters.rb | 9 def output_file_name(encoding) argument 10 File.join($output_data_dir, sprintf('conv-utf8-%s.tex', encoding)) 27 def output_copyright_notice(outfile, encoding) argument 28 outfile.printf $header, encoding, encoding.upcase, Time.new.year 37 \\errmessage{Unicode character [#1] not in encoding.}% 68 ["t8m", "lth"].each do |encoding| 69 # load encoding 70 e = HyphEncoding.new(encoding) 73 File.open(output_file_name(encoding), "w") do |file_out| 76 output_copyright_notice(file_out, encoding) [all …]
|
| D | generate-ptex-patterns.rb | 25 %% encoding: %s 35 if language.use_old_patterns_comment || !language.encoding || language.encoding == 'ascii' 39 reason = sprintf 'encoding: %s', language.encoding.inspect 45 encoding = encodings[language.encoding] 51 …File.open(File.join(PATH::PTEX, sprintf('hyph-%s.%s.tex', bcp47, language.encoding)), 'w') do |fil… 57 if language.encoding != 'ascii' then 58 patterns = encoding.convert_to_escaped_characters(patterns) 59 exceptions = encoding.convert_to_escaped_characters(exceptions) 62 file_ptex.printf(header, language.babelname, language.bcp47, language.encoding, language.bcp47) 70 code = encoding.unicode_characters[c].code_enc
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
| D | ResourceReader.java | 30 * object the encoding is specified. 39 private String encoding; // null for default encoding field in ResourceReader 51 * in this package, using the given encoding. 54 * @param encoding the encoding of the text file; if unsupported 57 * <code>encoding</code> is not supported by the JDK. 59 public ResourceReader(String resourceName, String encoding) in ResourceReader() argument 61 this(ICUData.class, "data/" + resourceName, encoding); in ResourceReader() 66 * in this package, using the default encoding. 76 * in the given class's package, using the given encoding. 79 * @param encoding the encoding of the text file; if unsupported [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/ |
| D | ResourceReader.java | 31 * object the encoding is specified. 41 private String encoding; // null for default encoding field in ResourceReader 53 * in this package, using the given encoding. 56 * @param encoding the encoding of the text file; if unsupported 59 * <code>encoding</code> is not supported by the JDK. 61 public ResourceReader(String resourceName, String encoding) in ResourceReader() argument 63 this(ICUData.class, "data/" + resourceName, encoding); in ResourceReader() 68 * in this package, using the default encoding. 78 * in the given class's package, using the given encoding. 81 * @param encoding the encoding of the text file; if unsupported [all …]
|
| /third_party/python/Lib/encodings/ |
| D | __init__.py | 3 Standard Python encoding modules are stored in this package 6 Codec modules must have names corresponding to normalized encoding 20 * getaliases() -> sequence of encoding name strings to use as aliases 22 Alias names returned by getaliases() must be normalized encoding 43 def normalize_encoding(encoding): argument 45 """ Normalize an encoding name. 52 Note that encoding names should be ASCII only. 55 if isinstance(encoding, bytes): 56 encoding = str(encoding, "ascii") 60 for c in encoding: [all …]
|
| /third_party/icu/docs/userguide/icu/ |
| D | unicode.md | 57 3. A character encoding scheme defines the representation of numeric values 64 encoding scheme. 79 Various encoding schemes enable large character sets with thousands or tens of 84 Various character sets and encoding schemes have been developed independently, 91 is that the encoding (character set & encoding scheme) must be properly 94 Internet standards. However, very often the encoding is not specified, specified 97 The ISO 2022 encoding scheme was created to store text in many different 133 which allowed for encoding 65,536 characters without complicated multibyte 136 million characters. Several other encoding schemes were added. This introduced 147 and encoding schemes: [all …]
|
| /third_party/curl/tests/data/ |
| D | test418 | 15 Transfer-Encoding: gzip 16 Transfer-Encoding: gzip 17 Transfer-Encoding: gzip 18 Transfer-Encoding: gzip 19 Transfer-Encoding: gzip 20 Transfer-Encoding: gzip 21 Transfer-Encoding: gzip 22 Transfer-Encoding: gzip 23 Transfer-Encoding: gzip 39 Response with multiple Transfer-Encoding headers [all …]
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | Resources.java | 72 * Returns an array of strings containing the locale encoding (e.g. 'en_US', 'de', etc.) 74 * which unique translation of resource bundle items are possible. If a locale encoding is 146 * Given a locale encoding, returns the language portion of that encoding. 151 public static String getLanguage(String encoding) { in getLanguage() argument 152 if (encoding == null) return null; in getLanguage() 153 if (encoding.indexOf("_") < 0) return encoding.trim(); in getLanguage() 154 return encoding.substring(0, encoding.indexOf("_")); in getLanguage() 158 * Given a locale encoding, returns the country portion of that encoding. 165 public static String getCountry(String encoding) { in getCountry() argument 166 if (encoding == null) return null; in getCountry() [all …]
|
| /third_party/openssl/doc/man7/ |
| D | passphrase-encoding.pod | 3 =encoding utf8 7 passphrase-encoding 8 - How diverse parts of OpenSSL treat pass phrases character encoding 25 Using the wrong encoding is expected to cause a decryption failure. 29 PKCS#12 is a bit different regarding pass phrase encoding. 49 encoding of the characters, which it stores as a BMPString. 53 for other character sets, such as any ISO-8859-X encoding other than 66 and "LATIN CAPITAL LETTER Z WITH DOT ABOVE" in ISO-8859-2 encoding), but would 84 other pass phrase encoding may give undefined results. 85 This API relies on the application to ensure UTF-8 encoding, and doesn't check [all …]
|
| /third_party/python/Modules/_io/clinic/ |
| D | _iomodule.c.h | 6 "open($module, /, file, mode=\'r\', buffering=-1, encoding=None,\n" 24 "In text mode, if encoding is not specified the encoding used is platform\n" 25 "dependent: locale.getencoding() is called to get the current locale encoding.\n" 26 "(For reading and writing raw bytes use binary mode and leave encoding\n" 52 "platform-dependent encoding or using the specified encoding if given.\n" 69 "encoding is the name of the encoding used to decode or encode the\n" 70 "file. This should only be used in text mode. The default encoding is\n" 71 "platform dependent, but any encoding supported by Python can be\n" 74 "errors is an optional string that specifies how encoding errors are to\n" 76 "\'strict\' to raise a ValueError exception if there is an encoding error\n" [all …]
|
| /third_party/python/Modules/expat/ |
| D | xmltok.h | 159 struct encoding; 160 typedef struct encoding ENCODING; typedef 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, 172 struct encoding { struct 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 *, [all …]
|
| /third_party/skia/third_party/externals/expat/expat/lib/ |
| D | xmltok.h | 159 struct encoding; 160 typedef struct encoding ENCODING; typedef 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, 172 struct encoding { struct 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 *, [all …]
|