Home
last modified time | relevance | path

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

/external/libvncserver/webclients/java-applet/ssl/
Dss_vncviewer622 hout=""
626 hout=`host "$host" 2>/dev/null`
628 if echo "$hout" | grep -i 'has ipv6 address' > /dev/null; then
629 if echo "$hout" | grep -i 'has address' > /dev/null; then
632 echo "ipv6: "`echo "$hout" | grep -i 'has ipv6 address' | head -n 1`
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dss_vncviewer622 hout=""
626 hout=`host "$host" 2>/dev/null`
628 if echo "$hout" | grep -i 'has ipv6 address' > /dev/null; then
629 if echo "$hout" | grep -i 'has address' > /dev/null; then
632 echo "ipv6: "`echo "$hout" | grep -i 'has ipv6 address' | head -n 1`
Dssvnc.tcl3879 set hout ""
3880 catch {set hout [exec host $out]}
3881 if {$hout != ""} {
3882 if [regexp {has address ([.0-9][.0-9]*)} $hout mvar ip] {
/external/opencv/cv/src/
Dcvfilter.cpp2489 const CvMat *vin = src, *hout = dst; in icvIPPSepFilter() local
2532 hout = dst_buf; in icvIPPSepFilter()
2548 IPPI_CALL( x_func( vout.data.ptr, vout.step, hout->data.ptr + dst_y*hout->step, in icvIPPSepFilter()
2549 hout->step ? hout->step : CV_STUB_STEP, in icvIPPSepFilter()