HomeSort by relevance Sort by last modified time
    Searched refs:Comma (Results 1 - 25 of 72) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
49 args.extend([Comma(), globals.clone()])
51 args.extend([Comma(), locals.clone()])
fix_exec.py 15 from ..fixer_util import Comma, Name, Call
36 args.extend([Comma(), b.clone()])
38 args.extend([Comma(), c.clone()])
fix_apply.py 12 from ..fixer_util import Call, Comma, parenthesize
52 l_newargs.extend([Comma(),
fix_print.py 21 from ..fixer_util import Name, Call, Comma, String, is_tuple
55 if args and args[-1] == Comma():
61 args = args[3:] # Strip a possible comma after the file expression
85 l_nodes.append(Comma())
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
61 names.append_child(Comma())
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
105 test = Call(Name(u"isinstance"), [x, Comma(), T])
fix_urllib.py 10 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline,
79 import name with a comma separated list of its
89 names.extend([Name(name[0], prefix=pref), Comma()])
153 names.append(Comma())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
49 args.extend([Comma(), globals.clone()])
51 args.extend([Comma(), locals.clone()])
fix_exec.py 15 from ..fixer_util import Comma, Name, Call
36 args.extend([Comma(), b.clone()])
38 args.extend([Comma(), c.clone()])
fix_apply.py 12 from ..fixer_util import Call, Comma, parenthesize
52 l_newargs.extend([Comma(),
fix_print.py 21 from ..fixer_util import Name, Call, Comma, String, is_tuple
55 if args and args[-1] == Comma():
61 args = args[3:] # Strip a possible comma after the file expression
85 l_nodes.append(Comma())
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
61 names.append_child(Comma())
fix_idioms.py 32 from ..fixer_util import Call, Comma, Name, Node, BlankLine, syms
105 test = Call(Name(u"isinstance"), [x, Comma(), T])
fix_urllib.py 10 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline,
79 import name with a comma separated list of its
89 names.extend([Name(name[0], prefix=pref), Comma()])
153 names.append(Comma())
  /external/clang/include/clang/Basic/
OperatorPrecedence.h 29 Comma = 1, // ,
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 412 if (getLexer().isNot(AsmToken::Comma))
505 if (getLexer().isNot(AsmToken::Comma))
524 if (getLexer().isNot(AsmToken::Comma))
553 // Verify there is a following comma.
554 if (!getLexer().is(AsmToken::Comma))
700 if (getLexer().isNot(AsmToken::Comma))
711 if (getLexer().is(AsmToken::Comma)) {
752 if (getLexer().isNot(AsmToken::Comma))
758 return TokError("expected section name after comma in '.zerofill' "
771 if (getLexer().isNot(AsmToken::Comma))
    [all...]
ELFAsmParser.cpp 184 if (getLexer().isNot(AsmToken::Comma))
215 if (getLexer().isNot(AsmToken::Comma))
374 if (!getLexer().is(AsmToken::Comma))
376 Lex(); // Eat the comma.
424 if (getLexer().is(AsmToken::Comma)) {
430 if (getLexer().isNot(AsmToken::Comma))
458 if (getLexer().isNot(AsmToken::Comma)) {
476 if (getLexer().isNot(AsmToken::Comma))
486 if (getLexer().isNot(AsmToken::Comma))
491 if (getLexer().is(AsmToken::Comma)) {
    [all...]
COFFAsmParser.cpp 282 if (getLexer().isNot(AsmToken::Comma))
346 if (getLexer().is(AsmToken::Comma)) {
361 if (getLexer().is(AsmToken::Comma)) {
370 if (getLexer().isNot(AsmToken::Comma))
371 return TokError("expected comma in directive");
553 if (getLexer().isNot(AsmToken::Comma))
559 if (getLexer().is(AsmToken::Comma)) {
598 if (getLexer().isNot(AsmToken::Comma))
639 if (getLexer().isNot(AsmToken::Comma))
666 if (getLexer().isNot(AsmToken::Comma))
    [all...]
AsmParser.cpp 322 /// \brief Parse until the end of a statement or a comma is encountered,
323 /// return the contents from the current token up to the end or comma.
733 Lexer.isNot(AsmToken::Comma) && Lexer.isNot(AsmToken::Eof))
    [all...]
  /external/clang/lib/Basic/
OperatorPrecedence.cpp 42 case tok::comma: return prec::Comma;
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 264 bool Comma = false;
267 if (Comma)
270 Comma = true;
278 bool Comma = false;
281 if (Comma)
284 Comma = true;
StreamWriter.h 179 bool Comma = false;
181 if (Comma)
184 Comma = true;
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 47 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
tokenize.c 442 # define Comma( X) (X? ",":"")
448 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
454 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
460 fprintf(f, "%s\n {", Comma(pt));
470 fprintf(f, "%s %d", Comma(t), y);
  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 442 # define Comma( X) (X? ",":"")
448 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type);
454 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band);
460 fprintf(f, "%s\n {", Comma(pt));
470 fprintf(f, "%s %d", Comma(t), y);

Completed in 475 milliseconds

1 2 3