Searched refs:encoding (Results 1 - 25 of 1375) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/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/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1371 realm->encoding = atoi(pos);
/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/hostapd/src/drivers/
H A Ddriver_wext.c1607 iwr.u.encoding.pointer = (caddr_t) ext;
1608 iwr.u.encoding.length = sizeof(*ext) + PMK_LEN;
1644 iwr.u.encoding.flags = key_idx + 1;
1645 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1647 iwr.u.encoding.flags |= IW_ENCODE_DISABLED;
1648 iwr.u.encoding.pointer = (caddr_t) ext;
1649 iwr.u.encoding.length = sizeof(*ext) + key_len;
1773 iwr.u.encoding.flags = key_idx + 1;
1774 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1776 iwr.u.encoding
[all...]
/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/src/drivers/
H A Ddriver_wext.c1607 iwr.u.encoding.pointer = (caddr_t) ext;
1608 iwr.u.encoding.length = sizeof(*ext) + PMK_LEN;
1644 iwr.u.encoding.flags = key_idx + 1;
1645 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1647 iwr.u.encoding.flags |= IW_ENCODE_DISABLED;
1648 iwr.u.encoding.pointer = (caddr_t) ext;
1649 iwr.u.encoding.length = sizeof(*ext) + key_len;
1773 iwr.u.encoding.flags = key_idx + 1;
1774 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1776 iwr.u.encoding
[all...]
/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/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1607 iwr.u.encoding.pointer = (caddr_t) ext;
1608 iwr.u.encoding.length = sizeof(*ext) + PMK_LEN;
1644 iwr.u.encoding.flags = key_idx + 1;
1645 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1647 iwr.u.encoding.flags |= IW_ENCODE_DISABLED;
1648 iwr.u.encoding.pointer = (caddr_t) ext;
1649 iwr.u.encoding.length = sizeof(*ext) + key_len;
1773 iwr.u.encoding.flags = key_idx + 1;
1774 iwr.u.encoding.flags |= IW_ENCODE_TEMP;
1776 iwr.u.encoding
[all...]
/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...]
H A DXMPMetaParser.java143 * fixing the encoding (Latin-1 to UTF-8) and illegal control character optionally.
176 * fixing the encoding (Latin-1 to UTF-8) and illegal control character optionally.
205 String encoding = buffer.getEncoding();
208 buffer.getByteStream(), encoding));
213 // can normally not happen as the encoding is provided by a util function
/external/vixl/test/
H A Dtest-disasm-a64.cc40 uint32_t encoding = 0; \
53 encoding = *reinterpret_cast<uint32_t*>(buf); \
56 encoding, EXP, disasm->GetOutput()); \
65 encoding = *reinterpret_cast<uint32_t*>(buf); \
68 encoding, EXP, disasm->GetOutput()); \
546 // Test immediate encoding - 64-bit destination.
593 // Test immediate encoding - 32-bit destination.
/external/valgrind/main/auxprogs/
H A Ds390-check-opcodes.pl41 my ($encoding,$mnemonic,$format) = split /\s+/,$line;
/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.cpp935 bool TiXmlDocument::LoadFile( TiXmlEncoding encoding )
940 if ( buf.buffer && LoadFile( buf.buffer, encoding ) )
958 bool TiXmlDocument::LoadFile( const char* filename, TiXmlEncoding encoding )
1075 Parse( data.c_str(), 0, encoding );
1393 encoding = _encoding;
1405 encoding = _encoding;
1431 if ( !encoding.empty() )
1432 fprintf (cfile, "encoding=\"%s\" ", encoding.c_str ());
1448 if ( !encoding
[all...]
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...]
H A Dtinyxmlparser.cpp120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
124 // to figure out alhabetical vs. not across encoding. So take a very
127 // if ( encoding == TIXML_ENCODING_UTF8 )
141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
145 // to figure out alhabetical vs. not across encoding. So take a very
148 // if ( encoding == TIXML_ENCODING_UTF8 )
166 void Stamp( const char* now, TiXmlEncoding encoding );
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
253 if ( encoding == TIXML_ENCODING_UTF8 )
277 if ( encoding
[all...]
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DCommandLine.java49 options.put("--output-encoding=", Boolean.FALSE); // output encoding
51 options.put("--encoding=", Boolean.FALSE); // specify encoding
201 if (hasOption(options, "--encoding=")) {
202 // System.out.println("%% Found --encoding");
203 String encoding = (String)options.get("--encoding=");
204 if (encoding != null) s.setEncoding(encoding);
[all...]

Completed in 5236 milliseconds

1234567891011>>