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

1 2 3

  /external/javassist/src/main/javassist/compiler/ast/
Keyword.java 21 * Keyword.
23 public class Keyword extends ASTree {
26 public Keyword(int token) {
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 22 enum SyntaxType { EndOfData, Number, Keyword, Name, Others };
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 436 ElaboratedTypeKeyword Keyword = ETK_None;
440 Keyword = ETypeInput->getKeyword();
459 if (Prefix || Keyword != ETK_None) {
460 QT = Ctx.getElaboratedType(Keyword, Prefix, QT);
  /external/llvm/tools/llvm-pdbdump/
LinePrinter.h 71 Keyword,
  /external/clang/lib/Sema/
DeclSpec.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 238 // The code is missing a 'template' keyword prior to the dependent template
555 /// the keyword "typename" was used to declare the type parameter
557 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaType.cpp     [all...]
  /external/one-true-awk/
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;
  /external/python/cpython2/Lib/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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntprov.h 86 ULONGLONG Keyword;
122 BOOLEAN EVNTAPI EventProviderEnabled (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword);
124 ULONG EVNTAPI EventWriteString (REGHANDLE RegHandle, UCHAR Level, ULONGLONG Keyword, PCWSTR String);
161 ev->Keyword = keyw;
173 return ev->Keyword;
189 ev->Keyword |= keyw;
208 ev->Keyword = keyw;
wincred.h 77 LPSTR Keyword;
84 LPWSTR Keyword;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /external/libmojo/third_party/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/python/cpython2/Lib/compiler/
ast.py 757 class Keyword(Node):
770 return "Keyword(%s, %s)" % (repr(self.name), repr(self.expr))
    [all...]
  /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/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/lcms/src/
cmscgats.c 92 char* Keyword; // Name of variable
197 // A keyword
203 } KEYWORD;
205 // The keyword->symbol translation table. Sorting is required.
206 static const KEYWORD TabKeys[] = {
216 {"KEYWORD", SKEYWORD}
219 #define NUMKEYS (sizeof(TabKeys)/sizeof(KEYWORD))
284 // name-value pair following the WEIGHTING_FUNCTION tag/keyword. The first attribute
288 // the weighting function keyword. A semi-colon separates attribute pairs from each
511 // Try to see if current identifier is a keyword, if so return the referred symbo
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 537 assert(getLangOpts().DeclSpecKeyword && "__declspec keyword is not enabled");
918 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
921 if (Keyword == Ident_strict) {
924 << Keyword << SourceRange(StrictLoc);
930 if (Keyword == Ident_unavailable) {
    [all...]

Completed in 1577 milliseconds

1 2 3