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

<<11121314151617181920>>

  /external/chromium_org/v8/tools/push-to-trunk/
auto_roll.py 41 class Preparation(Step):
49 class FetchLatestRevision(Step):
60 class FetchLKGR(Step):
69 class PushToTrunk(Step):
102 result.add_option("-s", "--step", dest="s",
103 help="Specify the step where to start work. Default: 0.",
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.h 68 bool ReadData( uchar* data, int step, int color );
73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
75 bool ReadComponent16u( unsigned short *data, jas_matrix_t *buffer, int step, int cmpt,
91 bool WriteImage( const uchar* data, int step,
95 int step, int ncmpts, int w, int h );
97 int step, int ncmpts, int w, int h );
  /external/valgrind/main/gdbserver_tests/
make_local_links 80 # by default, we can run tests needed next/step/...
81 # But on ARM, we need at least 7.1 to run the 'next/step/...' tests.
85 check_version 7.1 gdbserver_tests/gdb.step "gdbserver next/step/... tests ARM"
87 check_version 7.0 gdbserver_tests/gdb.step "gdbserver next/step/... tests"
mcbreak.stdoutB.exp 8 old_pc has changed after step
10 old_pc has changed after step
13 old_pc has changed after step
19 old_pc has changed after step
21 old_pc has changed after step
50 old_pc has changed after step
  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 74 // gradient) and the new Gauss-Newton step are computed from
75 // scratch. The Dogleg step is then computed as interpolation of these
81 double* step) {
84 CHECK_NOTNULL(step);
93 ComputeTraditionalDoglegStep(step);
97 ComputeSubspaceDoglegStep(step);
119 // || D * step || <= radius_ .
140 // Interpolate the Cauchy point and the Gauss-Newton step.
142 ComputeTraditionalDoglegStep(step);
146 // Cauchy point and the (Gauss-)Newton step
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.ll 35 yylloc->step ();
37 {blank}+ yylloc->step ();
38 [\n]+ yylloc->lines (yyleng); yylloc->step ();
  /external/chromium_org/ash/shelf/
shelf_navigator.cc 53 int step = (direction == CYCLE_FORWARD) ? 1 : -1; local
56 for (int i = (current_index + step + item_count) % item_count;
57 i != current_index; i = (i + step + item_count) % item_count) {
  /external/chromium_org/chrome/browser/history/android/
android_urls_database_unittest.cc 54 ASSERT_TRUE(statement.Step());
59 ASSERT_TRUE(statement.Step());
64 EXPECT_FALSE(statement.Step());
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_eula.css 80 #eula .step-contents {
94 .step.eula-loading #cros-eula-frame {
98 .step.eula-loading #cros-eula-loading {
screen_app_launch_splash.html 1 <div id="app-launch-splash" class="step hidden no-logo fullscreen">
  /external/chromium_org/third_party/WebKit/ManualTests/
input-number-localization.html 18 <div><input type=number value="-1234.5678" step=any></div>
22 <div><input type=number value="-1234.5678E+12" step=any></div>
29 <div><input type=number id=target step=any oninput="handleInput()"></div>
secure-keyboard-enabled-after-submit.html 22 Non-Roman input sources will be disabled in step 3 but will be enabled again in step 6.
26 Non-Roman input sources will be disabled in step 6.
window-geometry.html 43 function step(timestamp) {
51 requestAnimationFrame(step);
54 requestAnimationFrame(step);
  /external/chromium_org/third_party/icu/source/data/
icu4j-readme.txt 26 2. Step 2 depends on whether you are on a Windows or a Unix-type
36 Continue with step 3 below, in Java:
51 Continue with step 3, in Java:
  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 24 /* The maximum number of steps in a step search given the largest allowed
25 * initial step
32 /* Maximum size of the first step in full pel units */
  /external/smack/src/org/xbill/DNS/
Generator.java 22 /** The step value of the range. */
23 public long step; field in class:Generator
61 * @param step The step value of the range.
74 Generator(long start, long end, long step, String namePattern,
77 if (start < 0 || end < 0 || start > end || step <= 0)
86 this.step = step;
221 current += step;
233 for (long i = start; i < end; i += step) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_SADQuar.c 34 * [in] iSrcStep Step of the original block buffer
35 * [in] iRefStep0 Step of reference block 0
36 * [in] iRefStep1 Step of reference block 1
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
probability_utils.h 41 // the unigram probability to be the median value of the 17th step from the top. A value of
42 // 0 for the bigram probability represents the middle of the 16th step from the top,
43 // while a value of 15 represents the middle of the top step.
  /external/opencv/cxcore/src/
cxarithm.cpp 83 type* dst, int step, CvSize size ), \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 type* dst, int step, CvSize size, int /*scalefactor*/ ), \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
127 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 70 Log.w(TAG, "Pause/Resume (w/ delay) step " + i + " - pause");
75 Log.w(TAG, "Pause/Resume (w/ delay) step " + i + " - resume");
94 Log.w(TAG, "Pause/Resume (no delay) step " + i + " - pause");
98 Log.w(TAG, "Pause/Resume (no delay) step " + i + " - resume");
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 144 private void move(long duration, long step) {
147 duration -= step;
148 mTime += step;
149 mPx += (mAx / 2 * step + mVx) * step;
150 mPy += (mAy / 2 * step + mVy) * step;
151 mVx += mAx * step;
152 mVy += mAy * step;
  /dalvik/tools/gdbjithelper/
README.txt 0 Step 1
28 Step 2
34 Step 3
57 Step 4
  /external/chromium_org/ash/wm/
window_cycle_controller.h 41 // interprets this call as the start of a multi-step cycle sequence and
45 // Cycles between windows without maintaining a multi-step cycle sequence
50 // terminate the existing multi-step cycle.
64 void Step(Direction direction);
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_controller.h 31 class Step;
39 typedef std::vector<linked_ptr<first_run::Step> > Steps;
74 first_run::Step* GetCurrentStep() const;
86 // Index of step that is currently shown.
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
help_step.html 1 <div id="help" class="step bubble transparent hidden">

Completed in 830 milliseconds

<<11121314151617181920>>