/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
|
Backup.java | 41 * Perform a backup step. 47 public boolean step(int n) throws SQLite.Exception { method in class:Backup 56 * Perform the backup in one step.
|
/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/webkit/Source/WebCore/platform/win/ |
PathWalker.cpp | 46 bool PathWalker::step() function in class:WebCore::PathWalker
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
sbr_downsample_lo_res.cpp | 132 Int32 step; local 147 step = org_length / result_length; /* floor; */ 148 org_length = org_length - step; 150 v_index[i] = v_index[i-1] + step;
|
/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
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
GL2JniLibOne.java | 25 public static native void step(); method in class:GL2JniLibOne
|
/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...] |
/external/webkit/Source/WebCore/html/ |
StepRange.h | 35 double step; member in class:WebCore::StepRange 43 // Clamp the middle value according to the step
|
/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 | 19 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION 23 # $(2): indicate to not use makefile path as part of step id if not empty. 25 define _add-clean-step 42 define add-clean-step 43 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \ 45 $(eval $(call _add-clean-step,$(1),true)),\ 46 $(eval $(call _add-clean-step,$(1)))) 77 $(foreach step,$(steps), \ 78 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \ [all...] |
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
LinearInterpolator.java | 85 * Called at every step in-between start and end. 87 void step(Point point); method in interface:LinearInterpolator.Callback 123 callback.step(new Point(Math.round(newX), Math.round(newY)));
|
/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...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
parser.ml | 67 let step = var 69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step 75 Ast.For (id, start, end_, step, body)
|
/external/skia/samplecode/ |
SampleSpiral.cpp | 45 SkScalar step = SK_ScalarPI / (55 - i); local 46 SkScalar angle = t * step;
|