HomeSort by relevance Sort by last modified time
    Searched refs:sfn (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvhough.cpp 228 int sfn = srn * stn; local
363 memset( mcaccum, 0, sfn * sizeof( uchar ));
388 i = CV_IMIN( i, sfn );
391 assert( i <= sfn );
396 for( index = 0; index < sfn; index++ )
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 130 sfn = "%s.%d" % (self.baseFilename, i)
132 if os.path.exists(sfn):
133 #print "%s -> %s" % (sfn, dfn)
136 os.rename(sfn, dfn)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 130 sfn = "%s.%d" % (self.baseFilename, i)
132 if os.path.exists(sfn):
133 #print "%s -> %s" % (sfn, dfn)
136 os.rename(sfn, dfn)
    [all...]

Completed in 1501 milliseconds