HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 426 - 450 of 12602) sorted by null

<<11121314151617181920>>

  /art/test/427-bounds/
info.txt 1 Regression test for the optimizing compiler that used to incorrectly pass
  /external/v8/test/webkit/
array-lastIndexOf-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS lastIndex is -1
30 PASS lastIndex is 2
31 PASS lastIndex is 3
32 PASS lastIndex is -1
33 PASS lastIndex is 3
34 PASS lastIndex is 0
35 PASS lastIndex is 0
36 PASS lastIndex is 3
37 PASS lastIndex is -
    [all...]
dfg-to-string-int-or-string-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
30 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
31 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
32 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
33 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
34 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
35 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
36 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello"
37 PASS "" + foo(i % 2 ? 42 : "hello") is i % 2 ? "42" : "hello
    [all...]
array-proto-func-length-getter-except-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS test(Array.prototype.join) is true
30 PASS test(Array.prototype.pop) is true
31 PASS test(Array.prototype.push) is true
32 PASS test(Array.prototype.reverse) is true
33 PASS test(Array.prototype.shift) is true
34 PASS test(Array.prototype.slice) is true
35 PASS test(Array.prototype.sort) is true
36 PASS test(Array.prototype.splice) is true
37 PASS test(Array.prototype.unshift) is tru
    [all...]
array-proto-func-property-getter-except-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS test(Array.prototype.sort) is true
30 PASS test(Array.prototype.every) is true
31 PASS test(Array.prototype.some) is true
32 PASS test(Array.prototype.forEach) is true
33 PASS test(Array.prototype.map) is true
34 PASS test(Array.prototype.filter) is true
35 PASS test(Array.prototype.reduce) is true
36 PASS test(Array.prototype.reduceRight) is true
37 PASS test(Array.prototype.join) is tru
    [all...]
dfg-min-max-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS doMin(1.5, 2.5) is 1.5
30 PASS doMin(2.5, 1.5) is 1.5
31 PASS doMin(1.5, 1.5) is 1.5
32 PASS doMin(2.5, 2.5) is 2.5
33 PASS doMin(1.5, NaN) is NaN
34 PASS doMin(2.5, NaN) is NaN
35 PASS doMin(NaN, 1.5) is NaN
36 PASS doMin(NaN, 2.5) is NaN
37 PASS doMin(NaN, NaN) is Na
    [all...]
  /art/compiler/dex/
pass_driver.h 23 #include "pass.h"
28 class Pass;
39 * @brief PassDriver is the wrapper around all Pass instances in order to execute them
52 * @brief Insert a Pass: can warn if multiple passes have the same name.
54 void InsertPass(const Pass* new_pass) {
59 // It is an error to override an existing pass.
61 << "Pass name " << new_pass->GetName() << " already used.";
67 * @brief Run a pass using the name as key.
68 * @return whether the pass was applied.
71 // Paranoid: c_unit cannot be null and we need a pass name
    [all...]
  /external/v8/test/webkit/fast/js/
number-toprecision-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS (0.999).toPrecision(1) is "1"
30 PASS (0.999).toPrecision(2) is "1.0"
31 PASS (0.999).toPrecision(3) is "0.999"
32 PASS (0.0).toPrecision(4) is "0.000"
33 PASS (-0.0).toPrecision(4) is "0.000"
34 PASS (0.0).toPrecision() is "0"
35 PASS (-0.0).toPrecision() is "0"
36 PASS (1234.567).toPrecision() is "1234.567"
37 PASS (1234.567).toPrecision(0) threw exception RangeError: toPrecision() argument must be between 1 and (…)
    [all...]
string-capitalization-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
31 PASS String("?????? ??????").toLowerCase() is "?????? ??????"
32 PASS String("ß").toUpperCase() is "SS"
33 PASS String("?").toUpperCase() is "?N"
34 PASS String("?").toUpperCase() is "J?"
35 PASS String("?").toUpperCase() is "FFI"
36 PASS String("FFI").toLowerCase() is "ffi"
37 PASS String("?").toLowerCase() is "?"
38 PASS expected[String.fromCharCode(0xA78D).toLowerCase()] is true
39 PASS expected[String.fromCharCode(0x0265).toUpperCase()] is tru
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydoc_mod.py 12 pass
16 pass
27 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydoc_mod.py 12 pass
16 pass
27 pass
  /external/v8/test/mjsunit/
mjsunit.status 36 'debug-step-4-in-frame': [PASS, FAIL, SLOW],
46 # regress/regress-524: [PASS, TIMEOUT, ['mode == debug', SKIP]],
64 'arguments-indirect': [PASS, NO_VARIANTS],
67 'harmony/block-conflicts': [PASS, NO_VARIANTS],
68 'harmony/block-for': [PASS, NO_VARIANTS],
69 'harmony/block-leave': [PASS, NO_VARIANTS],
70 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS],
71 'harmony/empty-for': [PASS, NO_VARIANTS],
74 'array-constructor-feedback': [PASS, NO_VARIANTS],
75 'array-feedback': [PASS, NO_VARIANTS]
    [all...]
  /external/v8/test/webkit/fast/js/kde/
