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

1 2

  /external/clang/lib/Format/
UnwrappedLineFormatter.h 36 const AdditionalKeywords &Keywords,
39 Keywords(Keywords), IncompleteFormat(IncompleteFormat) {}
67 const AdditionalKeywords &Keywords;
TokenAnnotator.h 143 TokenAnnotator(const FormatStyle &Style, const AdditionalKeywords &Keywords)
144 : Style(Style), Keywords(Keywords) {}
176 const AdditionalKeywords &Keywords;
UnwrappedLineParser.h 64 const AdditionalKeywords &Keywords,
161 const AdditionalKeywords &Keywords;
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;
121 /// For example, the 'public' keywords is often indented with a negative
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords,
133 : Style(Style), Keywords(Keywords), End(Lines.end())
    [all...]
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.kw_assert))
    [all...]
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.kw_NS_OPTIONS
    [all...]
ContinuationIndenter.h 40 const AdditionalKeywords &Keywords,
139 const AdditionalKeywords &Keywords;
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))
    [all...]
Format.cpp 766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable),
    [all...]
  /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/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 117 if (valueString.indexOf(org.apache.xpath.compiler.Keywords.FUNC_KEY_STRING
  /external/llvm/utils/vim/syntax/
llvm.vim 38 " Keywords.
62 " Obsolete keywords.
77 " Named metadata and specialized metadata keywords.
  /external/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/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
mturk 75 "keywords": ["color", "favorites", "survey"],
212 '\nKeywords: ' + hit.Keywords
240 def make_hit(title, description, keywords, reward, question_url, question_frame_height, duration, assignments, approval_delay, lifetime, qualifications = []):
244 keywords = con.get_keywords_as_string(keywords),
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py 77 keywords=None, approval_delay=None, qual_req=None):
91 if keywords:
92 params['Keywords'] = self.get_keywords_as_string(keywords)
184 title=None, description=None, keywords=None,
229 # Handle keywords
230 final_keywords = MTurkConnection.get_keywords_as_string(keywords)
240 Keywords=final_keywords,
622 keywords=None,
640 keywords: list of keyword strings or comma separated string
    [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 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 3863 milliseconds

1 2