/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
|
/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...] |
/external/libvpx/libvpx/test/ |
dct16x16_test.cc | 83 double step[16]; local 87 // step 1 88 step[ 0] = input[0] + input[15]; 89 step[ 1] = input[1] + input[14]; 90 step[ 2] = input[2] + input[13]; 91 step[ 3] = input[3] + input[12]; 92 step[ 4] = input[4] + input[11]; 93 step[ 5] = input[5] + input[10]; 94 step[ 6] = input[6] + input[ 9]; 95 step[ 7] = input[7] + input[ 8] [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/chromium_org/third_party/skia/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) }
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTextTrackCue.cpp | 78 bool RenderTextTrackCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position) 84 // 1. Horizontal: Let step be the height of the first line box in boxes. 85 // Vertical: Let step be the width of the first line box in boxes. 86 step = m_cue->getWritingDirection() == TextTrackCue::Horizontal ? firstLineBox->height() : firstLineBox->width(); 88 // 2. If step is zero, then jump to the step labeled done positioning below. 89 if (!step) 99 // 5. Let position be the result of multiplying step and line position. 100 position = step * linePosition; 103 // bounding box of the boxes in boxes, then increase position by step 223 LayoutUnit step; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 24 int16_t step[4]; local 27 step[0] = input[0] + input[3]; 28 step[1] = input[1] + input[2]; 29 step[2] = input[1] - input[2]; 30 step[3] = input[0] - input[3]; 32 temp1 = (step[0] + step[1]) * cospi_16_64; 33 temp2 = (step[0] - step[1]) * cospi_16_64; 36 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64 57 \/*canbe16*\/ int step[4]; local 995 int step[32]; local [all...] |
/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/chromium_org/build/android/buildbot/ |
bb_annotations.py | 8 """Adds a link with name |label| linking to |url| to current buildbot step. 18 """Appends |msg| to the current buildbot step text. 36 """Marks the current step as failed.""" 41 """Marks the current step with a warning.""" 45 def PrintNamedStep(step): 46 print '@@@BUILD_STEP %s@@@' % step
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebDateTimeChooserParams.h | 63 // Step value represented in milliseconds for non-month types, and 65 double step; member in struct:WebKit::WebDateTimeChooserParams 66 // Step-base value represeted in milliseconds, or months. 76 , step(0)
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPath.cpp | 125 Step* step = m_steps[i]; local 129 bool needToCheckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->axis() != Step::SelfAxis 130 && step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axis() != Step::AttributeAxis) [all...] |