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

  /external/dropbear/libtommath/
booker.pl 129 $found1 = 0;
131 for ($i = $parms[0]; $i < $totlines && $found1 == 0; $i++) {
134 $found1 = 1;
147 if ($found1 == 1 && $found2 == 0) {
150 } elsif ($found1 == 0 && $found2 == 1) {
153 } elsif ($found1 == 1 && $found2 == 1) {
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOMHelper.java 387 boolean found1 = false, found2 = false;
403 found1 = true;
407 if (found1)
432 boolean found1 = false, found2 = false;
447 found1 = true;
451 if (found1)
    [all...]

Completed in 58 milliseconds