HomeSort by relevance Sort by last modified time
    Searched full:expressions (Results 151 - 175 of 2155) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/v8/test/webkit/fast/js/
regexp-extended-characters-crash-expected.txt 24 This test checks for a regression against JavaScript regular expressions with certain ranges of Unicode characters cause a crash. If it fails, it may crash.
regexp-extended-characters-crash.js 25 'This test checks for a regression against <a href="rdar://problem/4161606">JavaScript regular expressions with certain ranges of Unicode characters cause a crash</a>. If it fails, it may crash.'
  /external/chromium_org/v8/test/webkit/fast/regex/
overflow-expected.txt 24 This test checks expressions with alternative lengths of appox. 2^31.
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-expected.txt 24 This tests that expressions of the form x = x.apply(...) don't break bytecode generation.
function-dot-apply-replace-base.js 25 "This tests that expressions of the form x = x.apply(...) don't break bytecode generation."
regexp-extended-characters-more-expected.txt 24 This test checks a few cases of extended (> 127) characters in repeat regular expressions.
regexp-extended-characters-more.js 25 "This test checks a few cases of extended (> 127) characters in repeat regular expressions."
regexp-find-first-asserted-expected.txt 24 Tests some regular expressions that were doing the wrong thing with the "find first asserted" optimization.
regexp-find-first-asserted.js 25 'Tests some regular expressions that were doing the wrong thing with the "find first asserted" optimization.'
regexp-non-character.js 25 'Test for regular expressions with non-character values in them, specifically in character classes.'
static-scope-object-expected.txt 24 This test ensures that the correct "this" object is used when calling named function expressions or exceptions.
static-scope-object.js 24 description('This test ensures that the correct "this" object is used when calling named function expressions or exceptions.');
typeof-codegen-crash-expected.txt 24 This test for a crash when optimizing expressions of the form 'typeof o == constant' where 'constant' is not a string.
typeof-codegen-crash.js 25 "This test for a crash when optimizing expressions of the form 'typeof o == constant' where 'constant' is not a string."
  /external/clang/test/Analysis/
misc-ps-64.m 5 // these expressions and building CFGs. These tests are here to prevent
  /external/clang/test/CodeGenCXX/
linetable-cleanup.cpp 4 // simple return expressions.
  /external/clang/test/SemaCXX/
dependent-auto.cpp 11 auto x(t...); // expected-error {{is empty}} expected-error {{contains multiple expressions}}
offsetof.cpp 26 // Constant and non-constant offsetof expressions
  /external/clang/test/SemaObjCXX/
property-reference.mm 64 // pseudo-object expressions correctly. The default argument
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 3 // Tests that dependent expressions are always allowed, whereas non-dependent
  /external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h 33 // this is really a stupid warning as it warns on compile-time expressions involving enums
  /external/eigen/doc/
C04_TutorialBlockOperations.dox 10 A block is a rectangular part of a matrix or array. Blocks expressions can be used both
11 as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
41 These two expressions are semantically equivalent.
109 That example also demonstrates that block expressions (here columns) can be used in arithmetic like any other expression.
  /external/iptables/include/linux/
kernel.h 42 e.g. in a structure initializer (or where-ever else comma 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]);

Completed in 1619 milliseconds

1 2 3 4 5 67 8 91011>>