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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.rs 26 return step(inEdge, inV);
31 return step(inEdge, inV);
36 return step(inEdge, inV);
41 return step(inEdge, inV);
46 return step(inEdge, inV);
51 return step(inEdge, inV);
56 return step(inEdge, inV);
61 return step(inEdge, inV);
66 return step(inEdge, inV);
71 return step(inEdge, inV)
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 28 static WEBP_INLINE void do_filter2(uint8_t* p, int step) {
29 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step];
33 p[-step] = VP8kclip1[p0 + a2];
38 static WEBP_INLINE void do_filter4(uint8_t* p, int step) {
39 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step];
44 p[-2 * step] = VP8kclip1[p1 + a3]
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 33 SeqStep step; local
38 step = sequencer.addStep(OPTYPE.GET, null);
41 step.mReqHeaders = hs;
42 step.mValidator = new MapBuildFolderStructurValidator(1, null);
44 step = sequencer.addStep(OPTYPE.SET_PATH, ObexTest.getResponsecodevalidator());
47 step.mReqHeaders = hs;
48 step.mClientPostAction = new MapSetClientFolder("telecom");
52 step = sequencer.addStep(OPTYPE.GET, null);
55 step.mReqHeaders = hs;
56 step.mValidator = new MapBuildFolderStructurValidator(1, null)
    [all...]
TestSequencer.java 65 * Add a test step to the sequencer.
67 * @return the created step, which can be decorated before execution.
77 * Add a sub-step to a sequencer step. All requests added to the same index will be send to
80 * responses in the step will be searched for a match.
81 * @param index the index returned from addStep() to which the sub-step is to be added.
86 SeqStep step = sequence.get(index);
87 step.add(request, response);
125 for(SeqStep step : mSequence) {
126 long stepIndex = mSequence.indexOf(step);
    [all...]
MapObexTestServer.java 35 /* This needs to be static, as calling the super-constructor must be the first step.
87 SeqStep step = mSequence.get(mOperationIndex); local
88 Assert.assertNotNull("invalid step index!", step);
89 if(step.mServerPreAction != null) {
90 step.mServerPreAction.execute(step, request, null);
110 SeqStep step = mSequence.get(mOperationIndex); local
111 Assert.assertNotNull("invalid step index!", step);
139 SeqStep step = mSequence.get(mOperationIndex); local
166 SeqStep step = mSequence.get(mOperationIndex); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 41 step RN 2 label
71 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
72 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
75 VST1 {dclip2},[pDst],step
76 VST1 {dclip3},[pDst],step
82 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
83 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+ste
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
CpuPowerCalculator.java 48 for (int step = 0; step < speedSteps; step++) {
49 mSpeedStepTimes[step] = u.getTimeAtCpuSpeed(step, statsType);
50 totalTimeAtSpeeds += mSpeedStepTimes[step];
60 for (int step = 0; step < speedSteps; step++) {
61 final double ratio = (double) mSpeedStepTimes[step] / totalTimeAtSpeeds
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 176 step RN 10 label
208 ADD step, dstStep, dstStep
209 VST1 qAbove, [pDst], step
210 VST1 qAbove, [pTmp], step
211 VST1 qAbove, [pDst], step
212 VST1 qAbove, [pTmp], step
213 VST1 qAbove, [pDst], step
214 VST1 qAbove, [pTmp], step
215 VST1 qAbove, [pDst], step
216 VST1 qAbove, [pTmp], step
    [all...]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 56 step RN 14 label
156 ADD step, srcdstStep, srcdstStep
159 VLD1 dRow0, [pSrcDst], step
161 VLD1 dRow1, [pTmp], step
162 VLD1 dRow2, [pSrcDst], step
163 VLD1 dRow3, [pTmp], step
164 VLD1 dRow4, [pSrcDst], step
165 VLD1 dRow5, [pTmp], step
166 VLD1 dRow6, [pSrcDst], step
167 VLD1 dRow7, [pTmp], step
    [all...]
omxVCM4P10_PredictIntraChroma_8x8_s.s 78 step RN 10 label
207 ADD step, leftStep, leftStep
210 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
211 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
212 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
213 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
214 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
215 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
216 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
248 ADD step, dstStep, dstSte
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 25 public static native void step(); method in class:GL2JniLibOne
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYStepCalculatorTest.java 47 XYStep step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal); local
49 assertEquals(plotSize/(numSegments-1), step.getStepPix());
50 //assertEquals(10, step.getStepVal());
55 step = XYStepCalculator.getStep(XYStepMode.SUBDIVIDE, plotSize, numSegments, minVal, maxVal);
56 assertEquals(plotSize/(numSegments-1), step.getStepPix());
  /external/javasqlite/src/main/java/SQLite/
Function.java 43 * Callback for one step in aggregate function.
49 public void step(FunctionContext fc, String args[]); method in interface:Function
52 * Callback for final step in aggregate function.
Vm.java 16 * Internal last error code for compile()/step() methods.
22 * Perform one step on compiled SQLite VM.
30 * while (vm.step(cb)) {
34 * while (vm.step(cb)) {
47 public native boolean step(Callback cb) throws SQLite.Exception; method in class:Vm
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x2.h 111 Word16 step, /* (i): step size from one pulse position to the next
  /packages/apps/Camera/src/com/android/camera/
MosaicRenderer.java 70 public static native void step(); method in class:MosaicRenderer
75 * update its texture and warping transformation. Any calls to step()
  /packages/apps/LegacyCamera/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()
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon68368
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon68491
33 PyObject* step);
36 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step);
39 Py_ssize_t *step, Py_ssize_t *slicelength);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GillIntegrator.java 67 * Build a fourth-order Gill integrator with the given step.
68 * @param step integration step
70 public GillIntegrator(final double step) {
71 super("Gill", STATIC_C, STATIC_A, STATIC_B, new GillStepInterpolator(), step);
  /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 );
  /external/skia/src/effects/
SkCornerPathEffect.cpp 20 SkPoint* step) {
23 *step = b - a;
25 *step *= SK_ScalarHalf;
28 *step *= radius / dist;
45 SkVector firstStep, step; local
49 step.set(0, 0);
71 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step);
74 dst->moveTo(moveTo + step);
77 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX,
78 pts[0].fY + step.fY)
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_buffer.py 19 # Skip step 0 (invalid)
20 for step in indices[1:]:
21 self.assertEqual(b[start:stop:step],
22 s[start:stop:step])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_buffer.py 19 # Skip step 0 (invalid)
20 for step in indices[1:]:
21 self.assertEqual(b[start:stop:step],
22 s[start:stop:step])

Completed in 1306 milliseconds

12 3 4 5 6 7 8 91011>>