/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
GenDecFile.py | 527 def GenPackageUNIEncodeFile(PackageObject, UniFileHeader = '', Encoding=TAB_ENCODING_UTF16LE):
643 File = codecs.open(ContainerFile, 'w', Encoding)
|
GenInfFile.py | 190 def GenModuleUNIEncodeFile(ModuleObject, UniFileHeader='', Encoding=DT.TAB_ENCODING_UTF16LE):
251 File = codecs.open(ContainerFile, 'wb', Encoding)
[all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 2 # encoding: utf-8 354 === Note About Text Encoding 359 0 and 255. Ruby 1.9 does provide built-in encoding support for multi-byte 361 non-ASCII encoding. However, encoding-savvy recognition code is a future 398 @string = data.to_s.encode( Encoding::UTF_8 ).freeze [all...] |
/external/flatbuffers/js/ |
flatbuffers.js | 54 flatbuffers.Encoding = { 575 * Start encoding a new object in the buffer. Users will not usually need to 1031 * To avoid the conversion to UTF-16, pass flatbuffers.Encoding.UTF8_BYTES as 1037 * @param {flatbuffers.Encoding=} opt_encoding Defaults to UTF16_STRING 1049 if (opt_encoding === flatbuffers.Encoding.UTF8_BYTES) {
|
/external/flatbuffers/tests/ |
monster_test_generated.js | 471 * @param {flatbuffers.Encoding=} optionalEncoding 666 * @param {flatbuffers.Encoding=} optionalEncoding 774 * @param {flatbuffers.Encoding=} optionalEncoding 1157 * @param {flatbuffers.Encoding=} optionalEncoding [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.cpp | 545 uint64_t Encoding; 546 return AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding); 728 // ANDS does not use the same encoding scheme as the others xxxS 790 // encoding becomes the sp register. [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAsmBackend.cpp | 846 return; // Doesn't change encoding. 870 /// \brief Compact unwind encoding values. 896 /// Generate compact unwind encoding for the function based on the CFI [all...] |
/external/regex-re2/re2/ |
compile.cc | 117 enum Encoding { 220 Encoding encoding_; // Input encoding 535 // encoding (Latin 1 or UTF-8). [all...] |
/external/tinyxml/ |
xmltest.cpp | 561 // the word "resume" with the correct accents, in a latin encoding. 570 XmlTest( "Legacy encoding: Verify text element.", "r\x82sum\x82", text->Value() ); 618 dec.Parse( "<?xml version='1.0' encoding='UTF-8'?>", 0, TIXML_ENCODING_UNKNOWN ); 623 XmlTest( "Copy/Assign: declaration copy.", "UTF-8", decCopy.Encoding() ); 624 XmlTest( "Copy/Assign: text assign.", "UTF-8", decAssign.Encoding() ); 982 "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"
|
/prebuilts/go/darwin-x86/src/encoding/base32/ |
base32_test.go | 86 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, bb.String(), bigtest.encoded)
|
/prebuilts/go/darwin-x86/src/net/http/ |
header.go | 172 // canonical key for "accept-encoding" is "Accept-Encoding".
|
transport.go | 132 // requesting compression with an "Accept-Encoding: gzip" 134 // Accept-Encoding value. If the Transport requests gzip on [all...] |
/prebuilts/go/linux-x86/src/encoding/base32/ |
base32_test.go | 86 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, bb.String(), bigtest.encoded)
|
/prebuilts/go/linux-x86/src/net/http/ |
header.go | 172 // canonical key for "accept-encoding" is "Accept-Encoding".
|
transport.go | 132 // requesting compression with an "Accept-Encoding: gzip" 134 // Accept-Encoding value. If the Transport requests gzip on [all...] |
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 665 Encoding,
|
/external/skia/tests/ |
FontMgrTest.cpp | 134 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
xml_test.go | 18 <?xml version="1.0" encoding="UTF-8"?> 38 ProcInst{"xml", []byte(`version="1.0" encoding="UTF-8"`)}, 75 ProcInst{"xml", []byte(`version="1.0" encoding="UTF-8"`)}, 111 <?xml version="1.0" encoding="x-testing-uppercase"?> 116 ProcInst{"xml", []byte(`version="1.0" encoding="x-testing-uppercase"`)}, 274 const encoding = "x-testing-uppercase" 275 if !strings.Contains(err.Error(), encoding) { 277 encoding, err) 657 {`version="1.0" encoding="utf-8"`, [2]string{"1.0", "utf-8"}}, 658 {`version="1.0" encoding='utf-8'`, [2]string{"1.0", "utf-8"}} [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml_test.go | 18 <?xml version="1.0" encoding="UTF-8"?> 38 ProcInst{"xml", []byte(`version="1.0" encoding="UTF-8"`)}, 75 ProcInst{"xml", []byte(`version="1.0" encoding="UTF-8"`)}, 111 <?xml version="1.0" encoding="x-testing-uppercase"?> 116 ProcInst{"xml", []byte(`version="1.0" encoding="x-testing-uppercase"`)}, 274 const encoding = "x-testing-uppercase" 275 if !strings.Contains(err.Error(), encoding) { 277 encoding, err) 657 {`version="1.0" encoding="utf-8"`, [2]string{"1.0", "utf-8"}}, 658 {`version="1.0" encoding='utf-8'`, [2]string{"1.0", "utf-8"}} [all...] |
/external/libvorbis/doc/ |
05-comment.tex | 29 \subsection{Comment encoding} 163 however, use the UTF-8 character encoding to allow easy representation 197 \subsubsection{Encoding}
|
/external/llvm/lib/IR/ |
DIBuilder.cpp | 198 unsigned Encoding) { 201 AlignInBits, Encoding); [all...] |
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
FieldMask.cs | 52 /// Field masks also have a custom JSON encoding (see below). 133 /// # JSON Encoding of Field Masks
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
DIBuilder.cpp | 27 "Tag too large for debug encoding!"); 164 ConstantInt::get(Type::getInt32Ty(VMContext), 0), // Encoding 173 unsigned Encoding) { 187 ConstantInt::get(Type::getInt32Ty(VMContext), Encoding) [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
reader.h | 139 kParseValidateEncodingFlag = 2, //!< Validate encoding of JSON strings.
180 template<typename Encoding = UTF8<>, typename Derived = void>
182 typedef typename Encoding::Ch Ch;
357 //! SAX-style JSON parser. Use \ref Reader for UTF8 encoding and default allocator.
369 \tparam SourceEncoding Encoding of the input stream.
370 \tparam TargetEncoding Encoding of the parse output.
664 // This function handles the prefix/suffix double quotes, escaping, and optional encoding validation.
[all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
const.go | 133 AttrEncoding: "Encoding", 184 // A format is a DWARF data encoding format.
|