Searched defs:keyword (Results 51 - 75 of 169) sorted by relevance

1234567

/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler.cc281 // For the name and keyword, default to the host if not specified. If
283 // "file:///c:/..."), use "_" to guarantee that the keyword is non-empty.
284 std::string name, keyword; local
285 dict->GetString(DefaultSearchManager::kKeyword, &keyword);
294 if (keyword.empty())
367 // For the name and keyword, default to the host if not specified. If
369 // keyword is non-empty.
370 std::string name, keyword; local
378 if (!prefs->GetString(prefs::kDefaultSearchProviderKeyword, &keyword) ||
379 keyword
[all...]
H A Ddefault_search_manager.cc42 const char DefaultSearchManager::kKeyword[] = "keyword";
163 url_dict.SetString(kKeyword, data.keyword());
272 prepopulated_urls[i]->SetKeyword(prefs_default_search_->keyword());
310 base::string16 keyword; local
312 url_dict->GetString(kKeyword, &keyword);
313 if (search_url.empty() || keyword.empty())
317 prefs_default_search_->SetKeyword(keyword);
H A Dtemplate_url_service.h80 const char* const keyword; member in struct:TemplateURLService::Initializer
113 // Removes any unnecessary characters from a user input keyword.
115 static base::string16 CleanUserInputKeyword(const base::string16& keyword);
123 // keyword/url pair, or there is one but it can be replaced. If there is an
124 // existing keyword that can be replaced and template_url_to_replace is
125 // non-NULL, template_url_to_replace is set to the keyword to replace.
129 bool CanReplaceKeyword(const base::string16& keyword,
134 // sorted shortest keyword-first. If |support_replacement_only| is true, only
140 // Looks up |keyword| and returns the element it maps to. Returns NULL if
141 // the keyword wa
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurfmt.cpp410 // The keyword is empty until we need to match against a non-explicit, not-"other" value.
411 // Then we get the keyword from the selector.
413 // or if the only non-explicit keyword is "other".)
414 UnicodeString keyword; local
417 // to avoid matching the keyword again (duplicates are allowed)
423 // We remember the first matching-keyword sub-message if we have not seen
427 // We avoid matching the keyword twice by also setting haveKeywordMatch=true
428 // at the first keyword match.
449 // plural keyword like "few" or "other"
454 if(0 == keyword
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdjpgcom.c425 keymatch (char * arg, const char * keyword, int minchars) argument
426 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
427 /* keyword is the constant keyword (must be lower case already), */
434 if ((ck = *keyword++) == '\0')
435 return 0; /* arg longer than keyword, no good */
H A Dwrjpgcom.c384 keymatch (char * arg, const char * keyword, int minchars) argument
385 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
386 /* keyword is the constant keyword (must be lower case already), */
393 if ((ck = *keyword++) == '\0')
394 return 0; /* arg longer than keyword, no good */
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c43 typedef STAILQ_HEAD(keyword_list, keyword) keyword_list;
44 typedef struct keyword { struct
45 STAILQ_ENTRY(keyword) link;
49 } keyword; typedef in typeref:struct:keyword
168 keyword *kw;
271 keyword *kw;
475 report_error("keyword name too long");
487 kw = yasm_xmalloc(sizeof(keyword));
/external/icu/icu4c/source/i18n/
H A Dplurfmt.cpp410 // The keyword is empty until we need to match against a non-explicit, not-"other" value.
411 // Then we get the keyword from the selector.
413 // or if the only non-explicit keyword is "other".)
414 UnicodeString keyword; local
417 // to avoid matching the keyword again (duplicates are allowed)
423 // We remember the first matching-keyword sub-message if we have not seen
427 // We avoid matching the keyword twice by also setting haveKeywordMatch=true
428 // at the first keyword match.
449 // plural keyword like "few" or "other"
454 if(0 == keyword
[all...]
H A Ducol_res.cpp409 ucol_getKeywordValues(const char *keyword, UErrorCode *status) { argument
413 // hard-coded to accept exactly one collation keyword
414 // modify if additional collation keyword is added later
415 if (keyword==NULL || uprv_strcmp(keyword, KEYWORDS[0])!=0)
443 * -values is the temp location for the keyword values
551 const char* keyword, const char* locale,
554 // N.B.: Resource name is "collations" but keyword is "collation"
556 "collations", keyword, locale,
550 ucol_getFunctionalEquivalent(char* result, int32_t resultCapacity, const char* keyword, const char* locale, UBool* isAvailable, UErrorCode* status) argument
/external/jpeg/
H A Drdjpgcom.c408 keymatch (char * arg, const char * keyword, int minchars) argument
409 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
410 /* keyword is the constant keyword (must be lower case already), */
417 if ((ck = *keyword++) == '\0')
418 return 0; /* arg longer than keyword, no good */
H A Dwrjpgcom.c384 keymatch (char * arg, const char * keyword, int minchars) argument
385 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
386 /* keyword is the constant keyword (must be lower case already), */
393 if ((ck = *keyword++) == '\0')
394 return 0; /* arg longer than keyword, no good */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c72 const T1_Field keyword )
81 /* if the keyword has a dedicated callback, call it */
82 if ( keyword->type == T1_FIELD_TYPE_CALLBACK )
84 keyword->reader( (FT_Face)face, parser );
90 switch ( keyword->location )
116 keyword->ident ));
122 switch ( keyword->location )
136 /* now, load the keyword data in the object's field(s) */
137 if ( keyword->type == T1_FIELD_TYPE_INTEGER_ARRAY ||
138 keyword
343 T1_Field keyword = (T1_Field)cid_field_records; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdjpgcom.c408 keymatch (char * arg, const char * keyword, int minchars) argument
409 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
410 /* keyword is the constant keyword (must be lower case already), */
417 if ((ck = *keyword++) == '\0')
418 return 0; /* arg longer than keyword, no good */
H A Dwrjpgcom.c384 keymatch (char * arg, const char * keyword, int minchars) argument
385 /* Case-insensitive matching of (possibly abbreviated) keyword switches. */
386 /* keyword is the constant keyword (must be lower case already), */
393 if ((ck = *keyword++) == '\0')
394 return 0; /* arg longer than keyword, no good */
/external/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c23 const char *keyword = "self"; local
24 size_t keyword_size = strlen(keyword), len;
100 if (len == keyword_size && !strncmp(start, keyword, keyword_size)) {
372 const char *keyword = "neverallow"; local
373 size_t keyword_size = strlen(keyword), len;
393 if (len != keyword_size || strncmp(start, keyword, keyword_size))
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider_unittest.cc61 std::string keyword; member in struct:__anon2936::TestShortcutInfo
332 cur.transition, cur.type, ASCIIToUTF16(cur.keyword)),
H A Dautocomplete_provider_unittest.cc149 match.keyword = match_keyword_;
164 const base::string16 keyword; member in struct:AutocompleteProviderTest::KeywordTestData
174 // Registers a test TemplateURL under the given keyword.
175 void RegisterTemplateURL(const base::string16 keyword,
228 const base::string16 keyword,
236 data.SetKeyword(keyword);
253 // (1) Make sure that AutocompleteMatch.keyword is set iff there is
324 data2.SetURL("http://keyword/{searchTerms}");
386 match.keyword = match_data[i].keyword;
227 RegisterTemplateURL( const base::string16 keyword, const std::string& template_url) argument
[all...]
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.h37 // Reasons why the Omnibox could change into keyword mode.
60 const base::string16& keyword,
71 const base::string16 keyword; member in struct:OmniboxEditModel::State
228 // Accessors for keyword-related state (see comments on keyword_ and
230 const base::string16& keyword() const { return keyword_; } function in class:OmniboxEditModel
236 // Accepts the current keyword hint as a keyword. It always returns true for
238 // keyword mode. This parameter is only used for metrics/logging; it's not
245 // Clears the current keyword. |visible_text| is the (non-keyword) tex
[all...]
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc196 return base::i18n::GetDisplayStringInLTRDirectionality(url->keyword());
259 const base::string16& keyword,
266 data.SetKeyword(keyword);
277 const base::string16& keyword,
287 template_url_service_->ResetTemplateURL(template_url, title, keyword, url);
331 TemplateURL* keyword = GetTemplateURL(index); local
334 if (current_default == keyword)
338 template_url_service_->SetUserSelectedDefaultSearchProvider(keyword);
350 const int new_index = IndexOfTemplateURL(keyword);
257 Add(int index, const base::string16& short_name, const base::string16& keyword, const std::string& url) argument
275 ModifyTemplateURL(int index, const base::string16& title, const base::string16& keyword, const std::string& url) argument
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.cc87 keyword(match.keyword),
124 keyword = match.keyword;
336 const base::string16& keyword,
340 TemplateURL* template_url = keyword.empty() ?
341 NULL : template_url_service->GetTemplateURLForKeyword(keyword);
350 const base::string16& keyword) {
359 // by some obscure query param from each other or from the search/keyword
362 template_url_service, keyword, stripped_destination_ur
334 GetTemplateURLWithKeyword( TemplateURLService* template_url_service, const base::string16& keyword, const std::string& host) argument
347 GURLToStrippedGURL( const GURL& url, TemplateURLService* template_url_service, const base::string16& keyword) argument
427 GetKeywordUIState( TemplateURLService* template_url_service, base::string16* keyword, bool* is_keyword_hint) const argument
[all...]
/external/chromium_org/components/test/data/web_database/
H A Dversion_20.sql8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL, keyword VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_default_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0);
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc125 // Creates a string-to-string, keyword-value map from a parameter/query string
127 // keyword from value.
131 std::string keyword; local
146 parameters[keyword] = value;
147 keyword = "";
155 keyword += character;
164 keyword += character;
173 parameters[keyword] = value;
174 keyword = "";
189 parameters[keyword]
[all...]
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DDataTransfer.cpp442 bool DataTransfer::hasDropZoneType(const String& keyword) argument
444 if (keyword.startsWith("file:"))
445 return hasFileOfType(keyword.substring(5));
447 if (keyword.startsWith("string:"))
448 return hasStringOfType(keyword.substring(7));
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Darch.h79 const char *keyword; member in struct:yasm_arch_machine
95 * Call yasm_arch_keyword() to get the keyword of a particular #yasm_arch.
97 const char *keyword; member in struct:yasm_arch_module
211 /** Default machine keyword.
236 /** Get the keyword used to select an architecture.
238 * \return Architecture keyword.
256 * \param machine keyword of machine in use (must be one listed in
258 * \param parser keyword of parser in use
443 (((yasm_arch_base *)arch)->module->keyword)
/external/lldb/source/Interpreter/
H A DOptionValueProperties.cpp712 OptionValueProperties::Apropos (const char *keyword, std::vector<const Property *> &matching_properties) const argument
724 properties->Apropos (keyword, matching_properties);
730 if (name && ::strcasestr(name, keyword))
735 if (desc && ::strcasestr(desc, keyword))

Completed in 578 milliseconds

1234567