Searched defs:cros (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/cros/
H A Dfactory_setup_modules.py5 # 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/autotest/site_utils/
H A Dsuite_enumerator.py19 dynamic suite infrastructure in server/cros/dynamic_suite.py.
30 import autotest_lib.client.common_lib.cros as cros_lib
31 import autotest_lib.server.cros.dynamic_suite.suite as suite_lib namespace
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp61 /* 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 144 milliseconds