HomeSort by relevance Sort by last modified time
    Searched refs:stmt (Results 51 - 75 of 263) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 27 def is_docstring(stmt):
28 return isinstance(stmt, pytree.Node) and \
29 stmt.children[0].type == token.STRING
71 stmt = Assign(arg, n.clone())
76 [stmt, end.clone()]))
fix_except.py 71 for i, stmt in enumerate(suite_stmts):
72 if isinstance(stmt, pytree.Node):
  /external/v8/tools/gcmole/
gcmole.cc 770 ExprEffect Seq(clang::Stmt* parent,
854 Environment VisitStmt(clang::Stmt* stmt, const Environment& env) {
857 clang::type* concrete_stmt = llvm::dyn_cast_or_null<clang::type>(stmt); \
863 if (clang::Expr* expr = llvm::dyn_cast_or_null<clang::Expr>(stmt)) {
892 Environment Visit##type (clang::type* stmt, const Environment& env)
895 Environment Visit##type (clang::type* stmt, const Environment& env) { \
952 void Seq(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c)
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 68 %type <p> simple_stmt opt_simple_stmt stmt stmtlist
124 FOR '(' opt_simple_stmt ';' opt_nl pattern ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
126 | FOR '(' opt_simple_stmt ';' ';' opt_nl opt_simple_stmt rparen {inloop++;} stmt
128 | FOR '(' varname IN varname rparen {inloop++;} stmt
316 stmt: label
321 | do {inloop++;} stmt {--inloop;} WHILE '(' pattern ')' st
326 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
327 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
338 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_except.py 71 for i, stmt in enumerate(suite_stmts):
72 if isinstance(stmt, pytree.Node):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compile.py 324 for stmt in stmts:
325 stmt += "\n"
326 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'single')
327 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
375 for stmt in succeed:
376 compile(stmt, 'tmp', 'exec')
377 for stmt in fail:
378 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_except.py 71 for i, stmt in enumerate(suite_stmts):
72 if isinstance(stmt, pytree.Node):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compile.py 324 for stmt in stmts:
325 stmt += "\n"
326 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'single')
327 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
375 for stmt in succeed:
376 compile(stmt, 'tmp', 'exec')
377 for stmt in fail:
378 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_except.py 71 for i, stmt in enumerate(suite_stmts):
72 if isinstance(stmt, pytree.Node):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 324 for stmt in stmts:
325 stmt += "\n"
326 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'single')
327 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
375 for stmt in succeed:
376 compile(stmt, 'tmp', 'exec')
377 for stmt in fail:
378 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 324 for stmt in stmts:
325 stmt += "\n"
326 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'single')
327 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
375 for stmt in succeed:
376 compile(stmt, 'tmp', 'exec')
377 for stmt in fail:
378 self.assertRaises(SyntaxError, compile, stmt, 'tmp', 'exec')
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
class_definition.py 20 if symbol_type != symbol.stmt:
function_definition.py 20 if symbol_type != symbol.stmt:
  /external/v8/src/interpreter/
bytecode-generator.h 136 void VisitBlockDeclarationsAndStatements(Block* stmt);
149 void VisitIterationHeader(IterationStatement* stmt,
151 void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop_builder);
154 void VisitInScope(Statement* stmt, Scope* scope);
  /prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h 14 #define stmt 267 macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py 24 stmt = 267 variable
  /prebuilts/gdb/linux-x86/include/python2.7/
graminit.h 14 #define stmt 267 macro
  /prebuilts/gdb/linux-x86/lib/python2.7/
symbol.py 24 stmt = 267 variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
graminit.h 14 #define stmt 267 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symbol.py 24 stmt = 267 variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
graminit.h 14 #define stmt 267 macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symbol.py 24 stmt = 267 variable
  /external/valgrind/VEX/priv/
host_tilegx_isel.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple.h 115 /* Currently, there are only two types of gimple debug stmt. Others are
752 #define gimple_build_debug_bind(var,val,stmt) \
753 gimple_build_debug_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
755 #define gimple_build_debug_source_bind(var,val,stmt) \
756 gimple_build_debug_source_bind_stat ((var), (val), (stmt) MEM_STAT_INFO)
881 /* Return TRUE iff stmt is a call to a built-in function. */
882 extern bool is_gimple_builtin_call (gimple stmt);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 247 SQLiteStatement stmt = compileStatement(sql);
252 stmt.bindString(i + 1, selectionArgs[i]);
255 resultSet = Robolectric.shadowOf(stmt).getStatement().executeQuery();
350 SQLiteStatement stmt = Robolectric.newInstanceOf(SQLiteStatement.class);
351 Robolectric.shadowOf(stmt).init(realSQLiteDatabase, scrubbedSql);
352 return stmt;

Completed in 1712 milliseconds

1 23 4 5 6 7 8 91011