HomeSort by relevance Sort by last modified time
    Searched full:step (Results 601 - 625 of 5260) sorted by null

<<21222324252627282930>>

  /external/chromium_org/media/base/
fake_audio_render_callback.h 21 // The function used to fulfill Render() is f(x) = sin(2 * PI * x * |step|),
24 explicit FakeAudioRenderCallback(double step);
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
index.html 25 <input type="range" id="xAngle" min="0" max="360" step="1" value="0">
29 <input type="range" id="yAngle" min="0" max="360" step="1" value="0">
  /external/chromium_org/third_party/WebKit/ManualTests/forms/
calendar-picker.html 82 <label for="step">[step]</label>
83 <input type="number" name="step" id="config_step">
141 config.step = getParam("step") || "1";
150 $("config_step").value = config.step;
270 step: config.step * (config.type === "month" ? 1 : 86400000),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp 144 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
145 return __iter_helper<T, S, N - 1>::step(
154 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
165 step(F op, __empty state, Its its, Args... args) { function in struct:clover::__iter_helper
190 __iter_helper<void, __empty, sizeof...(Its)>::step(
214 ::step(op, {}, std::tie(it0, its...)));
231 a = __iter_helper<T, T, sizeof...(Its)>::step(
248 if (__iter_helper<bool, __empty, sizeof...(Its)>::step(
  /external/chromium_org/ui/gfx/animation/
throb_animation.cc 60 void ThrobAnimation::Step(base::TimeTicks time_now) {
61 LinearAnimation::Step(time_now);
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_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];
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 144 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
145 return __iter_helper<T, S, N - 1>::step(
154 step(F op, S state, Its its, Args... args) { function in struct:clover::__iter_helper
165 step(F op, __empty state, Its its, Args... args) { function in struct:clover::__iter_helper
190 __iter_helper<void, __empty, sizeof...(Its)>::step(
214 ::step(op, {}, std::tie(it0, its...)));
231 a = __iter_helper<T, T, sizeof...(Its)>::step(
248 if (__iter_helper<bool, __empty, sizeof...(Its)>::step(
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_SAD_16x.c 33 * iStepOrg - Step of the original block buffer
35 * iStepRef - Step of the reference block buffer
omxVCCOMM_SAD_8x.c 33 * iStepOrg - Step of the original block buffer
35 * iStepRef - Step of the reference block buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfHor_Luma.c 33 * [in] iSrcStep Step of the source buffer.
34 * [in] iDstStep Step of the destination(interpolation) buffer.
armVCM4P10_InterpolateHalfVer_Luma.c 34 * [in] iSrcStep Step of the source buffer.
35 * [in] iDstStep Step of the destination(interpolation) buffer.
omxVCM4P10_SAD_4x.c 33 * iStepOrg -Step of the original block buffer; must be a multiple of 4.
35 * iStepRef -Step of the reference block buffer
  /frameworks/base/docs/html/tools/testing/
index.jd 10 href="{@docRoot}tools/testing/testing_android.html">Testing Fundamentals</a>. For a step-by-step
  /external/icu4c/test/intltest/
convtest.cpp 788 int32_t step,
799 if(step>=0) {
800 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
802 // step==0 performs bulk conversion and generates offsets
805 if(step==0) {
846 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
864 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
868 } else /* step<0 */
1002 int32_t step; member in struct:__anon19083
1017 int32_t i, step; local
1449 int32_t step; member in struct:__anon19084
1457 int32_t i, step; local
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 686 ASSERT_TRUE(s_home.Step());
689 EXPECT_FALSE(s_home.Step());
711 ASSERT_TRUE(s_billing.Step());
714 EXPECT_FALSE(s_billing.Step());
730 ASSERT_TRUE(s_billing_updated.Step());
735 EXPECT_FALSE(s_billing_updated.Step());
763 ASSERT_TRUE(s_billing_updated_2.Step());
768 EXPECT_FALSE(s_billing_updated_2.Step());
    [all...]
  /external/chromium_org/cc/animation/
timing_function.cc 41 // Step 1. Find the t corresponding to the given x. I.e., we want t such that
48 double step = 1.0; local
49 for (int i = 0; i < MAX_STEPS; ++i, step *= 0.5) {
53 t += error > 0.0 ? -step : step;
60 // Step 2. Return the interpolated y values at the t we computed above.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 29 * zigzag positioning, and IDCT, with appropriate clipping on each step, are
43 * step - width of the destination plane
86 * - step is not the multiple of 8
96 OMX_INT step,
126 armRetArgErrIf((step % 8) != 0, OMX_Sts_BadArgErr);
217 pDst += step;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
115 /* Description of a conversion step. */
132 step. This helps optimizing the buffer sizes. */
141 void *__data; /* Pointer to step-local data. */
148 unsigned char *__outbuf; /* Output buffer for this step. */
172 /* Combine conversion step description with data. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
115 /* Description of a conversion step. */
132 step. This helps optimizing the buffer sizes. */
141 void *__data; /* Pointer to step-local data. */
148 unsigned char *__outbuf; /* Output buffer for this step. */
172 /* Combine conversion step description with data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
115 /* Description of a conversion step. */
132 step. This helps optimizing the buffer sizes. */
141 void *__data; /* Pointer to step-local data. */
148 unsigned char *__outbuf; /* Output buffer for this step. */
172 /* Combine conversion step description with data. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_userstring.py 98 for step in (None, 1, -1):
103 data = L[start:stop:step]
105 L[start:stop:step] = data
106 s[start:stop:step] = "".join(data)
109 del L[start:stop:step]
110 del s[start:stop:step]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_userstring.py 98 for step in (None, 1, -1):
103 data = L[start:stop:step]
105 L[start:stop:step] = data
106 s[start:stop:step] = "".join(data)
109 del L[start:stop:step]
110 del s[start:stop:step]
  /external/chromium_org/third_party/libxslt/libxslt/
pattern.c 71 int step; member in struct:_xsltStepState
288 * Add an step to an XSLT Compiled Match
479 int step, xmlNodePtr node) {
499 states->states[states->nbstates].step = step;
502 fprintf(stderr, "Push: %d, %s\n", step, node->name);
516 * and not a step by step evaluation.
536 sel = &comp->steps[0]; /* store extra in first step arbitrarily */
631 xsltStepOpPtr step, sel = NULL local
    [all...]
  /external/libxslt/libxslt/
pattern.c 71 int step; member in struct:_xsltStepState
288 * Add an step to an XSLT Compiled Match
479 int step, xmlNodePtr node) {
499 states->states[states->nbstates].step = step;
502 fprintf(stderr, "Push: %d, %s\n", step, node->name);
516 * and not a step by step evaluation.
536 sel = &comp->steps[0]; /* store extra in first step arbitrarily */
631 xsltStepOpPtr step, sel = NULL local
    [all...]
  /external/opencv/ml/src/
mlestimate.cpp 97 // Result is 0 if function can't make next step (error input or folds are finished),
164 int step;
207 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(float);
211 te1 = responses_fl[*data * step];
226 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(int);
230 te1 = responses_i[*data * step];
255 step = trainClasses->rows == 1 ? 1 : trainClasses->step / sizeof(float)
    [all...]

Completed in 1272 milliseconds

<<21222324252627282930>>