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

1 2 3 4 5 6 7 8 91011>>

  /external/kmod/shared/
array.h 13 size_t step; member in struct:array
16 void array_init(struct array *array, size_t step);
  /external/skia/infra/bots/recipe_modules/flavor/
valgrind_flavor.py 22 def step(self, name, cmd, **kwargs): member in class:ValgrindFlavorUtils
30 return self.m.run(self.m.step, name, cmd=new_cmd, **kwargs)
gn_flavor.py 10 return self.m.run(self.m.step, title, cmd=cmd,
276 def step(self, name, cmd): member in class:GNFlavorUtils
331 # thus will be an isolated output of the Test step.
  /external/skqp/infra/bots/recipe_modules/flavor/
valgrind_flavor.py 22 def step(self, name, cmd, **kwargs): member in class:ValgrindFlavorUtils
30 return self.m.run(self.m.step, name, cmd=new_cmd, **kwargs)
  /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.
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestLib.java 32 public static native void step(); method in class:GLtestLib
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon4362
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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon4668
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/libvpx/libvpx/vpx_dsp/x86/
highbd_idct4x4_add_sse4.c 20 __m128i temp[2], step[4]; local
27 step[0] = multiplication_round_shift_sse4_1(temp, cospi_16_64);
30 step[1] = multiplication_round_shift_sse4_1(temp, cospi_16_64);
31 highbd_butterfly_sse4_1(io[1], io[3], cospi_24_64, cospi_8_64, &step[2],
32 &step[3]);
35 io[0] = _mm_add_epi32(step[0], step[3]); // step[0] + step[3]
36 io[1] = _mm_add_epi32(step[1], step[2]); // step[1] + step[2
    [all...]
  /external/python/cpython2/Doc/includes/sqlite3/
mysumaggr.py 7 def step(self, value): member in class:MySum
  /external/python/cpython2/Include/
sliceobject.h 17 A slice object containing start, stop, and step data members (the
24 PyObject *start, *stop, *step; /* not NULL */ member in struct:__anon32611
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/python/cpython3/Doc/includes/sqlite3/
mysumaggr.py 7 def step(self, value): member in class:MySum
  /external/syslinux/gpxe/src/core/
process.c 74 * Single-step a single process
76 * This executes a single step of the first process in the run queue,
79 void step ( void ) { function
86 process->step ( process );
  /external/tensorflow/tensorflow/compiler/xla/
array2d.cc 25 float step = (count > 1) ? (to - from) / (count - 1) : 0.0f; local
30 set(i, from + i * step);
  /external/valgrind/coregrind/m_gdbserver/
target.h 80 /* If non-zero, we want to single-step. */
81 int step; member in struct:thread_resume
122 (i.e. step one instruction).
  /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/gdb/darwin-x86/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:__anon66501
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/gdb/linux-x86/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:__anon66623
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/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:__anon1016
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:__anon1139
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/skia/resources/lua/
slides_transitions.lua 64 self:step()
74 rec.step = function (self)
85 rec.step = function (self)
110 self:step()
117 rec.step = function (self)
142 self:step()
148 rec.step = function (self)
155 rec.step = function (self)
185 self:step()
189 step = function (self
    [all...]
  /external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
slides_transitions.lua 64 self:step()
74 rec.step = function (self)
85 rec.step = function (self)
110 self:step()
117 rec.step = function (self)
142 self:step()
148 rec.step = function (self)
155 rec.step = function (self)
185 self:step()
189 step = function (self
    [all...]

Completed in 590 milliseconds

1 2 3 4 5 6 7 8 91011>>