Home
last modified time | relevance | path

Searched refs:Keywords (Results 1 – 25 of 75) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java232 m_functionID.put(Keywords.FUNC_CURRENT_STRING, in m_functionID.put()
234 m_functionID.put(Keywords.FUNC_LAST_STRING, in m_functionID.put()
236 m_functionID.put(Keywords.FUNC_POSITION_STRING, in m_functionID.put()
238 m_functionID.put(Keywords.FUNC_COUNT_STRING, in m_functionID.put()
240 m_functionID.put(Keywords.FUNC_ID_STRING, in m_functionID.put()
242 m_functionID.put(Keywords.FUNC_KEY_STRING, in m_functionID.put()
244 m_functionID.put(Keywords.FUNC_LOCAL_PART_STRING, in m_functionID.put()
246 m_functionID.put(Keywords.FUNC_NAMESPACE_STRING, in m_functionID.put()
248 m_functionID.put(Keywords.FUNC_NAME_STRING, in m_functionID.put()
250 m_functionID.put(Keywords.FUNC_GENERATE_ID_STRING, in m_functionID.put()
[all …]
DXPathParser.java721 id = Keywords.lookupNodeTest(key); in getFunctionToken()
1805 Object val = Keywords.getAxisName(m_token); in AxisName()
1835 Object nodeTestOp = Keywords.getNodeType(m_token); in NodeTest()
2142 && (tokenIs(Keywords.FUNC_ID_STRING) in LocationPathPattern()
2143 || tokenIs(Keywords.FUNC_KEY_STRING))) in LocationPathPattern()
DKeywords.java29 public class Keywords class
DLexer.java479 Integer itok = (Integer) Keywords.getKeyWord(key); in getKeywordToken()
/external/clang/lib/Format/
DUnwrappedLineFormatter.h36 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {} in UnwrappedLineFormatter()
67 const AdditionalKeywords &Keywords; variable
DTokenAnnotator.cpp36 const AdditionalKeywords &Keywords) in AnnotatingParser() argument
38 Keywords(Keywords) { in AnnotatingParser()
236 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) in parseParens()
635 CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) { in parsePragma()
636 bool IsMark = CurrentToken->is(Keywords.kw_mark); in parsePragma()
699 CurrentToken->is(Keywords.kw_package)) || in parseLine()
719 CurrentToken->is(Keywords.kw_option)) { in parseLine()
862 } else if (Current.is(TT_LambdaArrow) || Current.is(Keywords.kw_assert)) { in modifyContext()
902 if (Current.is(Keywords.kw_instanceof)) { in determineTokenType()
1002 Current.isNot(Keywords.kw_interface)) { in determineTokenType()
[all …]
DUnwrappedLineParser.cpp201 const AdditionalKeywords &Keywords, in UnwrappedLineParser() argument
205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr), in UnwrappedLineParser()
785 FormatTok->is(Keywords.kw_import)) { in parseStructuralElement()
789 if (FormatTok->isOneOf(Keywords.kw_signals, Keywords.kw_qsignals, in parseStructuralElement()
790 Keywords.kw_slots, Keywords.kw_qslots)) { in parseStructuralElement()
822 if (FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords.kw_NS_OPTIONS, in parseStructuralElement()
823 Keywords.kw_CF_ENUM, Keywords.kw_CF_OPTIONS)) in parseStructuralElement()
905 FormatTok->is(Keywords.kw_function) && Line->Tokens.size() > 0) { in parseStructuralElement()
911 FormatTok->is(Keywords.kw_interface)) { in parseStructuralElement()
1124 if (FormatTok->is(Keywords.kw_function)) { in parseBracedList()
[all …]
DTokenAnnotator.h143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument
144 : Style(Style), Keywords(Keywords) {} in TokenAnnotator()
176 const AdditionalKeywords &Keywords; variable
DUnwrappedLineFormatter.cpp40 const AdditionalKeywords &Keywords, unsigned StartLevel, in LevelIndentTracker() argument
42 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) { in LevelIndentTracker()
93 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) && in getIndentOffset()
113 const AdditionalKeywords &Keywords; member in clang::format::__anon5061c3a60111::LevelIndentTracker
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner() argument
133 : Style(Style), Keywords(Keywords), End(Lines.end()), in LineJoiner()
337 tok::kw_for, tok::r_brace, Keywords.kw___except)) { in tryMergeSimpleBlock()
352 Keywords.kw___except, tok::kw___finally)) in tryMergeSimpleBlock()
368 Keywords.kw_interface)) in tryMergeSimpleBlock()
447 const AdditionalKeywords &Keywords; member in clang::format::__anon5061c3a60111::LineJoiner
[all …]
DUnwrappedLineParser.h64 const AdditionalKeywords &Keywords,
161 const AdditionalKeywords &Keywords; variable
DContinuationIndenter.h40 const AdditionalKeywords &Keywords,
139 const AdditionalKeywords &Keywords; variable
DContinuationIndenter.cpp60 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument
65 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), in ContinuationIndenter()
449 !Current.is(Keywords.kw_function)) in addTokenOnNewLine()
570 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
DFormat.cpp766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()
793 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords()
886 tok::kw_typeof, Keywords.kw_instanceof, in precedesOperand()
887 Keywords.kw_in) || in precedesOperand()
1349 AdditionalKeywords Keywords; member in clang::format::__anonf8d6a77d0111::FormatTokenLexer
/external/selinux/policycoreutils/sepolicy/
Dsepolicy.desktop10 Keywords=policy;security;selinux;avc;permission;mac;
/external/e2fsprogs/
De2fsprogs.lsm7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
/external/skia/site/user/sample/
Dpdf.md33 info.emplace_back(SkString("Keywords"), SkString("...."));
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING in setPropertiesFromAttributes()
/external/chromium-trace/catapult/third_party/WebOb/
DPKG-INFO27 Keywords: wsgi request web http
/external/libvpx/libvpx/
Dkeywords.dox1 /*!\page rfc2119 RFC2119 Keywords
/external/chromium-trace/catapult/third_party/coverage/
DPKG-INFO85 Keywords: code coverage testing
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/
DPKG-INFO85 Keywords: code coverage testing
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
DPKG-INFO119 Keywords: web application server wsgi
/external/chromium-trace/catapult/third_party/Paste/
DPKG-INFO119 Keywords: web application server wsgi
/external/skia/site/dev/contrib/
Dcqkeywords.md1 Commit Queue Keywords
/external/llvm/utils/vim/syntax/
Dllvm.vim38 " Keywords.

123