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

1 2

  /external/webkit/Source/WebCore/css/
MediaQuery.h 51 const Vector<OwnPtr<MediaQueryExp> >* expressions() const { return m_expressions.get(); } function in class:WebCore::MediaQuery
  /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/mesa3d/src/glsl/
hir_field_selection.cpp 85 if (!call->expressions.is_empty())
glsl_parser_extras.cpp 385 foreach_list_const (n, &this->expressions) {
386 if (n != this->expressions.get_head())
421 foreach_list_const(n, & this->expressions) {
422 if (n != this->expressions.get_head())
ast.h 233 * List of expressions for an \c ast_sequence or parameters for an
236 exec_list expressions; member in class:ast_expression
247 * Subclass of expressions for function calls
ast_function.cpp 410 * constructor are trivially constant valued expressions.
    [all...]
  /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...]
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [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...]
jstemplate.js 85 * attributes are JavaScript expressions that are evaluated in the
512 // expressions than vice versa.
523 // Evaluate expressions immediately. Useful for hooking callbacks
531 var expressions = jstAttributes[ATT_eval];
532 if (expressions) {
533 for (var i = 0, I = jsLength(expressions); i < I; ++i) {
534 context.jsexec(expressions[i], template);
    [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]);
  /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/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.
div-mod.js 174 // Side-effect-free expressions containing bit operations use
  /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) {
  /external/v8/test/mjsunit/regress/
regress-406.js 28 // Test of constant folding of boolean-valued expressions.
regress-969.js 36 // This test uses comma expressions to put assignments in effect contexts,

Completed in 473 milliseconds

1 2