HomeSort by relevance Sort by last modified time
    Searched defs:Encoding (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/clang/lib/Format/
ContinuationIndenter.h 19 #include "Encoding.h"
43 encoding::Encoding Encoding,
143 encoding::Encoding Encoding;
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 43 /// single bit to indicate if it is a literal encoding. If so, the value is
44 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
85 /// 2. It could be an encoding specification ("this operand encoded like so").
88 uint64_t Val; // A literal value or data for an encoding.
90 unsigned Enc : 3; // The encoding to use.
92 enum Encoding {
95 Array = 3, // A sequence of fields, next field species elt encoding.
101 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
110 // Accessors for encoding info.
111 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlStreamRenderer.java 184 Encoding.encodeHtmlOnto(value, output);
238 Encoding.stripBannedCodeunits(cdataContent);
269 Encoding.encodeHtmlOnto(text, output); // Works for RCDATA.
  /external/skia/tests/
SRGBReadWritePixelsTest.cpp 151 enum class Encoding {
158 static sk_sp<SkColorSpace> encoding_as_color_space(Encoding encoding) {
159 switch (encoding) {
160 case Encoding::kUntagged: return nullptr;
161 case Encoding::kLinear: return SkColorSpace::MakeSRGBLinear();
162 case Encoding::kSRGB: return SkColorSpace::MakeSRGB();
167 static GrPixelConfig encoding_as_pixel_config(Encoding encoding) {
168 switch (encoding) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitCodes.h 41 /// single bit to indicate if it is a literal encoding. If so, the value is
42 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
82 /// 2. It could be an encoding specification ("this operand encoded like so").
85 uint64_t Val; // A literal value or data for an encoding.
87 unsigned Enc : 3; // The encoding to use.
89 enum Encoding {
92 Array = 3, // A sequence of fields, next field species elt encoding.
98 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
107 // Accessors for encoding info.
108 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceRegistersARM32.h 27 /// An enum of every register. The enum value may not match the encoding used
41 /// An enum of GPR Registers. The enum value does match the encoding used to
52 /// An enum of FP32 S-Registers. The enum value does match the encoding used
63 /// An enum of FP64 D-Registers. The enum value does match the encoding used
74 /// An enum of 128-bit Q-Registers. The enum value does match the encoding
87 unsigned Encoding : 10;
127 return GPRRegister(RegTable[RegNum].Encoding);
147 return GPRRegister(RegTable[RegNum].Encoding);
152 return GPRRegister(RegTable[RegNum].Encoding + 1);
177 return SRegister(RegTable[RegNum].Encoding);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitCodes.h 50 /// single bit to indicate if it is a literal encoding. If so, the value is
51 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
92 /// 2. It could be an encoding specification ("this operand encoded like so").
95 uint64_t Val; // A literal value or data for an encoding.
97 unsigned Enc : 3; // The encoding to use.
99 enum Encoding {
102 Array = 3, // A sequence of fields, next field species elt encoding.
108 explicit BitCodeAbbrevOp(Encoding E, uint64_t Data = 0)
117 // Accessors for encoding info.
118 Encoding getEncoding() const { assert(isEncoding()); return (Encoding)Enc;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 23 WORD Encoding;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 40 private static final Map<Integer, Encoding> defaultEncodings;
42 Map<Integer, Encoding> map = new LinkedHashMap<>();
43 map.put( 0x0, Encoding.PERCENT); // Null character
44 map.put( 0x1, Encoding.PERCENT); // Start of Header
45 map.put( 0x2, Encoding.PERCENT); // Start of Text
46 map.put( 0x3, Encoding.PERCENT); // End of Text
47 map.put( 0x4, Encoding.PERCENT); // End of Transmission
48 map.put( 0x5, Encoding.PERCENT); // Enquiry
49 map.put( 0x6, Encoding.PERCENT); // Acknowledgment
50 map.put( 0x7, Encoding.PERCENT); // Bel
209 Encoding encoding = entry.getValue(); local
    [all...]
  /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/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 55 unsigned Encoding = getPersonalityEncoding();
56 if ((Encoding & 0x80) == dwarf::DW_EH_PE_indirect)
59 if ((Encoding & 0x70) == dwarf::DW_EH_PE_absptr)
61 report_fatal_error("We do not support this DWARF encoding yet!");
87 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
91 if (Encoding & dwarf::DW_EH_PE_indirect) {
106 Encoding & ~dwarf::DW_EH_PE_indirect, Streamer);
110 getTTypeGlobalReference(GV, Encoding, Mang, TM, MMI, Streamer);
673 const GlobalValue *GV, unsigned Encoding, Mangler &Mang,
678 if (Encoding & DW_EH_PE_indirect)
    [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...]

Completed in 2304 milliseconds

12 3 4 5 6