Searched defs:encoding (Results 1 - 25 of 516) sorted by last modified time

1234567891011>>

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java31 private String encoding = null; field in class:ByteBuffer
225 * Detects the encoding of the byte buffer, stores and returns it.
229 * @return Returns the encoding string.
233 if (encoding == null)
235 // needs four byte at maximum to determine encoding
239 encoding = "UTF-8";
250 encoding = "UTF-16BE";
254 encoding = "UTF-32BE";
258 encoding = "UTF-32";
269 encoding
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs81 /// <remarks>The characters in the string are converted by the UTF-8 encoding</remarks>
88 /// Updates the current checksum with the data from a string, using a specific encoding
91 /// <param name="encoding">The encoding to use</param>
92 public void Update(string data, Encoding encoding) argument
94 Update(encoding.GetBytes(data));
H A DDotZLib.cs147 /// <remarks>The characters in the string are converted by the UTF-8 encoding</remarks>
151 /// Updates the current checksum with the data from a string, using a specific encoding
154 /// <param name="encoding">The encoding to use</param>
155 void Update(string data, Encoding encoding); argument
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h170 u8 encoding; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c288 wpabuf_put_u8(buf, realm->encoding);
302 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
326 encoding = *pos++;
339 if (encoding != realm->encoding)
405 wpabuf_put_u8(buf, realm->encoding);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h170 u8 encoding; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c288 wpabuf_put_u8(buf, realm->encoding);
302 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
326 encoding = *pos++;
339 if (encoding != realm->encoding)
405 wpabuf_put_u8(buf, realm->encoding);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c332 u8 encoding; member in struct:nai_realm
468 r->encoding = *pos++;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h170 u8 encoding; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c288 wpabuf_put_u8(buf, realm->encoding);
302 u8 num_realms, num_matching = 0, encoding, realm_len, *realm_list_len; local
326 encoding = *pos++;
339 if (encoding != realm->encoding)
405 wpabuf_put_u8(buf, realm->encoding);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c1014 /* Attributes encoding explained p 71 */
1621 actual instruction encoding, viz:
1651 into account some kind of encoding flag. When I replace the uses
1663 The problem is that the encoding is not standard - the eh_frame
1664 section uses the same encoding as the dwarf_frame section except
1681 if there is a zR augmentation indicating an encoding.
1692 /* More badness re address encoding, 12 Jan 07.
1695 supply their own address encoding, and that works fine. However,
1720 > is an 'R' in the augmentation string then the encoding to use
1727 > default encoding, vi
2119 UChar encoding; member in struct:__anon32468
2698 UChar encoding = adi->encoding; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1064 /* <mangled-name> ::= _Z <encoding> [<clone-suffix>]*
1145 /* <encoding> ::= <(function) name> <bare-function-type>
1547 /* Look for something which looks like a gcc encoding of an
1779 ::= T <call-offset> <(base) encoding>
1780 ::= Tc <call-offset> <call-offset> <(base) encoding>
1786 ::= GA <encoding>
1788 ::= GTt <encoding>
1789 ::= GTn <encoding>
3031 /* <local-name> ::= Z <(function) encoding> E <(entity) name> [<discriminator>]
3032 ::= Z <(function) encoding>
3181 d_clone_suffix(struct d_info *di, struct demangle_component *encoding) argument
[all...]
/external/valgrind/main/include/vki/
H A Dvki-linux.h2636 #define VKI_SIOCSIWENCODE 0x8B2A /* set encoding token & mode */
2637 #define VKI_SIOCGIWENCODE 0x8B2B /* get encoding token & mode */
2654 /* WPA : Extended version of encoding configuration */
2655 #define VKI_SIOCSIWENCODEEXT 0x8B34 /* set encoding token & mode */
2656 #define VKI_SIOCGIWENCODEEXT 0x8B35 /* get encoding token & mode */
2718 struct vki_iw_point encoding; /* Encoding stuff : tokens */ member in union:vki_iwreq_data
/external/tinyxml/
H A Dtinyxml.h210 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
246 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
273 TiXmlEncoding encoding ); // the current encoding
276 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
283 if ( encoding == TIXML_ENCODING_UTF8 )
296 return GetEntity( p, _value, length, encoding );
328 TiXmlEncoding encoding );
1176 TIXML_STRING encoding; member in class:TiXmlDeclaration
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1288 * @encoding - reference to encoding format
1293 tts_result TtsEngine::setAudioFormat(tts_audio_format& encoding, uint32_t& rate, argument
1297 encoding = TTS_AUDIO_FORMAT_PCM_16_BIT;
/external/stlport/test/unit/
H A Dfstream_test.cpp437 // Test with a wariable encoding:
649 int encoding() const throw() function in class:std::codecvt
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp198 int encoding; local
202 encoding = AUDIO_FORMAT_ENCODING_DEFAULT;
205 encoding = AUDIO_FORMAT_ENCODING_PCM_8_BIT;
208 encoding = AUDIO_FORMAT_ENCODING_PCM_16_BIT;
215 int result = env->CallIntMethod(request, synthesisRequest_start, rate, encoding, channelCount);
280 // TODO: is encoding one of the AudioFormat.ENCODING_* constants?
/external/sqlite/dist/orig/
H A Dsqlite3.c2461 ** filenames between the UTF-8 encoding used by SQLite
2462 ** and whatever filename encoding is used by the particular Windows
2765 ** ^The default encoding for the database will be UTF-8 if
2961 ** corresponding octet. If this process generates an invalid UTF-8 encoding,
2964 ** <b>Note to Windows users:</b> The encoding used for the filename argument
3574 ** always in UTF-8 encoding even if the named parameter was
3663 ** again in a different encoding.
4099 ** these routines are the text encoding expected for
4125 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for
4133 ** each encoding
68499 u8 encoding = ENC(db); /* The database encoding */ local
100825 u8 encoding; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2461 ** filenames between the UTF-8 encoding used by SQLite
2462 ** and whatever filename encoding is used by the particular Windows
2765 ** ^The default encoding for the database will be UTF-8 if
2961 ** corresponding octet. If this process generates an invalid UTF-8 encoding,
2964 ** <b>Note to Windows users:</b> The encoding used for the filename argument
3574 ** always in UTF-8 encoding even if the named parameter was
3663 ** again in a different encoding.
4099 ** these routines are the text encoding expected for
4125 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for
4133 ** each encoding
68519 u8 encoding = ENC(db); /* The database encoding */ local
100845 u8 encoding; local
[all...]
/external/srec/srec/EventLog/src/
H A Driff.c791 char *encoding = getSwiRiffKVal(swichunk, "orig-encoding"); local
792 if (!encoding)
794 else if (! strcmp(encoding, "g723"))
795 *audio_type = L"audio/basic;rate=8000;orig-encoding=g723";
796 else if (! strcmp(encoding, "g729"))
797 *audio_type = L"audio/basic;rate=8000;orig-encoding=g729";
800 // FIXME: warning because unknown orig-encoding??
816 *audio_type = L"application/x-feature;rate=8000;encoding=swifeature_aurora";
818 *audio_type = L"application/x-feature;rate=11000;encoding
[all...]
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/skia/bench/
H A DCmapBench.cpp45 SkTypeface::Encoding encoding = paint2Encoding(paint); local
51 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
57 SkTypeface::Encoding encoding = paint2Encoding(paint); local
61 face->charsToGlyphs(text, encoding, NULL, glyphCount);

Completed in 839 milliseconds

1234567891011>>