Searched refs:statement (Results 201 - 225 of 239) sorted by relevance

12345678910

/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm114 ; bb can only be 0 or 1. So only execute this statement
H A Dvp8_packtokens_partitions_armv5.asm143 ; 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/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py752 statement = 'int* x = dynamic_cast<int*>(&foo);'
758 self.assert_language_rules_check('foo.cpp', statement, error_message)
759 self.assert_language_rules_check('foo.h', statement, error_message)
1799 'empty statement, use { } instead.'
1803 'empty statement, use { } instead.'
1806 'Semicolon defining empty statement. Use { } instead.'
1810 'statement, use { } instead.'
3872 # 5. A case label should line up with its switch statement. The
3873 # case statement is indented.
3910 'A case label should not be indented, but line up with its switch statement
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm143 ; bb can only be 0 or 1. So only execute this statement
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y329 statementSequence: statementSequence statement
333 statement: instruction ';' label
2223 "undefined variable binding in ALIAS statement");
/external/mesa3d/src/mesa/program/
H A Dprogram_parse.y329 statementSequence: statementSequence statement
333 statement: instruction ';' label
2223 "undefined variable binding in ALIAS statement");
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc287 // comprises only a single C++ statement.
297 // doesn't expand into an "if" statement without an "else"
540 // Tests that a compound statement can be used in a death test.
563 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
607 // Tests that death tests report executing 'return' in the statement as
611 "illegal return in test statement.");
841 " Result: illegal return in test statement.\n"
879 virtual bool Create(const char* statement,
995 bool MockDeathTestFactory::Create(const char* /*statement*/,
1091 // executes a return statement
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspaceanal.tcl488 The number of indices created using an explicit CREATE INDEX statement.
/external/chromium_org/v8/src/
H A Dhydrogen.h2048 // a breakable statement. Separated from BreakAndContinueScope so that it
2203 bool PreProcessOsrEntry(IterationStatement* statement);
2214 HBasicBlock* CreateLoop(IterationStatement* statement,
2224 HBasicBlock* BuildLoopEntry(IterationStatement* statement);
2226 HBasicBlock* JoinContinue(IterationStatement* statement,
H A Dtyping.cc195 RECURSE(stmt->statement());
H A Dfull-codegen.cc93 // If the condition is breakable the if statement is breakable.
172 // The debugger statement is breakable.
817 // Check if the statement will be breakable without adding a debug break
821 // Record the statement position right here if the statement is not
827 // break slot to make the statement breakable.
848 // Record a statement position right here if the expression is not
851 // NOTE this will record a statement position for something which might
852 // not be a statement. As stepping in the debugger will only stop at
853 // statement position
[all...]
H A Dhydrogen.cc3358 HBasicBlock* HOptimizedGraphBuilder::JoinContinue(IterationStatement* statement, argument
3363 continue_block->SetJoinId(statement->ContinueId());
3370 HBasicBlock* HOptimizedGraphBuilder::CreateLoop(IterationStatement* statement, argument
3376 loop_entry->PostProcessLoopHeader(statement);
3379 break_block->SetJoinId(statement->ExitId());
3396 IterationStatement* statement) {
3397 HBasicBlock* loop_entry = osr()->HasOsrEntryAt(statement)
3398 ? osr()->BuildOsrLoopEntry(statement)
3395 BuildLoopEntry( IterationStatement* statement) argument
/external/gtest/test/
H A Dgtest-death-test_test.cc287 // comprises only a single C++ statement.
297 // doesn't expand into an "if" statement without an "else"
545 // Tests that a compound statement can be used in a death test.
568 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
612 // Tests that death tests report executing 'return' in the statement as
616 "illegal return in test statement.");
780 " Result: illegal return in test statement.\n"
818 virtual bool Create(const char* statement,
934 bool MockDeathTestFactory::Create(const char* /*statement*/,
1030 // executes a return statement
[all...]
/external/ipsec-tools/src/racoon/
H A Dcfparse.y262 | statements statement
264 statement
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc275 // comprises only a single C++ statement.
285 // doesn't expand into an "if" statement without an "else"
481 // Tests that a compound statement can be used in a death test.
504 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
548 "illegal return in test statement.");
721 virtual bool Create(const char* statement,
836 bool MockDeathTestFactory::Create(const char* /*statement*/,
932 // executes a return statement.
1137 // Empty statement will not crash, which must trigger a failure.
1152 // Empty statement wil
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex91 It was proposed (Where? I do not remember any explicit statement)
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java95 * statement like "Class<Byte> TYPE = (Class<Byte>)...;" because it was seeing
144 * parse that is closest to the meaning of the switch statement.
340 "statement", "typeBound", "methodHeader", "synpred249_Java", "synpred55_Java",
7035 // src/com/google/doclava/parser/Java.g:823:1: blockStatement : ( localVariableDeclarationStatement | classOrInterfaceDeclaration | statement );
7045 // src/com/google/doclava/parser/Java.g:824:5: ( localVariableDeclarationStatement | classOrInterfaceDeclaration | statement )
7091 // src/com/google/doclava/parser/Java.g:826:9: statement
7095 statement();
7276 // $ANTLR start "statement"
7277 // src/com/google/doclava/parser/Java.g:842:1: statement : ( block | ( 'assert' ) expression ( ':' expression )? ';' | 'assert' expression ( ':' expression )? ';' | 'if' parExpression statement ( 'els
7278 public final void statement() throws RecognitionException { method in class:JavaParser
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/clang/lib/Sema/
H A DSemaStmt.cpp47 // C99 6.8.3p2: The expression in an expression statement is evaluated as a
203 // If this is a GNU statement expression expanded from a macro, it is probably
205 // expression or statement. Don't warn, because it is almost certainly a
320 // We found the end of the list or a statement. Scan for another declstmt.
331 // Ignore statements that are last in a statement expression.
338 // Check for suspicious empty body (null statement) in `for' and `while'
354 assert(LHSVal && "missing expression in case statement");
390 /// ActOnCaseStmtBody - This installs a statement as the body of a case.
445 // If the condition was invalid, discard the if statement. We could recover
727 // type, when we started the switch statement
3155 TypeWithHandler(const QualType &type, CXXCatchStmt *statement) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc525 Visit(stmt->statement());

Completed in 1446 milliseconds

12345678910