Home
last modified time | relevance | path

Searched refs:found2 (Results 1 – 4 of 4) sorted by relevance

/external/dropbear/libtommath/
Dbooker.pl130 $found2 = 0;
139 for ($i = $parms[0] - 1; $i >= 0 && $found2 == 0; $i--) {
142 $found2 = 1;
147 if ($found1 == 1 && $found2 == 0) {
150 } elsif ($found1 == 0 && $found2 == 1) {
153 } elsif ($found1 == 1 && $found2 == 1) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java387 boolean found1 = false, found2 = false; in isNodeAfterSibling()
396 if (found2) in isNodeAfterSibling()
414 found2 = true; in isNodeAfterSibling()
432 boolean found1 = false, found2 = false; in isNodeAfterSibling()
440 if (found2) in isNodeAfterSibling()
458 found2 = true; in isNodeAfterSibling()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp561 … int found2 = ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel); in cvTrackFace() local
562 if (found2 && new_energy < 100000) in cvTrackFace()
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc3648 PriorityMap::iterator found2 = network_update_requests_.find(service_path); in ParseNetwork() local
3649 if (found2 != network_update_requests_.end()) { in ParseNetwork()
3650 network->priority_order_ = found2->second; in ParseNetwork()
3651 network_update_requests_.erase(found2); in ParseNetwork()