HomeSort by relevance Sort by last modified time
    Searched refs:statement (Results 201 - 225 of 278) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/database/
DatabaseUtils.java     [all...]
  /external/v8/src/
preparser.cc 147 PreParser::Statement PreParser::ParseSourceElement(bool* ok) {
150 // Statement
173 // (Statement)* <end_token>
177 Statement statement = ParseSourceElement(CHECK_OK); local
179 if (statement.IsUseStrictLiteral()) {
182 } else if (!statement.IsStringLiteral()) {
193 if (!*ok) return Statement::Default(); \
199 PreParser::Statement PreParser::ParseStatement(bool* ok) {
200 // Statement :
273 Statement statement = ParseFunctionDeclaration(CHECK_OK); local
    [all...]
ast.h 131 class Statement;
223 virtual Statement* AsStatement() { return NULL; }
250 class Statement: public AstNode {
252 Statement() : statement_pos_(RelocInfo::kNoPosition) {}
254 virtual Statement* AsStatement() { return this; }
371 class BreakableStatement: public Statement {
378 // The labels associated with this statement. May be NULL;
418 void AddStatement(Statement* statement) { statements_.Add(statement); }
962 Statement* statement() const { return statement_; } function in class:v8::internal::WithStatement
    [all...]
messages.js 152 "multiple_defaults_in_switch", ["More than one default clause in switch statement"],
205 "illegal_break", ["Illegal break statement"],
206 "illegal_continue", ["Illegal continue statement"],
207 "illegal_return", ["Illegal return statement"],
219 "strict_mode_with", ["Strict mode code may not include a with statement"],
244 "unprotected_let", ["Illegal let declaration in unprotected statement context."],
245 "unprotected_const", ["Illegal const declaration in unprotected statement context."],
    [all...]
parser.cc 420 // 'continue' statement targets). Upon construction, a new target is
517 // thus it must never be used where only a single statement
518 // is correct (e.g. an if statement branch w/o braces)!
620 ZoneList<Statement*>* body = new(zone()) ZoneList<Statement*>(16);
810 static Assignment* AsAssignment(Statement* stat) {
839 void Update(Statement* stat) {
953 void Update(Scope* scope, Statement* stat) {
960 // Check whether this statement is of the form this.x = ...;
1661 TryStatement* statement = ParseTryStatement(CHECK_OK); local
2630 SwitchStatement* statement = factory()->NewSwitchStatement(labels); local
2753 TryCatchStatement* statement = factory()->NewTryCatchStatement( local
    [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc 190 // statement will cause exactly one fatal Google Test failure with 'substr'
197 // The verification of the assertion is done correctly even when the statement
201 // - 'statement' cannot reference local non-static variables or
203 // - 'statement' cannot return a value.
211 #define EXPECT_FATAL_FAILURE(statement, substr) \
215 static void Execute() { statement; }\
228 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \
232 static void Execute() { statement; }\
247 // statement will cause exactly one non-fatal Google Test failure with 'substr'
254 // 'statement' is allowed to reference local variables and members o
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h     [all...]
  /external/libvpx/libvpx/
configure 535 check_add_cflags -Wdeclaration-after-statement
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /build/core/
envsetup.mk 4 # and we output a bunch of variables, see the case statement at
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 52 Statement,
108 CFGStmt(Stmt *S) : CFGElement(Statement, S) {}
118 return E.getKind() == Statement;
175 // Get statement end of which triggered the destructor call.
245 /// CFGTerminator - Represents CFGBlock terminator statement.
249 /// statement is the same statement that branches control flow in evaluation
279 /// (2) A "terminator" statement (not in the set of statements).
286 /// within the set of statements in the block (usually the last statement).
356 /// refer to the loop statement for such blocks (and be null otherwise)
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 85 // Use a with-statement to force the system to do dynamic
debug-setbreakpoint.js 198 // to the script body, its actual position is taken from the nearest statement
debug-stepout-scope.js 422 // With block as the last(!) statement in global code.
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/clang/lib/AST/
StmtPrinter.cpp 60 Indent() << "<<<NULL STATEMENT>>>\n";
444 // FIXME: Implement MS style inline asm statement printer.
    [all...]
  /external/libpng/
CHANGES 320 Removed references to IJG and JPEG in the ansi2knr.c copyright statement.
417 Added a statement of Y2K compliance in png.h, libpng.3, and Y2KINFO.
422 Modified the Y2K statement to include versions back to version 0.71
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 93 ; bb can only be 0 or 1. So only execute this statement
vp8_packtokens_mbrow_armv5.asm 114 ; bb can only be 0 or 1. So only execute this statement
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 619 milliseconds

1 2 3 4 5 6 7 891011>>