OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found2
(Results
1 - 5
of
5
) sorted by null
/external/dropbear/libtommath/
booker.pl
130
$
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/
DOMHelper.java
387
boolean found1 = false,
found2
= false;
396
if (
found2
)
414
found2
= true;
432
boolean found1 = false,
found2
= false;
440
if (
found2
)
458
found2
= true;
[
all
...]
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
561
int
found2
= ChoiceTrackingFace2(pFaceTracker, nElements, big_face, new_face, new_energy, noel);
local
562
if (
found2
&& new_energy < 100000)
[
all
...]
/external/chromium/chrome/browser/chromeos/cros/
network_library.cc
3648
PriorityMap::iterator
found2
= network_update_requests_.find(service_path);
local
[
all
...]
/art/runtime/
class_linker.cc
3220
mirror::Class*
found2
= FindClass(descriptor, klass2->GetClassLoader());
local
[
all
...]
Completed in 40 milliseconds