HomeSort by relevance Sort by last modified time
    Searched refs:keywords (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/components/test/data/web_database/
version_54.sql 8 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); table
version_55.sql 10 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); table
version_56.sql 10 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); table
version_57.sql 10 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); table
  /external/chromium_org/v8/tools/
gc-nvp-trace-processor.py 91 def __init__(self, title, field, axis = x1y1, **keywords):
94 self.props = keywords
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 177 attrs = {'keywords': 'one,two',
183 # finalize_option splits platforms and keywords
185 self.assertEqual(dist.metadata.keywords, ['one', 'two'])
416 "keywords": ['one', 'two'],
432 self.assertEqual(metadata.keywords, ['one', 'two'])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 177 attrs = {'keywords': 'one,two',
183 # finalize_option splits platforms and keywords
185 self.assertEqual(dist.metadata.keywords, ['one', 'two'])
416 "keywords": ['one', 'two'],
432 self.assertEqual(metadata.keywords, ['one', 'two'])
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
sdkmanager.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 147 view = (TextView)findViewById(R.id.keywords);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndLanguageSettings.java 669 indexable.keywords = context.getString(R.string.keywords_spell_checker);
686 indexable.keywords = context.getString(R.string.keywords_keyboard_and_ime);
    [all...]
  /external/chromium_org/testing/gtest/scripts/
upload.py 806 """Collapses SVN keywords."""
807 # svn cat translates keywords but svn diff doesn't. As a result of this
811 # Mapping of keywords to known aliases
813 # Standard keywords
831 keywords = [keyword
834 return re.sub(r"\$(%s):(:?)([^\$]+)\$" % '|'.join(keywords), repl, content)
    [all...]
  /external/chromium_org/third_party/jinja2/
ext.py 553 def babel_extract(fileobj, keywords, comment_tags, options):
558 is now set to a list of keywords for extraction, the extractor will
560 keywords. For best results, make sure to not have more than one
573 :param keywords: a list of keywords (i.e. function names) that should be
627 for lineno, func, message in extract_from_ast(node, keywords):
  /external/llvm/utils/lit/lit/
TestRunner.py 324 keywords = ('RUN:', 'XFAIL:', 'REQUIRES:', 'END.')
326 to_bytes("(%s)(.*)\n" % ("|".join(k for k in keywords),)))
  /external/llvm/utils/vim/
llvm.vim 38 " Keywords.
61 " Obsolete keywords.
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 824 String[] keywords = mResourceData[index].getValue().split("\\|"); local
825 for (String keyword : keywords) {
831 // TODO: We should act smartly and log a warning for incorrect keywords. However,
  /external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h 268 UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;
plurrule.cpp 940 RuleChain::getKeywords(int32_t capacityOfKeywords, UnicodeString* keywords, int32_t& arraySize) const {
942 keywords[arraySize++]=fKeyword;
949 return fNext->getKeywords(capacityOfKeywords, keywords, arraySize);
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 268 UErrorCode getKeywords(int32_t maxArraySize, UnicodeString *keywords, int32_t& arraySize) const;
plurrule.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
plurults.cpp 394 StringEnumeration *keywords = rules->getKeywords(status); local
400 while (NULL != (keyword = keywords->snext(status))) {
434 delete keywords;
693 // First match when rules for different keywords are not disjoint.
744 // The reserved words from the rule syntax will also function as keywords.
    [all...]
  /external/doclava/src/com/google/doclava/
PageMetadata.java 267 * quotes, trim whitespace, optionally make keywords/tags lowercase for
280 //use keywords as tags if no meta tags are available
645 list.get(i).renderArrayType(buf, list.get(i).mKeywords, "keywords");
812 public void setKeywords(String keywords) {
813 if ("".equals(keywords)) {
817 String[] keywordParts = keywords.split(",");
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 394 StringEnumeration *keywords = rules->getKeywords(status); local
400 while (NULL != (keyword = keywords->snext(status))) {
434 delete keywords;
693 // First match when rules for different keywords are not disjoint.
744 // The reserved words from the rule syntax will also function as keywords.
    [all...]

Completed in 442 milliseconds

1 2 3 4 56 7 8 9