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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_container.html 6 <div id="step-logo" hidden>
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
slider-thumb-consumes-event.html 20 range: <input type="range" min="0" max="100" step="1" /><br>
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
named-window-blank-target-step4.html 10 If this window is frontmost after STEP 4, the test PASSED.
  /external/chromium_org/tools/gyp/test/dependency-copy/
gyptest-copy.py 8 Verifies dependencies do the copy step.
  /external/clang/examples/clang-interpreter/
README.txt 8 derived in step #1.
  /external/icu4c/data/
icu4j-readme.txt 27 2. Step 2 depends on whether you are on a Windows or a Unix-type
37 Continue with step 3 below, in Java:
53 Continue with step 3, in Java:
55 Step 2 on either platform will produce two files: icudata.jar and
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidGZIPStreamTest.java 65 byte val, step;
69 step = 1;
74 val += step;
77 step += stepStep;
  /libcore/luni/src/test/java/libcore/sqlite/
OldStmtTest.java 104 st.step();
146 st.step();
154 st.step();
163 st.step();
175 st.step();
180 st.step();
204 st.step();
208 st.step();
212 st.step();
241 st.step();
    [all...]
  /ndk/tests/build/prebuilt-copy/
build.sh 40 # Step 0: Remove obj/ and libs/ to ensure everything is clean
44 # Step 1: Build prebuilt libraries.
58 # Step 2: Build the project
72 # Step 3: Check that the prebuilt shared library was copied to the
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
rangeobject.h 18 they are represented by a start, stop, and step datamembers.
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
rangeobject.h 18 they are represented by a start, stop, and step datamembers.
  /external/chromium_org/v8/tools/
push-to-trunk.sh 50 -s Specify the step where to start work. Default: 0.
83 echo ">>> Step $CURRENT_STEP: Preparation"
90 echo ">>> Step $CURRENT_STEP: Create a fresh branch."
97 echo ">>> Step $CURRENT_STEP: Detect commit ID of last push to trunk."
115 echo ">>> Step $CURRENT_STEP: Prepare raw ChangeLog entry."
146 echo ">>> Step $CURRENT_STEP: Edit ChangeLog entry."
171 echo ">>> Step $CURRENT_STEP: Increment version number."
188 echo ">>> Step $CURRENT_STEP: Commit to local branch."
201 echo ">>> Step $CURRENT_STEP: Commit to the repository."
220 echo ">>> Step $CURRENT_STEP: Fetch straggler commits that sneaked in
    [all...]
  /external/v8/tools/
push-to-trunk.sh 50 -s Specify the step where to start work. Default: 0.
83 echo ">>> Step $CURRENT_STEP: Preparation"
90 echo ">>> Step $CURRENT_STEP: Create a fresh branch."
97 echo ">>> Step $CURRENT_STEP: Detect commit ID of last push to trunk."
115 echo ">>> Step $CURRENT_STEP: Prepare raw ChangeLog entry."
145 echo ">>> Step $CURRENT_STEP: Edit ChangeLog entry."
170 echo ">>> Step $CURRENT_STEP: Increment version number."
187 echo ">>> Step $CURRENT_STEP: Commit to local branch."
200 echo ">>> Step $CURRENT_STEP: Commit to the repository."
218 echo ">>> Step $CURRENT_STEP: Fetch straggler commits that sneaked in
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 90 // Value of the step counter sensor when the listener was registered.
93 // Steps counted by the step counter previously. Used to keep counter consistent across rotation
131 * higher and has a step counter and step detector sensor.
133 * functionality if the step sensors are not available or this code runs on a platform version
143 // Check that the device supports the step counter and detector sensors
166 // Register Step Counter card
177 // Register Step Detector card
237 Reset the initial step counter value, the first event received by the event listener is
241 Log.i(TAG, "Event listener for step counter sensor registered with a max delay of
    [all...]
  /developers/samples/android/sensors/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
BatchStepSensorFragment.java 90 // Value of the step counter sensor when the listener was registered.
93 // Steps counted by the step counter previously. Used to keep counter consistent across rotation
131 * higher and has a step counter and step detector sensor.
133 * functionality if the step sensors are not available or this code runs on a platform version
143 // Check that the device supports the step counter and detector sensors
166 // Register Step Counter card
177 // Register Step Detector card
237 Reset the initial step counter value, the first event received by the event listener is
241 Log.i(TAG, "Event listener for step counter sensor registered with a max delay of
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 68 DateTimeNumericFieldElement::Step createStep(double msPerFieldUnit, double msPerFieldSize) const;
138 || !stepRange().step().remainder(static_cast<int>(msPerSecond)).isZero();
160 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12); local
161 RefPtr<DateTimeFieldElement> field = DateTimeHour11FieldElement::create(document, m_editElement, m_hour23Range, step);
171 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerHour * 12); local
172 RefPtr<DateTimeFieldElement> field = DateTimeHour12FieldElement::create(document, m_editElement, m_hour23Range, step);
182 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay) local
193 DateTimeNumericFieldElement::Step step = createStep(msPerHour, msPerDay); local
204 DateTimeNumericFieldElement::Step step = createStep(msPerMinute, msPerHour); local
256 DateTimeNumericFieldElement::Step step = createStep(msPerSecond, msPerMinute); local
272 DateTimeNumericFieldElement::Step step = createStep(1, msPerSecond); local
    [all...]
  /external/opencv/cv/src/
