HomeSort by relevance Sort by last modified time
    Searched full:unexpected (Results 1 - 25 of 2982) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/tests/F_root_compute_too_many_args/
stderr.txt.expect 1 root_compute_too_many_args.rs:6:20: error: Unexpected kernel root() parameter 'extra1' of type 'uint32_t'
2 root_compute_too_many_args.rs:6:37: error: Unexpected kernel root() parameter 'extra2' of type 'uint32_t'
  /frameworks/compile/slang/tests/F_root_compute_non_const_usrData/
stderr.txt.expect 1 root_compute_non_const_usrData.rs:4:44: error: Unexpected kernel root() parameter 'usrData' of type 'void *'
  /frameworks/compile/slang/tests/F_root_compute_non_ptr_usrData/
stderr.txt.expect 1 root_compute_non_ptr_usrData.rs:4:48: error: Unexpected kernel root() parameter 'usrData' of type 'const int'
  /frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/
stderr.txt.expect 1 root_compute_non_uint32_t_xyzar.rs:5:15: error: Unexpected kernel root() parameter 'x' of type 'int'
2 root_compute_non_uint32_t_xyzar.rs:5:24: error: Unexpected kernel root() parameter 'y' of type 'float'
3 root_compute_non_uint32_t_xyzar.rs:5:34: error: Unexpected kernel root() parameter 'z' of type 'double'
4 root_compute_non_uint32_t_xyzar.rs:5:43: error: Unexpected kernel root() parameter 'ar' of type 'uchar'
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
DefaultHandler2Test.java 38 throw new RuntimeException("Unexpected exception", e);
46 throw new RuntimeException("Unexpected exception", e);
54 throw new RuntimeException("Unexpected exception", e);
62 throw new RuntimeException("Unexpected exception", e);
70 throw new RuntimeException("Unexpected exception", e);
78 throw new RuntimeException("Unexpected exception", e);
86 throw new RuntimeException("Unexpected exception", e);
94 throw new RuntimeException("Unexpected exception", e);
102 throw new RuntimeException("Unexpected exception", e);
110 throw new RuntimeException("Unexpected exception", e)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 70 fail("unexpected exception: " + e);
86 fail("unexpected exception: " + e);
96 fail("unexpected exception: " + e);
98 fail("unexpected exception: " + e);
107 fail("unexpected exception: " + e);
114 fail("unexpected exception: " + e);
116 fail("unexpected exception: " + e);
125 fail("unexpected exception: " + e);
127 fail("unexpected exception: " + e);
138 fail("unexpected exception: " + e)
    [all...]
  /external/clang/test/Parser/
