Searched defs:step (Results 151 - 175 of 184) sorted by relevance

12345678

/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp240 double step; local
241 if (!getAllowedValueStep(&step))
243 return m_inputType->stepMismatch(value, step);
263 double step; local
264 if (!getAllowedValueStep(&step)) {
269 return serializeForNumberType(step / m_inputType->stepScaleFactor());
282 bool HTMLInputElement::getAllowedValueStep(double* step) const
284 return getAllowedValueStepWithDecimalPlaces(step, 0);
287 bool HTMLInputElement::getAllowedValueStepWithDecimalPlaces(double* step, unsigned* decimalPlaces) const argument
289 ASSERT(step);
330 double step; local
1402 double step, base; local
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc1370 GtkMovementStep step,
1379 if (step == GTK_MOVEMENT_VISUAL_POSITIONS && !extend_selection &&
1406 } else if (step == GTK_MOVEMENT_PAGES) { // Page up and down.
1410 } else if (step == GTK_MOVEMENT_DISPLAY_LINES) { // Arrow up and down.
1423 klass->move_cursor(GTK_TEXT_VIEW(text_view_), step, count, local
1368 HandleViewMoveCursor( GtkWidget* sender, GtkMovementStep step, gint count, gboolean extend_selection) argument
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c169 /* if not zero goto step 4 */
1739 /* step 3. for i from n down to (t + 1) */
1745 /* step 3.1 if xi == yt then set q{i-t-1} to b-1,
1784 /* step 3.3 x = x - q{i-t-1} * y * b**{i-t-1} */
3832 /* if not zero goto step 4 */
4017 /* step 1. if a == 0, return 0 */
4023 /* step 2. if a == 1, return 1 */
4032 /* step 3. write a = a1 * 2**k */
4047 /* step 4. if e is even set s=1 */
4061 /* step
5861 mp_digit res_tab[PRIME_SIZE], step, kstep; local
[all...]
/external/libvpx/vp8/encoder/
H A Drdopt.c1291 int step = 0; local
1297 step++;
1299 *sp = MAX_MVSEARCH_STEPS - 1 - step;
2093 // Initial step/diamond search
2109 // Further step/diamond searches as necessary
2153 // Update x->vector_range based on best vector found in step search
/external/opencv/ml/include/
H A Dml.h146 The lattice is logarithmic, so <step> must be greater then 1. */
151 double step;
161 pl.step = MAX( log_step, 1. );
213 The grid is logarithmic, so <step> must be greater then 1. */
221 min_val = max_val = step = 0;
228 step = log_step;
235 double step; member in struct:CvParamGrid
592 // The initial step
/external/opencv/ml/src/
H A Dmltree.cpp195 ds_step = _train_data->step/CV_ELEM_SIZE(_train_data->type);
198 ms_step = _missing_mask->step, mv_step = 1;
202 dv_step = _train_data->step/CV_ELEM_SIZE(_train_data->type);
205 mv_step = _missing_mask->step, ms_step = 1;
242 // step 0. calc the number of categorical vars
310 int m_step = 0, step; local
319 step = ds_step; m_step = ms_step;
330 step = CV_IS_MAT_CONT(_responses->type) ?
331 1 : _responses->step / CV_ELEM_SIZE(_responses->type);
351 val = idata[si*step];
2891 int i, step, mstep = 0; local
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h131 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
313 #define sqlite3_step sqlite3_api->step
/external/libpng/
H A Dpng.h810 png_uint_32 step[7]; member in struct:png_index_struct
/external/opencv/cv/include/
H A Dcvcompat.h910 int step; /* distance between lines ( in elements of single */ member in struct:_CvPixelPosition8u
912 int step_arr[3]; /* array: ( 0, -step, step ). It is used for */
925 int step; member in struct:_CvPixelPosition8s
938 int step; member in struct:_CvPixelPosition32f
946 /* step - width of the whole image in bytes */
951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation ? -1 : 1), \
954 (pos).bottomline = (origin) + (pos).step*(pos).height, \
955 (pos).topline = (origin) - (pos).step, \
957 (pos).step_arr[1] = -(pos).step, \
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3ext.h140 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
356 #define sqlite3_step sqlite3_api->step
/external/sqlite/dist/
H A Dsqlite3ext.h140 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
356 #define sqlite3_step sqlite3_api->step
/external/v8/src/
H A Dmark-compact.cc2511 const int step = Map::kProtoTransitionElementsPerEntry; local
2513 Object* prototype = prototype_transitions->get(proto_offset + i * step);
2514 Object* cached_map = prototype_transitions->get(map_offset + i * step);
2516 int proto_index = proto_offset + new_number_of_transitions * step;
2517 int map_index = map_offset + new_number_of_transitions * step;
2543 for (int i = new_number_of_transitions * step;
2544 i < number_of_transitions * step;
H A Dspaces.h2183 void LowerInlineAllocationLimit(intptr_t step) { argument
2184 inline_allocation_limit_step_ = step;
2185 if (step == 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... Object { static final float LOAD_FACTOR private int count private int step public int[] keys public Object[] values public int[] next private ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/expat/lib/
H A Dxmlparse.c115 /* For probing (after a collision) we need a step size relative prime
120 We limit the maximum step size to table->size / 4 (mask >> 2) and make
2833 unsigned char step = 0; local
2846 if (!step)
2847 step = PROBE_STEP(uriHash, mask, nsAttsPower);
2848 j < step ? (j += nsAttsSize - step) : (j -= step);
5877 unsigned char step = 0; local
5882 if (!step)
[all...]
/external/kernel-headers/original/sound/
H A Dasound.h390 unsigned int step; /* samples distance in bits */ member in struct:snd_pcm_channel_info
788 long step; /* R: step (0 variable) */ member in struct:snd_ctl_elem_info::__anon6690::__anon6691
793 long long step; /* R: step (0 variable) */ member in struct:snd_ctl_elem_info::__anon6690::__anon6692
/external/libxml2/
H A Dtrio.c912 int step = NO_GROUPING; local
925 if (step == NO_GROUPING)
933 step = *groupingPointer++;
935 if (digits > step)
937 digits -= step;
951 int step = 0; local
966 step = *groupingPointer++;
968 if (step == 0)
970 position -= step;
/external/opencv/cxcore/include/
H A Dcxtypes.h546 int step; member in struct:CvMat
630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZE(type) : 0;
642 (mat).data.ptr + (size_t)(mat).step*(row) + (pix_size)*(col))
660 return ((float*)(mat->data.ptr + (size_t)mat->step*row))[col];
664 return ((double*)(mat->data.ptr + (size_t)mat->step*row))[col];
677 ((float*)(mat->data.ptr + (size_t)mat->step*row))[col] = (float)value;
681 ((double*)(mat->data.ptr + (size_t)mat->step*row))[col] = (double)value;
724 int step; member in struct:CvMatND::__anon8256
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1272 static gboolean webkit_web_view_real_move_cursor (WebKitWebView* webView, GtkMovementStep step, gint count) argument
1275 g_return_val_if_fail(step == GTK_MOVEMENT_VISUAL_POSITIONS ||
1276 step == GTK_MOVEMENT_DISPLAY_LINES ||
1277 step == GTK_MOVEMENT_PAGES ||
1278 step == GTK_MOVEMENT_BUFFER_ENDS, FALSE);
1284 switch (step) {
2487 * @step: the type of movement, one of #GtkMovementStep
4524 * level is incremented by the value of the "zoom-step"
4535 g_object_get(priv->webSettings.get(), "zoom-step", &zoomMultiplierRatio, NULL);
4545 * level is decremented by the value of the "zoom-step"
4782 webkit_web_view_move_cursor(WebKitWebView* webView, GtkMovementStep step, gint count) argument
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/dexmaker/lib/
H A Djunit.jar ... int h public void start (int) int total public void step (boolean) boolean successful int x } junit/awtui/TestRunner$1 ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jar ... int h public void start (int) int total public void step (boolean) boolean successful int x } junit/awtui/TestRunner$1 ...
/external/kernel-headers/original/linux/
H A Dvideodev2.h453 __u32 step_width; /* Frame width step size [pixel] */
456 __u32 step_height; /* Frame height step size [pixel] */
484 struct v4l2_fract step; /* Frame interval step size [s] */ member in struct:v4l2_frmival_stepwise
1151 __s32 step; member in struct:v4l2_queryctrl
2125 __s32 step; member in struct:v4l2_event_ctrl

Completed in 852 milliseconds

12345678