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

1 2 3 4 5 6 7 8910

  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 76 ; bb can only be 0 or 1. So only execute this statement
vp8_packtokens_mbrow_armv5.asm 98 ; bb can only be 0 or 1. So only execute this statement
vp8_packtokens_partitions_armv5.asm 128 ; bb can only be 0 or 1. So only execute this statement
  /external/mesa3d/src/glsl/
glsl_parser.cpp     [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 57 Indent() << "<<<NULL STATEMENT>>>\n";
432 // 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/v8/src/
hydrogen.cc 634 HBasicBlock* HGraphBuilder::JoinContinue(IterationStatement* statement,
639 continue_block->SetJoinId(statement->ContinueId());
646 HBasicBlock* HGraphBuilder::CreateLoop(IterationStatement* statement,
652 loop_entry->PostProcessLoopHeader(statement);
655 break_block->SetJoinId(statement->ExitId());
    [all...]
full-codegen.cc 44 void BreakableStatementChecker::Check(Statement* stmt) {
104 // If the condition is breakable the if statement is breakable.
177 // The debugger statement is breakable.
684 void FullCodeGenerator::SetStatementPosition(Statement* stmt) {
689 // Check if the statement will be breakable without adding a debug break
693 // Record the statement position right here if the statement is not
699 // break slot to make the statement breakable.
719 // Record a statement position right here if the expression is not
722 // NOTE this will record a statement position for something which migh
    [all...]
  /external/chromium/
Android.mk 46 app/sql/statement.cc \
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 284 // comprises only a single C++ statement.
294 // doesn't expand into an "if" statement without an "else"
490 // Tests that a compound statement can be used in a death test.
513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
557 // Tests that death tests report executing 'return' in the statement as
561 "illegal return in test statement.");
729 " Result: illegal return in test statement.\n"
767 virtual bool Create(const char* statement,
882 bool MockDeathTestFactory::Create(const char* /*statement*/,
978 // executes a return statement
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 284 // comprises only a single C++ statement.
294 // doesn't expand into an "if" statement without an "else"
490 // Tests that a compound statement can be used in a death test.
513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
557 // Tests that death tests report executing 'return' in the statement as
561 "illegal return in test statement.");
729 " Result: illegal return in test statement.\n"
767 virtual bool Create(const char* statement,
882 bool MockDeathTestFactory::Create(const char* /*statement*/,
978 // executes a return statement
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 262 | statements statement
264 statement
    [all...]
  /external/linux-tools-perf/
Makefile 89 EXTRA_WARNINGS := $(EXTRA_WARNINGS) -Wdeclaration-after-statement
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 275 // 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.
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/clang/lib/Sema/
SemaStmt.cpp 43 // C99 6.8.3p2: The expression in an expression statement is evaluated as a
163 // If this is a GNU statement expression expanded from a macro, it is probably
165 // expression or statement. Don't warn, because it is almost certainly a
274 // We found the end of the list or a statement. Scan for another declstmt.
285 // Ignore statements that are last in a statement expression.
292 // Check for suspicious empty body (null statement) in `for' and `while'
308 assert((LHSVal != 0) && "missing expression in case statement");
338 /// ActOnCaseStmtBody - This installs a statement as the body of a case.
646 // type, when we started the switch statement. If we don't have an
654 // One can always use an if statement instead of switch(bool_expr)
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 91 It was proposed (Where? I do not remember any explicit statement)
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 95 * 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",
7095 statement(); method
7278 public final void statement() throws RecognitionException { method in class:JavaParser
7444 statement(); method
7475 statement(); method
7518 statement(); method
7534 statement(); method
7782 statement(); method
8544 statement(); method
8664 statement(); method
14774 statement(); method
14816 statement(); method
14906 statement(); method
    [all...]

Completed in 736 milliseconds

1 2 3 4 5 6 7 8910