HomeSort by relevance Sort by last modified time
    Searched full:unexpected (Results 51 - 75 of 10068) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jemalloc/test/unit/
prof_reset.c 14 assert_d_ne(fd, -1, "Unexpected open() failure");
24 sizeof(active)), 0, "Unexpected mallctl failure");
35 "Unexpected mallctl failure while reading profiling sample rate");
44 "Unexpected mallctl failure while resetting profile data");
60 "Unexpected mallctl failure while reading profiling sample rate");
62 "Unexpected profiling sample rate");
65 "Unexpected disagreement between \"opt.lg_prof_sample\" and "
71 "Unexpected mallctl failure while resetting profile data");
74 "Unexpected profile sample rate change");
90 "Unexpected disagreement between \"opt.lg_prof_sample\" and
    [all...]
mallctl.c 51 "Unexpected mallctlnametomib() failure");
59 "Unexpected mallctlnametomib() failure");
86 "Unexpected mallctl() failure");
87 assert_zu_eq(sz, sizeof(old_epoch), "Unexpected output size");
91 "Unexpected mallctl() failure");
92 assert_zu_eq(sz, sizeof(old_epoch), "Unexpected output size");
96 sizeof(new_epoch)), 0, "Unexpected mallctl() failure");
97 assert_zu_eq(sz, sizeof(old_epoch), "Unexpected output size");
102 "Unexpected mallctl() failure");
103 assert_zu_eq(sz, sizeof(old_epoch), "Unexpected output size")
    [all...]
decay.c 40 "Unexpected failure getting decay ticker");
44 0), 0, "Unexpected mallctl failure");
46 0), 0, "Unexpected mallctl failure");
57 assert_ptr_not_null(p, "Unexpected malloc() failure");
69 assert_ptr_not_null(p, "Unexpected calloc() failure");
77 "Unexpected posix_memalign() failure");
86 assert_ptr_not_null(p, "Unexpected aligned_alloc() failure");
96 assert_ptr_not_null(p, "Unexpected realloc() failure");
102 assert_ptr_not_null(p, "Unexpected realloc() failure");
128 assert_ptr_not_null(p, "Unexpected mallocx() failure")
    [all...]
prof_idump.c 19 assert_d_ne(fd, -1, "Unexpected open() failure");
34 "Unexpected mallctl failure while activating profiling");
40 assert_ptr_not_null(p, "Unexpected mallocx() failure");
ckh.c 11 ckh_string_keycomp), "Unexpected ckh_new() error");
15 ckh_pointer_keycomp), "Unexpected ckh_new() error");
36 ckh_string_keycomp), "Unexpected ckh_new() error");
63 "Unexpected ckh_search() error");
73 "Unexpected ckh_search() success");
89 "Unexpected ckh_remove() error");
120 ckh_pointer_keycomp), "Unexpected ckh_new() error");
124 assert_ptr_not_null(p[i], "Unexpected mallocx() failure");
132 "Unexpected ckh_insert() failure");
134 "Unexpected ckh_search() failure")
    [all...]
  /external/jemalloc/test/stress/
microbench.c 27 test_fail("Unexpected mallocx() failure");
49 test_fail("Unexpected malloc() failure");
60 test_fail("Unexpected mallocx() failure");
79 test_fail("Unexpected malloc() failure");
90 test_fail("Unexpected malloc() failure");
119 test_fail("Unexpected malloc() failure");
133 test_fail("Unexpected malloc() failure");
137 test_fail("Unexpected sallocx() failure");
156 test_fail("Unexpected malloc() failure");
160 test_fail("Unexpected nallocx() failure")
    [all...]
  /external/jemalloc/test/integration/
chunk.c 141 0, "Unexpected mallctl() failure");
147 &hooks_miblen), 0, "Unexpected mallctlnametomib() failure");
153 "Unexpected chunk_hooks error");
155 assert_ptr_ne(old_hooks.alloc, chunk_alloc, "Unexpected alloc error");
157 "Unexpected dalloc error");
159 "Unexpected commit error");
161 "Unexpected decommit error");
162 assert_ptr_ne(old_hooks.purge, chunk_purge, "Unexpected purge error");
163 assert_ptr_ne(old_hooks.split, chunk_split, "Unexpected split error");
164 assert_ptr_ne(old_hooks.merge, chunk_merge, "Unexpected merge error")
    [all...]
