HomeSort by relevance Sort by last modified time
    Searched refs:ENCODING (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/llvm/test/MC/ARM/
coff-relocations.s 5 @ RUN: | llvm-objdump -d - | FileCheck %s -check-prefix CHECK-ENCODING
17 @ CHECK-ENCODING-LABEL: branch24t
18 @ CHECK-ENCODING-NEXT: b.w #0
24 @ CHECK-ENCODING-LABEL: branch20t
25 @ CHECK-ENCODING-NEXT: blo.w #0
31 @ CHECK-ENCODING-LABEL: blx23t
32 @ CHECK-ENCODING-NEXT: bl #0
40 @ CHECK-ENCODING-LABEL: mov32t
41 @ CHECK-ENCODING-NEXT: movw r0, #0
42 @ CHECK-ENCODING-NEXT: movt r0, #
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 192 Encoding = byteFromRec(Rec, "OpEncBits");
271 if (Encoding == X86Local::EVEX) {
359 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
459 Spec->operands[operandIndex].encoding = ENCODING_DUP;
467 Spec->operands[operandIndex].encoding = encodingFromString(typeName,
878 // For instructions with a REX_W prefix, a declared 32-bit register encoding
884 // immediate encoding is special.
889 // immediate encoding is special.
    [all...]
  /external/expat/lib/
xmltok.h 125 struct encoding;
126 typedef struct encoding ENCODING;
128 typedef int (PTRCALL *SCANNER)(const ENCODING *,
133 struct encoding { struct
136 int (PTRCALL *sameName)(const ENCODING *,
139 int (PTRCALL *nameMatchesAscii)(const ENCODING *,
143 int (PTRFASTCALL *nameLength)(const ENCODING *, const char *);
144 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *);
145 int (PTRCALL *getAtts)(const ENCODING *enc
    [all...]
xmltok_ns.c 8 const ENCODING *
14 const ENCODING *
29 static const ENCODING * const NS(encodings)[] = {
40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end,
48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end,
56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr,
71 static const ENCODING *
72 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end)
92 const ENCODING *enc,
99 const ENCODING **encoding
    [all...]
xmlrole.c 105 const ENCODING *enc);
132 const ENCODING *enc)
169 const ENCODING *enc)
200 const ENCODING *enc)
221 const ENCODING *enc)
239 const ENCODING *enc)
269 const ENCODING *enc)
286 const ENCODING *enc)
303 const ENCODING *enc)
323 const ENCODING *enc
    [all...]
xmltok.c 125 isNever(const ENCODING *enc, const char *p)
131 utf8_isName2(const ENCODING *enc, const char *p)
137 utf8_isName3(const ENCODING *enc, const char *p)
145 utf8_isNmstrt2(const ENCODING *enc, const char *p)
151 utf8_isNmstrt3(const ENCODING *enc, const char *p)
159 utf8_isInvalid2(const ENCODING *enc, const char *p)
165 utf8_isInvalid3(const ENCODING *enc, const char *p)
171 utf8_isInvalid4(const ENCODING *enc, const char *p)
177 ENCODING enc;
180 int (PTRFASTCALL *byteType)(const ENCODING *, const char *)
1093 const ENCODING **encoding, variable
    [all...]
