HomeSort by relevance Sort by last modified time
    Searched refs:Expression (Results 151 - 175 of 504) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 39 * main intention is to provide a reasonable means to perform expression
45 * be used to reset the expression for rewriting. If a method returns
55 * @param owner The owner of the expression, to which the expression can
67 * @param owner The owner of the expression, to which the expression can
79 * @param owner The owner of the expression, to which the expression can
91 * proper unique component for predicates, and that the expression will
92 * be called also for whatever type Expression is
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 29 import org.apache.xpath.Expression;
62 * Initialize an AxesWalker during the parse of the XPath expression.
535 public Expression getExpression()
541 * @see ExpressionOwner#setExpression(Expression)
543 public void setExpression(Expression exp)
550 * @see Expression#deepEquals(Expression)
552 public boolean deepEquals(Expression expr)
OneStepIterator.java 27 import org.apache.xpath.Expression;
52 * location path expression for this itterator.
87 * Initialize the context values for this expression
331 * @see Expression#deepEquals(Expression)
333 public boolean deepEquals(Expression expr)
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 27 import org.apache.xpath.Expression;
40 * The variable reference expression executer.
42 public class Variable extends Expression implements PathComponent
174 * Execute an expression in the XPath runtime context, and return the
175 * result of the expression.
180 * @return The result of the expression in the form of a <code>XObject</code>.
256 * Get the XSLT ElemVariable that this sub-expression references. In order for
308 * Tell if this expression returns a stable number that will not change during
309 * iterations within the expression. This is used to determine if a proximity
313 * @return true if the expression represents a stable number
    [all...]
  /external/deqp/framework/randomshaders/
