Home
last modified time | relevance | path

Searched refs:Keywords (Results 1 – 25 of 74) 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/
DUnwrappedLineParser.cpp201 const AdditionalKeywords &Keywords, in UnwrappedLineParser() argument
205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr), in UnwrappedLineParser()
367 NextTok->isOneOf(Keywords.kw_of, Keywords.kw_in)) || in calculateBraceTypes()
666 static bool mustBeJSIdent(const AdditionalKeywords &Keywords, in mustBeJSIdent() argument
671 !FormatTok->isOneOf(Keywords.kw_in, Keywords.kw_of, Keywords.kw_as, in mustBeJSIdent()
672 Keywords.kw_async, Keywords.kw_await, in mustBeJSIdent()
673 Keywords.kw_yield, Keywords.kw_finally, in mustBeJSIdent()
674 Keywords.kw_function, Keywords.kw_import, in mustBeJSIdent()
675 Keywords.kw_is, Keywords.kw_let, Keywords.kw_var, in mustBeJSIdent()
676 Keywords.kw_abstract, Keywords.kw_extends, in mustBeJSIdent()
[all …]
DSortJavaScriptImports.cpp134 const AdditionalKeywords &Keywords = Tokens.getKeywords(); in analyze() local
138 parseModuleReferences(Keywords, AnnotatedLines); in analyze()
275 parseModuleReferences(const AdditionalKeywords &Keywords, in parseModuleReferences() argument
302 if (!parseModuleReference(Keywords, Reference)) { in parseModuleReferences()
328 bool parseModuleReference(const AdditionalKeywords &Keywords, in parseModuleReference() argument
330 if (!Current || !Current->isOneOf(Keywords.kw_import, tok::kw_export)) in parseModuleReference()
343 if (!parseModuleBindings(Keywords, Reference)) in parseModuleReference()
347 if (Current->is(Keywords.kw_from)) { in parseModuleReference()
369 bool parseModuleBindings(const AdditionalKeywords &Keywords, in parseModuleBindings() argument
371 if (parseStarBinding(Keywords, Reference)) in parseModuleBindings()
[all …]
DTokenAnnotator.cpp36 const AdditionalKeywords &Keywords) in AnnotatingParser() argument
38 Keywords(Keywords) { in AnnotatingParser()
138 Line.startsWith(Keywords.kw_type, tok::identifier)) { in parseParens()
149 (Left->Previous->is(Keywords.kw_function) || in parseParens()
151 Keywords.kw_function)))) { in parseParens()
281 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) in parseParens()
692 CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) { in parsePragma()
693 bool IsMark = CurrentToken->is(Keywords.kw_mark); in parsePragma()
770 CurrentToken->is(Keywords.kw_package)) || in parseLine()
790 CurrentToken->is(Keywords.kw_option)) { in parseLine()
[all …]
DUnwrappedLineFormatter.h36 const AdditionalKeywords &Keywords, in UnwrappedLineFormatter() argument
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {} in UnwrappedLineFormatter()
67 const AdditionalKeywords &Keywords; variable
DTokenAnnotator.h139 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) in TokenAnnotator() argument
140 : Style(Style), Keywords(Keywords) {} in TokenAnnotator()
172 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 …]
DFormatTokenLexer.h36 const AdditionalKeywords &getKeywords() { return Keywords; } in getKeywords()
76 AdditionalKeywords Keywords; variable
DUnwrappedLineParser.h64 const AdditionalKeywords &Keywords,
163 const AdditionalKeywords &Keywords; variable
DContinuationIndenter.h40 const AdditionalKeywords &Keywords,
140 const AdditionalKeywords &Keywords; variable
DContinuationIndenter.cpp66 const AdditionalKeywords &Keywords, in ContinuationIndenter() argument
71 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), in ContinuationIndenter()
485 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) in addTokenOnNewLine()
612 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) in getNewLineColumn()
DFormatTokenLexer.cpp32 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()
149 tok::kw_typeof, Keywords.kw_instanceof, Keywords.kw_in) || in precedesOperand()
/external/selinux/gui/
Dsepolicy.desktop10 Keywords=policy;security;selinux;avc;permission;mac;
/external/e2fsprogs/
De2fsprogs.lsm7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
/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/libvpx/libvpx/
Dkeywords.dox1 /*!\page rfc2119 RFC2119 Keywords
/external/skia/site/dev/contrib/
Dcqkeywords.md1 Commit Queue Keywords
/external/swiftshader/third_party/LLVM/utils/vim/
Dllvm.vim42 " Keywords.
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm502 my $Keywords = $LName.", header, diff";
515 …$Diff = composeHTML_Head($Title, $Keywords, $Description, $Styles, "")."\n<body>\n$Diff\n</body>\n…
902 my $Keywords = "compatibility, $SystemName1, $SystemName2, API, changes";
906 …$SYS_REPORT = composeHTML_Head($Title, $Keywords, $Description, $Styles, "")."\n<body>\n<div>".$SY…
/external/llvm/utils/vim/syntax/
Dllvm.vim38 " Keywords.
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
DPKG-INFO204 Keywords: graph
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/
DPKG-INFO204 Keywords: graph

123