HomeSort by relevance Sort by last modified time
    Searched refs:shouldbe (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
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/skia/tests/
ClipCubicTest.cpp 81 SkPoint clipped[4], shouldbe[4]; local
92 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
100 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
108 0, 0, 2, 3, 1, 10, 4, 12, shouldbe), tol));
126 shouldbe), tol));
138 shouldbe), tol));
150 shouldbe), tol));
162 shouldbe), tol));
  /external/tcpdump/
print-ip.c 314 u_int32_t shouldbe; local
350 shouldbe = sum;
351 shouldbe += ntohs(computed_sum);
352 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
353 shouldbe = (shouldbe & 0xFFFF) + (shouldbe >> 16);
354 return shouldbe;
    [all...]
  /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}"
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 209 milliseconds