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

<<21222324252627282930>>

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
XMPPath.java 25 /** Marks a struct field step , also for top level nodes (schema "fields"). */
27 /** Marks a qualifier step.
30 /** Marks an array index step */
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiConnectionTest.java 84 // step 1: connect to the test access point
88 // step 2: verify Wifi state and network state;
92 // step 3: verify the current connected network is the given SSID
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 123 int step = 1; local
126 step = -1;
132 offset += step;
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 300 new Step("testing early EOS at " + queuedFrames, this, c) {
344 new Step("testing EOS & flush before seek - init", this, c) {
353 new Step("testing EOS & flush before seeking after " + queuedFrames +
377 new Step("testing EOS & flush before seek - finally", this, c) {
400 new Step("testing DRC with reconfigure - init", this, c) {
409 new Step("testing DRC with reconfigure after " + queuedFrames + " frames",
437 new Step("testing DRC with reconfigure - finally", this, c) {
467 new Step("testing DRC with no reconfigure - init", this, c) {
480 new Step("testing DRC with no reconfigure after " + i + " frames",
512 new Step("testing DRC with no reconfigure - init", this, c)
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
157 int img_step; /* image step */
198 int step; local
217 step = mat->step
839 int step; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.cpp 114 float step = 0; local
117 step = lineStep(orientation);
120 step = pageStep(orientation);
123 step = documentStep(orientation);
127 step = pixelStep(orientation);
134 return scrollAnimator()->scroll(orientation, granularity, step, multiplier);
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 165 vorr.s16 q14, q0, q1 ; check if all zero (step 1)
168 vorr.s16 d28, d28, d29 ; check if all zero (step 2)
175 vmov r2, r3, d28 ; check if all zero (step 3)
200 orr r2, r2, r3 ; check if all zero (step 4)
201 cmp r2, #0 ; check if all zero (step 5)
202 beq zero_output ; check if all zero (step 6)
  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color )
201 uchar * line = base + y * step;
220 memcpy (data + y * step, bitmap + y * m_width, m_width);
275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step,
326 const uchar * line = base + y * step;
345 memcpy (bitmapData + y * width, data + y * step, width);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 750 * [in] leftStep Step of left coefficient buffer
751 * [in] dstStep Step of the destination buffer
806 * [in] Step Step between pixels q0 and q1
818 int Step, /* step between pixels q0 and q1 */
836 * [in] iSrcStep Step of the source buffer.
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 750 * [in] leftStep Step of left coefficient buffer
751 * [in] dstStep Step of the destination buffer
806 * [in] Step Step between pixels q0 and q1
818 int Step, /* step between pixels q0 and q1 */
836 * [in] iSrcStep Step of the source buffer.
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 750 * [in] leftStep Step of left coefficient buffer
751 * [in] dstStep Step of the destination buffer
806 * [in] Step Step between pixels q0 and q1
818 int Step, /* step between pixels q0 and q1 */
836 * [in] iSrcStep Step of the source buffer.
837 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 118 for(int step = 0; step < 8; step++) {
119 float sx = (x + dx * step) * mScaleX + mOffsetX;
120 float sy = (y + dy * step) * mScaleY + mOffsetY;
121 int cbase = step * 4;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 56 * First step Newton iteration (solving t*t-x/t == 0) to 16 bits. In
65 * Second step Newton iteration to 47 bits. In double precision for
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 313 void SetTestStep(int step) {
314 std::string test_step = StringPrintf("test_step=%d", step);
564 // the test moves on to the next step to get more update chunks.
566 for (int step = 1;; step++) {
567 // Every step should be a fresh start.
568 SCOPED_TRACE(StringPrintf("step=%d", step));
576 SetTestStep(step);
596 step));
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
options.html 5 <h2>Step 1: Declare your options page in the manifest</h2>
15 <h2>Step 2: Write your options page</h2>
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
function_parallel.js 49 * Advances to next step. This method should not be used externally. In external
75 this.logger.vlog('Attempting to start step [' + this.steps_[i].name + ']');
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
options.html 5 <h2 id="step_1">Step 1: Declare your options page in the manifest</h2>
17 <h2 id="step_2">Step 2: Write your options page</h2>
  /external/chromium_org/components/precache/core/
precache_url_table.cc 53 return statement.Step();
78 while (statement.Step()) {
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc 155 size_t step = 0; local
157 size_t step_size = std::min(step_sizes[step], received_data.size() - pos);
160 if (++step >= arraysize(step_sizes))
161 step = 0;
302 size_t step = 0; local
304 size_t step_size = std::min(step_sizes[step], received_data.size() - pos);
307 if (++step >= arraysize(step_sizes))
308 step = 0;
  /external/chromium_org/content/renderer/
renderer_date_time_picker.cc 64 message.step = chooser_params_.step;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
index.html 41 <input type="range" id="xAngle" min="0" max="360" step="1"
48 <input type="range" id="yAngle" min="0" max="360" step="1"
  /external/chromium_org/sql/
statement.h 32 // if (s.Step())
41 // Step() and Run() just return true to signal success. If you want to handle
70 // Executes the statement, returning true on success. This is like Step but
75 // You can keep calling Step() until it returns false to iterate through all
78 // When Step returns false, the result is either that there is no more data
83 // while (s.Step()) {
87 bool Step();
181 // Set after Step() or Run() are called, reset by Reset(). Used to
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp 39 * step 200
49 * step 200
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 63 int fDX; // step between X samples
64 int fDY; // step between Y samples
  /external/chromium_org/third_party/sqlite/src/test/
backup_malloc.test 51 set rc [B step 50]
62 set rc [B step 5000]

Completed in 1503 milliseconds

<<21222324252627282930>>