HomeSort by relevance Sort by last modified time
    Searched defs:encoding (Results 151 - 175 of 1576) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 50 * A collection of utilities for encoding URLs.
73 * @param encoding
74 * encoding to use while parsing the query
76 public static List <NameValuePair> parse (final URI uri, final String encoding) {
81 parse(result, new Scanner(query), encoding);
88 * {@link HttpEntity}. The encoding is taken from the entity's
89 * Content-Encoding header.
103 final Header encoding = entity.getContentEncoding(); local
107 encoding != null ? encoding.getValue() : null)
    [all...]
  /external/clang/lib/Format/
Encoding.h 1 //===--- Encoding.h - Format C++ code -------------------------------------===//
11 /// \brief Contains functions for text encoding manipulation. Supports UTF-8,
26 namespace encoding { namespace in namespace:clang::format
28 enum Encoding {
33 /// \brief Detects encoding of the Text. If the Text can be decoded using UTF-8,
34 /// it is considered UTF8, otherwise we treat it as some 8-bit encoding.
35 inline Encoding detectEncoding(StringRef Text) {
52 /// Encoding.
53 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) {
    [all...]
  /external/elfutils/backends/
aarch64_retval.c 91 Dwarf_Word encoding; local
94 || dwarf_formudata (&attr_mem, &encoding) != 0)
97 switch (encoding)
320 Dwarf_Word encoding; local
323 &encoding) != 0)
326 switch (encoding)
ppc_retval.c 134 Dwarf_Word encoding; local
138 &encoding) != 0)
140 if (encoding == DW_ATE_float)
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 142 encoding::EncodingOption(encoding::EncodingOption::kQRCode, 64),
172 Options_Encoding* encoding = proto.add_input_encodings(); local
173 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_NUMERIC);
174 encoding->set_symbol_length(16);
176 encoding = proto.add_input_encodings();
177 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_ALPHANUMERIC);
178 encoding->set_symbol_length(32);
180 encoding = proto.add_output_encodings();
181 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_HEXADECIMAL)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
ResourceReader.java 31 * object the encoding is specified.
41 private String encoding; // null for default encoding field in class:ResourceReader
53 * in this package, using the given encoding.
56 * @param encoding the encoding of the text file; if unsupported
59 * <code>encoding</code> is not supported by the JDK.
61 public ResourceReader(String resourceName, String encoding)
63 this(ICUData.class, "data/" + resourceName, encoding);
68 * in this package, using the default encoding
    [all...]
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 104 const CMAPFormat12Encoding *encoding = (const CMAPFormat12Encoding *) subtable; local
106 return new CMAPGroupMapper(cmap, encoding->groups, SWAPL(encoding->nGroups));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
ResourceReader.java 30 * object the encoding is specified.
39 private String encoding; // null for default encoding field in class:ResourceReader
51 * in this package, using the given encoding.
54 * @param encoding the encoding of the text file; if unsupported
57 * <code>encoding</code> is not supported by the JDK.
59 public ResourceReader(String resourceName, String encoding)
61 this(ICUData.class, "data/" + resourceName, encoding);
66 * in this package, using the default encoding
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 34 String encoding; field in class:Document
40 return encoding;
44 this.encoding = enc;
86 encoding = parser.getInputEncoding();
122 writer.startDocument(encoding, standalone);
  /external/libcups/cups/
