/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Program.h | 137 /// File encoding options when writing contents that a non-UTF8 tool will 140 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 141 /// encoding conversion". 148 /// using a specific encoding. 150 /// This write file function adds the possibility to choose which encoding 152 /// writing files with internationalization support with an encoding that is 159 /// it to your desired encoding before writing to the file. 169 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Program.h | 137 /// File encoding options when writing contents that a non-UTF8 tool will 140 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 141 /// encoding conversion". 148 /// using a specific encoding. 150 /// This write file function adds the possibility to choose which encoding 152 /// writing files with internationalization support with an encoding that is 159 /// it to your desired encoding before writing to the file. 169 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
Program.h | 137 /// File encoding options when writing contents that a non-UTF8 tool will 140 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 141 /// encoding conversion". 148 /// using a specific encoding. 150 /// This write file function adds the possibility to choose which encoding 152 /// writing files with internationalization support with an encoding that is 159 /// it to your desired encoding before writing to the file. 169 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
Program.h | 140 /// File encoding options when writing contents that a non-UTF8 tool will 143 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 144 /// encoding conversion". 151 /// using a specific encoding. 153 /// This write file function adds the possibility to choose which encoding 155 /// writing files with internationalization support with an encoding that is 162 /// it to your desired encoding before writing to the file. 172 WindowsEncodingMethod Encoding = WEM_UTF8);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdxmldom.h | 23 WORD Encoding;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 34 * Static methods for encoding header field values. This includes encoded-words 83 public enum Encoding { 84 /** The B encoding (identical to base64 defined in RFC 2045). */ 86 /** The Q encoding (similar to quoted-printable defined in RFC 2045). */ 191 * @return the specified text if encoding is not necessary or an encoded 232 // than 78 characters each. Encoding as encoded-words makes 254 * encoding to use for the encoded-word are detected automatically. 278 * encoding to use for the encoded-word are detected automatically. 312 * @param encoding 313 * the encoding to use for the encoded-word (either B or Q). [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceAssemblerARM32.cpp | 65 // Constants used for the decoding or encoding of the individual fields of 87 // Immediate instruction fields encoding. 111 // Type of instruction encoding (bits 25-27). See ARM section A5.1 148 // Follows encoding in ARM section A8.4.1 "Constant shifts". 250 // Alternate encoding for RotatedImm8Address, where the offset is divided by 4 251 // before encoding. 257 // Alternate encoding 3, for an address modified by a rotated immediate 8-bit 261 // Encoding where no immediate offset is used. 325 // Sets Encoding to a rotated Imm8 encoding of Value, if possible [all...] |
/external/clang/lib/Format/ |
FormatTokenLexer.cpp | 28 encoding::Encoding Encoding) 33 Encoding(Encoding), FirstInLineIndex(0), FormattingDisabled(false), 254 BacktickToken->ColumnWidth = encoding::columnWidthWithTabs( 255 FirstLineText, BacktickToken->OriginalColumn, Style.TabWidth, Encoding); 260 BacktickToken->LastLineColumnWidth = encoding::columnWidthWithTabs( 262 Style.TabWidth, Encoding); 293 String->ColumnWidth = encoding::columnWidthWithTabs [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 50 unsigned Encoding = getPersonalityEncoding(); 51 switch (Encoding & 0x70) { 53 report_fatal_error("We do not support this DWARF encoding yet!"); 319 unsigned Encoding, MCStreamer &Streamer) const { 321 if (Encoding & dwarf::DW_EH_PE_indirect) { 338 getExprForDwarfReference(SSym, Encoding & ~dwarf::DW_EH_PE_indirect, Streamer); 342 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer); 494 MachineModuleInfo *MMI, unsigned Encoding, 498 if (Encoding & DW_EH_PE_indirect) { 518 getExprForDwarfReference(SSym, Encoding & ~dwarf::DW_EH_PE_indirect, Streamer) [all...] |
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
documenttest.cpp | 421 typedef UTF8<> Encoding;
422 typedef GenericDocument<Encoding, Allocator> Document;
428 typedef GenericReader<Encoding, Encoding, Allocator> Reader;
430 GenericStringStream<Encoding> is("[\"one\", \"two\", \"three\"]");
518 typedef UTF8<> Encoding;
519 typedef GenericDocument<Encoding, Allocator> Document;
525 typedef GenericReader<Encoding, Encoding, Allocator> Reader;
527 GenericStringStream<Encoding> is("[\"one\", \"two\", \"three\"]"); [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
requestwrite_test.go | 48 "Accept-Encoding": {"gzip,deflate"}, 65 "Accept-Encoding: gzip,deflate\r\n" + 75 "Accept-Encoding: gzip,deflate\r\n" + 100 "Transfer-Encoding: chunked\r\n\r\n" + 106 "Transfer-Encoding: chunked\r\n\r\n" + 131 "Transfer-Encoding: chunked\r\n\r\n" + 138 "Transfer-Encoding: chunked\r\n\r\n" + 236 "Transfer-Encoding: chunked\r\n" + 242 "Transfer-Encoding: chunked\r\n" + 288 "Transfer-Encoding: chunked\r\n\r\n" [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
requestwrite_test.go | 48 "Accept-Encoding": {"gzip,deflate"}, 65 "Accept-Encoding: gzip,deflate\r\n" + 75 "Accept-Encoding: gzip,deflate\r\n" + 100 "Transfer-Encoding: chunked\r\n\r\n" + 106 "Transfer-Encoding: chunked\r\n\r\n" + 131 "Transfer-Encoding: chunked\r\n\r\n" + 138 "Transfer-Encoding: chunked\r\n\r\n" + 236 "Transfer-Encoding: chunked\r\n" + 242 "Transfer-Encoding: chunked\r\n" + 288 "Transfer-Encoding: chunked\r\n\r\n" [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ExpandPseudoInsts.cpp | 116 uint64_t Encoding; 117 if (AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding)) { 123 .addImm(Encoding); 146 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { 149 return AArch64_AM::processLogicalImmediate(Chunk, 64, Encoding); 177 uint64_t Encoding = 0; 181 if ((Count != 2 && Count != 3) || !canUseOrr(ChunkVal, Encoding)) 190 .addImm(Encoding); 367 uint64_t Encoding = 0; 368 AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding); [all...] |
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
dump_test.go | 48 "Transfer-Encoding: chunked\r\n\r\n" + 75 "Accept-Encoding: gzip\r\n\r\n", 87 "Accept-Encoding: gzip\r\n\r\n", 110 "Accept-Encoding: gzip\r\n\r\n", 139 "Accept-Encoding: gzip\r\n\r\n" + 196 "Accept-Encoding: gzip\r\n\r\n", 335 Transfer-Encoding: chunked
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
dump_test.go | 48 "Transfer-Encoding: chunked\r\n\r\n" + 75 "Accept-Encoding: gzip\r\n\r\n", 87 "Accept-Encoding: gzip\r\n\r\n", 110 "Accept-Encoding: gzip\r\n\r\n", 139 "Accept-Encoding: gzip\r\n\r\n" + 196 "Accept-Encoding: gzip\r\n\r\n", 335 Transfer-Encoding: chunked
|
/cts/tests/tests/util/src/android/util/cts/ |
XmlTest.java | 248 Xml.Encoding.US_ASCII, dc); 280 Xml.Encoding.UTF_8, dc); 312 Xml.Encoding.UTF_16, dc); 344 Xml.Encoding.ISO_8859_1, dc); 386 assertEquals(Xml.Encoding.UTF_8, Xml.findEncodingByName(STR_UTF_8)); 387 assertEquals(Xml.Encoding.UTF_16, Xml.findEncodingByName(STR_UTF_16)); 388 assertEquals(Xml.Encoding.US_ASCII, Xml.findEncodingByName(STR_US_ASCII)); 389 assertEquals(Xml.Encoding.ISO_8859_1, Xml.findEncodingByName(STR_ISO_8859_1));
|
/external/curl/tests/ |
http_pipe.py | 242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], 285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body)
|
/external/llvm/include/llvm/CodeGen/ |
TargetLoweringObjectFileImpl.h | 73 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding, 120 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
|