rsgBinaryOps.hpp 41 class BinaryOp : public Expression
47 Expression* createNextChild (GeneratorState& state);
64 Expression* m_leftValueExpr;
65 Expression* m_rightValueExpr;
rsgExpression.cpp 273 template <class T> Expression* create (GeneratorState& state, ConstValueRangeAccess valueRange) { return new T(state, valueRange); }
278 Expression* (*create) (GeneratorState& state, ConstValueRangeAccess valueRange);
345 Expression::~Expression (void)
349 Expression* Expression::createRandom (GeneratorState& state, ConstValueRangeAccess valueRange)
354 Expression* Expression::createRandomLValue (GeneratorState& state, ConstValueRangeAccess valueRange)
733 for (vector<Expression*>::iterator i = m_inputExpressions.begin(); i != m_inputExpressions.end(); i++)
737 Expression* ConstructorOp::createNextChild (GeneratorState& state
    [all...]
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.h 58 // writes a printf escape that will be filled in at runtime by the given C++ expression string
61 void writeVarInitializer(const Variable& var, const Expression& value) override;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
IfrParse.c 73 Statement->Expression = (FORM_EXPRESSION_LIST *) AllocatePool(
75 ASSERT (Statement->Expression != NULL);
76 Statement->Expression->Count = (UINTN) ConditionalExprCount;
77 Statement->Expression->Signature = FORM_EXPRESSION_LIST_SIGNATURE;
78 CopyMem (Statement->Expression->Expression, GetConditionalExpressionList(ExpressStatement), (UINTN) (sizeof (FORM_EXPRESSION *) * ConditionalExprCount));
288 @param Form The Form associated with this Expression
300 FORM_EXPRESSION *Expression;
302 Expression = AllocateZeroPool (sizeof (FORM_EXPRESSION));
303 ASSERT (Expression != NULL);
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseRef.h 97 template<typename Expression>
98 void construct(Expression& expr)
113 * \brief A sparse matrix expression referencing an existing sparse expression
163 /** Implicit constructor from any sparse expression (2D matrix or 1D vector) */
211 template<typename Expression>
212 void construct(const Expression& expr,internal::true_type)
227 template<typename Expression>
228 void construct(const Expression& expr, internal::false_type)
246 * \brief A sparse vector expression referencing an existing sparse vector expressio
    [all...]
  /external/v8/src/ast/
ast-traversal-visitor.h 23 // expression, before proceeding with its subtrees.
40 bool VisitExpression(Expression* node) { return true; }
146 RECURSE(Visit(stmt->expression()));
182 RECURSE(Visit(stmt->expression()));
188 RECURSE(Visit(stmt->expression()));
202 Expression* label = clause->label();
345 ZoneList<Expression*>* values = expr->values();
347 Expression* value = values->at(i);
363 RECURSE_EXPRESSION(Visit(expr->expression()));
382 RECURSE_EXPRESSION(Visit(expr->expression()));
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 358 void Visit(Expression* expr);
359 void VisitForTest(Expression* expr);
360 void VisitForEffect(Expression* expr);
361 void VisitForValue(Expression* expr);
362 void VisitForValueOrNull(Expression* expr);
363 void VisitForValueOrTheHole(Expression* expr);
364 void VisitForValues(ZoneList<Expression*>* exprs);
383 void VisitTypeofExpression(Expression* expr);
391 void VisitLiteralCompareNil(CompareOperation* expr, Expression* sub_expr,
393 void VisitLiteralCompareTypeof(CompareOperation* expr, Expression* sub_expr
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorRef.h 115 * \brief A reference to a tensor expression
116 * The expression will be evaluated lazily (as much as possible).
147 template <typename Expression>
148 EIGEN_STRONG_INLINE TensorRef(const Expression& expr) : m_evaluator(new internal::TensorLazyEvaluator<Dimensions, Expression, DefaultDevice>(expr, DefaultDevice())) {
152 template <typename Expression>
153 EIGEN_STRONG_INLINE TensorRef& operator = (const Expression& expr) {
155 m_evaluator = new internal::TensorLazyEvaluator<Dimensions, Expression, DefaultDevice>(expr, DefaultDevice());
  /toolchain/binutils/binutils-2.25/gold/
script-sections.cc 51 Expression* start, Expression* length)
68 Expression*
73 Expression*
89 Expression*
171 Expression* start_;
172 Expression* length_;
595 // expression is an absolute value.
629 // expression refers to an output section which was not actually
659 Expression* val, bool provide, bool hidden
1144 Output_data_expression* expression = local
    [all...]
  /build/blueprint/parser/
sort.go 77 func sortListsInValue(value Expression, file *File) {
93 func sortSubList(values []Expression, nextPos scanner.Position, file *File) {
109 copyValues := append([]Expression{}, values...)
137 func subListIsSorted(values []Expression) bool {
parser_test.go 132 Values: []Expression{
387 Args: [2]Expression{
417 Args: [2]Expression{
448 Args: [2]Expression{
459 Args: [2]Expression{
509 Args: [2]Expression{
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/
HobLib.c 16 #define ASSERT(Expression) \
18 if (!(Expression)) { \
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 30 import org.apache.xpath.Expression;
73 Expression arg2Expr = getArg2();
RedundentExprEliminator.java 29 import org.apache.xpath.Expression;
83 * for each redundent expression, and then rewriting the redundent
84 * expression to be a variable reference.
99 * for each redundent expression, and then rewriting the redundent
100 * expression to be a variable reference.
113 * for each redundent expression, and then rewriting the redundent
114 * expression to be a variable reference.
145 * Eliminate the shared partial paths in the expression list.
280 * Tell what line number belongs to a given expression.
282 protected void diagnoseLineNumber(Expression expr
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 26 import org.apache.xpath.Expression;
93 public XRTreeFrag(Expression expr)
XObject.java 29 import org.apache.xpath.Expression;
48 public class XObject extends Expression implements Serializable, Cloneable
743 * @see Expression#deepEquals(Expression)
745 public boolean deepEquals(Expression expr)
750 // If equals at the expression level calls deepEquals, I think we're
  /external/clang/include/clang/Sema/
TemplateDeduction.h 53 Expression(nullptr) {}
165 /// \brief The expression which caused a deduction failure.
170 Expr *Expression;
227 /// \brief Return the expression this deduction failure refers to,
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/skia/src/sksl/ir/
SkSLFunctionDeclaration.h 71 bool determineFinalTypes(const std::vector<std::unique_ptr<Expression>>& arguments,
  /external/v8/src/asmjs/
asm-typer.h 318 AsmType* ValidateExpression(Expression* expr);
321 // 6.8.1 Expression
365 Expression* annotation);
367 AsmType* ReturnTypeAnnotations(Expression* ret_expr);
371 Expression* initializer,
  /build/soong/androidmk/cmd/androidmk/
android.go 135 type listSplitFunc func(bpparser.Expression) (string, bpparser.Expression, error)
137 func emptyList(value bpparser.Expression) bool {
144 func splitBpList(val bpparser.Expression, keyFunc listSplitFunc) (lists map[string]bpparser.Expression, err error) {
145 lists = make(map[string]bpparser.Expression)
171 expression := val.Copy().(*bpparser.Operator)
172 expression.Args = [2]bpparser.Expression{vA, vB}
173 lists[k] = expression
    [all...]

Completed in 551 milliseconds

1 2 3 4 5 67 8 91011>>