Searched defs:encodings (Results 1 - 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
H A Dencodings.py1 """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/
H A DAttrAccept.java26 * 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/
H A Dencoding_menu_controller.cc117 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/components/search_engines/
H A Ddefault_search_pref_test_util.cc20 const std::string& encodings,
45 base::SplitString(encodings, ';', &encodings_items);
13 CreateDefaultSearchPreferenceValue( bool enabled, const std::string& name, const std::string& keyword, const std::string& search_url, const std::string& suggest_url, const std::string& icon_url, const std::string& encodings, const std::string& alternate_url, const std::string& search_terms_replacement_key) argument
H A Ddefault_search_pref_test_util.h26 const std::string& encodings,
41 const std::string& encodings,
48 encodings, alternate_url, search_terms_replacement_key).release());
34 SetManagedPref(TestingPrefService* pref_service, bool enabled, const std::string& name, const std::string& keyword, const std::string& search_url, const std::string& suggest_url, const std::string& icon_url, const std::string& encodings, const std::string& alternate_url, const std::string& search_terms_replacement_key) argument
H A Ddefault_search_policy_handler_unittest.cc82 base::ListValue* encodings = new base::ListValue(); local
83 encodings->AppendString("UTF-16");
84 encodings->AppendString("UTF-8");
116 POLICY_SCOPE_USER, encodings, NULL);
372 base::ListValue encodings; local
373 encodings.AppendString("UTF-16");
374 encodings.AppendString("UTF-8");
378 EXPECT_TRUE(encodings.Equals(list_value));
H A Ddefault_search_policy_handler.cc172 std::string encodings = JoinString(string_parts, ';'); local
173 prefs->SetString(prefs::kDefaultSearchProviderEncodings, encodings);
H A Dutil.cc327 // Fix any duplicate encodings in the local database. Note that we don't
379 bool DeDupeEncodings(std::vector<std::string>* encodings) { argument
382 for (std::vector<std::string>::const_iterator i(encodings->begin());
383 i != encodings->end(); ++i) {
387 encodings->swap(deduped_encodings);
388 return encodings->size() != deduped_encodings.size();
H A Ddefault_search_manager.cc197 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();
H A Dtemplate_url_service_unittest.cc69 const std::string& encodings,
82 base::SplitString(encodings, ';', &data.input_encodings);
97 const std::string& encodings,
102 safe_for_autoreplace, false, encodings, date_created, last_modified);
146 const std::string& encodings,
209 const std::string& encodings,
214 encodings, date_created, last_modified);
1350 // Test that if we load a TemplateURL with duplicate input encodings, the load
1361 std::vector<std::string> encodings; local
1382 // duplicate encodings wer
59 CreateKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, bool show_in_default_list, const std::string& encodings, Time date_created, Time last_modified) argument
88 AddKeywordWithDate( TemplateURLService* model, const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
201 AddKeywordWithDate( const std::string& short_name, const std::string& keyword, const std::string& url, const std::string& suggest_url, const std::string& alternate_url, const std::string& favicon_url, bool safe_for_autoreplace, const std::string& encodings, Time date_created, Time last_modified) argument
[all...]
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc38 std::vector<std::string>* encodings) {
53 // encodings should be returned first. However, it doesn't always return
54 // all encodings that properly decode |text|, so we'll append more encodings
55 // later. To make that efficient, keep track of encodings sniffed in this
59 encodings->clear();
75 // decode the text. Drop all encodings with lower confidence level.
79 encodings->push_back(encoding_name);
83 // Append all encodings not included earlier, in arbitrary order.
96 encodings
37 DetectAllEncodings(const std::string& text, std::vector<std::string>* encodings) argument
[all...]
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_factory_test_util.cc40 const std::string& encodings,
45 enabled, name, keyword, search_url, suggest_url, icon_url, encodings,
33 SetManagedDefaultSearchPreferences( bool enabled, const std::string& name, const std::string& keyword, const std::string& search_url, const std::string& suggest_url, const std::string& icon_url, const std::string& encodings, const std::string& alternate_url, const std::string& search_terms_replacement_key) argument
H A Dtemplate_url_service_test_util.cc145 const std::string& encodings,
150 enabled, name, keyword, search_url, suggest_url, icon_url, encodings,
138 SetManagedDefaultSearchPreferences( bool enabled, const std::string& name, const std::string& keyword, const std::string& search_url, const std::string& suggest_url, const std::string& icon_url, const std::string& encodings, const std::string& alternate_url, const std::string& search_terms_replacement_key) argument
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser.cc100 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DPKCS1Encoding.java1 package org.bouncycastle.crypto.encodings;
H A DOAEPEncoding.java1 package org.bouncycastle.crypto.encodings;
/external/libvterm/src/
H A Dencoding.c207 encodings[] = { variable in typeref:struct:__anon25022
217 for(int i = 0; encodings[i].designation; i++)
218 if(encodings[i].type == type && encodings[i].designation == designation)
219 return encodings[i].enc;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc211 const std::vector<CharacterEncoding::EncodingInfo>* encodings; local
213 encodings = CharacterEncoding::GetCurrentDisplayEncodings(
217 DCHECK(encodings);
218 DCHECK(!encodings->empty());
221 for (it = encodings->begin(); it != encodings->end(); ++it) {
/external/chromium_org/third_party/skia/tests/
H A DPaintTest.cpp260 const SkPaint::TextEncoding encodings[] = { local
284 FOR_SETUP(n, encodings, setTextEncoding)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c109 } encodings[] = { variable in typeref:struct:__anon29424
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/
H A DPaintTest.cpp260 const SkPaint::TextEncoding encodings[] = { local
284 FOR_SETUP(n, encodings, setTextEncoding)
/external/chromium_org/third_party/icu/source/common/
H A Ducnvsel.cpp12 // Purpose: To generate a list of encodings capable of handling
21 * The goal is, given a unicode string, find the encodings
24 * stores all encodings a codepoint can map to
52 char** encodings; // which encodings did user ask to use? member in struct:UConverterSelector
81 UConverter* test_converter = ucnv_open(result->encodings[i], status);
121 // handle excluded encodings! Simply set their values to all 1's in the upvec
174 newSelector->encodings =
176 if (!newSelector->encodings) {
180 newSelector->encodings[
549 char **encodings = local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducnvseltst.c105 * ucnvsel_open() does not support "no encodings":
106 * Given 0 encodings it will open a selector for all available ones.
272 getResultsManually(const char** encodings, int32_t num_encodings, argument
290 test_converter = ucnv_open(encodings[i], &status);
300 encIndex = findIndex(encodings[i]);
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings); local
402 uprv_free((void *)encodings);
412 * set of encodings, so there is no need to test every combination.
419 sel_rt = ucnvsel_open(encodings, num_encodings,
429 sel_fb = ucnvsel_open(encodings, num_encoding
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp559 UnicodeString enc_attr = UNICODE_STRING_SIMPLE("encodings");
567 const UnicodeString *encodings = testCase->getAttribute(enc_attr); local
570 UnicodeString *encodingList = split(*encodings, CH_SPACE, encodingCount);
774 "encodings more than once. The hop through UnicodeString is for platforms "
814 // similar Windows and non-Windows SBCS encodings. State was kept in the shared
/external/icu/icu4c/source/common/
H A Ducnvsel.cpp12 // Purpose: To generate a list of encodings capable of handling
21 * The goal is, given a unicode string, find the encodings
24 * stores all encodings a codepoint can map to
52 char** encodings; // which encodings did user ask to use? member in struct:UConverterSelector
81 UConverter* test_converter = ucnv_open(result->encodings[i], status);
121 // handle excluded encodings! Simply set their values to all 1's in the upvec
174 newSelector->encodings =
176 if (!newSelector->encodings) {
180 newSelector->encodings[
549 char **encodings = local
[all...]

Completed in 8765 milliseconds

12