| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| rapidjson.h | 570 template <typename Encoding>
572 typedef typename Encoding::Ch Ch;
589 template <typename Encoding>
590 struct StreamTraits<GenericStringStream<Encoding> > {
594 //! String stream with UTF8 encoding.
604 template <typename Encoding>
606 typedef typename Encoding::Ch Ch;
630 template <typename Encoding>
631 struct StreamTraits<GenericInsituStringStream<Encoding> > {
635 //! Insitu string stream with UTF8 encoding. [all...] |
| /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
| SIMCCodeEmitter.cpp | 33 // NOTE: This enum is only used to identify the encoding type within LLVM, 34 // the actual encoding type that is part of the instruction format is different 36 enum Encoding { 77 /// getMachineOpValue - Reutrn the encoding for an MCOperand. 86 /// GPR2AlignEncode - Encoding for when 2 consecutive registers are used 90 /// GPR4AlignEncode - Encoding for when 4 consectuive registers are used 99 /// SMRDmemriEncode - Encoding for SMRD indexed loads 111 ///getEncodingBytes - Get then size in bytes of this instructions encoding. 114 /// getRegBinaryCode - Returns the hardware encoding for a register 117 /// getHWRegNum - Generated function that returns the hardware encoding fo [all...] |
| /external/skia/include/core/ |
| SkTypeface.h | 155 enum Encoding { 162 * Given an array of character codes, of the specified encoding, 166 * @param encoding how the characters are encoded 177 int charsToGlyphs(const void* chars, Encoding encoding, uint16_t glyphs[], 352 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
|
| /external/avahi/avahi-sharp/ |
| Utility.cs | 50 return Encoding.UTF8.GetString (bytes); 68 return Encoding.UTF8.GetBytes (str + "\0"); // lame.
|
| /external/avahi/avahi-ui-sharp/ |
| bssh.cs | 22 string txt = System.Text.Encoding.UTF8.GetString (txtBytes);
|
| /external/llvm/lib/Analysis/ |
| ModuleDebugInfoPrinter.cpp | 108 if (const char *Encoding = 110 O << Encoding; 112 O << "unknown-encoding(" << BT->getEncoding() << ')';
|
| /external/llvm/include/llvm/Support/ |
| Program.h | 135 /// File encoding options when writing contents that a non-UTF8 tool will 138 /// UTF-8 is the LLVM native encoding, being the same as "do not perform 139 /// encoding conversion". 146 /// using a specific encoding. 148 /// This write file function adds the possibility to choose which encoding 150 /// writing files with internationalization support with an encoding that is 157 /// it to your desired encoding before writing to the file. 167 WindowsEncodingMethod Encoding = WEM_UTF8);
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| AArch64MCAsmInfo.cpp | 54 const MCSymbol *Sym, unsigned Encoding, MCStreamer &Streamer) const {
|
| /external/llvm/lib/Target/ |
| TargetLoweringObjectFile.cpp | 291 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, 297 return getTTypeReference(Ref, Encoding, Streamer); 301 getTTypeReference(const MCSymbolRefExpr *Sym, unsigned Encoding, 303 switch (Encoding & 0x70) { 305 report_fatal_error("We do not support this DWARF encoding yet!");
|
| /external/llvm/lib/Target/X86/ |
| X86TargetObjectFile.cpp | 27 const GlobalValue *GV, unsigned Encoding, Mangler &Mang, 33 if ((Encoding & DW_EH_PE_indirect) && (Encoding & DW_EH_PE_pcrel)) { 42 GV, Encoding, Mang, TM, MMI, Streamer);
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| wsdxmldom.h | 31 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...] |
| /packages/services/Telephony/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...] |
| /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...] |
| /cts/tests/tests/util/src/android/util/cts/ |
| XmlTest.java | 31 import android.util.Xml.Encoding; 240 Xml.Encoding.US_ASCII, dc); 272 Xml.Encoding.UTF_8, dc); 304 Xml.Encoding.UTF_16, dc); 336 Xml.Encoding.ISO_8859_1, dc); 376 assertEquals(Xml.Encoding.UTF_8, Xml.findEncodingByName(STR_UTF_8)); 377 assertEquals(Xml.Encoding.UTF_16, Xml.findEncodingByName(STR_UTF_16)); 378 assertEquals(Xml.Encoding.US_ASCII, Xml.findEncodingByName(STR_US_ASCII)); 379 assertEquals(Xml.Encoding.ISO_8859_1, Xml.findEncodingByName(STR_ISO_8859_1));
|
| /external/llvm/lib/Target/AArch64/ |
| AArch64ExpandPseudoInsts.cpp | 106 uint64_t Encoding; 107 if (AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding)) { 113 .addImm(Encoding); 136 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { 139 return AArch64_AM::processLogicalImmediate(Chunk, 64, Encoding); 167 uint64_t Encoding = 0; 171 if ((Count != 2 && Count != 3) || !canUseOrr(ChunkVal, Encoding)) 180 .addImm(Encoding); 357 uint64_t Encoding = 0; 358 AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding); [all...] |
| /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 | 69 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding, 111 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
|
| /external/llvm/include/llvm/Target/ |
| TargetLoweringObjectFile.h | 122 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding, 139 getTTypeReference(const MCSymbolRefExpr *Sym, unsigned Encoding, 168 /// \brief Target GOT "PC"-relative relocation supports encoding an additional
|
| /external/v8/src/parsing/ |
| scanner-character-streams.h | 94 v8::ScriptCompiler::StreamedSource::Encoding encoding) 96 encoding_(encoding), 131 v8::ScriptCompiler::StreamedSource::Encoding encoding_;
|
| /external/wpa_supplicant_8/hs20/server/www/ |
| est.php | 83 header("Content-Transfer-Encoding: base64"); 91 header("Content-Transfer-Encoding: base64"); 185 header("Content-Transfer-Encoding: base64");
|
| /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
| eh4.s | 40 .byte 0x1b # FDE Encoding (pcrel sdata4) 71 .byte 0x1b # FDE Encoding (pcrel sdata4)
|
| /external/clang/include/clang/Basic/ |
| SourceLocation.h | 142 /// an (opaque) 32-bit integer encoding for it. 148 /// \brief Turn a raw encoding of a SourceLocation object into 152 static SourceLocation getFromRawEncoding(unsigned Encoding) { 154 X.ID = Encoding; 159 /// an (opaque) pointer encoding for it. 169 /// \brief Turn a pointer encoding of a SourceLocation object back 171 static SourceLocation getFromPtrEncoding(const void *Encoding) { 172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
|
| /external/llvm/utils/TableGen/ |
| X86RecognizableInstr.h | 45 /// encoding and therefore distinct from the UID 49 // The encoding field from the record 50 uint8_t Encoding; 127 /// immediateEncodingFromString - Translates an immediate encoding from the 134 /// @return - The operand's encoding. 158 /// \brief Adjust the encoding type for an operand based on the instruction. 159 void adjustOperandEncoding(OperandEncoding &encoding);
|
| /external/skia/src/fonts/ |
| SkTestScalerContext.h | 82 int onCharsToGlyphs(const void* chars, Encoding encoding,
|