/external/compiler-rt/test/BlocksRuntime/ |
byrefcopycopy.c | 21 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/ |
in_cksum.c | 159 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/ |
ClipCubicTest.cpp | 79 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/ |
ClipCubicTest.cpp | 79 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/ |
rtree_util.tcl | 130 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/ |
bcel.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/ |
bcel-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |