/external/clang/include/clang/AST/ |
StmtCXX.h | 255 /// keyword. 273 /// program only if the existence of the symbol matches the initial keyword.
|
Type.h | [all...] |
DeclTemplate.h | 45 /// The location of the 'template' keyword. [all...] |
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 293 "expected 'case' keyword before expression">; 517 "expected template name after 'template' keyword in nested name specifier">; 536 "'template' keyword">; 543 "use 'template' keyword to treat '%0' as a dependent template name">; 545 "use 'template' keyword to treat '%0' as a dependent template name">; 553 "ignoring '%select{static|inline}0' keyword on explicit template " 632 "'%0' keyword is a C++11 extension">, InGroup<CXX11>; 634 "'%0' keyword is incompatible with C++98">, [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 142 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}} 147 typename C1<T>:: /*template*/ Iterator<0> Mypos; // expected-warning {{use 'template' keyword to treat 'Iterator' as a dependent template name}}
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
parsecvs.php | 14 keyword substitution: kv //store, 'b', 'k', 'kv', 'kvl', 'v' are (currently) used 39 ^keyword\ substitution:\ (.+?$)\\n
|
/external/icu4c/samples/citer/ |
citer.vcxproj | 23 <Keyword>Win32Proj</Keyword>
|
/external/icu4c/samples/csdet/ |
csdet.vcxproj | 23 <Keyword>Win32Proj</Keyword>
|
/external/icu4c/samples/uresb/ |
resources.vcxproj | 23 <Keyword>MakeFileProj</Keyword>
|
/external/icu4c/tools/icupkg/ |
icupkg.vcxproj | 23 <Keyword>Win32Proj</Keyword>
|
/external/libvpx/examples/includes/geshi/geshi/ |
python.php | 17 * - Modifications by Tim (tim@skreak.com): added more keyword categories, tweaked colors 115 'itertools', 'jpeg', 'keyword', 'linecache', 'locale', 'logging', 'mailbox', 'mailcap',
|
abap.php | 51 * are used as keyword in some statements. For example: FORM xxxx TABLES itab. It was 52 * arbitrary decided to define them as statement instead of keyword, because it may be 54 * - if a comment is between 2 words of a keyword (for example SEPARATED "comment \n BY), 55 * it is not considered as a keyword, but it should! [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
thread.html | 21 NAME="KEYWORD" 23 NAME="KEYWORD"
|
/external/stressapptest/src/ |
stressapptest_config.h.in | 214 /* Define to the equivalent of the C99 'restrict' keyword, or to 238 /* Define to empty if the keyword `volatile' does not work. Warning: valid
|
stressapptest_config_android.h | 217 /* Define to the equivalent of the C99 'restrict' keyword, or to 241 /* Define to empty if the keyword `volatile' does not work. Warning: valid
|
/external/v8/src/ |
token.h | 42 // T: Non-keyword tokens 43 // K: Keyword tokens
|
/external/chromium/chrome/browser/importer/ |
firefox2_importer.cc | 131 const string16& keyword, 133 // Skip if the keyword or url is invalid. 134 if (keyword.empty() && url.is_valid()) 140 t_url->set_short_name(!title.empty() ? title : keyword); 141 t_url->set_keyword(keyword); 517 // Keyword
|
firefox3_importer.cc | 49 std::string keyword; member in struct:Firefox3Importer::BookmarkItem 280 // This bookmark has a keyword, we import it to our TemplateURL model. 282 item->title, UTF8ToUTF16(item->keyword), item->url); 515 "b.type, k.keyword, b.dateAdded, h.favicon_id " 534 item->keyword = s.ColumnString(4);
|
/external/icu4c/common/ |
uresbund.c | [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 182 /// the 'template' keyword that indicates that we have an explicit 278 // the 'typename' keyword, which we should have already suggested adding 324 // 'class' keyword. Therefore, the second '>' will be diagnosed later. 482 // Consume the 'class' or 'typename' keyword. 540 assert(Tok.is(tok::kw_template) && "Expected 'template' keyword"); 557 // latter case, replace the keyword with 'class'. 849 /// annotation was preceded by the 'template' keyword and gives the 850 /// location of that keyword. If invalid (the default), then this 851 /// template-id was not preceded by a 'template' keyword. [all...] |
ParseObjc.cpp | 939 /// objc-keyword-selector objc-parmlist[opt] 941 /// objc-type-name objc-keyword-selector objc-parmlist[opt] 943 /// objc-keyword-selector: 944 /// objc-keyword-decl 945 /// objc-keyword-selector objc-keyword-decl 947 /// objc-keyword-decl: 948 /// objc-selector ':' objc-type-name objc-keyword-attributes[opt] identifier 949 /// objc-selector ':' objc-keyword-attributes[opt] identifier 950 /// ':' objc-type-name objc-keyword-attributes[opt] identifie [all...] |
/external/icu4c/test/intltest/ |
loctest.cpp | 1623 const char *keyword = NULL; local 1698 const char *keyword; member in struct:__anon7633 1727 const char *keyword; member in struct:__anon7634 [all...] |
/external/icu4c/i18n/unicode/ |
ucol.h | 724 * collation. At this point, the only recognized keyword for this 735 * Given a keyword, create a string enumeration of all values 736 * for that keyword that are currently in use. 737 * @param keyword a particular keyword as enumerated by 738 * ucol_getKeywords. If any other keyword is passed in, *status is set 741 * @return a string enumeration over collation keyword values, or NULL 746 ucol_getKeywordValues(const char *keyword, UErrorCode *status); 752 * plus input keyword and that value has different behavior than creation with the 761 * @return a string enumeration over keyword values for the given key and the locale [all...] |
/external/libvpx/examples/includes/geshi/docs/ |
geshi-doc.html | 451 <li><a href="#setting-keyword-styles">3.4.3 Setting Keyword Styles</a></li> 470 <li><a href="#adding-a-keyword">3.11.1 Adding a Keyword</a></li> 471 <li><a href="#removing-a-keyword">3.11.2 Removing a Keyword</a></li> 472 <li><a href="#adding-a-keyword-group">3.11.3 Adding a Keyword Group</a></li> 473 <li><a href="#removing-a-keyword-group">3.11.4 Removing a Keyword Group</a></li [all...] |
/external/chromium/chrome/common/extensions/docs/ |
omnibox.html | 335 keyword with Google Chrome's address bar, 340 <img src="images/omnibox.png" width="300" height="150" alt="A screenshot showing suggestions related to the keyword 'Chromium Search'"> 345 keyword, the user starts 364 You must include an <code>omnibox</code> <code>keyword</code> field 370 enter keyword mode. 380 <b>"omnibox": { "keyword" : "aaron" },</b> 716 <p>User has ended the keyword input session without accepting the input.</p> [all...] |