Searched defs:expect (Results 1 - 25 of 161) sorted by last modified time

1234567

/external/valgrind/main/perf/
H A Dtinycc.c7104 void expect(const char *msg)
7132 expect("lvalue");
7811 expect("'\n' after '\r'");
7877 expect("#endif");
8975 expect("exponent");
8986 expect("exponent digits");
9039 expect("exponent digits");
9377 expect("'.'");
9810 expect(",");
12034 expect("attribut
7102 void expect(const char *msg) function
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.c2121 /* We expect both amodes only to mention %ebp, so this is in
2275 /* We expect both amodes only to mention %ebp, so this is in
2698 UInt expect[2] = { 0, 0 }; local
2699 UChar* p = (UChar*)&expect[0];
2704 vassert(p == (UChar*)&expect[2]);
2706 ret = fetch32(p_to_check + 0) == expect[0]
2707 && fetch32(p_to_check + 4) == expect[1];
2709 UInt expect[6] = { 0, 0, 0, 0, 0, 0}; local
2710 UChar* p = (UChar*)&expect[0];
2723 vassert(p == (UChar*)&expect[
[all...]
H A Dhost_ppc_defs.c2646 /* We expect both amodes only to mention the GSP (r31), so this
2976 /* We expect both amodes only to mention the GSP (r31), so this
3517 UInt expect[2] = { 0, 0 }; local
3518 UChar* p = (UChar*)&expect[0];
3523 vassert(p == (UChar*)&expect[2]);
3525 return fetch32(p_to_check + 0) == expect[0]
3526 && fetch32(p_to_check + 4) == expect[1];
3529 UInt expect[5] = { 0, 0, 0, 0, 0 }; local
3530 UChar* p = (UChar*)&expect[0];
3550 vassert(p == (UChar*)&expect[
[all...]
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c127 HChar expect[128]; member in struct:__anon32795::__anon32796::__anon32797
159 HChar* expect, HChar* actual, HChar* delta )
166 VG_(strncpy)( &xe.XE.SorG.expect[0],
167 expect, sizeof(xe.XE.SorG.expect) );
172 xe.XE.SorG.expect[ sizeof(xe.XE.SorG.expect)-1 ] = 0;
239 && 0 == VG_(strncmp)( &xe1->XE.SorG.expect[0],
240 &xe2->XE.SorG.expect[0],
241 sizeof(xe1->XE.SorG.expect) )
157 sg_record_error_SorG( ThreadId tid, Addr addr, SSizeT sszB, HChar* expect, HChar* actual, HChar* delta ) argument
[all...]
/external/skia/tests/
H A DBlitRowTest.cpp64 uint8_t expect8, uint32_t* expect) {
67 *expect = expect32;
71 *expect = expect16;
74 *expect = expect8;
77 *expect = 0;
85 uint32_t expect; local
86 Proc proc = find_proc(bm, expect32, expect16, expect8, &expect);
89 int x = proc(bm.getAddr(0, y), bm.width(), expect, &bad);
92 gColorTypeName[bm.colorType()], x, y, expect, bad);
63 find_proc(const SkBitmap& bm, SkPMColor expect32, uint16_t expect16, uint8_t expect8, uint32_t* expect) argument
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/safe-iop/src/
H A Dsafe_iop.c169 expect++; \
175 expect++; \
178 static int expect = 0, expect_succ = 0, expect_fail = 0; variable
1172 expect_succ, expect, expect_fail);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/oprofile/libop/tests/
H A Dmangle_tests.c53 char * expect = xmalloc(strlen(test->result) + local
55 strcpy(expect, op_samples_current_dir);
56 strcat(expect, test->result);
57 if (strcmp(result, expect)) {
59 (int)(test - tests), result, expect);
62 free(expect);
/external/oprofile/libregex/tests/
H A Djava_test.cpp31 << "expect:\n\"" << output << "\"\n"
39 char const * expect; member in struct:__anon28461::input_output
60 check_result(cur->mangled, cur->expect, result);
H A Dregex_test.cpp36 string test, expect, last; local
47 expect = last;
51 if (str != expect) {
52 cerr << "mistmatch: test, expect, returned\n"
54 << '"' << expect << '"' << endl
/external/oprofile/libutil++/tests/
H A Dfile_manip_tests.cpp36 << "expect:\n\"" << output << "\"\n"
50 << "expect:\n\"" << output << "\"\n"
208 string expect = cur->output; local
210 expect = SRCDIR + expect;
212 expect, result);
/external/mtpd/
H A Dpptp.c86 int expect; member in struct:packet
154 /* We are going to read a new message if incoming.expect is 0. */
155 if (!incoming.expect) {
157 incoming.expect = HEADER_SIZE;
163 length = incoming.expect - incoming.length;
168 if (incoming.expect > MAX_PACKET_LENGTH) {
187 /* If incoming.header is valid, check cookie and update incoming.expect. */
188 if (incoming.length == HEADER_SIZE && incoming.expect == HEADER_SIZE) {
194 incoming.expect = ntohs(incoming.header.length);
195 if (incoming.expect < HEADER_SIZ
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c230 void (*expect)(void *, int, int, int),
263 expect(exp, slot, x, y);
473 void expect(void *p, int s, int x, int y) { function
502 check_tex(ctx, 0, expect, NULL);
534 void expect(void *p, int s, int x, int y) { function
547 check_tex(ctx, 1, expect, NULL);
597 void expect(void *p, int s, int x, int y) { function
608 check_tex(ctx, 0, expect, NULL);
633 void expect(void *p, int s, int x, int y) { function
650 check_tex(ctx, 0, expect, NUL
703 void expect(void *p, int s, int x, int y) { function
790 void expect(void *p, int s, int x, int y) { function
830 void expect(void *p, int s, int x, int y) { function
895 void expect(void *p, int s, int x, int y) { function
934 void expect(void *p, int s, int x, int y) { function
976 void expect(void *p, int s, int x, int y) { function
1257 void expect(void *p, int s, int x, int y) { function
1379 void expect(void *p, int s, int x, int y) { function
1549 void expect(void *p, int s, int x, int y) { function
[all...]
/external/ltrace/
H A Dglob.c196 translate(const char *glob, int exp_status, const char *expect) argument
208 if (strcmp(pattern, expect) != 0)
210 glob, expect, pattern);
218 try_match(const char *glob, const char *str, int expect) argument
224 assert(status == expect);
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java210 expect(mMethodCalls.isEmpty(), "Mock expected zero interactions, had " + mMethodCalls);
688 expect(mHowManyTimes != null, "verifying mock doesn't know how many times");
710 expect(mStubbingAction != null, "stubbing mock doesn't know what action to perform");
959 /** Call this function when you don't expect there to be any outstanding matcher objects. */
1080 private static void expect(boolean result, String message) { method in class:LittleMock

Completed in 9001 milliseconds

1234567