HomeSort by relevance Sort by last modified time
    Searched refs:expressions (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/llvm/test/MC/Mips/
sym-expr.s 1 # Check parsing symbol expressions
expr1.s 2 # Check that the assembler can handle the expressions as operands.
hilo-addressing.s 21 # expressions.
40 # %lo(label1 - label2) expressions.
micromips-expressions.s 3 # Check that the assembler can handle the expressions as operands.
higher-highest-addressing.s 9 # NEXT we also test that none of the expressions from the test2 generates
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 56 const ExpressionHeapVector& expressions() const { return *m_expressions; } function in class:blink::MediaQuery
MediaQuery.cpp 83 MediaQuery::MediaQuery(Restrictor r, const String& mediaType, PassOwnPtrWillBeRawPtr<ExpressionHeapVector> expressions)
86 , m_expressions(expressions)
95 // Remove all duplicated expressions.
MediaList.cpp 300 const ExpressionHeapVector& expressions = query->expressions(); local
301 for (size_t j = 0; j < expressions.size(); ++j) {
302 const MediaQueryExp* expression = expressions.at(j).get();
MediaQueryEvaluator.cpp 126 const ExpressionHeapVector& expressions = query->expressions(); local
127 // Iterate through expressions, stop if any of them eval to false (AND semantics).
129 for (; i < expressions.size(); ++i) {
130 bool exprResult = eval(expressions.at(i).get());
131 if (viewportDependentMediaQueryResults && expressions.at(i)->isViewportDependent())
132 viewportDependentMediaQueryResults->append(adoptRefWillBeNoop(new MediaQueryResult(*expressions.at(i), exprResult)));
138 return applyRestrictor(query->restrictor(), expressions.size() == i);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 19 import org.eclipse.core.expressions.EvaluationResult;
20 import org.eclipse.core.expressions.Expression;
21 import org.eclipse.core.expressions.ExpressionInfo;
22 import org.eclipse.core.expressions.IEvaluationContext;
  /external/chromium_org/v8/test/mjsunit/
regress-3456.js 9 // false for certain valid expressions. This case is the minimum amount
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 25 Package syntax parses regular expressions into parse trees and compiles
26 parse trees into programs. Most clients of regular expressions will use the
mksyntaxwiki 20 #summary I define UNIX as ?30 definitions of regular expressions living under one roof.? ?Don Knuth
29 <tr><td colspan="2">Grayed out expressions are not supported by RE2.</td></tr>
mksyntaxhtml 33 <tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
VariableTranslator.java 149 private JavaExpression concatenate(List<JavaExpression> expressions) {
153 for (JavaExpression expression : expressions) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 35 (* reassociate expressions. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 39 (* reassociate expressions. *)
  /external/chromium_org/third_party/mesa/src/src/glsl/
hir_field_selection.cpp 85 if (!call->expressions.is_empty())
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 85 if (!call->expressions.is_empty())
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
78 * expressions are evaluated. Other than for the local context,
104 * $this so it is possible to use it in expressions.
117 * expressions are evaluated. Notice that this is usually an Object,
263 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/chromium_org/third_party/jstemplate/
jsevalcontext.js 17 * @fileoverview This class is used to evaluate expressions in a local
64 * expressions, and it holds the locally defined variables.
80 * expressions are evaluated. Other than for the local context,
105 * $this so it is possible to use it in expressions.
118 * expressions are evaluated. Notice that this is usually an Object,
264 * jsvalue expressions, variable names must start with $, but in the
360 * it up into a map of labels and expressions, and creates functions
361 * from the expressions that are suitable for execution by
390 * up into a list of expressions, and creates functions from the
391 * expressions that are suitable for execution b
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 70 * @param functionExecutor Used for executing functions in expressions. As well as looking up
230 private void executeFunction(String name, PExpression... expressions) {
231 Value[] args = new Value[expressions.length];
233 args[i] = evaluate(expressions[i]);

Completed in 365 milliseconds

1 2 3 4 5