func-decl-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS Function declaration takes effect at entry
30 PASS Decl not yet overwritten
31 PASS After assign (0)
32 PASS function decls have no execution content
33 PASS After assign #2 (0)
34 PASS Decl already overwritten
35 PASS After assign (1)
36 PASS function decls have no execution content
37 PASS After assign #2 (1
    [all...]
statements-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS testSwitch(0) is 'abcd'
30 PASS testSwitch(1) is 'bcd'
31 PASS testSwitch(2) is 'd'
32 PASS testSwitch(false) is ''
33 PASS testSwitch2(1) is 'a'
34 PASS testSwitch2(2) is 'b'
35 PASS testSwitch2(3) is 'd'
36 PASS testSwitch2(-1) is 'cd'
37 PASS testSwitch2('x') is 'cd
    [all...]
prototype_length-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS Object.prototype.length is undefined
30 PASS Function.prototype.length is 0
31 PASS Array.prototype.length is 0
32 PASS String.prototype.length is 0
33 PASS Boolean.prototype.length is undefined
34 PASS Number.prototype.length is undefined
35 PASS Date.prototype.length is undefined
36 PASS RegExp.prototype.length is undefined
37 PASS Error.prototype.length is undefine
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
exception.py 29 pass
40 pass
48 pass
60 pass
66 pass
72 pass
78 pass
84 pass
90 pass
98 pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
exception.py 29 pass
40 pass
48 pass
60 pass
66 pass
72 pass
78 pass
84 pass
90 pass
98 pass
    [all...]
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 0 Pass 1: Checking inodes, blocks, and sizes
4 Pass 2: Checking directory structure
10 Pass 3: Checking directory connectivity
11 Pass 4: Checking reference counts
12 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_bitmaps/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
4 Pass 2: Checking directory structure
5 Pass 3: Checking directory connectivity
6 Pass 4: Checking reference counts
7 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_end-bitmap/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
4 Pass 2: Checking directory structure
5 Pass 3: Checking directory connectivity
6 Pass 4: Checking reference counts
7 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_jnl_32bit/
expect.1 2 Pass 1: Checking inodes, blocks, and sizes
3 Pass 2: Checking directory structure
4 Pass 3: Checking directory connectivity
5 Pass 4: Checking reference counts
6 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_jnl_64bit/
expect.1 2 Pass 1: Checking inodes, blocks, and sizes
3 Pass 2: Checking directory structure
4 Pass 3: Checking directory connectivity
5 Pass 4: Checking reference counts
6 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_salvage_dir/
expect.1 0 Pass 1: Checking inodes, blocks, and sizes
2 Pass 2: Checking directory structure
13 Pass 3: Checking directory connectivity
14 Pass 4: Checking reference counts
15 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_summary_counts/
expect.1 2 Pass 1: Checking inodes, blocks, and sizes
3 Pass 2: Checking directory structure
4 Pass 3: Checking directory connectivity
5 Pass 4: Checking reference counts
6 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/r_min_itable/
expect 9 Pass 1: Checking inodes, blocks, and sizes
10 Pass 2: Checking directory structure
11 Pass 3: Checking directory connectivity
12 Pass 4: Checking reference counts
13 Pass 5: Checking group summary information

Completed in 144 milliseconds

<<11121314151617181920>>