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

1 2 3 4 5 6 7 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
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.
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 56 const ExpressionHeapVector& expressions() const { return *m_expressions; } function in class:WebCore::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 304 const ExpressionHeapVector& expressions = query->expressions(); local
305 for (size_t j = 0; j < expressions.size(); ++j) {
306 const MediaQueryExp* expression = expressions.at(j).get();
MediaQueryEvaluator.cpp 139 const ExpressionHeapVector& expressions = query->expressions(); local
140 // Iterate through expressions, stop if any of them eval to false (AND semantics).
142 for (; j < expressions.size(); ++j) {
143 bool exprResult = eval(expressions.at(j).get());
144 if (viewportDependentMediaQueryResults && expressions.at(j)->isViewportDependent())
145 viewportDependentMediaQueryResults->append(adoptRefWillBeNoop(new MediaQueryResult(*expressions.at(j), exprResult)));
151 result = applyRestrictor(query->restrictor(), expressions.size() == j);
  /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/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>
  /external/regex-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>
  /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.
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 195 array.expressions().add(old);
198 array.expressions().add(value);
203 List expressions = array.expressions(); local
204 if (expressions != null) {
205 for (Object o : expressions) {

Completed in 1359 milliseconds

1 2 3 4 5 6 7 8