HomeSort by relevance Sort by last modified time
    Searched defs:stmt (Results 26 - 50 of 88) sorted by null

12 3 4

  /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
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 1102 SQLiteStatement stmt = getStatement(allowReplace); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 1677 std::string stmt = local
1692 std::string stmt = "SELECT unique_id,billing_address FROM credit_cards"; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 1652 std::string stmt = local
1667 std::string stmt = "SELECT unique_id,billing_address FROM credit_cards"; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 1218 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1254 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1446 ir_if *const stmt = new(ctx) ir_if(op[0]); local
3505 ir_if *const stmt = new(ctx) ir_if(condition); local
3826 ir_loop *const stmt = new(ctx) ir_loop(); local
    [all...]
  /external/chromium_org/v8/src/
ast.cc 763 Statement* stmt = statements->at(i); local
764 Visit(stmt);
765 if (stmt->IsJump()) break;
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 112 typedef internal::Matcher<Stmt> StatementMatcher;
570 /// stmt()
572 const internal::VariadicAllOfMatcher<Stmt> stmt; member in namespace:clang::ast_matchers
583 Stmt,
597 const internal::VariadicDynCastAllOfMatcher<Stmt, MemberExpr> memberExpr;
607 const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr;
615 const internal::VariadicDynCastAllOfMatcher<Stmt, LambdaExpr> lambdaExpr;
625 Stmt,
638 const internal::VariadicDynCastAllOfMatcher<Stmt, InitListExpr> initListExpr
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 66 const Stmt *stmt; member in class:clang::sema::PossiblyUnreachableDiag
69 const Stmt *stmt)
70 : PD(PD), Loc(Loc), stmt(stmt) {}
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 679 JavaExpression stmt = declare(Type.BOOLEAN, tempVariableName, value); local
680 java.writeStatement(stmt);
    [all...]
  /external/libpcap/
gencode.h 190 struct stmt { struct
198 struct stmt s;
233 struct stmt s; /* branch stmt */
256 struct slist *s; /* stmt list */
tokdefs.h 248 struct stmt *stmt; member in union:YYSTYPE
grammar.c 440 struct stmt *stmt; member in union:YYSTYPE
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 1218 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1254 ir_if *const stmt = new(ctx) ir_if(op[0]); local
1446 ir_if *const stmt = new(ctx) ir_if(op[0]); local
3505 ir_if *const stmt = new(ctx) ir_if(condition); local
3826 ir_loop *const stmt = new(ctx) ir_loop(); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 627 static void stmt(IRStmt * st) function
634 stmt(IRStmt_WrTmp(dst, e));
640 stmt(IRStmt_Store(Iend_LE, addr, data));
642 stmt(IRStmt_Store(Iend_BE, addr, data));
693 stmt( IRStmt_Put( OFFB_PC, mkU32(d32) ) );
730 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_FCSR), e));
744 stmt(IRStmt_Put(integerGuestRegOffset(archreg), e));
749 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_LO), e));
754 stmt(IRStmt_Put(offsetof(VexGuestMIPS32State, guest_HI), e));
759 stmt(IRStmt_Put(OFFB_PC, e))
    [all...]
ir_defs.c 3737 IRStmt* stmt; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 52 /* The statement STMT is executed at most ... */
53 gimple stmt; variable
60 of executions of STMT).
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 52 /* The statement STMT is executed at most ... */
53 gimple stmt; variable
60 of executions of STMT).
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 52 /* The statement STMT is executed at most ... */
53 gimple stmt; variable
60 of executions of STMT).
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 52 /* The statement STMT is executed at most ... */
53 gimple stmt; variable
60 of executions of STMT).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
189 return Module(doc, Stmt(stmts))
274 assert isinstance(code, Stmt)
310 assert isinstance(code, Stmt)
316 def stmt(self, nodelist): member in class:Transformer
319 small_stmt = stmt
320 flow_stmt = stmt
321 compound_stmt = stmt
328 return Stmt(stmts)
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDEN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
189 return Module(doc, Stmt(stmts))
274 assert isinstance(code, Stmt)
310 assert isinstance(code, Stmt)
316 def stmt(self, nodelist): member in class:Transformer
319 small_stmt = stmt
320 flow_stmt = stmt
321 compound_stmt = stmt
328 return Stmt(stmts)
559 # simple_stmt | NEWLINE INDENT NEWLINE* (stmt NEWLINE*)+ DEDEN
    [all...]
  /external/valgrind/main/VEX/
test_main.c 687 /* add stmt to a bb */
688 #define stmt(_bb,_stmt) \ macro
    [all...]

Completed in 517 milliseconds

12 3 4