testi18n.c 32 { /* Encoding strings */
149 cups_encoding_t encoding; /* Source encoding */ local
164 for (i = 0, encoding = CUPS_AUTO_ENCODING;
169 encoding = (cups_encoding_t)i;
173 if (encoding == CUPS_AUTO_ENCODING)
181 if (cupsCharsetToUTF8(utf8dest, line, sizeof(utf8dest), encoding) < 0)
  /external/libunwind_llvm/src/
Unwind_AppleExtras.cpp 29 unsigned long encoding; member in struct:libgcc_object
  /external/nist-sip/java/gov/nist/javax/sip/header/
AcceptLanguage.java 75 StringBuffer encoding = new StringBuffer(); local
77 encoding.append(languageRange);
80 encoding.append(SEMICOLON).append(parameters.encode());
82 return encoding.toString();
StatusLine.java 116 String encoding = SIPConstants.SIP_VERSION_STRING + SP + statusCode; local
118 encoding += SP + reasonPhrase;
119 encoding += NEWLINE;
120 return encoding;
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingVector.java 63 StringBuffer encoding = new StringBuffer(); local
72 nv.encode( encoding );
77 encoding.append(SEMICOLON).append(
83 encoding.append(SEMICOLON).append(ParameterNamesIms.TERM_IOI)
88 encoding.append(SEMICOLON).append(ParameterNamesIms.ORIG_IOI)
91 return encoding.toString();
  /external/python/cpython3/Include/
py_curses.h 79 char *encoding; member in struct:__anon33167
  /external/python/cpython3/Lib/
asynchat.py 61 # we don't want to enable the use of encoding by default, because that is a
65 encoding = 'latin-1' variable in class:async_chat
101 term = bytes(term, self.encoding)
125 data = bytes(str, self.encoding)
247 data = bytes(data, self.encoding)
  /external/tensorflow/tensorflow/core/kernels/
fixed_length_record_reader_op.cc 37 int64 hop_bytes, const string& encoding, Env* env)
46 encoding_(encoding) {}
185 string encoding; local
186 OP_REQUIRES_OK(context, context->GetAttr("encoding", &encoding));
188 encoding, env]() {
190 footer_bytes, hop_bytes, encoding,
  /external/vixl/test/aarch32/
test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-a32.cc 101 const byte* encoding; member in struct:vixl::aarch32::__anon43285::TestResult
104 // Each element of this array produce one instruction encoding.
275 // the encoding. We can parse the comment to figure out what
286 // Check we've emitted the exact same encoding as present in the
289 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
298 printf("0x%02" PRIx8, reference[i].encoding[j]);
300 printf(", 0x%02" PRIx8, reference[i].encoding[j]);
test-assembler-cond-dt-drt-drd-drn-drm-float-f32-only-t32.cc 101 const byte* encoding; member in struct:vixl::aarch32::__anon43286::TestResult
104 // Each element of this array produce one instruction encoding.
275 // the encoding. We can parse the comment to figure out what
286 // Check we've emitted the exact same encoding as present in the
289 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
298 printf("0x%02" PRIx8, reference[i].encoding[j]);
300 printf(", 0x%02" PRIx8, reference[i].encoding[j]);
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-a32.cc 92 const byte* encoding; member in struct:vixl::aarch32::__anon43287::TestResult
95 // Each element of this array produce one instruction encoding.
257 // the encoding. We can parse the comment to figure out what
268 // Check we've emitted the exact same encoding as present in the
271 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
280 printf("0x%02" PRIx8, reference[i].encoding[j]);
282 printf(", 0x%02" PRIx8, reference[i].encoding[j]);
test-assembler-cond-dt-drt-drd-drn-drm-float-not-f16-t32.cc 92 const byte* encoding; member in struct:vixl::aarch32::__anon43288::TestResult
95 // Each element of this array produce one instruction encoding.
257 // the encoding. We can parse the comment to figure out what
268 // Check we've emitted the exact same encoding as present in the
271 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
280 printf("0x%02" PRIx8, reference[i].encoding[j]);
282 printf(", 0x%02" PRIx8, reference[i].encoding[j]);
test-assembler-cond-rd-operand-const-can-use-pc-a32.cc 93 const byte* encoding; member in struct:vixl::aarch32::__anon43294::TestResult
96 // Each element of this array produce one instruction encoding.
    [all...]
test-assembler-cond-rd-operand-const-cannot-use-pc-a32.cc 93 const byte* encoding; member in struct:vixl::aarch32::__anon43295::TestResult
96 // Each element of this array produce one instruction encoding.
    [all...]
test-assembler-cond-rd-operand-const-t32.cc 97 const byte* encoding; member in struct:vixl::aarch32::__anon43296::TestResult
100 // Each element of this array produce one instruction encoding.
    [all...]
test-assembler-cond-rd-operand-imm16-t32.cc 92 const byte* encoding; member in struct:vixl::aarch32::__anon43297::TestResult
95 // Each element of this array produce one instruction encoding.
547 // the encoding. We can parse the comment to figure out wha
    [all...]

Completed in 410 milliseconds

1 2 3 4 5 67 8 91011>>