HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 376 - 400 of 1645) sorted by null

<<11121314151617181920>>

  /external/autotest/frontend/afe/
control_file.py 111 CLIENT_STEP_TEMPLATE = " job.next_step('step%d')\n"
112 SERVER_STEP_TEMPLATE = ' step%d()\n'
212 lines = 'def step%d():\n%s' % (item, lines)
218 """ Constructs the control file test step code from a list of tests.
261 # is necessary to allow for nested step engine execution to work.
263 raw_steps = prepend + [add_boilerplate_to_nested_steps(step)
264 for step in raw_control_files] + append
265 steps = [format_step(index, step)
266 for index, step in enumerate(raw_steps)]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ContactSolver.h 61 b2TimeStep step; member in struct:b2ContactSolverDef
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2FrictionJoint.cpp 107 if (data.step.warmStarting)
109 // Scale impulses to support a variable time step.
110 m_linearImpulse *= data.step.dtRatio;
111 m_angularImpulse *= data.step.dtRatio;
141 float32 h = data.step.dt;
b2MouseJoint.cpp 124 float32 h = data.step.dt;
153 if (data.step.warmStarting)
155 m_impulse *= data.step.dtRatio;
179 float32 maxImpulse = data.step.dt * m_maxForce;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Island.h 48 void Solve(b2Profile* profile, const b2TimeStep& step, const b2Vec2& gravity, bool allowSleep);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
MouseJoint.java 174 float h = data.step.dt;
204 if (data.step.warmStarting) {
205 m_impulse.mulLocal(data.step.dtRatio);
246 float maxImpulse = data.step.dt * m_maxForce;
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 211 const int step = 7; local
215 source->y_crop_height, step, csf_y);
219 source->uv_crop_height, step, csf_cb420);
223 source->uv_crop_height, step, csf_cr420);
  /external/opencv/cv/src/
_cv.h 104 int *step; member in struct:CvPyramid
  /external/opencv/cxcore/src/
cxcopy.cpp 425 int src_step = src->step, dst_step = dst->step;
450 int src_step = src->step;
451 int dst_step = dst->step;
462 mask_step = mask->step;
561 mat_step = mat->step;
630 mask_step = mask->step;
729 mat_step = mat->step;
954 IPPI_CALL( icvFlipVert_8u_C1R( src->data.ptr, src->step,
955 dst->data.ptr, dst->step, size ))
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color )
232 buffer[y] = data + y*step;
266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step,
309 buffer[y] = (uchar*)(data + y*step);
  /external/opencv3/3rdparty/libwebp/dsp/
lossless.h 52 void VP8LColorSpaceTransform(int width, int height, int bits, int step,
  /external/opencv3/modules/cudaarithm/src/cuda/
threshold.cu 117 nppSafeCall( nppiThreshold_32f_C1R(src.ptr<Npp32f>(), static_cast<int>(src.step),
118 dst.ptr<Npp32f>(), static_cast<int>(dst.step), sz, static_cast<Npp32f>(thresh), NPP_CMP_GREATER) );
  /external/opencv3/modules/cudaarithm/src/
reductions.cpp 162 nppSafeCall( nppiMean_StdDev_8u_C1R(src.ptr<Npp8u>(), static_cast<int>(src.step), sz, buf.ptr<Npp8u>(), dst.ptr<Npp64f>(), dst.ptr<Npp64f>() + 1) );
209 nppSafeCall( nppiRectStdDev_32s32f_C1R(src.ptr<Npp32s>(), static_cast<int>(src.step), sqr.ptr<Npp64f>(), static_cast<int>(sqr.step),
210 dst.ptr<Npp32f>(), static_cast<int>(dst.step), sz, nppRect) );
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.hpp 84 void ChromaToBGR( float *data, int numlines, int step );
  /external/skia/infra/bots/flavor/
xsan_flavor.py 38 def step(self, cmd, env=None, **kwargs): member in class:XSanFlavorUtils
39 """Wrapper for the Step API; runs a step as appropriate for this flavor."""
  /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).
  /external/webrtc/webrtc/base/
trace_event.h 396 // Records a single ASYNC_STEP event for |step| immediately. If the category
398 // ASYNC_BEGIN event above. The |step| param identifies this step within the
401 #define TRACE_EVENT_ASYNC_STEP0(category, name, id, step) \
403 category, name, id, TRACE_EVENT_FLAG_NONE, "step", step)
404 #define TRACE_EVENT_ASYNC_STEP1(category, name, id, step, \
407 category, name, id, TRACE_EVENT_FLAG_NONE, "step", step, \
409 #define TRACE_EVENT_COPY_ASYNC_STEP0(category, name, id, step) \
    [all...]
  /frameworks/av/include/radio/
Radio.h 57 status_t step(radio_direction_t direction, bool skipSubChannel);
  /frameworks/base/core/java/android/hardware/radio/
RadioTuner.java 39 /** Scanning direction UP for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
42 /** Scanning directions DOWN for {@link #step(int, boolean)}, {@link #scan(int, boolean)} */
116 * Step up or down by one channel spacing.
118 * onProgramInfoChanged() will be called when step completes or
134 public abstract int step(int direction, boolean skipSubChannel); method in class:RadioTuner
267 * {@link RadioTuner#step(int, boolean)}, {@link RadioTuner#scan(int, boolean)},
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIView.java 72 GLJNILib.step();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht4x4_add_neon.asm 43 ; output[0] = step[0] + step[3];
44 ; output[1] = step[1] + step[2];
45 ; output[3] = step[0] - step[3];
46 ; output[2] = step[1] - step[2];
  /hardware/libhardware/include/hardware/
radio.h 72 * step(), tune() or auto AF switching. The event status is 0 (no error) if in tune,
98 * Automatically cancels pending scan, step or tune.
133 * Automatically cancels pending scan, step or tune.
153 * 0 if step successfully started
157 * Automatically cancels pending scan, step or tune.
160 * step completed or after a time out. The event status should indicate
163 int (*step)(const struct radio_tuner *tuner, member in struct:radio_tuner
180 * Automatically cancels pending scan, step or tune.
190 * Cancel a scan, step or tune operation.
191 * Must be called while a scan, step or tune operation is pendin
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceViewRenderer.java 44 MosaicRenderer.step();
  /toolchain/binutils/binutils-2.25/include/gdb/
remote-sim.h 215 STEP, when non-zero indicates that only a single simulator cycle
235 void sim_resume (SIM_DESC sd, int step, int siggnal);
253 (SIGTRAP); a completed single step (SIGTRAP); an internal error
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 236 int radius, rad, alpha, step, delta, samplepixels; local
260 step = 3;
262 step = 3 * prime1;
265 step = 3 * prime2;
268 step = 3 * prime3;
270 step = 3 * prime4;
285 pix += step;

Completed in 1193 milliseconds

<<11121314151617181920>>