Searched refs:keyword (Results 176 - 200 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp2400 const char *path, const char *resName, const char *keyword, const char *locid,
2403 char kwVal[1024] = ""; /* value of keyword 'keyword' */
2415 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2422 locid, keyword, kwVal, base, u_errorName(subStatus));
2475 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus));
2482 path?path:"ICUDATA", parent, keyword, kwVal);
2530 path?path:"ICUDATA", parent, keyword, kwVal, u_errorName(subStatus));
2550 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2605 parent, keyword, kwVa
2399 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) argument
2704 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/common/
H A Duresbund.cpp2400 const char *path, const char *resName, const char *keyword, const char *locid,
2403 char kwVal[1024] = ""; /* value of keyword 'keyword' */
2415 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2422 locid, keyword, kwVal, base, u_errorName(subStatus));
2475 path?path:"ICUDATA", parent, keyword, defVal, u_errorName(subStatus));
2482 path?path:"ICUDATA", parent, keyword, kwVal);
2530 path?path:"ICUDATA", parent, keyword, kwVal, u_errorName(subStatus));
2550 path?path:"ICUDATA", full, keyword, defVal, u_errorName(subStatus));
2605 parent, keyword, kwVa
2399 ures_getFunctionalEquivalent(char *result, int32_t resultCapacity, const char *path, const char *resName, const char *keyword, const char *locid, UBool *isAvailable, UBool omitDefault, UErrorCode *status) argument
2704 ures_getKeywordValues(const char *path, const char *keyword, UErrorCode *status) argument
[all...]
/external/chromium_org/components/search_engines/
H A Dutil.cc106 // Otherwise, a URL is best if it matches the prepopulated data's keyword;
171 prepopulated_url->SetKeyword(original_turl->keyword());
259 // name and keyword.) If not, add the prepopulated URL.
270 // edits to the name and keyword.
293 // and keyword both match. If the prepopulate ID _does_ match all properties
301 (template_url->keyword() != default_search_provider->keyword())))
328 // adjust the last_modified time of this keyword; this way, we won't later
329 // overwrite any changes on the sync server that happened to this keyword
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp319 if (!specifiedSize && size.keyword)
320 specifiedSize = FontSize::fontSizeForKeyword(m_document, size.keyword, fontDescription.fixedPitchFontType());
329 fontDescription.setKeywordSize(size.keyword);
416 // If the font uses a keyword size, then we refetch from the table rather than
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
H A Dsettings_overrides_browsertest.cc87 EXPECT_EQ(base::ASCIIToUTF16("keyword.de"), extension_provider->keyword());
H A Dsettings_overrides_api.cc76 if (search_provider.keyword)
77 data.SetKeyword(base::UTF8ToUTF16(*search_provider.keyword));
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler_unittest.cc24 " \"keyword\" : \"firstkey\","
55 " \"keyword\" : \"firstkey\","
100 EXPECT_EQ("firstkey", *search_engine->keyword);
/external/chromium_org/components/test/data/web_database/
H A Dversion_43.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);
12 CREATE TABLE keywords_backup (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_25.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);
H A Dversion_26.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_48.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,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,show_in_default_list INTEGER,suggest_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last_modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DInterceptingCanvas.h59 virtual void addComment(const char* keyword, const char* value) OVERRIDE = 0;
H A DProfilingCanvas.h60 virtual void addComment(const char* keyword, const char* value) OVERRIDE;
H A DReplayingCanvas.h62 virtual void addComment(const char* keyword, const char* value) OVERRIDE;
H A DProfilingCanvas.cpp164 void ProfilingCanvas::addComment(const char* keyword, const char* value) argument
167 this->SkCanvas::addComment(keyword, value);
H A DReplayingCanvas.cpp178 void ReplayingCanvas::addComment(const char* keyword, const char* value) argument
181 this->SkCanvas::addComment(keyword, value);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp808 Collator::getKeywordValues(const char *keyword, UErrorCode& status) { argument
810 UEnumeration* uenum = ucol_getKeywordValues(keyword, &status);
832 Collator::getFunctionalEquivalent(const char* keyword, const Locale& locale, argument
837 keyword, locale.getName(), &isAvailable, &status);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.h152 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
/external/jpeg/
H A Dcdjpeg.h149 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
/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))
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dcdjpeg.h149 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.h149 EXTERN(boolean) keymatch JPP((char * arg, const char * keyword, int minchars));
/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database_unittest.cc38 std::string keyword; member in struct:__anon4103::ShortcutsDatabaseTestInfo
69 EXPECT_EQ(is_v2, connection.DoesColumnExist("omni_box_shortcuts", "keyword"));
129 info.transition, info.type, ASCIIToUTF16(info.keyword)),
252 "SELECT fill_into_edit, url, transition, type, keyword "
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py228 # Match a keyword string followed by a non-identifier character in order to
230 keyword = re.compile('(%s)((?=[^%s])|$)' % (
281 Matcher(keyword, Type.KEYWORD),
324 # Matchers for code after the function keyword.
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducol.h806 * collation. At this point, the only recognized keyword for this
817 * Given a keyword, create a string enumeration of all values
818 * for that keyword that are currently in use.
819 * @param keyword a particular keyword as enumerated by
820 * ucol_getKeywords. If any other keyword is passed in, *status is set
823 * @return a string enumeration over collation keyword values, or NULL
828 ucol_getKeywordValues(const char *keyword, UErrorCode *status);
834 * plus input keyword and that value has different behavior than creation with the
843 * @return a string enumeration over keyword value
[all...]

Completed in 1204 milliseconds

1234567891011>>