Searched refs:shouldbe (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefcopycopy.c21 int shouldbe = 0; local
25 b(); ++shouldbe;
31 ++shouldbe;
37 b(); ++shouldbe;
39 if (var != shouldbe) {
40 printf("Hmm, var is %d but should be %d\n", var, shouldbe);
/external/tcpdump/
H A Din_cksum.c159 u_int32_t shouldbe; local
195 shouldbe = sum;
196 shouldbe += ntohs(computed_sum);
197 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
198 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
199 return shouldbe;
[all...]
/external/chromium_org/third_party/skia/tests/
H A DClipCubicTest.cpp79 SkPoint clipped[4], shouldbe[4]; local
90 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
98 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
106 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
124 shouldbe), tol));
136 shouldbe), tol));
148 shouldbe), tol));
160 shouldbe), tol));
/external/skia/tests/
H A DClipCubicTest.cpp79 SkPoint clipped[4], shouldbe[4]; local
90 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
98 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
106 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
124 shouldbe), tol));
136 shouldbe), tol));
148 shouldbe), tol));
160 shouldbe), tol));
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree_util.tcl130 set shouldbe [rtree_node_check $db $zTab [lindex $cell 0] $d]
131 if {$cell ne $shouldbe} {
132 puts "Node $iNode: Cell is: {$cell}, should be {$shouldbe}"
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 6297 milliseconds