Searched defs:cros (Results 1 - 2 of 2) sorted by relevance
/external/autotest/client/cros/ |
H A D | factory_setup_modules.py | 5 # Sets up the cros.factory module path. This is necessary since there 6 # is already a cros directory, and we need to rejigger things so that 7 # cros.factory points to the correct path. 17 # Try to import cros, or just create a dummy module if it doesn't 20 import cros namespace 22 cros = imp.load_module('cros', None, '', ('', '', imp.PKG_DIRECTORY)) variable 24 # Load cros.factory, inserting it into the cros module. 25 cros [all...] |
/external/opencv/cvaux/src/ |
H A D | cvfindhandregion.cpp | 61 /* IppmVect32f sub, cros; */ 62 float *sub, *cros; local 103 cros = icvCreateVector_32f( 3 ); 104 if( sub == NULL || cros == NULL ) 142 icvCrossProduct2L_32f ((IppmVect32f )&line[0], sub, cros); 152 /* if(IPPI_NORM_L22 ( cros ) < threshold2) */ 246 if( cros != NULL ) icvDeleteVector (cros); 276 /* IppmVect32f sub, cros; */ 277 float *sub, *cros; local [all...] |
Completed in 96 milliseconds