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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNILib.java 29 public static native void step(); method in class:GLES3JNILib
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNILib.java 32 public static native void step(); method in class:GL2JNILib
  /external/valgrind/main/coregrind/m_gdbserver/
target.h 77 /* If non-zero, we want to single-step. */
78 int step; member in struct:thread_resume
119 (i.e. step one instruction).
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/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.
32 step RN 2 label
45 SUB Count,step,#8 ;//Count=step-8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
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.
32 step RN 2 label
43 MOV Count,step ;//Count=step
45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step
  /frameworks/av/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/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_jni/src/com/android/gljni/
GLJNILib.java 32 public static native void step(); method in class:GLJNILib
  /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
  /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:__anon63199
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:__anon63322
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/chromium_org/ash/shelf/
shelf_navigator.cc 53 int step = (direction == CYCLE_FORWARD) ? 1 : -1; local
56 for (int i = (current_index + step + item_count) % item_count;
57 i != current_index; i = (i + step + item_count) % item_count) {
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 26 mp_digit res_tab[PRIME_SIZE], step, kstep; local
109 step = 0;
114 /* increase step to next candidate */
115 step += kstep;
119 /* add the step to each residue */
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));
134 /* add the step */
135 if ((err = mp_add_d(a, step, a)) != MP_OKAY) {
139 /* if didn't pass sieve and step == MAX then skip test */
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Clip8_s.s 30 step RN 2 label
68 ADD pDst,pDst,step ;// Increment pDst by step value
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
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...]
  /frameworks/av/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
  /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);
  /build/core/
cleanbuild.mk 22 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION
26 # $(2): indicate to not use makefile path as part of step id if not empty.
28 define _add-clean-step
45 define add-clean-step
46 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
48 $(eval $(call _add-clean-step,$(1),true)),\
49 $(eval $(call _add-clean-step,$(1))))
80 $(foreach step,$(steps), \
81 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
GL2JniLibOne.java 25 public static native void step(); method in class:GL2JniLibOne
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 54 * Provides the next step.
61 * either the next step to perform, or success, or failure.
70 int step = UNREACHABLE; local
73 step = firstStep(plan);
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
79 return step;
85 * Determines the first step to establish a route.
89 * @return the first step
99 * Determines the next step to establish a direct connection
    [all...]

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>