HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 1026 - 1050 of 20884) sorted by null

<<41424344454647484950>>

  /external/v8/test/webkit/fast/js/
object-prototype-toLocaleString-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS o.toLocaleString() is o.toString()
30 PASS o.toLocaleString() is "Dynamic toLocaleString()"
31 PASS Object.prototype.toLocaleString.call('Hello, world!') is "Hello, world!"
32 PASS Object.prototype.toLocaleString.call('Hello, world!') is "stringPrototypeToString"
33 PASS successfullyParsed is true
  /external/v8/test/webkit/fast/regex/
constructor-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS re === RegExp(re) is true
30 PASS re !== new RegExp(re) is true
31 PASS re === RegExp(re,'i') is false
32 PASS re !== new RegExp(re,'i') is true
33 PASS successfullyParsed is true
  /external/v8/test/webkit/
function-constructor-single-line-comment-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS (new Function('return true//'))() is true
30 PASS (new Function('return true;//'))() is true
31 PASS (new Function('a', 'return a//'))(true) is true
32 PASS (new Function('a', 'return a;//'))(true) is true
33 PASS successfullyParsed is true
global-resolve-through-eval.js 26 var pass = false; variable
28 var accessGlobal = (function() { return eval("var pass=true; (function(){ return pass; })"); })();
29 var accessLocal = (function() { var pass = false; return (function() { return eval("var pass=true; (function(){ return pass; })"); })(); })();
isPrototypeOf-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS Object.isPrototypeOf('string') is false
30 PASS Array.prototype.isPrototypeOf(new Array()) is true
31 PASS ObjectA.prototype.isPrototypeOf(objb) is true
32 PASS ObjectA.prototype.isPrototypeOf(objc) is true
33 PASS successfullyParsed is true
nested-functions-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS passed1 is true
30 PASS passed2 is true
31 PASS passed3 is true
32 PASS passed4 is true
33 PASS successfullyParsed is true
primitive-method-this-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS (1).thisType() is 'object'
30 PASS (2.3).thisType() is 'object'
31 PASS 'xxx'.thisType() is 'object'
32 PASS (false).thisType() is 'object'
33 PASS successfullyParsed is true
typeof-constant-string.js 133 return "PASS";
140 shouldBe("complexIsUndefinedTest()", "'PASS'");
149 return "PASS";
156 shouldBe("complexIsBooleanTest()", "'PASS'");
165 return "PASS";
172 shouldBe("complexIsNumberTest()", "'PASS'");
181 return "PASS";
188 shouldBe("complexIsStringTest()", "'PASS'");
198 return "PASS";
205 shouldBe("complexIsObjectTest()", "'PASS'");
    [all...]
vardecl-blocks-init-expected.txt 26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS catchTest() is 'foo'
30 PASS catchTest2() is 'baz'
31 PASS withTest() is 'foo'
32 PASS withTest2() is 'baz'
33 PASS successfullyParsed is true
  /external/v8/test/mozilla/
mozilla.status 51 'ecma_3/Number/15.7.4.3-02': [PASS, FAIL],
52 'ecma_3/Date/15.9.5.5-02': [PASS, FAIL],
57 # we pass 'mjsunit' and 'webkit' with TurboFan.
58 'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
61 'ecma_3/Statements/regress-324650': [PASS, NO_VARIANTS],
62 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS],
63 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS],
64 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS],
65 'js1_5/Regress/regress-155081': [PASS, NO_VARIANTS],
66 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS]
    [all...]
  /external/autotest/client/site_tests/platform_MemoryMonitor/
control 2 PURPOSE = 'Monitor the memory usage over time. This is NOT a pass/fail test.'
3 CRITERIA = 'This test always pass.'
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 21 g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
25 ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
33 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
37 (c.*ptr)(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
40 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
44 static_ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
54 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
69 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
81 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
83 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}}
    [all...]
  /external/curl/tests/data/
test228 19 REPLY PASS 332 please provide account name
42 PASS ftp@example.com
test229 12 REPLY PASS 332 please provide account name
34 PASS ftp@example.com
test295 15 REPLY PASS 332 Give me an ACCT now
42 PASS ftp@example.com
  /external/e2fsprogs/tests/f_bbfile/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
9 Pass 1B: Rescanning for multiply-claimed blocks
13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
14 Pass 1D: Reconciling multiply-claimed blocks
32 Pass 2: Checking directory structure
33 Pass 3: Checking directory connectivity
34 Pass 4: Checking reference counts
35 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_dup2/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
6 Pass 1B: Rescanning for multiply-claimed blocks
10 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
11 Pass 1D: Reconciling multiply-claimed blocks
30 Pass 2: Checking directory structure
31 Pass 3: Checking directory connectivity
32 Pass 4: Checking reference counts
33 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/f_dupfsblks/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
10 Pass 1B: Rescanning for multiply-claimed blocks
14 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
15 Pass 1D: Reconciling multiply-claimed blocks
37 Pass 2: Checking directory structure
53 Pass 3: Checking directory connectivity
54 Pass 4: Checking reference counts
55 Pass 5: Checking group summary information
  /external/llvm/test/CodeGen/ARM/
global-merge-addrspace.ll 2 ; Test the GlobalMerge pass. Check that the pass does not crash when using
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 34 pass=0
43 echo "PASS"
44 pass=$((pass+1))
52 echo "$pass/$total tests returned correct results"
71 echo "$pass/$total tests returned correct results"
75 if [ "$pass" = "$total" ] && [ "$do_valgrind" != "yes" ] || [ "$pass" = "$total" ]; then
  /external/valgrind/gdbserver_tests/
nlpasssigalrm.vgtest 3 # GDB optimises "handle SIGNAL nostop noprint pass"
4 # by telling gdbserver (with QPassSignals packet) to pass
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ClassHasNativeVisitor.java 51 // pass
56 // pass
62 // pass
67 // pass
73 // pass
80 // pass
94 // pass
99 // pass
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin.def 21 /* To hook into pass manager. */
66 /* Called before first pass from all_passes. */
69 /* Called after last pass from all_passes. */
72 /* Called before first ipa pass. */
75 /* Called after last ipa pass. */
78 /* Allows to override pass gate decision for current_pass. */
81 /* Called before executing a pass. */
92 /* Called when a pass is first instantiated. */
  /prebuilts/go/darwin-x86/test/
escape3.go 29 func check1(pass int) T1 {
34 v[0].Y = pass
  /prebuilts/go/linux-x86/test/
escape3.go 29 func check1(pass int) T1 {
34 v[0].Y = pass

Completed in 1287 milliseconds

<<41424344454647484950>>