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

  /external/javassist/src/main/javassist/compiler/ast/
Keyword.java 21 * Keyword.
23 public class Keyword extends ASTree {
26 public Keyword(int token) {
  /external/chromium_org/third_party/sqlite/src/tool/
mkkeywordhash.c 22 "** or not a given identifier is really an SQL keyword. The same thing\n"
34 typedef struct Keyword Keyword;
35 struct Keyword {
36 char *zName; /* The keyword name */
37 char *zTokenType; /* Token value for this keyword */
38 int mask; /* Code this keyword if non-zero */
40 int hash; /* Hash on the keyword */
42 int len; /* Length of this keyword, not counting final \000 */
46 int substrId; /* Id to another keyword this keyword is embedded in *
    [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/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/chromium_org/third_party/jinja2/
nodes.py 116 positional arguments, attributes as keyword arguments. Each node has
509 class Keyword(Helper):
510 """A key, value pair for keyword arguments where key is a string."""
589 of keyword arguments (list of :class:`Keyword` nodes), and `dyn_args`
591 node for dynamic positional (``*args``) or keyword (``**kwargs``)
890 a :class:`Keyword` has to be added to the :attr:`options` list.
894 EvalContextModifier(options=[Keyword('autoescape', Const(True))])
  /external/chromium_org/v8/src/
dateparser.h 215 static DateToken Keyword(KeywordType tag, int value, int length) {
291 // Look up a word in the keyword table and return an index.
295 // Get the type of the keyword at index i.
299 // Get the value of the keyword at index i.
  /external/v8/src/
dateparser.h 215 static DateToken Keyword(KeywordType tag, int value, int length) {
291 // Look up a word in the keyword table and return an index.
295 // Get the type of the keyword at index i.
299 // Get the value of the keyword at index i.
  /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/AST/
Type.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 859 IdentifierInfo *Keyword = Tok.getIdentifierInfo();
862 if (Keyword == Ident_unavailable) {
865 << Keyword << SourceRange(UnavailableLoc);
878 << Keyword;
883 if (Keyword == Ident_message) {
903 if (Keyword == Ident_introduced)
905 else if (Keyword == Ident_deprecated)
907 else if (Keyword == Ident_obsoleted)
915 << Keyword
925 << Keyword << VersionRange
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp 234 // The code is missing a 'template' keyword prior to the dependent template
554 /// the keyword "typename" was used to declare the type parameter
556 /// "class" or "typename" keyword. ParamName is the name of the
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp 113 // The keyword this shall not be used in a default argument of a
775 // function which uses the 'virtual' keyword.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 564 "Incorrect C++ operator keyword flag");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 304 milliseconds