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

1 2 3 4 5 6

  /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/chromium_org/third_party/WebKit/Source/core/css/
MediaQuery.h 53 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } function in class:WebCore::MediaQuery
  /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>
mksyntaxhtml 33 <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/llvm/test/MC/Mips/
expr1.s 2 # Check that the assembler can handle the expressions as operands.
  /external/mesa3d/src/glsl/
hir_field_selection.cpp 85 if (!call->expressions.is_empty())
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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 by
    [all...]
  /external/chromium/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
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 by
    [all...]
  /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) {
  /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]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 18 import org.eclipse.core.expressions.PropertyTester;

Completed in 1225 milliseconds

1 2 3 4 5 6