Searched refs:keywords (Results 76 - 100 of 169) sorted by relevance

1234567

/external/chromium_org/components/test/data/web_database/
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); table
12 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1,6262,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&ion=1{searchTerms}&nord=1',0,'{1234-5678-90AB-CDEF}');
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); table
11 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1,1234,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&ion=1{searchTerms}&nord=1',0,'{1234-5678-90AB-CDEF}');
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_css_value_keywords.py126 assert property['mode'] is None, 'Can\'t specify mode for value keywords with the prefix "-internal-".'
129 assert property['mode'] != 'UASheet', 'UASheet mode only value keywords should have the prefix "-internal-".'
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c269 keyword_list keywords; local
297 STAILQ_INIT(&keywords);
374 break; /* move on to keywords section */
451 report_error("no keywords section found");
455 /* Parse keywords section */
491 STAILQ_INSERT_TAIL(&keywords, kw, link);
526 perfect_gen(out, lookup_function_name, struct_name, &keywords, filename);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dasp.php25 * * Include all the functions, keywords etc that I have missed
H A Dcss.php29 * * Re-look at keywords - possibly to make several CSS language
H A Djava.php25 * - Added extra missed keywords
H A Dmatlab.php16 * - many keywords added
H A Doracle8.php64 //Put ORACLE reserved keywords here (8.1.7). I like mine uppercase.
H A Dprogress.php20 * * Sort Keyword lists by Control Structures, Predefined functions and other important keywords
H A Dsmalltalk.php132 GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
H A Dvhdl.php51 /*keywords*/
H A Dvim.php14 * All keywords scraped from `:help expression-commands`.
H A Dpython.php15 * - Added missing functions and keywords. Also added two new Python 3.0 types. SF#2441839
58 ** http://python.org/doc/current/ref/keywords.html
H A Dcpp.php20 * - Added several new keywords (Jack Lloyd)
H A Ddcs.php118 // These keywords are not highlighted by the DCS IDE but we may as well
H A Doracle11.php68 //Put ORACLE reserved keywords here (11i). I like mine uppercase.
H A Dpixelbender.php28 * 1. languageVersion & kernel keywords
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py47 # Symbol and keywords types
58 # Extra WebIDL keywords
79 # 'keywords' is a map of string to token type. All SYMBOL tokens are
80 # matched against keywords, to determine if the token is actually a keyword.
81 keywords = { variable in class:IDLLexer
148 # All non-keywords are assumed to be symbols
149 t.type = self.keywords.get(t.value, 'SYMBOL')
152 # value as a keywords (E.g. a dictionary named 'interface').
/external/doclava/src/com/google/doclava/
H A DClassInfo.java730 public void makeKeywordEntries(List<KeywordEntry> keywords) { argument
738 keywords.add(new KeywordEntry(name(), htmlPage, "class in " + containingPackage().name()));
748 keywords.add(new KeywordEntry(field.name(), htmlPage + "#" + field.anchor(),
756 keywords.add(new KeywordEntry(field.name(), htmlPage + "#" + field.anchor(), "constant in "
764 keywords.add(new KeywordEntry(field.name(), htmlPage + "#" + field.anchor(), "field in "
772 keywords.add(new KeywordEntry(m.prettySignature(), htmlPage + "#" + m.anchor(),
781 keywords.add(new KeywordEntry(m.prettySignature(),
791 keywords.add(new KeywordEntry(m.prettySignature(),
801 keywords.add(new KeywordEntry(m.name() + m.prettySignature(),
810 keywords
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddcfmtsym.cpp346 const char* keywords[kCurrencySpacingCount] = { local
355 currencySpcBeforeSym[i] = ures_getStringByKey(dataRes, keywords[i],
365 currencySpcAfterSym[i] = ures_getStringByKey(dataRes, keywords[i],
/external/icu4c/i18n/
H A Ddcfmtsym.cpp357 const char* keywords[UNUM_CURRENCY_SPACING_COUNT] = { local
366 currencySpcBeforeSym[i] = ures_getUnicodeStringByKey(dataRes, keywords[i], &localStatus);
375 currencySpcAfterSym[i] = ures_getUnicodeStringByKey(dataRes, keywords[i], &localStatus);
/external/icu4c/test/intltest/
H A Dplurults.cpp356 StringEnumeration *keywords = rules->getKeywords(status); local
362 while (NULL != (keyword = keywords->snext(status))) {
386 errln("keywords don't match");
391 delete keywords;
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc505 std::set<base::string16> keywords;
511 keywords.insert(keyword);
520 if (!keyword.empty() && !keywords.count(keyword)) {
521 keywords.insert(keyword);
550 // For extension keywords, just make the description the extension
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service.h84 KeywordTable::Keywords keywords; member in struct:WDKeywordsResult
88 // Version of the built-in keywords. A value of 0 indicates a first run.
120 // Fetches the keywords.
124 // Sets the keywords used for the default search provider.
127 // Sets the version of the builtin keywords.

Completed in 1619 milliseconds

1234567