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

1 2 3 4 5 6 7 8 91011>>

  /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/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNILib.java 32 public static native void step(); method in class:GL2JNILib
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualLib.java 32 public static native void step(); method in class:GLDualLib
  /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);
  /external/skia/src/animator/
SkAnimateProperties.h 25 SK_PROPERTY(step),
  /frameworks/base/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/base/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 32 public static native void step(); method in class:GLJNILib
  /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/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...]
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
metastep.py 44 for step in steps:
45 collected_options = collected_options + step.options()
53 for step in self._step_instances:
54 step.run(state)
updatechangelogswithreview_unittests.py 39 step = UpdateChangeLogsWithReviewer(MockBugzillaTool(), Mock())
41 capture.assert_outputs(self, step._guess_reviewer_from_bug, [75], expected_stderr=expected_stderr)
45 step = UpdateChangeLogsWithReviewer(MockBugzillaTool(), Mock())
46 capture.assert_outputs(self, step.run, [{}])
closebugforlanddiff_unittest.py 39 step = CloseBugForLandDiff(MockBugzillaTool(), Mock())
41 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cor_h_x2.h 111 Word16 step, /* (i): step size from one pulse position to the next
s10_8pf.h 112 Word16 step, /* i : stepsize */
set_sign.h 117 Word16 step, /* i : the step size in the tracks */
  /libcore/sqlite-jdbc/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
  /bionic/libc/kernel/arch-sh/asm/
tlb_64.h 23 #define for_each_dtlb_entry(tlb) for (tlb = cpu_data->dtlb.first; tlb <= cpu_data->dtlb.last; tlb += cpu_data->dtlb.step)
25 #define for_each_itlb_entry(tlb) for (tlb = cpu_data->itlb.first; tlb <= cpu_data->itlb.last; tlb += cpu_data->itlb.step)
  /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...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 31 static bool ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, SkPoint* step)
35 step->set(b.fX - a.fX, b.fY - a.fY);
38 step->scale(SK_ScalarHalf);
42 step->scale(SkScalarDiv(radius, dist));
58 SkVector firstStep, step; local
85 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step);
88 dst->moveTo(moveTo + step);
92 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, pts[0].fY + step.fY);
95 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY)
    [all...]
  /external/webkit/WebCore/platform/wx/wxcode/
scrollbar_render.h 51 int max, int step, int flags=0);
54 int step, int *thumbStart, int *thumbLength)
56 float proportion = ((float)physicalLength - 8)/ (max + step);
  /frameworks/base/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 234 #define step(shift) \ macro
257 step( 0); step( 2); step( 4); step( 6);
258 step( 8); step(10); step(12); step(14);
259 step(16); step(18); step(20); step(22);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
GZIPStreamTest.java 67 byte val, step;
71 step = 1;
76 val += step;
79 step += stepStep;
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 77 public boolean doStep(int step) throws FailException {
78 switch (step) {
90 throw new IllegalArgumentException("Bad step " + step);
107 public boolean doStep(int step) throws FailException {
108 switch (step) {
127 throw new IllegalArgumentException("Bad step " + step);
136 public boolean doStep(int step) throws FailException {
137 switch (step) {
    [all...]

Completed in 392 milliseconds

1 2 3 4 5 6 7 8 91011>>