HomeSort by relevance Sort by last modified time
    Searched defs:Keyword (Results 1 - 25 of 32) sorted by null

1 2

  /external/javassist/src/main/javassist/compiler/ast/
Keyword.java 21 * Keyword.
23 public class Keyword extends ASTree {
26 public Keyword(int token) {
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 70 Keyword,
  /external/clang/lib/Sema/
DeclSpec.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 236 // The code is missing a 'template' keyword prior to the dependent template
541 /// the keyword "typename" was used to declare the type parameter
543 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 114 // The keyword this shall not be used in a default argument of a
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 40 typedef struct Keyword {
44 } Keyword;
46 Keyword keywords[] ={ /* keep sorted: binary searched */
437 int binsearch(char *w, Keyword *kp, int n)
457 Keyword *kp;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntprov.h 63 ULONGLONG Keyword;
125 ULONGLONG Keyword
147 ULONGLONG Keyword,
195 ULONGLONG Keyword)
203 EventDescriptor->Keyword = Keyword;
267 return (EventDescriptor->Keyword);
334 ULONGLONG Keyword)
336 EventDescriptor->Keyword = Keyword;
    [all...]
wincred.h 92 LPSTR Keyword;
99 LPWSTR Keyword;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 127 class Keyword:
128 """An AE 4-char keyword object"""
130 def __init__(self, keyword):
131 self.keyword = "%-4.4s" % str(keyword)
134 return "Keyword(%r)" % repr(self.keyword)
137 return string.strip(self.keyword)
140 return pack(self.keyword, typeKeyword)
143 return isinstance(x, Keyword)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 127 class Keyword:
128 """An AE 4-char keyword object"""
130 def __init__(self, keyword):
131 self.keyword = "%-4.4s" % str(keyword)
134 return "Keyword(%r)" % repr(self.keyword)
137 return string.strip(self.keyword)
140 return pack(self.keyword, typeKeyword)
143 return isinstance(x, Keyword)
    [all...]
  /external/opencv3/3rdparty/jinja2/
nodes.py 118 positional arguments, attributes as keyword arguments. Each node has
513 class Keyword(Helper):
514 """A key, value pair for keyword arguments where key is a string."""
593 of keyword arguments (list of :class:`Keyword` nodes), and `dyn_args`
595 node for dynamic positional (``*args``) or keyword (``**kwargs``)
894 a :class:`Keyword` has to be added to the :attr:`options` list.
898 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
  /external/v8/src/
dateparser.h 177 static DateToken Keyword(KeywordType tag, int value, int length) {
253 // Look up a word in the keyword table and return an index.
257 // Get the type of the keyword at index i.
261 // Get the value of the keyword at index i.
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 24 enum SyntaxType { EndOfData, Number, Keyword, Name, Others };
  /external/clang/lib/Lex/
Lexer.cpp 35 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
42 /// getObjCKeywordID - Return the ObjC keyword kind.
621 StringRef Keyword = TheTok.getRawIdentifier();
623 = llvm::StringSwitch<PreambleDirectiveKind>(Keyword)
    [all...]
  /external/pdfium/third_party/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/clang/lib/Parse/
ParseDecl.cpp 536 assert(getLangOpts().DeclSpecKeyword && "__declspec keyword is not enabled");
902 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
905 if (Keyword == Ident_unavailable) {
908 << Keyword << SourceRange(UnavailableLoc);
915 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal;
920 if (Keyword == Ident_message) {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 

Completed in 1142 milliseconds

1 2