HomeSort by relevance Sort by last modified time
    Searched refs:KEYWORD (Results 26 - 45 of 45) sorted by null

12

  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokenizer.py 228 # Match a keyword string followed by a non-identifier character in order to
230 keyword = re.compile('(%s)((?=[^%s])|$)' % (
281 Matcher(keyword, Type.KEYWORD),
324 # Matchers for code after the function keyword.
statetracker.py 662 name: The name of the function, whether given in the function keyword or
664 start_token: First token of the function (the function' keyword token).
    [all...]
ecmalintrules.py 395 lambda token: token.type == Type.KEYWORD and token.string == 'for',
405 if token.previous and token.previous.type == Type.KEYWORD:
    [all...]
javascriptlintrules.py 529 elif (previous_token.type == Type.KEYWORD and
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 143 model_->selected_line_state() == OmniboxPopupModel::KEYWORD);
omnibox_view_views.cc 410 OmniboxPopupModel::KEYWORD))
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 85 // Add the '_experimental_modules_import' contextual keyword.
90 // Language Keyword Implementation
119 /// The C90/C99/CPP/CPP0x flags are set to 3 if the token is a keyword in a
123 static void AddKeyword(StringRef Keyword,
146 // Don't add this keyword under MSVCCompat.
149 // Don't add this keyword if disabled in this language.
153 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
158 /// AddCXXOperatorKeyword - Register a C++ operator keyword alternative
160 static void AddCXXOperatorKeyword(StringRef Keyword,
163 IdentifierInfo &Info = Table.get(Keyword, TokenCode)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 343 lambda token: token.type == Type.KEYWORD and token.string == 'for',
353 if token.previous and token.previous.type == Type.KEYWORD:
    [all...]
statetracker.py 540 name: The name of the function, whether given in the function keyword or
928 elif type == Type.KEYWORD and token.string == 'return':
935 elif type == Type.KEYWORD and token.string == 'throw':
  /system/core/init/
init_parser.c 57 #define KEYWORD(symbol, flags, nargs, func) \
69 #undef KEYWORD
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 92 char* Keyword; // Name of variable
196 // A keyword
202 } KEYWORD;
204 // The keyword->symbol translation table. Sorting is required.
205 static const KEYWORD TabKeys[] = {
215 {"KEYWORD", SKEYWORD}
218 #define NUMKEYS (sizeof(TabKeys)/sizeof(KEYWORD))
283 // name-value pair following the WEIGHTING_FUNCTION tag/keyword. The first attribute
287 // the weighting function keyword. A semi-colon separates attribute pairs from each
510 // Try to see if current identifier is a keyword, if so return the referred symbo
    [all...]
  /external/mksh/src/
lex.c 1046 if (*ident != '\0' && (cf & (KEYWORD | ALIAS))) {
1050 if ((cf & KEYWORD) && (p = ktsearch(&keywords, ident, h)) &&
    [all...]
sh.h     [all...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc 50 const char* keyword; member in struct:KeywordToken
55 #define KEYWORD(t, s, d) { s, i::Token::t },
56 TOKEN_LIST(IGNORE_TOKEN, KEYWORD)
57 #undef KEYWORD
64 for (int i = 0; (key_token = keywords[i]).keyword != NULL; i++) {
65 const i::byte* keyword = local
66 reinterpret_cast<const i::byte*>(key_token.keyword);
67 int length = i::StrLength(key_token.keyword);
70 i::Utf8ToUtf16CharacterStream stream(keyword, length);
80 // Removing characters will make keyword matching fail
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 87 KEYWORD: 'keyword',
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 103 // keyword hint mode and via what method. The possible values are listed
180 const base::string16& keyword,
189 keyword(keyword),
276 // NOTE: Be sure and set keyword-related state BEFORE invoking
278 keyword_ = state->keyword;
562 // Adjust cursor position taking into account possible keyword in the user
564 // with keyword extraction done in KeywordProvider/SearchProvider.
1273 base::string16 keyword; local
1416 base::string16 keyword; local
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 131 #define KEYWORD(Keyword,Conditions) .Case(#Keyword, true)
132 #define ALIAS(Keyword, AliasOf, Conditions) .Case(Keyword, true)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 1607 milliseconds

12