HomeSort by relevance Sort by last modified time
    Searched defs:step (Results 101 - 125 of 339) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ResizableIntArrayTests.java 63 final int limit = DEFAULT_CAPACITY * 10, step = DEFAULT_CAPACITY * 2; local
64 for (int i = 0; i < limit; i += step) {
68 for (int i = 0; i < limit; i += step) {
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 87 #define step sstep macro
99 #define step lstep macro
134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft);
767 - fast - step through the string at top speed
795 st = step(m->g, startst, stopst, st, NOTHING, st);
821 st = step(m->g, startst, stopst, st, flagch, st);
835 st = step(m->g, startst, stopst, st, flagch, st);
847 st = step(m->g, startst, stopst, tmp, c, st);
849 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
862 - slow - step through the string more deliberatel
967 step( function
1184 #undef step macro
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
WindowSurface.java 118 void step(int width, int height, float minStep, float maxStep) { method in class:WindowSurface.MovingPoint
222 mPoint1.step(canvas.getWidth(), canvas.getHeight(),
224 mPoint2.step(canvas.getWidth(), canvas.getHeight(),
226 mColor.step(127, 127, 1, 3);
  /external/aac/libAACdec/src/
block.cpp 543 int step = hcb->Dimension; local
556 for (index=BandOffsets[band]; index < BandOffsets[band+1]; index+=step)
560 for (i=0; i<step; i++) {
603 return AAC_DEC_DECODE_FRAME_ERROR; /* concealment is muting in the first step, therefore return now */
  /external/chromium/chrome/common/
sqlite_utils.cc 143 while (s.step() == SQLITE_ROW) {
162 return s.step() == SQLITE_ROW;
291 int SQLStatement::step() { function in class:SQLStatement
  /external/icu4c/test/intltest/
ucharstrietest.cpp 771 int32_t index, step; local
775 step=2;
779 step=3;
782 step=-1;
788 index=(index+step)%dataLength;
    [all...]
convtest.cpp 786 int32_t step,
797 if(step>=0) {
798 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
800 // step==0 performs bulk conversion and generates offsets
803 if(step==0) {
844 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
862 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
866 } else /* step<0 */
1000 int32_t step; member in struct:__anon8869
1015 int32_t i, step; local
1447 int32_t step; member in struct:__anon8870
1455 int32_t i, step; local
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 54 // srcStep - its step in bytes,
422 int step; local
430 cvGetRawData( src, &data, &step, &size );
432 IPPI_CALL( icvSnake8uC1R( data, step, size, points, length,
  /external/quake/quake/src/QW/server/
pr_edict.c 98 i--; // step on whatever is the last edict
569 int active, models, solid, step; local
571 active = models = solid = step = 0;
583 step++;
590 Con_Printf ("step :%3i\n", step);
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
  /external/tinyxml/
tinyxmlparser.cpp 280 int step = TiXmlBase::utf8ByteTable[*((unsigned char*)p)]; local
281 if ( step == 0 )
282 step = 1; // Error case from bad encoding, but handle gracefully.
283 p += step;
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 328 unsigned step = 0; local
345 if (!step)
346 step =WTF::doubleHash(key->existingHash()) | 1;
347 hash += step;
  /frameworks/av/include/private/media/
AudioTrackShared.h 270 bool step(size_t stepCount) { return mCblk->stepServer(stepCount, mFrameCount, mIsOut); } function in class:android::ServerProxy
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 194 int i, j, step; local
199 step = 2*bgn;
210 xptr += step;
218 xptr += step;
233 xptr += step;
252 xptr -= step;
256 xptr -= step;
260 xptr -= step;
266 xptr += 3*step;
268 twidTab += 3*step;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 50 step RN 10 label
176 ADD step, srcdstStep, srcdstStep
189 VLD1 dP_3, [pSrcDst], step
190 VLD1 dP_2, [pTmp], step
191 VLD1 dP_1, [pSrcDst], step
192 VLD1 dP_0, [pTmp], step
193 VLD1 dQ_0, [pSrcDst], step
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 258 ALOGV(ei->value.integer.step ?
262 ei->value.integer.step);
265 ALOGV(ei->value.integer64.step ?
269 ei->value.integer64.step);
347 int step; local
358 ALOGV(" step=");
359 step = (tlv[3] & 0xffff);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 51 #define step sstep macro
63 #define step lstep macro
92 static states step(struct re_guts *, sopno, sopno, states, int, states);
671 - fast - step through the string at top speed
688 st = step(m->g, startst, stopst, st, NOTHING, st);
714 st = step(m->g, startst, stopst, st, flagch, st);
728 st = step(m->g, startst, stopst, st, flagch, st);
740 st = step(m->g, startst, stopst, tmp, c, st);
742 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st));
755 - slow - step through the string more deliberatel
838 step(struct re_guts *g, function
1019 #undef step macro
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 186 float step = s2 / 8; local
187 for (float i = 0; i < len; i += step) {
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 63 uint16 step; member in struct:ime_pinyin::MatrixNode
73 // Used to indicate whether there are dmi nodes in this step with full
99 // Points to a MatrixNode of the current step to indicate which choice the
143 // How many rows for each step.
213 // the i'th lemma id in lma_id_ is the first candidate for that step.
214 // If all candidates are the first one for that step, the whole string can be
238 // for current step;
240 // first un-fixed step and show them to the user.
256 // Reset the search space from ch_pos step. For example, if the original
259 // if clear_fixed_this_step is true, and the ch_pos step is a fixed step
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 183 int step = 1; local
185 step = sTestCount.get(widgetId) + 1;
190 title = "Step " + step + ": Verify dimensions";
196 title = "Step " + step + ": Verify resizeability";
209 title = "Step " + step + ": Verify collections";
213 title = "Step " + step + ": Verify category"
    [all...]
  /external/aac/libAACenc/src/
sf_estim.cpp 127 int step = psyOutChan->sfbPerGroup; local
128 for(sfbGrp = 0; sfbGrp < tmp0; sfbGrp += step) {
    [all...]
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 526 int step = (max_percent - min_percent) / 10; local
527 for (int i = min_percent; i <= max_percent; i += step) {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 78 public static final float step(final float a, final float x) { method in class:ShaderUtils
87 return ShaderUtils.step(a, x) - ShaderUtils.step(b, x);

Completed in 1152 milliseconds

1 2 3 45 6 7 8 91011>>