HomeSort by relevance Sort by last modified time
    Searched refs:encoding (Results 501 - 525 of 1313) sorted by null

<<21222324252627282930>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 84 private static final String ENCODING_SUBFIELD_ENCODING = "encoding";
103 // Encoding types -- these do not match polo.proto's enum.
316 EncodingOption encoding = getEncodingOption( local
322 return new ConfigurationMessage(encoding, role);
513 for (EncodingOption encoding : message.getInputEncodingSet()) {
514 inEncsArray.put(encodingToJson(encoding));
521 for (EncodingOption encoding : message.getOutputEncodingSet()) {
522 outEncsArray.put(encodingToJson(encoding));
541 JSONObject encoding = encodingToJson(message.getEncoding()); local
542 config.put(ENCODING_SUBFIELD_ENCODING, encoding);
    [all...]
  /external/lldb/source/Host/macosx/cfcpp/
CFCString.cpp 124 const CFStringEncoding encoding = kCFStringEncodingUTF8; local
126 max_utf8_str_len = CFStringGetMaximumSizeForEncoding (max_utf8_str_len, encoding);
132 if (CFStringGetCString (cf_str, &str[0], str.size(), encoding))
CFCString.h 24 CFCString (const char *s, CFStringEncoding encoding = kCFStringEncodingUTF8);
  /external/lldb/source/Interpreter/
embedded_interpreter.py 79 encoding = getattr(sys.stdin, "encoding", None)
80 if encoding and not isinstance(line, unicode):
81 line = line.decode(encoding)
  /external/lldb/tools/debugserver/source/MacOSX/
CFString.cpp 128 const CFStringEncoding encoding = kCFStringEncodingUTF8; local
130 max_utf8_str_len = CFStringGetMaximumSizeForEncoding (max_utf8_str_len, encoding);
136 if (CFStringGetCString (cf_str, &str[0], str.size(), encoding))
CFString.h 27 CFString (const char *s, CFStringEncoding encoding = kCFStringEncodingUTF8);
  /bionic/libc/kernel/uapi/linux/hdlc/
ioctl.h 69 unsigned short encoding; member in struct:__anon445
  /development/ndk/platforms/android-L/include/linux/hdlc/
ioctl.h 69 unsigned short encoding; member in struct:__anon2053
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 49 String encoding)
53 setEncoding(encoding);
55 public ToSAXHandler(ContentHandler handler, String encoding)
58 setEncoding(encoding);
XSLOutputAttributes.java 36 * encoding
73 * @return the character encoding to be used in the output document.
146 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute.
147 * @param encoding the character encoding
149 public void setEncoding(String encoding);
190 * <li> "encoding"
213 * <li> "encoding"
228 * <li> "encoding"
    [all...]
  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.cc 55 const char* file_type, const char* encoding,
81 // always use UTF-8 as the encoding to simplify life.
83 std::string encoding_string(encoding);
88 line_number, encoding, file_type);
160 aff_reader->encoding(), true))
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 86 base::ScopedCFTypeRef<CFStringRef> encoding(
88 if (CFStringCompare(encoding, CFSTR(IO32BitDirectPixels),
92 encoding, CFSTR(IO16BitDirectPixels),
96 encoding, CFSTR(IO8BitIndexedPixels),
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
DocumentResource.h 46 virtual String encoding() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReaderSync.h 61 String readAsText(ExecutionContext*, Blob*, const String& encoding, ExceptionState&);
  /external/chromium_org/third_party/icu/source/i18n/
ucsdet.cpp 106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status)
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status)
187 ((CharsetDetector *)ucsd)->setDetectableCharset(encoding, enabled, *status);
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 86 encoding:NSMacOSRomanStringEncoding] // best guess here
121 encoding:NSWindowsCP1252StringEncoding // best guess here
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.h 32 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
  /external/chromium_org/tools/grit/grit/
util_unittest.py 81 def Test(data, encoding, expected_result):
84 if util.ReadFile('testfile', encoding) != expected_result:
85 print (util.ReadFile('testfile', encoding), expected_result)
86 self.failUnless(util.ReadFile('testfile', encoding) == expected_result)
102 # test another encoding
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSToolFile.py 58 encoding="Windows-1252")
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 28 public HTMLDocument (final String title, final String encoding)
35 // specify encoding META before anything else:
36 if ((encoding != null) && (encoding.length () != 0))
42 .set (Attribute.CONTENT, "text/html; charset=" + encoding);
  /external/google-tv-pairing-protocol/cpp/src/polo/encoding/
encodingoption.h 24 namespace encoding { namespace in namespace:polo
26 // An encoding option for a challenge message consisting of an encoding scheme
30 // Representation of a specific encoding type. The numeric values should
31 // be sorted by encoding complexity from least to greatest.
33 // Unknown encoding type.
49 // Creates a new encoding option.
50 // @param encoding_type the encoding type
51 // @param symbol_length the encoding symbole length
54 // Gets the encoding scheme for the challenge message
    [all...]
  /external/icu/icu4c/source/i18n/
ucsdet.cpp 106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status)
112 ((CharsetDetector *) ucsd)->setDeclaredEncoding(encoding,length);
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status)
187 ((CharsetDetector *)ucsd)->setDetectableCharset(encoding, enabled, *status);
  /external/kernel-headers/original/uapi/linux/hdlc/
ioctl.h 53 unsigned short encoding; member in struct:__anon2572
  /external/lldb/source/Commands/
CommandObjectArgs.cpp 172 Encoding encoding = eEncodingSint; local
190 encoding = eEncodingUint;
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
216 (encoding == eEncodingSint ? "signed" : "unsigned"),
  /external/llvm/test/MC/AArch64/
arm64-separator.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -show-encoding < %s | FileCheck %s
8 ; being on separate lines in the output. We look for the "; encoding" string
9 ; to verify that. For this test, we don't care what the encoding is, just that
15 ; CHECK: mov x0, x1 ; encoding
16 ; CHECK: mov x1, x0 ; encoding

Completed in 3555 milliseconds

<<21222324252627282930>>