/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | FunctionTable.java | 232 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 …]
|
D | XPathParser.java | 721 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()
|
D | Keywords.java | 29 public class Keywords class
|
D | Lexer.java | 479 Integer itok = (Integer) Keywords.getKeyWord(key); in getKeywordToken()
|
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 36 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument 39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {} in UnwrappedLineFormatter() 67 const AdditionalKeywords &Keywords; variable
|
D | TokenAnnotator.cpp | 36 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 …]
|
D | UnwrappedLineParser.cpp | 201 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 …]
|
D | TokenAnnotator.h | 143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument 144 : Style(Style), Keywords(Keywords) {} in TokenAnnotator() 176 const AdditionalKeywords &Keywords; variable
|
D | UnwrappedLineFormatter.cpp | 40 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 …]
|
D | UnwrappedLineParser.h | 64 const AdditionalKeywords &Keywords, 161 const AdditionalKeywords &Keywords; variable
|
D | ContinuationIndenter.h | 40 const AdditionalKeywords &Keywords, 139 const AdditionalKeywords &Keywords; variable
|
D | ContinuationIndenter.cpp | 60 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()
|
D | Format.cpp | 766 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/ |
D | sepolicy.desktop | 10 Keywords=policy;security;selinux;avc;permission;mac;
|
/external/e2fsprogs/ |
D | e2fsprogs.lsm | 7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
|
/external/skia/site/user/sample/ |
D | pdf.md | 33 info.emplace_back(SkString("Keywords"), SkString("...."));
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorKey.java | 117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING in setPropertiesFromAttributes()
|
/external/chromium-trace/catapult/third_party/WebOb/ |
D | PKG-INFO | 27 Keywords: wsgi request web http
|
/external/libvpx/libvpx/ |
D | keywords.dox | 1 /*!\page rfc2119 RFC2119 Keywords
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | PKG-INFO | 85 Keywords: code coverage testing
|
/external/chromium-trace/catapult/third_party/coverage/coverage.egg-info/ |
D | PKG-INFO | 85 Keywords: code coverage testing
|
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/ |
D | PKG-INFO | 119 Keywords: web application server wsgi
|
/external/chromium-trace/catapult/third_party/Paste/ |
D | PKG-INFO | 119 Keywords: web application server wsgi
|
/external/skia/site/dev/contrib/ |
D | cqkeywords.md | 1 Commit Queue Keywords
|
/external/llvm/utils/vim/syntax/ |
D | llvm.vim | 38 " Keywords.
|