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

1 2 3 4

  /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/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/webkit/Source/WebCore/css/
MediaQuery.h 51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } function in class:WebCore::MediaQuery
  /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>
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/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...]
  /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;
  /external/v8/test/mjsunit/regress/
regress-1647.js 30 // Test for correct deoptimization in named function expressions.
regress-406.js 28 // Test of constant folding of boolean-valued expressions.
  /external/v8/test/mjsunit/compiler/
regress-or.js 28 // Test deoptimization inside short-circuited expressions.
inline-param.js 67 // expressions as the parameters.
  /external/v8/test/mjsunit/
regexp-call-as-function.js 28 // Test that regular expressions can be called as functions. Calling
short-circuit-boolean.js 29 // boolean expressions.
  /ndk/sources/host-tools/nawk-20071023/
FIXES 112 fixed a bug in regular expressions that dates (so help me) from 1977;
133 regular expressions in non-US locales. thanks to ruslan for keeping
145 regular expressions (cclenter). its properties are much too
154 for regular expressions, where the goal is to match specific
266 fixed a bug introduced in august 1997 that caused expressions
583 to permit regular expressions to be much bigger.
729 Added \x to regular expressions (already in strings).
731 Centralized the code for parsing escapes in regular expressions.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 127 * Wrapper for the eval() builtin function to evaluate expressions and
682 * expressions, and it holds the locally defined variables.
698 * expressions are evaluated. Notice that this is usually an Object,
709 * expressions are evaluated. Other than for the local context,
774 * jsvalue expressions, variable names must start with $, but in the
822 * attributes are JavaScript expressions that are evaluated in the
922 var expressions = domGetAttribute(template, ATT_eval);
923 if (expressions) {
924 foreach(expressions.split(/\s*;\s*/), function(expression) {

Completed in 580 milliseconds

1 2 3 4