cvcorner.cpp 278 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step +
280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
303 d_step = Dx->step ? Dx->step : CV_STUB_STEP;
353 float* cov_data = (float*)(cov->data.ptr + i*cov->step);
356 const short* dxdata = (const short*)(Dx->data.ptr + i*Dx->step);
357 const short* dydata = (const short*)(Dy->data.ptr + i*Dy->step);
371 const float* dxdata = (const float*)(Dx->data.ptr + i*Dx->step);
372 const float* dydata = (const float*)(Dy->data.ptr + i*Dy->step);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color )
220 ystep = step;
314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
352 ChromaToBGR( (float *)buffer, 1, step );
374 out += step;
379 UpSampleY( data, 3, step / xstep, m_blue->ySampling );
381 UpSampleY( data + xstep, 3, step / xstep, m_green->ySampling )
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 759 int32_t step,
770 if(step>=0) {
771 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
773 // step==0 performs bulk conversion and generates offsets
776 if(step==0) {
817 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
835 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
839 } else /* step<0 */
973 int32_t step; member in struct:__anon11567
988 int32_t i, step; local
1420 int32_t step; member in struct:__anon11568
1428 int32_t i, step; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
dbstatus.test 86 # 4. Repeat step 2.
88 # 5. Repeat step 3.
95 # b) Step 4 reports the same amount of schema and total memory used as
96 # in step 2.
98 # c) Step 5 reports the same amount of schema and total memory used as
99 # in step 3.
156 # Step 1.
166 # Step 2.
172 # Step 3.
178 # Step 4
    [all...]
backup_ioerr.test 85 # 3) Step the backup process N times to partially backup the database
111 # from the next call to backup_step() (in step 5 of this test
114 # 5) Step the backup process to finish the backup. If an IO error is
119 # the backup database during step 4, then the conditions listed
120 # under step 3 are all true.
165 # Step 1: Populate the source and destination databases.
171 # Step 2: Open the backup process.
178 # Step 3: Partially backup the database. If an IO error occurs, check
181 set rc [B step 100]
207 # No IO error was encountered during step 3. Check that backup_step(
    [all...]
  /external/opencv/cvaux/src/
cvdpstereo.cpp 70 uchar step; //local-optimal step member in struct:_CvDPCell
181 CELL(0,x).step = CELL(dispH-1,x).step = ICV_DP_STEP_LEFT;
186 CELL(d,d-2).step = ICV_DP_STEP_UP;
189 CELL(1,0).step = ICV_DP_STEP_LEFT;
203 //check left step
206 //check up step
207 if( _cell[d+1].step != ICV_DP_STEP_DIAG && e0 )
211 if( _cell[d-1-dispH].step != ICV_DP_STEP_UP && (_edges[1-d] & 2) )
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_gen.c 200 /* step 1 */
216 /* precompute "SEED + 1" for step 7: */
224 /* step 2 */
232 /* step 3 */
238 /* step 4 */
247 /* step 5 */
253 /* step 6 */
264 /* step 7 */
281 /* step 8 */
288 /* more of step 8 *
    [all...]
  /external/openssl/crypto/dsa/
dsa_gen.c 200 /* step 1 */
216 /* precompute "SEED + 1" for step 7: */
224 /* step 2 */
232 /* step 3 */
238 /* step 4 */
247 /* step 5 */
253 /* step 6 */
264 /* step 7 */
281 /* step 8 */
288 /* more of step 8 *
    [all...]
  /build/core/
cleanbuild.mk 22 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION
26 # $(2): indicate to not use makefile path as part of step id if not empty.
28 define _add-clean-step
45 define add-clean-step
46 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
48 $(eval $(call _add-clean-step,$(1),true)),\
49 $(eval $(call _add-clean-step,$(1))))
80 $(foreach step,$(steps), \
81 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
    [all...]

Completed in 846 milliseconds

<<11121314151617181920>>