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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/util/
Xml.java 78 public static void parse(InputStream in, Encoding encoding,
83 source.setEncoding(encoding.expatName);
129 public enum Encoding {
138 Encoding(String expatName) {
144 * Finds an encoding by name. Returns UTF-8 if you pass {@code null}.
146 public static Encoding findEncodingByName(String encodingName)
149 return Encoding.UTF_8;
152 for (Encoding encoding : Encoding.values())
    [all...]
  /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/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...]
  /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...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CertPath.java 48 * Supported encoding types for CerthPath. Used by the various APIs that
51 private enum Encoding {
57 Encoding(String apiName) {
61 static Encoding findByApiName(String apiName) throws CertificateEncodingException {
62 for (Encoding element : values()) {
75 Encoding.PKI_PATH.apiName,
76 Encoding.PKCS7.apiName,
79 private static final Encoding DEFAULT_ENCODING = Encoding.PKI_PATH;
98 private byte[] getEncoded(Encoding encoding) throws CertificateEncodingException
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathSupport.py 41 def CodecOpenLongFilePath(Filename, Mode='rb', Encoding=None, Errors='strict', Buffering=1):
42 return codecs.open(LongFilePath(Filename), Mode, Encoding, Errors, Buffering)
  /external/curl/docs/cmdline-opts/
tr-encoding.d 1 Long: tr-encoding
3 Help: Request compressed transfer encoding
6 Request a compressed Transfer-Encoding response using one of the algorithms
  /external/v8/src/
background-parsing-task.h 27 ScriptCompiler::StreamedSource::Encoding encoding)
28 : source_stream(source_stream), encoding(encoding) {}
34 ScriptCompiler::StreamedSource::Encoding encoding; member in struct:v8::internal::StreamedSource
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 32 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 32 unsigned Encoding,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 96 static const char *DecodeDWARFEncoding(unsigned Encoding) {
97 switch (Encoding) {
119 return "<unknown encoding>";
124 /// encoding. If verbose assembly output is enabled, we output comments
125 /// describing the encoding. Desc is an optional string saying what the
126 /// encoding is specifying (e.g. "LSDA").
130 OutStreamer.AddComment(Twine(Desc)+" Encoding = " +
133 OutStreamer.AddComment(Twine("Encoding = ") +
140 /// GetSizeOfEncodedValue - Return the size of the encoding in bytes.
141 unsigned AsmPrinter::GetSizeOfEncodedValue(unsigned Encoding) const
    [all...]
  /external/clang/lib/Format/
BreakableToken.cpp 46 encoding::Encoding Encoding) {
56 encoding::getCodePointNumBytes(Text[MaxSplitBytes], Encoding);
58 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar),
59 ContentStartColumn, TabWidth, Encoding);
87 unsigned TabWidth, encoding::Encoding Encoding) {
    [all...]

Completed in 998 milliseconds

12 3 4 5 6 7 8 91011>>