OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found2
(Results
1 - 2
of
2
) sorted by null
/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
...]
Completed in 800 milliseconds