xmltok_impl.c 93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr,
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr,
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr,
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr,
285 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr,
305 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr,
383 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr,
432 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr,
464 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr,
496 PREFIX(scanRef)(const ENCODING *enc, const char *ptr, const char *end
    [all...]
xmlrole.h 92 const ENCODING *enc);
xmlparse.c 173 version of the name (in the document encoding) is shared with the
183 const char *rawName; /* tagName in the original encoding */
185 TAG_NAME name; /* tagName in the API encoding */
332 doProlog(XML_Parser parser, const ENCODING *enc, const char *s,
339 doContent(XML_Parser parser, int startTagLevel, const ENCODING *enc,
343 doCdataSection(XML_Parser parser, const ENCODING *, const char **startPtr,
347 doIgnoreSection(XML_Parser parser, const ENCODING *, const char **startPtr,
352 storeAtts(XML_Parser parser, const ENCODING *, const char *s,
361 storeAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata,
364 appendAttributeValue(XML_Parser parser, const ENCODING *, XML_Bool isCdata
599 #define encoding macro
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 75 * encoding = <var>string</var>.
77 * <p><code>encoding</code> specifies the preferred character
78 * encoding that the Transformer should use to encode sequences of
79 * characters as sequences of bytes. The value of the encoding property should be
88 public static final String ENCODING = "encoding";
187 * according to the character encoding actually used by the output
  /external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java 69 byte[] keyBytes = keyString.getBytes(ENCODING);
76 byte[] text = baseString.getBytes(ENCODING);
81 private static final String ENCODING = OAuth.ENCODING;
RSA_SHA1.java 193 byte[] signature = sign(baseString.getBytes(OAuth.ENCODING));
207 baseString.getBytes(OAuth.ENCODING));
  /external/llvm/test/MC/ARM/Windows/
mov32t-range.s 5 @ RUN: | llvm-objdump -d - | FileCheck -check-prefix CHECK-ENCODING %s
35 @ CHECK-ENCODING: 0: 40 f2 00 00
36 @ CHECK-ENCODING-NEXT: 4: c0 f2 01 00
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ParserFactory.java 38 private final static String ENCODING = "UTF-8"; //$NON-NLS-1$
59 parser.setInput(stream, ENCODING);
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 38 /** The encoding used to represent characters as bytes. */
39 public static final String ENCODING = "UTF-8";
89 * name/value pairs. Use OAuth percent encoding (not exactly the encoding
160 return URLEncoder.encode(s, ENCODING)
172 return URLDecoder.decode(s, ENCODING);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 292 == m_text_properties.getProperty(OutputKeys.ENCODING))
296 OutputKeys.ENCODING,
ToStream.java 66 * The encoding information associated with this serializer.
67 * Although initially there is no encoding,
69 * that every character is in the encoding. This is useful
71 * no associated encoding. A serializer in final output state
72 * will have an encoding, and will worry about whether
74 * characters in the output encoding.
163 * Flag to quickly tell if the encoding is UTF8.
408 if (OutputKeys.ENCODING.equals(name)) {
411 // if the encoding is being set, try to get the
417 final String oldExplicitEncoding = getOutputPropertyNonDefault(OutputKeys.ENCODING);
715 String encoding = getOutputProperty(OutputKeys.ENCODING); local
1019 final String encoding = getEncoding(); local
2070 String encoding = getEncoding(); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 29 "\t-e or --encoding encoding of source files\n"
48 ENCODING,
79 ucharBuf(NULL), encoding(""),
95 ucharBuf(NULL), encoding(""),
142 if(options[ENCODING].doesOccur) {
143 encoding = options[ENCODING].value;
196 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 33 "\t-e or --encoding encoding of source files\n"
52 ENCODING,
83 ucharBuf(NULL), encoding(""),
99 ucharBuf(NULL), encoding(""),
146 if(options[ENCODING].doesOccur) {
147 encoding = options[ENCODING].value;
200 ucharBuf = ucbuf_open(resolvedFileName,&encoding,TRUE,FALSE,&status);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 85 * Encoding to use when showing parsed results in a {@link WebView}.
87 public static final String ENCODING = "utf-8";
LookupActivity.java 255 ExtendedWikiHelper.MIME_TYPE, ExtendedWikiHelper.ENCODING, null);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 78 * Set the encoding property from the attribute value.
79 * @see javax.xml.transform.OutputKeys#ENCODING
84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 63 * Reads string from reader with specified encoding
66 * @param {number} encoding string encoding.
71 Id3Parser.prototype.readString_ = function(reader, encoding, size) {
72 switch (encoding) {
73 case Id3Parser.v2.ENCODING.ISO_8859_1:
76 case Id3Parser.v2.ENCODING.UTF_16:
79 case Id3Parser.v2.ENCODING.UTF_16BE:
82 case Id3Parser.v2.ENCODING.UTF_8:
84 this.log('UTF8 encoding not supported, used ISO_8859_1 instead')
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 48 ENCODING,
122 const char *encoding = ""; local
180 "\t-e or --encoding encoding of source files\n"
187 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
253 if(options[ENCODING].doesOccur) {
254 encoding = options[ENCODING].value;
427 processFile(arg, encoding, inputDir, outputDir, gPackageName, &status);
555 printf("autodetected encoding %s\n", cp)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
genrb.c 49 ENCODING,
135 const char *encoding = ""; local
207 "\t-e or --encoding encoding of source files\n"
214 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
267 if(options[ENCODING].doesOccur) {
268 encoding = options[ENCODING].value;
437 processFile(arg, encoding, inputDir, outputDir, NULL,
572 printf("autodetected encoding %s\n", cp)
    [all...]

Completed in 671 milliseconds

1 2 3