HomeSort by relevance Sort by last modified time
    Searched refs:Keywords (Results 1 - 22 of 22) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 232 m_functionID.put(Keywords.FUNC_CURRENT_STRING,
234 m_functionID.put(Keywords.FUNC_LAST_STRING,
236 m_functionID.put(Keywords.FUNC_POSITION_STRING,
238 m_functionID.put(Keywords.FUNC_COUNT_STRING,
240 m_functionID.put(Keywords.FUNC_ID_STRING,
242 m_functionID.put(Keywords.FUNC_KEY_STRING,
244 m_functionID.put(Keywords.FUNC_LOCAL_PART_STRING,
246 m_functionID.put(Keywords.FUNC_NAMESPACE_STRING,
248 m_functionID.put(Keywords.FUNC_NAME_STRING,
250 m_functionID.put(Keywords.FUNC_GENERATE_ID_STRING
    [all...]
Keywords.java 19 * $Id: Keywords.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Keywords
32 /** Table of keywords to opcode associations. */
XPathParser.java 721 id = Keywords.lookupNodeTest(key);
    [all...]
  /external/chromium_org/components/search_engines/
keyword_table.h 24 // This class manages the |keywords| MetaTable within the SQLite database
29 // keywords Most of the columns mirror that of a field in
39 // date_created This column was added after we allowed keywords.
40 // Keywords created before we started tracking
76 // Builtin Keyword Version The version of builtin keywords data.
88 typedef std::vector<TemplateURLData> Keywords;
112 // Loads the keywords into the specified vector. It's up to the caller to
115 bool GetKeywords(Keywords* keywords);
121 // Version of the built-in keywords
    [all...]
keyword_web_data_service.h 26 KeywordTable::Keywords keywords; member in struct:WDKeywordsResult
30 // Version of the built-in keywords. A value of 0 indicates a first run.
74 // Fetches the keywords.
75 // On success, consumer is notified with WDResult<KeywordTable::Keywords>.
81 // Sets the version of the builtin keywords.
util.cc 325 for (KeywordTable::Keywords::iterator i(keyword_result.keywords.begin());
326 i != keyword_result.keywords.end(); ++i) {
keyword_table.cc 159 return db_->DoesTableExist("keywords") ||
160 db_->Execute("CREATE TABLE keywords ("
271 bool KeywordTable::GetKeywords(Keywords* keywords) {
273 " FROM keywords ORDER BY id ASC");
278 keywords->push_back(TemplateURLData());
279 if (!GetKeywordDataFromStatement(s, &keywords->back())) {
281 keywords->pop_back();
316 return db_->Execute("ALTER TABLE keywords ADD COLUMN autogenerate_keyword "
322 "ALTER TABLE keywords ADD COLUMN logo_id INTEGER DEFAULT 0")
597 std::set<base::string16> keywords; local
    [all...]
  /external/chromium_org/chrome/browser/webdata/
keyword_table_unittest.cc 83 KeywordTable::Keywords GetKeywords() const {
84 KeywordTable::Keywords keywords; local
85 EXPECT_TRUE(table_->GetKeywords(&keywords));
86 return keywords;
114 TEST_F(KeywordTableTest, Keywords) {
117 KeywordTable::Keywords keywords(GetKeywords());
118 EXPECT_EQ(1U, keywords.size());
119 const TemplateURLData& restored_keyword = keywords.front()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 47 SkString SkPdfDocumentInformationDictionary::Keywords(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Keywords", "");
56 return get("Keywords", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfDocumentInformationDictionary_autogen.cpp 47 SkString SkPdfDocumentInformationDictionary::Keywords(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("Keywords", "");
56 return get("Keywords", "") != NULL;
SkPdfDocumentInformationDictionary_autogen.h     [all...]
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 28 // Test proper handling of keywords, future reserved words and
33 // http://trac.webkit.org/export/89109/trunk/LayoutTests/fast/js/script-tests/keywords-and-reserved_words.js
60 // All non-strict keywords are also keywords in strict code.
107 // Not keywords - these are all just identifiers.
126 // 7.6.1.1 Keywords
127 var keywords = [ variable
144 for (var i = 0; i < keywords.length; i++) {
145 testKeyword(keywords[i]);
  /external/chromium_org/v8/test/webkit/
keywords-and-reserved_words.js 25 "This test verifies that keywords and reserved words match those specified in ES5 section 7.6."
53 // All non-strict keywords are also keywords in strict code.
66 // Not keywords - these are all just identifiers.
73 // These are identifiers that we used to treat as keywords!
91 // Keywords.
  /external/llvm/utils/vim/
llvm.vim 38 " Keywords.
61 " Obsolete keywords.
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/libmtp/src/
libmtp.c 502 register_property("Keywords", LIBMTP_PROPERTY_Keywords, PTP_OPC_Keywords);
    [all...]
ptp.c     [all...]
ptp.h 752 char *Keywords;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 467 milliseconds