Searched refs:keyword (Results 201 - 225 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjpeg_turbo/
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/icu/icu4c/source/i18n/unicode/
H A Ducol.h822 * collation. At this point, the only recognized keyword for this
833 * Given a keyword, create a string enumeration of all values
834 * for that keyword that are currently in use.
835 * @param keyword a particular keyword as enumerated by
836 * ucol_getKeywords. If any other keyword is passed in, *status is set
839 * @return a string enumeration over collation keyword values, or NULL
844 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
850 * plus input keyword and that value has different behavior than creation with the
859 * @return a string enumeration over keyword value
[all...]
/external/jpeg/
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/qemu/distrib/jpeg-6b/
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/icu/source/test/intltest/
H A Dloctest.cpp1623 const char *keyword = NULL; local
1644 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1647 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1648 err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1655 err("Expected to get keyword UnicodeString %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1673 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1676 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1677 err("Expected to get keyword valu
1698 const char *keyword; member in struct:__anon12317
1728 const char *keyword; member in struct:__anon12318
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp1623 const char *keyword = NULL; local
1644 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1647 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1648 err("Expected to get keyword value %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1655 err("Expected to get keyword UnicodeString %s, got %s\n", testCases[i].expectedKeywords[j], keyword);
1673 if((keyword = keywords->next(&keywordLen, status)) == NULL) {
1676 if(strcmp(keyword, testCases[i].expectedKeywords[j]) != 0) {
1677 err("Expected to get keyword valu
1698 const char *keyword; member in struct:__anon22127
1728 const char *keyword; member in struct:__anon22128
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url_prepopulate_data.cc1038 const base::string16& keyword,
1057 data->SetKeyword(keyword);
1099 base::string16 keyword; local
1107 engine->GetString("keyword", &keyword) && !keyword.empty() &&
1138 t_urls.push_back(MakePrepopulatedTemplateURLData(name, keyword,
1159 base::WideToUTF16(engine.keyword),
1036 MakePrepopulatedTemplateURLData( const base::string16& name, const base::string16& keyword, const base::StringPiece& search_url, const base::StringPiece& suggest_url, const base::StringPiece& instant_url, const base::StringPiece& image_url, const base::StringPiece& new_tab_url, const base::StringPiece& contextual_search_url, const base::StringPiece& search_url_post_params, const base::StringPiece& suggest_url_post_params, const base::StringPiece& instant_url_post_params, const base::StringPiece& image_url_post_params, const base::StringPiece& favicon_url, const base::StringPiece& encoding, const base::ListValue& alternate_urls, const base::StringPiece& search_terms_replacement_key, int id) argument
H A Dtemplate_url.h466 // as a TemplateURLData containing other details like the name, keyword, etc.
478 // The keyword associated with an extension that uses the Omnibox API.
503 // Generates a suitable keyword for the specified url, which must be valid.
505 // never have an empty keyword.
524 const base::string16& keyword() const { return data_.keyword(); } function in class:TemplateURL
605 // Returns true if this TemplateURL uses Google base URLs and has a keyword
607 // update the keyword to reflect the current Google base URL TLD.
697 // Resets the keyword if IsGoogleSearchURLWithReplaceableKeyword() or |force|.
698 // The |force| parameter is useful when the existing keyword i
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp206 PluralRules::getUniqueKeywordValue(const UnicodeString& /* keyword */) {
212 PluralRules::getAllKeywordValues(const UnicodeString & /* keyword */, double * /* dest */,
281 // This results in test failures with values mapping back to a different keyword.
298 PluralRules::getSamples(const UnicodeString &keyword, double *dest, argument
300 RuleChain *rc = rulesForKeyword(keyword);
312 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
315 if (rc->fKeyword == keyword) {
324 PluralRules::isKeyword(const UnicodeString& keyword) const {
325 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
328 return rulesForKeyword(keyword) !
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c249 objfmt_module->keyword, ((yasm_arch_base *)arch)->module->keyword,
266 dbgfmt_module->keyword) == 0)
271 dbgfmt_module->keyword, objfmt_module->keyword);
280 dbgfmt_module->keyword, objfmt_module->keyword);
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp309 PluralRules::getUniqueKeywordValue(const UnicodeString& /* keyword */) {
315 PluralRules::getAllKeywordValues(const UnicodeString & /* keyword */, double * /* dest */,
384 // This results in test failures with values mapping back to a different keyword.
401 PluralRules::getSamples(const UnicodeString &keyword, double *dest, argument
403 RuleChain *rc = rulesForKeyword(keyword);
415 RuleChain *PluralRules::rulesForKeyword(const UnicodeString &keyword) const {
418 if (rc->fKeyword == keyword) {
427 PluralRules::isKeyword(const UnicodeString& keyword) const {
428 if (0 == keyword.compare(PLURAL_KEYWORD_OTHER, 5)) {
431 return rulesForKeyword(keyword) !
[all...]
/external/fio/
H A Dinit.c930 const char *keyword; member in struct:fpre_keyword
934 { .keyword = "$jobname", .key = FPRE_JOBNAME, },
935 { .keyword = "$jobnum", .key = FPRE_JOBNUM, },
936 { .keyword = "$filenum", .key = FPRE_FILENUM, },
937 { .keyword = NULL, },
952 for (f = &fpre_keywords[0]; f->keyword; f++)
953 f->strlen = strlen(f->keyword);
959 for (f = &fpre_keywords[0]; f->keyword; f++) {
964 str = strcasestr(buf, f->keyword);
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer.cc88 std::string keyword; member in struct:FirefoxImporter::BookmarkItem
316 // This bookmark has a keyword, we should import it.
317 if (!item->keyword.empty() && item->url.is_valid()) {
320 url_keyword_info.keyword.assign(base::UTF8ToUTF16(item->keyword));
613 // If a keyword is mentioned for this search engine, then add
705 "b.type, k.keyword, b.dateAdded, h.favicon_id "
722 item->keyword = s.ColumnString(4);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dautomatic_profile_resetter_delegate_unittest.cc204 data.SetKeyword(base::ASCIIToUTF16("keyword"));
377 const char kTestKeyword[] = "keyword";
429 std::string keyword; local
430 ASSERT_TRUE(details->GetString("keyword", &keyword));
433 base::ASCIIToUTF16(keyword));
/external/netcat/
H A Dnetcat.c995 const char *keyword; member in struct:toskeywords
1028 for (t = toskeywords; t->keyword != NULL; t++) {
1029 if (strcmp(s, t->keyword) == 0) {
/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);
H A Dversion_22.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,autogenerate_keyword INTEGER DEFAULT 0);
H A Dversion_27.sql7 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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0);
H A Dversion_29.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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR);
H A Dversion_37.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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR);
H A Dversion_38.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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0);
H A Dversion_39.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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);
H A Dversion_40.sql10 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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);
H A Dversion_41.sql10 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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);
H A Dversion_42.sql11 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,autogenerate_keyword INTEGER DEFAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0, sync_guid VARCHAR);

Completed in 8243 milliseconds

1234567891011>>