HomeSort by relevance Sort by last modified time
    Searched defs:encodings (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
encodings.py 1 """Imposter encodings module that installs a coverage-style tracer.
3 This is NOT the encodings module; it is an imposter that sets up tracing
4 instrumentation and then replaces itself with the real encodings module.
41 # sys.modules; and re-import "encodings", which will be the real package
49 del sys.modules['encodings']
50 import encodings namespace
  /external/smack/src/com/kenai/jbosh/
AttrAccept.java 26 * Array of the accepted encodings.
28 private final String[] encodings; field in class:AttrAccept
38 encodings = val.split("[\\s,]+");
66 for (String str : encodings) {
  /external/chromium_org/chrome/browser/ui/toolbar/
encoding_menu_controller.cc 117 const std::vector<CharacterEncoding::EncodingInfo>* encodings; local
121 // encodings and other encodings.
122 encodings = CharacterEncoding::GetCurrentDisplayEncodings(
126 DCHECK(encodings);
127 DCHECK(!encodings->empty());
131 for (it = encodings->begin(); it != encodings->end(); ++it) {
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser.cc 100 std::vector<std::string> encodings; local
101 if (!base::DetectAllEncodings(text, &encodings))
105 for (size_t i = 0; i < encodings.size(); i++) {
108 encodings[i].c_str(),
114 encodings[i],
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 157 * If multiple encodings have been applied to an entity, the transfer- codings MUST be listed in
200 HeaderElement[] encodings = null; local
202 encodings = transferEncodingHeader.getElements();
210 for (int i = 0; i < encodings.length; i++) {
211 String encoding = encodings[i].getName();
220 int len = encodings.length;
224 encodings[len - 1].getName()))) {
  /external/chromium_org/chrome/browser/search_engines/
default_search_policy_handler_unittest.cc 82 base::ListValue* encodings = new base::ListValue(); local
83 encodings->AppendString("UTF-16");
84 encodings->AppendString("UTF-8");
102 POLICY_SCOPE_USER, encodings, NULL);
340 base::ListValue encodings; local
341 encodings.AppendString("UTF-16");
342 encodings.AppendString("UTF-8");
346 EXPECT_TRUE(encodings.Equals(list_value));
default_search_policy_handler.cc 172 std::string encodings = JoinString(string_parts, ';'); local
174 base::Value::CreateStringValue(encodings));
default_search_manager.cc 197 scoped_ptr<base::ListValue> encodings(new base::ListValue);
201 encodings->AppendString(*it);
203 url_dict.Set(kInputEncodings, encodings.release());
381 const base::ListValue* encodings = NULL; local
382 if (url_dict->GetList(kInputEncodings, &encodings)) {
383 for (base::ListValue::const_iterator it = encodings->begin();
384 it != encodings->end();
template_url_service_unittest.cc 97 const std::string& encodings,
110 base::SplitString(encodings, ';', &data.input_encodings);
125 const std::string& encodings,
130 safe_for_autoreplace, false, encodings, date_created, last_modified);
174 const std::string& encodings,
235 const std::string& encodings,
240 encodings, date_created, last_modified);
1374 std::vector<std::string> encodings; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 113 // List of encodings currently required for Android.
114 String[] encodings = new String[] { local
123 // Additional encodings included in standard ICU
162 for (String encoding : encodings) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
OAEPEncoding.java 1 package org.bouncycastle.crypto.encodings;
PKCS1Encoding.java 1 package org.bouncycastle.crypto.encodings;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 54 List encodings = new ArrayList(); typedefs
55 encodings.add("PkiPath");
57 // encodings.add("PEM");
59 encodings.add("PKCS7");
60 certPathEncodings = Collections.unmodifiableList(encodings);
225 * Returns an iteration of the encodings supported by this
230 * @return an Iterator over the names of the supported encodings (as Strings)
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_handler.cc 209 const std::vector<CharacterEncoding::EncodingInfo>* encodings; local
211 encodings = CharacterEncoding::GetCurrentDisplayEncodings(
215 DCHECK(encodings);
216 DCHECK(!encodings->empty());
219 for (it = encodings->begin(); it != encodings->end(); ++it) {
  /external/chromium_org/third_party/skia/tests/
PaintTest.cpp 260 const SkPaint::TextEncoding encodings[] = { local
284 FOR_SETUP(n, encodings, setTextEncoding)
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 109 } encodings[] = { variable in typeref:struct:__anon33142
182 for ( i = 0; i < SDL_arraysize(encodings); ++i ) {
183 if ( SDL_strcasecmp(fromcode, encodings[i].name) == 0 ) {
184 src_fmt = encodings[i].format;
189 if ( SDL_strcasecmp(tocode, encodings[i].name) == 0 ) {
190 dst_fmt = encodings[i].format;
  /external/skia/tests/
PaintTest.cpp 260 const SkPaint::TextEncoding encodings[] = { local
284 FOR_SETUP(n, encodings, setTextEncoding)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codecs.py 316 # very easily. See encodings/utf_8.py for an example on how this is
852 was specified. This is done to avoid data loss due to encodings
1088 import encodings namespace
    [all...]
locale.py 9 setlocale() function. It also includes default encodings for all
15 import encodings namespace
16 import encodings.aliases namespace
397 norm_encoding = encodings.normalize_encoding(encoding)
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
435 # since some systems may use other encodings for these
603 # first looks up the encoding in the encodings.aliases dictionary and
649 # (case-sensitive). Encodings are always separated from the locale
    [all...]
site.py 461 """On Windows, some default encodings are not provided by Python,
471 import encodings namespace
472 encodings._cache[enc] = encodings._unknown
473 encodings.aliases.aliases[enc] = 'mbcs'
481 # Enable to support locale aware default string encodings.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 14 import encodings namespace
370 for value in encodings.aliases.aliases.itervalues():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codecs.py 316 # very easily. See encodings/utf_8.py for an example on how this is
852 was specified. This is done to avoid data loss due to encodings
1088 import encodings namespace
    [all...]
locale.py 9 setlocale() function. It also includes default encodings for all
15 import encodings namespace
16 import encodings.aliases namespace
397 norm_encoding = encodings.normalize_encoding(encoding)
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
435 # since some systems may use other encodings for these
603 # first looks up the encoding in the encodings.aliases dictionary and
649 # (case-sensitive). Encodings are always separated from the locale
    [all...]
site.py 461 """On Windows, some default encodings are not provided by Python,
471 import encodings namespace
472 encodings._cache[enc] = encodings._unknown
473 encodings.aliases.aliases[enc] = 'mbcs'
481 # Enable to support locale aware default string encodings.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 14 import encodings namespace
370 for value in encodings.aliases.aliases.itervalues():

Completed in 867 milliseconds

1 2 3