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

12 3 4 5

  /external/chromium_org/v8/test/mjsunit/compiler/
multiply-sub.js 29 // Test expressions that can be computed with a multiply-add instruction.
multiply-add.js 29 // Test expressions that can be computed with a multiply-add instruction.
regress-or.js 30 // Test deoptimization inside short-circuited expressions.
inline-param.js 67 // expressions as the parameters.
  /external/chromium_org/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/chromium_org/v8/test/webkit/fast/regex/
overflow.js 24 description("This test checks expressions with alternative lengths of appox. 2^31.");
  /external/chromium_org/v8/test/webkit/
function-dot-apply-replace-base.js 25 "This tests that expressions of the form x = x.apply(...) don't break bytecode generation."
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
regexp-non-bmp.js 25 'Tests that regular expressions treat non-BMP characters as two separate characters. '
comparison-operators.js 41 var expressions = [];
named-function-expression.js 25 "Tests variable resolution rules for named function expressions."
42 debug("named function expressions are not saved in the current context");
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.cpp 587 foreach_list_const (n, &this->expressions) {
588 if (n != this->expressions.get_head())
623 foreach_list_const(n, & this->expressions) {
624 if (n != this->expressions.get_head())
ast_function.cpp 278 * Function calls were first allowed to be constant expressions in GLSL 1.20.
639 * constructor are trivially constant valued expressions.
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 587 foreach_list_const (n, &this->expressions) {
588 if (n != this->expressions.get_head())
623 foreach_list_const(n, & this->expressions) {
624 if (n != this->expressions.get_head())
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
mathjax_interface.js 48 * expressions.
  /external/chromium_org/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.
  /external/chromium_org/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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 6 * @fileoverview DOM utility functions to aid in math expressions navigation.
95 * <mrow> group any number of sub-expressions horizontally
96 * <mfrac> form a fraction from two sub-expressions
group_util.js 63 // This takes care of MathJax expressions.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
math_shifter.js 6 * @fileoverview A class for walking mathml expressions.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
MediaQueryInspector.js 389 var expressions = mediaQuery.expressions();
390 for (var i = 0; i < expressions.length; ++i) {
391 var expression = expressions[i];
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pystate.pxd 20 # an int or used in arithmetic expressions
  /external/lldb/examples/python/
types.py 88 parser.add_option('-s', '--skip-type-regex', action="callback", callback=regex_option_callback, type='string', metavar='REGEX', dest='skip_type_regexes', help='Regular expressions that, if they match the current member typename, will cause the type to no be recursively displayed.', default=[])

Completed in 2008 milliseconds

12 3 4 5