| /external/icu4c/test/testdata/ |
| testdata.mak | 83 @echo Making Test Resource Bundle file with encoding ISCII,version=0
|
| /external/libvpx/vpx_scale/arm/neon/ |
| vp8_vpxyv12_copysrcframe_func_neon.asm | 21 ;the encoding. The buffer has a width and height of cpi->oxcf.Width and cpi->oxcf.Height,
|
| /external/quake/quake/src/QW/client/ |
| gl_warp.c | 359 char encoding; member in struct:__anon6729 397 || pcx->encoding != 1
|
| screen.c | 606 pcx->encoding = 1; // uncompressed
|
| /external/quake/quake/src/WinQuake/ |
| gl_warp.cpp | 408 char encoding; member in struct:__anon7090 446 || pcx->encoding != 1
|
| /external/svox/pico/tts/ |
| com_svox_picottsengine.cpp | [all...] |
| /external/webkit/WebKit/mac/WebView/ |
| WebDataSource.mm | 283 NSString *markupString = [[NSString alloc] initWithData:[mainResource data] encoding:NSUTF8StringEncoding];
|
| WebPreferences.mm | 250 LOG(Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values); 274 LOG (Encoding, "Identifier = %@, Values = %@\n", _private->identifier, _private->values); 579 - (void)setDefaultTextEncodingName:(NSString *)encoding 581 [self _setStringValue: encoding forKey: WebKitDefaultTextEncodingNamePreferenceKey]; [all...] |
| /frameworks/base/core/java/android/webkit/ |
| WebViewDatabase.java | 120 private static final String CACHE_ENCODING_COL = "encoding"; 629 + "expiresstring, mimetype, encoding, httpstatus, location, contentlength, " 641 ret.encoding = cursor.getString(6); 689 mCacheInserter.bind(mCacheEncodingColIndex, c.encoding); [all...] |
| /libcore/luni/src/main/java/java/security/cert/ |
| X509CertSelector.java | 71 // needed to avoid needless encoding/decoding work 220 * if encoding the issuer fails. 320 * if encoding the subject fails. [all...] |
| /libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/ |
| HttpURLConnectionImpl.java | 132 * True if this client added an "Accept-Encoding: gzip" header and is 533 if (transparentGzip && "gzip".equalsIgnoreCase(responseHeader.get("Content-Encoding"))) { 538 responseHeader.removeAll("Content-Encoding"); 551 if ("chunked".equalsIgnoreCase(responseHeader.get("Transfer-Encoding"))) { 605 String encoding = requestHeader.get("Transfer-Encoding"); local 606 if (chunkLength > 0 || "chunked".equalsIgnoreCase(encoding)) { 709 * If the Content-Length or Transfer-Encoding headers disagree with the 717 if ("chunked".equalsIgnoreCase(responseHeader.get("Transfer-Encoding"))) { 862 requestHeader.addIfAbsent("Transfer-Encoding", "chunked") [all...] |
| /libcore/luni/src/main/java/org/apache/xml/serializer/ |
| SerializerBase.java | 556 * Returns the character encoding to be used in the output document. 557 * @return the character encoding to be used in the output document. 561 return getOutputProperty(OutputKeys.ENCODING); 565 * Sets the character encoding coming from the xsl:output encoding stylesheet attribute. 566 * @param m_encoding the character encoding 568 public void setEncoding(String encoding) 570 setOutputProperty(OutputKeys.ENCODING,encoding); [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/xml/ |
| ExpatParserTest.java | 109 Encoding.UTF_8, handler); 678 * Explicitly set the encoding here or else the parser will 679 * try to use the parent parser's encoding which is utf-16. 854 private static void parse(InputStream in, Encoding encoding, 860 source.setEncoding(encoding.expatName); 870 private enum Encoding { 879 Encoding(String expatName) {
|
| /external/elfcopy/ |
| dwarf.c | [all...] |
| /libcore/luni/src/test/java/tests/security/cert/ |
| X509CertSelectorTest.java | 471 // manually obtained DER encoding of "O=First Org." issuer name; 476 // manually obtained DER encoding of "O=Second Org." issuer name; 826 // manually obtained DER encoding of "O=First Org." issuer name; 830 // manually obtained DER encoding of "O=Second Org." issuer name; 2038 protected byte[] encoding = null; field in class:X509CertSelectorTest.TestCert [all...] |
| /external/webkit/WebCore/loader/ |
| FrameLoader.cpp | 917 // Set the hint encoding to the parent frame encoding only if 920 // containing a carefully crafted html/javascript in one encoding 1278 String FrameLoader::encoding() const function in class:WebCore::FrameLoader [all...] |
| Cache.cpp | 198 CachedResource* newResource = createResource(resource->type(), KURL(ParsedURLString, url), resource->encoding());
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| URLConnectionTest.java | 710 con.setRequestProperty("Accept-Encoding", "gzip"); 716 uc2.setRequestProperty("Accept-Encoding", "bla"); 747 notes = "only default encoding may be tested", [all...] |
| /system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
| CmdInterpretWext.c | [all...] |
| /device/samsung/crespo/alsa-utils/aplay/ |
| aplay.c | 891 switch (BE_INT(ap->encoding)) { [all...] |
| /external/bluetooth/bluez/network/ |
| server.c | 126 base_lang.encoding = 106;
|
| /external/freetype/include/freetype/internal/ |
| ftobjs.h | 144 #define FT_CMAP_ENCODING( x ) FT_CMAP( x )->charmap.encoding [all...] |
| /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
| Xvproto.h | 85 XvEncodingID encoding B32;
|
| /external/stlport/stlport/stl/ |
| _fstream.c | 235 // For a constant-width encoding we know that the external buffer 238 // For a variable-width encoding, however, we require only that we 339 else { // Get the position. Encoding is var width. 360 // - noconv: impossible for a variable encoding 620 // width in the current encoding. Preconditions: the buffers are currently 633 //representation to correctly store the encoding information. 738 int __encoding = _M_codecvt->encoding();
|
| /external/webkit/WebKit/mac/Misc/ |
| WebNSURLExtras.mm | 52 // For host names bigger than this, we won't do IDN encoding, which is almost certainly OK. 437 // NOTE: We use UTF-8 here since this encoding is used when computing strings when returning URL components 439 // could either be a malformed string or bytes in a different encoding, like shift-jis, so we fall back 472 return [[[NSString alloc] initWithData:[self _web_originalData] encoding:NSISOLatin1StringEncoding] autorelease]; 873 return [[[NSString alloc] initWithData:[self _web_hostData] encoding:NSUTF8StringEncoding] autorelease]; [all...] |