Searched refs:keyword (Results 226 - 250 of 321) sorted by relevance

1234567891011>>

/external/chromium_org/components/test/data/web_database/
H A Dversion_54.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,search_terms_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,suggest_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR);
H A Dversion_55.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,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,search_terms_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,suggest_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR);
H A Dversion_56.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,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,search_terms_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,suggest_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR);
H A Dversion_57.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,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,search_terms_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,suggest_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR);
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dstylesheet.css159 SPAN.keyword,
/external/chromium_org/ppapi/c/documentation/
H A Dstylesheet.css155 SPAN.keyword,
/external/chromium_org/ppapi/cpp/documentation/
H A Dstylesheet.css155 SPAN.keyword,
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh239 x86*) keyword="ManagedCProj"
277 Keyword="${keyword}" \
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh302 x86*) keyword="ManagedCProj"
340 Keyword="${keyword}" \
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_android.cc124 env, template_url->keyword()).obj());
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h167 NSImage* GetKeywordImage(const base::string16& keyword);
228 // A decoration that shows the keyword-search bubble on the left.
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc106 // Force the keyword text to be lowercase, keep the caret or selection.
128 keyword_tf_ = CreateTextfield(controller_->template_url()->keyword());
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dsettings_overrides_handler.cc87 !overrides->search_provider->keyword ||
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLoggingCanvas.h60 virtual void addComment(const char* keyword, const char* value) OVERRIDE;
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp881 Collator::getKeywordValues(const char *keyword, UErrorCode& status) { argument
883 UEnumeration* uenum = ucol_getKeywordValues(keyword, &status);
905 Collator::getFunctionalEquivalent(const char* keyword, const Locale& locale, argument
910 keyword, locale.getName(), &isAvailable, &status);
H A Dcalendar.cpp211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
215 ECalType calType = getCalendarType(keyword);
261 // when calendar keyword is not available or not supported, read supplementalData
396 // char keyword[ULOC_FULLNAME_CAPACITY];
397 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
398 // return isStandardSupportedKeyword(keyword, status);
426 char keyword[ULOC_FULLNAME_CAPACITY]; local
430 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
914 char keyword[ULOC_FULLNAME_CAPACITY]; local
[all...]
/external/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h87 Apropos (const char *keyword,
/external/qemu/qobject/
H A Djson-parser.c576 parse_error(ctxt, token, "invalid keyword `%s'", token_get_value(token));
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc154 keyword_term_(ASCIIToUTF16("keyword")),
204 // Calls QueryForInput(), sets the JSON responses for the default and keyword
307 data.SetURL("http://keyword/{searchTerms}");
633 // Issues a query that matches the registered keyword and makes sure history
637 QueryForInput(keyword_t_url_->keyword() + ASCIIToUTF16(" ") + term,
651 // Make sure the keyword providers suggest service was queried.
663 // Tell the SearchProvider the keyword suggest query is done.
672 // term keyword.
676 // The match should have an associated keyword.
677 EXPECT_FALSE(match.keyword
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp211 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) { argument
215 ECalType calType = getCalendarType(keyword);
261 // when calendar keyword is not available or not supported, read supplementalData
396 // char keyword[ULOC_FULLNAME_CAPACITY];
397 // getCalendarKeyword(id, keyword, (int32_t)sizeof(keyword));
398 // return isStandardSupportedKeyword(keyword, status);
426 char keyword[ULOC_FULLNAME_CAPACITY]; local
430 getCalendarKeyword(str, keyword, (int32_t) sizeof(keyword));
914 char keyword[ULOC_FULLNAME_CAPACITY]; local
[all...]
H A Ducol_res.cpp181 /* we try to find stuff from keyword */
185 // if there is a keyword, we pick it up and try to get elements
188 // no keyword. we try to find the default setting, which will give us the keyword value
781 ucol_getKeywordValues(const char *keyword, UErrorCode *status) { argument
785 // hard-coded to accept exactly one collation keyword
786 // modify if additional collation keyword is added later
787 if (keyword==NULL || uprv_strcmp(keyword, KEYWORDS[0])!=0)
815 * -values is the temp location for the keyword value
922 ucol_getFunctionalEquivalent(char* result, int32_t resultCapacity, const char* keyword, const char* locale, UBool* isAvailable, UErrorCode* status) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc50 const char* keyword; member in struct:KeywordToken
64 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
65 const i::byte* keyword = local
66 reinterpret_cast<const i::byte*>(key_token.keyword);
67 int length = i::StrLength(key_token.keyword);
70 i::Utf8ToUtf16CharacterStream stream(keyword, length);
80 // Removing characters will make keyword matching fail.
82 i::Utf8ToUtf16CharacterStream stream(keyword, length - 1);
88 // Adding characters will make keyword matching fail.
91 i::MemMove(buffer, keyword, lengt
[all...]
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc1183 // Strip "www." off the front of the keyword; otherwise the keyword won't work
1188 base::string16 keyword(net::StripWWWFromHost(url));
1189 return keyword.empty() ? base::ASCIIToUTF16("www") : keyword;
1266 google_util::IsGoogleHostname(base::UTF16ToUTF8(data_.keyword()),
1273 return (data_.keyword() == other.keyword()) ||
1402 // case the term replaces the URL it's unlikely another keyword would have the
/external/chromium_org/third_party/jinja2/
H A Dcompiler.py13 from keyword import iskeyword as is_python_keyword
521 A leading comma is added automatically. The extra keyword
523 error could occour. The extra keyword arguments should be given
526 # if any of the given keyword arguments is a python keyword
663 # keyword or if we switch to bytecode generation
1622 for keyword in node.options:
1623 self.writeline('context.eval_ctx.%s = ' % keyword.key)
1624 self.visit(keyword.value, frame)
1626 val = keyword
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c51 /* callback when it encounters an immediate keyword. */
929 /* if the keyword has a dedicated callback, call it */
937 /* now, the keyword is either a simple field, or a table of fields; */
1021 FT_TRACE1(( "t1_load_keyword: ignoring keyword `%s'"
1566 /* we stop when we find a `def' or `end' keyword */
1940 /* now compare the immediate name to the keyword table */
1941 T1_Field keyword = (T1_Field)t1_keywords; local
1949 name = (FT_Byte*)keyword->ident;
1989 if ( !( dict & keyword->dict ) )
1993 keyword
[all...]

Completed in 6667 milliseconds

1234567891011>>