thread_tcache_enabled.c 32 (void *)&e1, sz), 0, "Unexpected mallctl() error");
38 (void *)&e1, sz), 0, "Unexpected mallctl() error");
43 (void *)&e1, sz), 0, "Unexpected mallctl() error");
48 (void *)&e1, sz), 0, "Unexpected mallctl() error");
53 (void *)&e1, sz), 0, "Unexpected mallctl() error");
59 (void *)&e1, sz), 0, "Unexpected mallctl() error");
65 (void *)&e1, sz), 0, "Unexpected mallctl() error");
71 (void *)&e1, sz), 0, "Unexpected mallctl() error");
77 (void *)&e1, sz), 0, "Unexpected mallctl() error");
overflow.c 12 0, "Unexpected mallctl() error");
16 "Unexpected mallctlnametomib() error");
21 NULL, 0), 0, "Unexpected mallctlbymib() error");
34 assert_ptr_not_null(p, "Unexpected malloc() OOM");
  /external/llvm/test/MC/Mips/
mips_directives_bad.s 5 # CHECK: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
15 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
21 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
27 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected identifier
37 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
42 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
47 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
52 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
57 # CHECK-NEXT: :{{[0-9]+}}:{{[0-9]+}}: error: unexpected token, expected end of statement
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ActivityManagerPermissionTests.java 48 fail("Unexpected remote exception");
58 fail("Unexpected remote exception");
71 fail("Unexpected remote exception");
84 fail("Unexpected remote exception");
97 fail("Unexpected remote exception");
110 fail("Unexpected remote exception");
123 fail("Unexpected remote exception");
136 fail("Unexpected remote exception");
149 fail("Unexpected remote exception");
162 fail("Unexpected remote exception")
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4252.dir/
a.go 22 panic("unexpected builtin true instead of redeclared one")
25 panic("unexpected builtin false instead of redeclared one")
29 panic("unexpected call of builtin len")
  /prebuilts/go/linux-x86/test/fixedbugs/issue4252.dir/
a.go 22 panic("unexpected builtin true instead of redeclared one")
25 panic("unexpected builtin false instead of redeclared one")
29 panic("unexpected call of builtin len")
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
4-1.c 39 perror("Unexpected error while attempting to setup test "
45 perror("Unexpected error while attempting to setup test "
52 ("Unexpected error while attempting to use sigprocmask.\n");
58 ("Unexpected error while attempting to use sigprocmask.\n");
63 perror("Unexpected error while attempting to setup test "
74 perror("Unexpected error while attempting to use sigpending\n");
  /external/llvm/test/MC/ARM/
directive-object_arch-diagnostics.s 14 @ CHECK: error: unexpected token
20 @ CHECK: error: unexpected token
  /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/libxml2/result/HTML/
doc3.htm.err 16 ./test/HTML/doc3.htm:148: HTML parser error : Unexpected end tag : p
19 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : font
22 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : a
31 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : li
34 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : font
37 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : p
40 ./test/HTML/doc3.htm:772: HTML parser error : Unexpected end tag : form
43 ./test/HTML/doc3.htm:795: HTML parser error : Unexpected end tag : iframe
49 ./test/HTML/doc3.htm:803: HTML parser error : Unexpected end tag : sc
52 ./test/HTML/doc3.htm:811: HTML parser error : Unexpected end tag :
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
ICameraDeviceUserWrapper.java 77 throw new UnsupportedOperationException("Unexpected exception", t);
87 throw new UnsupportedOperationException("Unexpected exception", t);
96 throw new UnsupportedOperationException("Unexpected exception", t);
105 throw new UnsupportedOperationException("Unexpected exception", t);
114 throw new UnsupportedOperationException("Unexpected exception", t);
123 throw new UnsupportedOperationException("Unexpected exception", t);
133 throw new UnsupportedOperationException("Unexpected exception", t);
142 throw new UnsupportedOperationException("Unexpected exception", t);
151 throw new UnsupportedOperationException("Unexpected exception", t);
160 throw new UnsupportedOperationException("Unexpected exception", t)
    [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/clang/test/Preprocessor/
pr19649-signed-wchar_t.c 5 # error "Unexpected expression evaluation result"
pr19649-unsigned-wchar_t.c 5 # error "Unexpected expression evaluation result"
  /external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
associated_conformance_mthd0_unexpected_invalid_associated_interface.data 11 [u4]0xFFFFFFFF // associated interface pointer: unexpected invalid
associated_conformance_mthd1_unexpected_invalid_associated_request.data 11 [u4]0xFFFFFFFF // associated interface request: unexpected invalid
associated_conformance_mthd3_unexpected_invalid_associated_interface_in_array.data 17 [u4]0xFFFFFFFF // unexpected invalid interface ID

Completed in 740 milliseconds

1 23 4 5 6 7 8 91011>>