HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 1 - 25 of 746) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
omit-frame-pointer2.cpp 5 void step (int) function
12 step (2);
20 step (1);
22 step (-1);
26 step (3);
  /ndk/tests/device/test-stlport_static-exception/jni/
omit-frame-pointer2.cpp 5 void step (int) function
12 step (2);
20 step (1);
22 step (-1);
26 step (3);
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNILib.java 32 public static native void step(); method in class:GL2JNILib
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 32 public static native void step(); method in class:GL2JNILib
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfLib.java 32 public static native void step(); method in class:GLPerfLib
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 32 public static native void step(); method in class:GLDualLib
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatereviewer_unittest.py 44 def _test_review_text(self, step, text, expected):
47 self.assertEqual(step._has_valid_reviewer(entry), expected)
50 step = ValidateReviewer(MockTool(), MockOptions())
51 self._test_review_text(step, "Reviewed by Eric Seidel.", True)
52 self._test_review_text(step, "Reviewed by Eric Seidel", True) # Not picky about the '.'
53 self._test_review_text(step, "Reviewed by Eric.", False)
54 self._test_review_text(step, "Reviewed by Eric C Seidel.", False)
55 self._test_review_text(step, "Rubber-stamped by Eric.", True)
56 self._test_review_text(step, "Rubber stamped by Eric.", True)
57 self._test_review_text(step, "Unreviewed build fix.", True
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <16 or step is not a multiple of 16.
30 step RN 2 label
48 VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + step after loading
49 VLD1 {X2,X3},[pSrc@128],step
50 VLD1 {X4,X5},[pSrc@128],step
51 VLD1 {X6,X7},[pSrc@128],step
57 VLD1 {X0,X1},[pSrc@128],step
    [all...]
omxVCCOMM_Copy8x8_s.s 8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <8 or step is not a multiple of 8.
30 step RN 2 label
45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load
46 VLD1 {X1},[pSrc],step
47 VLD1 {X2},[pSrc],step
48 VLD1 {X3},[pSrc],step
53 VLD1 {X0},[pSrc],step
    [all...]
  /system/extras/tests/icachetest/
icache_main.c 4 extern void icache_test(long count, long step);
15 long step = 32; local
16 for (i=0 ; step<=2048 ; i++, step+=32)
20 icache_test(0x800000L, step);
23 printf("%6ld\t%lld\n", step*32, t);
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNILib.java 29 public static native void step(); method in class:GLES3JNILib
  /external/skia/legacy/src/animator/
SkAnimateProperties.h 17 SK_PROPERTY(step),
  /external/skia/src/animator/
SkAnimateProperties.h 17 SK_PROPERTY(step),
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Copy16x16.c 32 * step - distance between the starts of consecutive lines in the reference
49 * - step <16 or step is not a multiple of 16.
56 OMX_INT step)
67 armRetArgErrIf(((step < 16) || (step % 16)), OMX_Sts_BadArgErr);
71 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
omxVCCOMM_Copy8x8.c 32 * step - distance between the starts of consecutive lines in the reference
49 * - step <8 or step is not a multiple of 8.
56 OMX_INT step)
67 armRetArgErrIf(((step < 8) || (step % 8)), OMX_Sts_BadArgErr);
71 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 32 public static native void step(); method in class:GLJNILib
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 39 #define TLV_DB_SCALE_ITEM(min, step, mute) \
41 (min), ((step) & 0xffff) | ((mute) ? 0x10000 : 0)
42 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
43 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h 39 #define TLV_DB_SCALE_ITEM(min, step, mute) \
41 (min), ((step) & 0xffff) | ((mute) ? 0x10000 : 0)
42 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
43 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /dalvik/dx/tests/086-ssa-edge-split/
run 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
  /external/webkit/Source/WebCore/xml/
XPathPath.cpp 117 Step* step = m_steps[i]; local
121 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis
122 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 27 step RN 2 label
57 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
58 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
61 VST1 {dclip2},[pDst],step
62 VST1 {dclip3},[pDst],step
68 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
69 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+ste
    [all...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 19 SkPoint* step) {
22 step->set(b.fX - a.fX, b.fY - a.fY);
25 step->scale(SK_ScalarHalf);
28 step->scale(SkScalarDiv(radius, dist));
45 SkVector firstStep, step; local
70 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step);
73 dst->moveTo(moveTo + step);
76 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX,
77 pts[0].fY + step.fY);
80 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 162 step RN 10 label
194 ADD step, dstStep, dstStep
195 VST1 qAbove, [pDst], step
196 VST1 qAbove, [pTmp], step
197 VST1 qAbove, [pDst], step
198 VST1 qAbove, [pTmp], step
199 VST1 qAbove, [pDst], step
200 VST1 qAbove, [pTmp], step
201 VST1 qAbove, [pDst], step
202 VST1 qAbove, [pTmp], step
    [all...]
  /bionic/libc/kernel/common/sound/
tlv.h 31 #define TLV_DB_SCALE_ITEM(min, step, mute) SNDRV_CTL_TLVT_DB_SCALE, 2 * sizeof(unsigned int), (min), ((step) & TLV_DB_SCALE_MASK) | ((mute) ? TLV_DB_SCALE_MUTE : 0)
32 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>