colon-colon-parentheses.cpp 7 int S::(a); // expected-error{{unexpected parenthesis after '::'}}
8 int S::(b; // expected-error{{unexpected parenthesis after '::'}}
10 int S::(*d); // expected-error{{unexpected parenthesis after '::'}}
11 int S::(*e; // expected-error{{unexpected parenthesis after '::'}}
13 int g = S::(a); // expected-error{{unexpected parenthesis after '::'}}
14 int h = S::(b; // expected-error{{unexpected parenthesis after '::'}}
19 a = ::(g); // expected-error{{unexpected parenthesis after '::'}}
20 a = ::(h; // expected-error{{unexpected parenthesis after '::'}}
  /frameworks/compile/slang/tests/F_root_compute_really_bad/
stderr.txt.expect 3 root_compute_really_bad.rs:4:14: error: Unexpected kernel root() parameter 'ain' of type 'int'
4 root_compute_really_bad.rs:4:23: error: Unexpected kernel root() parameter 'aout' of type 'int'
5 root_compute_really_bad.rs:4:33: error: Unexpected kernel root() parameter 'usrData' of type 'int'
6 root_compute_really_bad.rs:4:48: error: Unexpected kernel root() parameter 'x1' of type 'float'
7 root_compute_really_bad.rs:4:59: error: Unexpected kernel root() parameter 'y1' of type 'double'
9 root_compute_really_bad.rs:6:19: error: Unexpected kernel root() parameter 'extra1' of type 'uint32_t'
10 root_compute_really_bad.rs:6:36: error: Unexpected kernel root() parameter 'extra2' of type 'uint32_t'
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame-2.html 28 applicationCache.onupdateready = function() { log("updateready"); alert("Unexpected onupdateready event in frame") }
29 applicationCache.onerror = function() { log("error"); alert("Unexpected error event in frame") }
30 applicationCache.onnoupdate = function() { log("noupdate"); alert("Unexpected noupdate event in frame") }
31 applicationCache.onobsolete = function() { log("obsolete"); alert("Unexpected obsolete event in frame") }
subframe-3.html 11 alert("FAIL, unexpected response: " + req.responseText);
21 applicationCache.onupdateready = function() { alert("Unexpected updateready event") }
22 applicationCache.oncached = function() { alert("Unexpected cached event") }
23 applicationCache.onerror = function() { alert("Unexpected error event") }
subframe-4.html 11 alert("FAIL, unexpected response: " + req.responseText);
21 applicationCache.onupdateready = function() { alert("Unexpected updateready event") }
22 applicationCache.oncached = function() { alert("Unexpected cached event") }
23 applicationCache.onerror = function() { alert("Unexpected error event") }
offline-access.js 14 alert("FAIL, unexpected response: " + ex);
16 alert("FAIL, unexpected error: " + ex);
  /external/webkit/LayoutTests/platform/android-v8/fast/encoding/
meta-in-script-expected.txt 1 CONSOLE MESSAGE: line 4: Uncaught SyntaxError: Unexpected token <
  /libcore/luni/src/test/java/tests/security/cert/
CertStore2Test.java 49 fail("unexpected exception: " + e);
51 fail("unexpected exception: " + e);
59 fail("unexpected exception: " + e);
61 fail("unexpected exception: " + e);
68 fail("unexpected exception: " + e);
80 fail("unexpected exception: " + e);
95 fail("unexpected exception: " + e);
97 fail("unexpected exception: " + e);
99 fail("unexpected exception: " + e);
110 fail("unexpected exception: " + e)
    [all...]
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 52 fail("Unexpected remote exception");
62 fail("Unexpected remote exception");
72 fail("Unexpected remote exception");
82 fail("Unexpected remote exception");
92 fail("Unexpected remote exception");
102 fail("Unexpected remote exception");
112 fail("Unexpected remote exception");
122 fail("Unexpected remote exception");
133 fail("Unexpected remote exception");
143 fail("Unexpected remote exception")
    [all...]
ActivityManagerPermissionTests.java 48 fail("Unexpected remote exception");
58 fail("Unexpected remote exception");
68 fail("Unexpected remote exception");
81 fail("Unexpected remote exception");
94 fail("Unexpected remote exception");
107 fail("Unexpected remote exception");
120 fail("Unexpected remote exception");
133 fail("Unexpected remote exception");
146 fail("Unexpected remote exception");
159 fail("Unexpected remote exception")
    [all...]
  /external/v8/test/mjsunit/
mirror-array.js 52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierachy');
53 assertTrue(mirror instanceof debug.ValueMirror, 'Unexpected mirror hierachy');
54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
55 assertTrue(mirror instanceof debug.ArrayMirror, 'Unexpected mirror hierachy');
58 assertTrue(mirror.isArray(), 'Unexpected mirror');
59 assertEquals('object', mirror.type(), 'Unexpected mirror type');
60 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
61 assertEquals('Array', mirror.className(), 'Unexpected mirror class name');
62 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
63 assertEquals('Array', mirror.constructorFunction().name(), 'Unexpected constructor function name')
    [all...]
mirror-object.js 52 assertTrue(mirror instanceof debug.Mirror, 'Unexpected mirror hierachy');
53 assertTrue(mirror instanceof debug.ValueMirror, 'Unexpected mirror hierachy');
54 assertTrue(mirror instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
57 assertTrue(mirror.isObject(), 'Unexpected mirror');
58 assertEquals('object', mirror.type(), 'Unexpected mirror type');
59 assertFalse(mirror.isPrimitive(), 'Unexpected primitive mirror');
60 assertEquals(cls_name, mirror.className(), 'Unexpected mirror class name');
61 assertTrue(mirror.constructorFunction() instanceof debug.ObjectMirror, 'Unexpected mirror hierachy');
62 assertEquals(ctor_name, mirror.constructorFunction().name(), 'Unexpected constructor function name');
63 assertTrue(mirror.protoObject() instanceof debug.Mirror, 'Unexpected mirror hierachy')
    [all...]
  /external/webkit/LayoutTests/http/tests/appcache/
max-size.html 20 applicationCache.oncached = function() { log("FAIL: received unexpected cached event"); }
21 applicationCache.onnoupdate = function() { log("FAIL: received unexpected onnoupdate event"); }
22 applicationCache.onupdateready = function() { log("FAIL: received unexpected onupdateready event"); }
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 107 throw new RuntimeException("Unexpected exception", e);
109 throw new RuntimeException("Unexpected exception", e);
119 throw new RuntimeException("Unexpected exception", e);
132 throw new RuntimeException("Unexpected exception", e);
134 throw new RuntimeException("Unexpected exception", e);
144 throw new RuntimeException("Unexpected exception", e);
189 throw new RuntimeException("Unexpected exception", e);
191 throw new RuntimeException("Unexpected exception", e);
204 throw new RuntimeException("Unexpected exception", e);
206 throw new RuntimeException("Unexpected exception", e)
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureRandomTest.java 152 fail("unexpected: " + e);
154 fail("unexpected: " + e);
156 fail("unexpected: " + e);
165 fail("unexpected: " + e);
167 fail("unexpected: " + e);
169 fail("unexpected: " + e);
176 fail("unexpected: " + e);
178 fail("unexpected: " + e);
182 fail("unexpected: " + e);
189 fail("unexpected: " + e)
    [all...]
  /external/clang/test/Analysis/
sizeofpointer.c 7 return sizeof(p); // expected-warning{{The code calls sizeof() on a pointer type. This can produce an unexpected result}}
  /external/llvm/test/CodeGen/Generic/
2002-04-14-UnexpectedUnsignedType.ll 4 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
  /external/markdown/tests/extensions-x-toc/
invalid.txt 7 crash when it encounters this errant syntax. The unexpected output should
  /external/stlport/doc/
README.intel 8 experiement linking issue concerning 'std::unexpected' missing symbol.
10 code to invoke std::unexpected function when a raised exception is
14 As a workaround, STLport has its own std::unexpected implementation
16 symbol so if you use STLport static lib ICL will use its std::unexpected

Completed in 1078 milliseconds

1 2 3 4 5 6 7 8 91011>>