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

1 2 3 45 6 7 8 9

  /external/pdfium/fpdfsdk/include/javascript/
Document.h 104 FX_BOOL keywords(OBJ_PROP_PARAMS);
222 JS_STATIC_PROP(keywords, Document);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 251 self.keywords = {} # map from keyword strings to arc labels
255 self.keywords[value] = ilabel
pgen.py 91 if value in c.keywords:
92 return c.keywords[value]
95 c.keywords[value] = ilabel
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
conv.py 251 self.keywords = {} # map from keyword strings to arc labels
255 self.keywords[value] = ilabel
pgen.py 91 if value in c.keywords:
92 return c.keywords[value]
95 c.keywords[value] = ilabel
  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 390 StringEnumeration* keywords = fPluralRules->getKeywords(err); local
395 while ((pluralCount = const_cast<UnicodeString*>(keywords->snext(err))) != NULL) {
402 delete keywords;
571 StringEnumeration* keywords = fPluralRules->getKeywords(err); local
574 while ((pluralCount = keywords->snext(err)) != NULL) {
603 delete keywords;
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 320 StringEnumeration* keywords = getPluralRules().getKeywords(err); local
325 while ((pluralCount = const_cast<UnicodeString*>(keywords->snext(err))) != NULL) {
332 delete keywords;
493 StringEnumeration* keywords = getPluralRules().getKeywords(err); local
496 while ((pluralCount = keywords->snext(err)) != NULL) {
525 delete keywords;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 110 ('keywords', None,
111 "print the list of keywords"),
599 for attr in ('keywords', 'platforms'):
686 if opt in ['keywords', 'platforms']:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_functools.py 9 def PythonPartial(func, *args, **keywords):
12 newkeywords = keywords.copy()
17 newfunc.keywords = keywords
26 return (part.func, part.args, part.keywords, part.__dict__)
44 self.assertEqual(p.keywords, dict(a=10, b=20))
50 self.assertRaises(TypeError, setattr, p, 'keywords', dict(a=1, b=2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 110 ('keywords', None,
111 "print the list of keywords"),
599 for attr in ('keywords', 'platforms'):
686 if opt in ['keywords', 'platforms']:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_functools.py 9 def PythonPartial(func, *args, **keywords):
12 newkeywords = keywords.copy()
17 newfunc.keywords = keywords
26 return (part.func, part.args, part.keywords, part.__dict__)
44 self.assertEqual(p.keywords, dict(a=10, b=20))
50 self.assertRaises(TypeError, setattr, p, 'keywords', dict(a=1, b=2))
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /dalvik/docs/
prettify.js 208 * <p>Specifically, I've removed any keywords that can't precede a regexp
745 var keywords = wordSet(options.keywords);
772 * recognize keywords, and types.
792 } else if (token in keywords) {
822 keywords: ALL_KEYWORDS,
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 2319 String [] keywords = null; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 1621 StringEnumeration *keywords; local
    [all...]
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 598 // Strip off the part after an '@' sign, which might contain keywords,
606 std::string keywords = locale.substr(split_point + 1); local
609 size_t equals_loc = keywords.find("=");
611 equals_loc < 1 || equals_loc > keywords.size() - 2)
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 1621 StringEnumeration *keywords; local
    [all...]
  /external/chromium_org/components/search_engines/
util.cc 325 for (KeywordTable::Keywords::iterator i(keyword_result.keywords.begin());
326 i != keyword_result.keywords.end(); ++i) {
  /external/chromium_org/components/test/data/web_database/
version_44.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,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
version_45.sql 23 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); table
version_45_compatible.sql 23 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); table
version_45_invalid.sql 23 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); table
version_46.sql 23 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); table
version_47.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); table

Completed in 274 milliseconds

1 2 3 45 6 7 8 9