HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 26 - 50 of 532) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Camera/src/com/android/camera/panorama/
MosaicRenderer.java 70 public static native void step(); method in class:MosaicRenderer
75 * update its texture and warping transformation. Any calls to step()
  /bionic/libc/kernel/arch-sh/asm/
tlb_64.h 23 #define for_each_dtlb_entry(tlb) for (tlb = cpu_data->dtlb.first; tlb <= cpu_data->dtlb.last; tlb += cpu_data->dtlb.step)
25 #define for_each_itlb_entry(tlb) for (tlb = cpu_data->itlb.first; tlb <= cpu_data->itlb.last; tlb += cpu_data->itlb.step)
  /external/webkit/Source/WebCore/html/
TextFieldInputType.cpp 75 int step = 0; local
77 step = 1;
79 step = -1;
82 element()->stepUpFromRenderer(step);
90 int step = 0; local
92 step = 1;
94 step = -1;
97 element()->stepUpFromRenderer(step);
StepRange.cpp 39 step = 1.0;
42 hasStep = element->getAllowedValueStep(&step);
53 // Rounds clampedValue to minimum + N * step.
54 clampedValue = minimum + round((clampedValue - minimum) / step) * step;
56 clampedValue -= step;
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 47 var step = build.steps[stepIndex];
48 if (step.name === "layout-test") {
49 if (!("text" in step))
51 var strings = step.text;
59 } else if (step.name === "MasterShellCommand") {
60 if (!("urls" in step))
62 if (!("view results" in step.urls))
64 var url = step.urls["view results"];
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.h 68 bool ReadData( uchar* data, int step, int color );
73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
75 bool ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt,
91 bool WriteImage( const uchar* data, int step,
95 int step, int ncmpts, int w, int h );
97 int step, int ncmpts, int w, int h );
grfmt_bmp.h 64 bool ReadData( uchar* data, int step, int color );
86 bool WriteImage( const uchar* data, int step,
grfmt_imageio.h 24 bool ReadData( uchar* data, int step, int color );
40 bool WriteImage( const uchar* data, int step,
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
82 bool WriteImage( const uchar* data, int step,
grfmt_pxm.h 57 bool ReadData( uchar* data, int step, int color );
81 bool WriteImage( const uchar* data, int step,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 42 step RN 14 label
142 ADD step, srcdstStep, srcdstStep
145 VLD1 dRow0, [pSrcDst], step
147 VLD1 dRow1, [pTmp], step
148 VLD1 dRow2, [pSrcDst], step
149 VLD1 dRow3, [pTmp], step
150 VLD1 dRow4, [pSrcDst], step
151 VLD1 dRow5, [pTmp], step
152 VLD1 dRow6, [pSrcDst], step
153 VLD1 dRow7, [pTmp], step
    [all...]
omxVCM4P10_PredictIntraChroma_8x8_s.s 64 step RN 10 label
193 ADD step, leftStep, leftStep
196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
201 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
202 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
234 ADD step, dstStep, dstSte
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PerNameExecutorTest.java 49 assertRanNever("step 0", a1, a2, a3, b1);
50 step(); // run a1, b1 method
51 assertRanOnce("step 1", a1, b1);
52 assertRanNever("step 1", a2, a3);
53 step(); // run a2 method
54 assertRanOnce("step 2", a1, b1, a2);
55 assertRanNever("step 2", a3);
56 step(); // run a3 method
57 assertRanOnce("step 3", a1, b1, a2, a3);
58 step(); // should do nothin method
67 step(); \/\/ run a1, b1 method
73 step(); \/\/ do nothing method
81 step(); \/\/ run a3, c1 method
84 step(); \/\/ do nothing method
109 private void step() { method in class:PerNameExecutorTest
    [all...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 32 SkPoint* step) {
35 step->set(b.fX - a.fX, b.fY - a.fY);
38 step->scale(SK_ScalarHalf);
41 step->scale(SkScalarDiv(radius, dist));
58 SkVector firstStep, step; local
83 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step);
86 dst->moveTo(moveTo + step);
89 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX,
90 pts[0].fY + step.fY);
93 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY)
    [all...]
  /external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h 51 int max, int step, int flags=0);
54 int step, int *thumbStart, int *thumbLength)
56 float proportion = ((float)physicalLength - 8)/ (max + step);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdClearMbLayer.s 28 step RN 3 label
52 MOV step, #32
56 VST1 qZero, [pMbLayer], step
58 VST1 qZero, [pTmp], step
59 VST1 qZero, [pMbLayer], step
60 VST1 qZero, [pTmp], step
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdClearMbLayer.S 28 #define step r3 define
52 MOV step, #32
56 VST1 {qZero}, [pMbLayer], step
58 VST1 {qZero}, [pTmp], step
59 VST1 {qZero}, [pMbLayer], step
60 VST1 {qZero}, [pTmp], step
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebugforlanddiff_unittest.py 38 step = CloseBugForLandDiff(MockTool(), MockOptions())
40 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 234 #define step(shift) \ macro
257 step( 0); step( 2); step( 4); step( 6);
258 step( 8); step(10); step(12); step(14);
259 step(16); step(18); step(20); step(22)
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 68 int step, float* dist, int dststep, CvSize size, const float* metrics )
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
97 int t0 = tmp[j-step-1] + DIAG_DIST;
98 int t = tmp[j-step] + HV_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
120 int t = tmp[j+step+1] + DIAG_DIST;
122 t = tmp[j+step] + HV_DIST
    [all...]
  /external/opencv/cvaux/src/
cvvideo.cpp 73 memcpy( even->data.ptr + even->step*y,
74 frame->data.ptr + frame->step*y*2, size.width );
75 memcpy( odd->data.ptr + even->step*y,
76 frame->data.ptr + frame->step*(y*2+1), size.width );
  /external/webkit/Source/WebCore/platform/win/
PathWalker.cpp 46 bool PathWalker::step() function in class:WebCore::PathWalker
PathWalker.h 44 bool step();
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.h 112 Word16 step, /* i : stepsize */
set_sign.h 117 Word16 step, /* i : the step size in the tracks */

Completed in 258 milliseconds

12 3 4 5 6 7 8 91011>>