/external/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.h | 36 const AdditionalKeywords &Keywords, 39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {} 67 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineFormatter 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, bool *IncompleteFormat) argument
|
H A D | TokenAnnotator.h | 143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords) argument 144 : Style(Style), Keywords(Keywords) {} 176 const AdditionalKeywords &Keywords; member in class:clang::format::TokenAnnotator
|
H A D | UnwrappedLineParser.h | 64 const AdditionalKeywords &Keywords, 161 const AdditionalKeywords &Keywords; member in class:clang::format::UnwrappedLineParser
|
H A D | UnwrappedLineFormatter.cpp | 40 const AdditionalKeywords &Keywords, unsigned StartLevel, 42 : Style(Style), Keywords(Keywords), AdditionalIndent(AdditionalIndent) { 93 (RootToken.isOneOf(Keywords.kw_signals, Keywords.kw_qsignals) && 113 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1366::LevelIndentTracker 131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, argument 133 : Style(Style), Keywords(Keywords), End(Lines.end()), 337 tok::kw_for, tok::r_brace, Keywords 39 LevelIndentTracker(const FormatStyle &Style, const AdditionalKeywords &Keywords, unsigned StartLevel, int AdditionalIndent) argument 447 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1366::LineJoiner [all...] |
H A D | TokenAnnotator.cpp | 36 const AdditionalKeywords &Keywords) 38 Keywords(Keywords) { 236 if (MightBeObjCForRangeLoop && CurrentToken->is(Keywords.kw_in)) 635 CurrentToken->isOneOf(Keywords.kw_mark, Keywords.kw_option)) { 636 bool IsMark = CurrentToken->is(Keywords.kw_mark); 699 CurrentToken->is(Keywords.kw_package)) || 719 CurrentToken->is(Keywords.kw_option)) { 862 } else if (Current.is(TT_LambdaArrow) || Current.is(Keywords 35 AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line, const AdditionalKeywords &Keywords) argument 1256 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1365::AnnotatingParser 1272 ExpressionParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, AnnotatedLine &Line) argument 1451 const AdditionalKeywords &Keywords; member in class:clang::format::__anon1365::ExpressionParser [all...] |
H A D | UnwrappedLineParser.cpp | 201 const AdditionalKeywords &Keywords, 205 CurrentLines(&Lines), Style(Style), Keywords(Keywords), Tokens(nullptr), 785 FormatTok->is(Keywords.kw_import)) { 789 if (FormatTok->isOneOf(Keywords.kw_signals, Keywords.kw_qsignals, 790 Keywords.kw_slots, Keywords.kw_qslots)) { 822 if (FormatTok->isOneOf(Keywords.kw_NS_ENUM, Keywords 200 UnwrappedLineParser(const FormatStyle &Style, const AdditionalKeywords &Keywords, ArrayRef<FormatToken *> Tokens, UnwrappedLineConsumer &Callback) argument [all...] |
H A D | ContinuationIndenter.h | 40 const AdditionalKeywords &Keywords, 139 const AdditionalKeywords &Keywords; member in class:clang::format::ContinuationIndenter
|
H A D | ContinuationIndenter.cpp | 60 const AdditionalKeywords &Keywords, 65 : Style(Style), Keywords(Keywords), SourceMgr(SourceMgr), 449 !Current.is(Keywords.kw_function)) 570 Current.isOneOf(Keywords.kw_implements, Keywords.kw_extends)) 59 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
|
H A D | Format.cpp | 766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), 793 const AdditionalKeywords &getKeywords() { return Keywords; } 886 tok::kw_typeof, Keywords.kw_instanceof, 887 Keywords.kw_in) || 1349 AdditionalKeywords Keywords; member in class:clang::format::__anon1364::FormatTokenLexer
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | 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 [all...] |
H A D | Keywords.java | 19 * $Id: Keywords.java 468655 2006-10-28 07:12:06Z minchau $ 29 public class Keywords class
|
H A D | XPathParser.java | 721 id = Keywords.lookupNodeTest(key); 1798 * @return FROM_XXX axes type, found in {@link org.apache.xpath.compiler.Keywords}. 1805 Object val = Keywords.getAxisName(m_token); 1826 * @param axesType FROM_XXX axes type, found in {@link org.apache.xpath.compiler.Keywords}. 1835 Object nodeTestOp = Keywords.getNodeType(m_token); 2142 && (tokenIs(Keywords.FUNC_ID_STRING) 2143 || tokenIs(Keywords.FUNC_KEY_STRING)))
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
H A D | ProcessorKey.java | 117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING
|
/external/llvm/utils/vim/syntax/ |
H A D | llvm.vim | 38 " Keywords.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
H A D | mturk | 212 '\nKeywords: ' + hit.Keywords
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
H A D | connection.py | 92 params['Keywords'] = self.get_keywords_as_string(keywords) 240 Keywords=final_keywords, 691 params['Keywords'] = self.get_keywords_as_string(keywords)
|
/external/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2697 std::vector<StringMatcher::StringPair> GNU, Declspec, CXX11, Keywords, Pragma; 2739 Matches = &Keywords; 2766 StringMatcher("Name", Keywords, OS).Emit();
|
/external/libmtp/src/ |
H A D | libmtp.c | 502 register_property("Keywords", LIBMTP_PROPERTY_Keywords, PTP_OPC_Keywords); 2326 if (ob->oi.Keywords == NULL) 2327 ob->oi.Keywords = strdup("<null>"); 2599 if (ob->oi.Keywords == NULL) 2600 ob->oi.Keywords = strdup("<null>");
|
H A D | ptp.c | 2770 free (oi->Keywords); oi->Keywords = NULL; 4445 {PTP_OPC_Keywords,"Keywords"},
|
H A D | ptp.h | 752 char *Keywords; member in struct:_PTPObjectInfo
|
/external/guice/extensions/struts2/lib/ |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |