| /external/deqp/framework/randomshaders/ |
| rsgBinaryOps.cpp | 52 Expression* BinaryOp<Precedence, Assoc>::createNextChild (GeneratorState& state) 60 m_rightValueExpr = Expression::createRandom(state, m_rightValueRange); 67 m_leftValueExpr = Expression::createRandom(state, m_leftValueRange);
|
| rsgStatement.cpp | 297 // Take copy of value range for generating initializer expression 536 AssignStatement::AssignStatement (const Variable* variable, Expression* value)
|
| /prebuilts/tools/common/lombok-ast/ |
| lombok-ast-0.2.2.jar | |
| lombok-ast-0.2.1.jar | |
| lombok-ast-0.2.jar | |
| /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/ |
| lombok-ast-0.2.2.jar | |
| /external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
| FunctionTable.java | 23 import org.apache.xpath.Expression;
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| javax.servlet.jsp_2.0.0.v200806031607.jar | |
| org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
| /frameworks/compile/mclinker/lib/Script/ |
| ScriptParser.yy | 342 m_ScriptScanner.setLexState(ScriptFile::Expression); 611 m_ScriptScanner.setLexState(ScriptFile::Expression);
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| Python-ast.h | 53 } Expression; 379 #define Expression(a0, a1) _Py_Expression(a0, a1)
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| Python-ast.h | 53 } Expression; 379 #define Expression(a0, a1) _Py_Expression(a0, a1)
|
| /external/chromium_org/v8/src/ |
| hydrogen.cc | [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjC.cpp | 57 /// the appropriate expression boxing method. This will either be 229 /// expression when the method has a related result type. 579 /// Use objc_setProperty for the setter, but use expression 586 /// The 'expression' strategy is to emit normal assignment or 588 Expression 631 // TODO: we could actually use setProperty and an expression for non-atomics. 643 // In ARC, if the property is non-atomic, use expression emission, 647 // Using standard expression emission for the setter is only 654 Kind = Expression; 660 // the property isn't atomic, we can use normal expression [all...] |
| /external/robolectric/lib/main/ |
| h2-1.2.147.jar | |
| /prebuilts/sdk/tools/lib/ |
| lombok-ast-0.2.jar | |
| /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/ |
| lombok-ast-0.2.1.jar | |
| /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/ |
| freemarker-2.3.20.jar | |
| /external/clang/lib/Index/ |
| USRGeneration.cpp | 744 case TemplateArgument::Expression:
|
| /external/apache-xml/src/main/java/org/apache/xpath/axes/ |
| WalkerFactory.java | 27 import org.apache.xpath.Expression; [all...] |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/ |
| org.eclipse.jdt.core-3.9.1.v20130905-0837.jar | |
| /external/llvm/lib/Analysis/ |
| DependenceAnalysis.cpp | 761 // Returns true if Expression is loop invariant in LoopNest. 762 bool DependenceAnalysis::isLoopInvariant(const SCEV *Expression, 766 return SE->isLoopInvariant(Expression, LoopNest) && 767 isLoopInvariant(Expression, LoopNest->getParentLoop()); 773 // have a level <= CommonLevels and are referred to by the SCEV Expression. 774 void DependenceAnalysis::collectCommonLoops(const SCEV *Expression, 779 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) [all...] |
| /external/clang/include/clang/AST/ |
| ExprCXX.h | 49 /// In a C++ template, this expression node kind will be used whenever 79 /// expression refers to. 82 /// \brief Returns the location of the operator symbol in the expression. 128 /// For example, in "x.f(5)", this returns the sub-expression "x". 227 /// \brief A C++ \c static_cast expression (C++ [expr.static.cast]). 229 /// This expression node represents a C++ static cast, e.g., 257 /// \brief A C++ @c dynamic_cast expression (C++ [expr.dynamic.cast]). 259 /// This expression node represents a dynamic cast, e.g., 291 /// \brief A C++ @c reinterpret_cast expression (C++ [expr.reinterpret.cast]). 293 /// This expression node represents a reinterpret cast, e.g. [all...] |
| DataRecursiveASTVisitor.h | 153 /// \brief Recursively visit a statement or expression, by 234 /// expression, but not for the name of the initializer, so may 245 /// \brief Recursively visit the body of a lambda expression. 714 case TemplateArgument::Expression: 755 case TemplateArgument::Expression: [all...] |
| /external/clang/lib/Sema/ |
| SemaCast.cpp | 86 /// the given expression. 101 /// Try to handle the given placeholder expression kind. Return 102 /// true if the source expression has the appropriate placeholder 584 // type, v shall be an expression having a complete class type, [...] 830 << OverloadExpr::find(SrcExpr.get()).Expression->getName() [all...] |