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

  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 21 runAfterStorageEvents(step1);
24 function step1() function
documentURI.js 17 runAfterStorageEvents(step1);
20 function step1() function
basic-body-attribute.js 17 evalAndLog("iframe.onload = step1");
21 function step1() function
basic-setattribute.js 17 evalAndLog("iframe.onload = step1");
21 function step1() function
basic.js 17 runAfterStorageEvents(step1);
20 function step1() function
  /external/opencv/cxcore/src/
cxnorm.cpp 278 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
280 (src1, step1, src2, step2, size, _norm)) \
285 step1 /= sizeof(src1[0]); \
288 for( ; size.height--; src1 += step1, src2 += step2 ) \
316 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
318 ( src1, step1, src2, step2, size, _norm )) \
321 step1 /= sizeof(src1[0]); \
324 for( ; size.height--; src1 += step1, src2 += step2 ) \
339 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
342 (src1, step1, src2, step2, size, _norm, cvAlgHintAccurate ))
    [all...]
cxcmp.cpp 121 icvInRange_##flavor##_C##cn##R( const arrtype* src1, int step1, \
126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
129 for( ; size.height--; src1 += step1, src2 += step2, \
190 icvInRangeC_##flavor##_C##cn##R( const arrtype* src1, int step1, \
194 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \
196 for( ; size.height--; src1 += step1, dst += step ) \
450 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \
454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
457 for( ; size.height--; src1 += step1, src2 += step2, \
491 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1, \
    [all...]
cxarithm.cpp 82 ( const type* src1, int step1, const type* src2, int step2, \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
111 ( const type* src1, int step1, const type* src2, int step2, \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
127 for( ; size.height--; src1 += step1, src2 += step2, dst += step )
    [all...]
cxlogic.cpp 63 ( const uchar* src1, int step1, const uchar* src2, int step2, \
64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
574 ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ),
575 (src1, step1, dst, step, size) )
577 for( ; size.height--; src1 += step1, dst += step )
cxmatrix.cpp 1535 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local
1558 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local
    [all...]
cxmatmul.cpp     [all...]
_cxipp.h 139 ( const uchar* src, int step1, uchar* dst, int step, CvSize size ))
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /external/opencv/cv/src/
cvaccum.cpp 83 ( const srctype *src1, int step1, const srctype *src2, int step2, \
85 (src1, step1, src2, step2, dst, dststep, size) ) \
87 step1 /= sizeof(src1[0]); \
91 for( ; size.height--; src1 += step1, src2 += step2, dst += dststep ) \
190 ( const srctype *src1, int step1, const srctype* src2, int step2, \
192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \
194 step1 /= sizeof(src1[0]); \
198 for( ; size.height--; src1 += step1, src2 += step2, \
294 ( const srctype *src1, int step1, const srctype* src2, int step2, \
296 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size ))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 141 final SetupStep step1 = new SetupStep(STEP_1, applicationName, local
146 step1.setAction(new Runnable() {
153 mSetupStepGroup.addStep(step1);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 403 baseRevision.requestContent(step1.bind(this));
405 function step1(baseContent) function
    [all...]

Completed in 1492 milliseconds