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

  /external/webkit/LayoutTests/storage/domstorage/events/script-tests/
case-sensitive.js 30 runAfterStorageEvents(step2);
33 function step2() function
documentURI.js 26 runAfterStorageEvents(step2);
29 function step2() function
basic-body-attribute.js 27 runAfterStorageEvents(step2);
30 function step2() function
basic-setattribute.js 27 runAfterStorageEvents(step2);
30 function step2() function
basic.js 26 runAfterStorageEvents(step2);
29 function step2() function
  /external/opencv/cxcore/src/
cxnorm.cpp 279 const arrtype* src2, int step2, CvSize size, double* _norm),\
280 (src1, step1, src2, step2, size, _norm)) \
286 step2 /= sizeof(src2[0]); \
288 for( ; size.height--; src1 += step1, src2 += step2 ) \
317 const arrtype* src2, int step2, CvSize size, double* _norm),\
318 ( src1, step1, src2, step2, size, _norm )) \
322 step2 /= sizeof(src2[0]); \
324 for( ; size.height--; src1 += step1, src2 += step2 ) \
340 const arrtype* src2, int step2, CvSize size, double* _norm, \
342 (src1, step1, src2, step2, size, _norm, cvAlgHintAccurate ))
    [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...]
cxcmp.cpp 122 const arrtype* src2, int step2, \
126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
129 for( ; size.height--; src1 += step1, src2 += step2, \
451 const arrtype* src2, int step2, \
454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
457 for( ; size.height--; src1 += step1, src2 += step2, \
    [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 ) \
cxmatrix.cpp 1536 int step2 = srcB->step ? srcB->step\/sizeof(src1data[0]) : 1; local
1559 int step2 = srcB->step ? srcB->step\/sizeof(src1data[0]) : 1; local
    [all...]
cxmatmul.cpp     [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) ) \
88 step2 /= sizeof(src2[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 )) \
195 step2 /= sizeof(src2[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...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 155 final SetupStep step2 = new SetupStep(STEP_2, applicationName, local
160 step2.setAction(new Runnable() {
166 mSetupStepGroup.addStep(step2);
  /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 407 (revision ? revision : resource).requestContent(step2.bind(this, baseContent));
410 function step2(baseContent, revisionContent) class
    [all...]

Completed in 1011 milliseconds