HomeSort by relevance Sort by last modified time
    Searched defs:ENCODING (Results 1 - 18 of 18) sorted by null

  /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;
  /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";
  /external/chromium_org/third_party/icu/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);
  /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);
  /external/chromium_org/third_party/icu/source/tools/genrb/
genrb.c 49 ENCODING,
120 const char *encoding = ""; local
192 "\t-e or --encoding encoding of source files\n"
199 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n"
252 if(options[ENCODING].doesOccur) {
253 encoding = options[ENCODING].value;
422 processFile(arg, encoding, inputDir, outputDir, NULL,
557 printf("autodetected encoding %s\n", cp)
    [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/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/chromium_org/third_party/expat/files/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...]
  /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...]
  /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...]
  /external/chromium_org/components/search_engines/
template_url.h 92 const std::string& encoding,
114 // The encoding of content.
115 std::string encoding; member in struct:TemplateURLRef::SearchTermsArgs::ContextualSearchParams
219 // the url with the specified arguments. We use our owner's input encoding.
261 // Converts the specified term in our owner's encoding to a base::string16.
301 ENCODING,
395 // encoding. This method is called each time ReplaceSearchTerms gets called.
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 95 ENCODING = locale.getpreferredencoding()
115 # ENCODING encoding with 'backslashreplace' error handler to avoid
118 text = text.encode(ENCODING, 'backslashreplace')
124 encoding = sys.getfilesystemencoding()
125 if encoding == 'mbcs':
127 return filename.encode(encoding)
134 byte = char.encode(encoding)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 332 milliseconds