Searched defs:step (Results 1 - 25 of 190) sorted by relevance

12345678

/external/javasqlite/src/main/java/SQLite/
H A DFunction.java43 * Callback for one step in aggregate function.
49 public void step(FunctionContext fc, String args[]); method in interface:Function
52 * Callback for final step in aggregate function.
H A DVm.java16 * Internal last error code for compile()/step() methods.
22 * Perform one step on compiled SQLite VM.
30 * while (vm.step(cb)) {
34 * while (vm.step(cb)) {
47 public native boolean step(Callback cb) throws SQLite.Exception; method in class:Vm
H A DBackup.java41 * Perform a backup step.
47 public boolean step(int n) throws SQLite.Exception { method in class:Backup
56 * Perform the backup in one step.
H A DStmt.java21 * Internal last error code for prepare()/step() methods.
35 * Perform one step of compiled SQLite3 statement.
45 * while (s.step(cb)) {
55 * while (s.step(cb)) {
69 public native boolean step() throws SQLite.Exception; method in class:Stmt
/external/webkit/Source/WebCore/platform/win/
H A DPathWalker.cpp46 bool PathWalker::step() function in class:WebCore::PathWalker
/external/dropbear/libtommath/
H A Dbn_mp_prime_next_prime.c26 mp_digit res_tab[PRIME_SIZE], step, kstep; local
109 step = 0;
114 /* increase step to next candidate */
115 step += kstep;
119 /* add the step to each residue */
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));
134 /* add the step */
135 if ((err = mp_add_d(a, step, a)) != MP_OKAY) {
139 /* if didn't pass sieve and step == MAX then skip test */
140 if (y == 1 && step >
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml67 let step = var
69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
75 Ast.For (id, start, end_, step, body)
/external/skia/samplecode/
H A DSampleSpiral.cpp45 SkScalar step = SK_ScalarPI / (55 - i); local
46 SkScalar angle = t * step;
/external/webkit/Source/WebCore/html/
H A DStepRange.h35 double step; member in class:WebCore::StepRange
43 // Clamp the middle value according to the step
H A DTextFieldInputType.cpp75 int step = 0; local
77 step = 1;
79 step = -1;
82 element()->stepUpFromRenderer(step);
90 int step = 0; local
92 step = 1;
94 step = -1;
97 element()->stepUpFromRenderer(step);
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display_host.cc32 void DOMLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) {} argument
H A Dviews_login_display_host.cc40 void ViewsLoginDisplayHost::SetOobeProgress(BackgroundView::LoginStep step) { argument
42 background_view_->SetOobeProgress(step);
H A Doobe_progress_bar.cc81 // x coordinate for next step.
131 void OobeProgressBar::SetStep(int step) { argument
133 if (steps_[i] == step) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml67 let step = var
69 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
75 Ast.For (id, start, end_, step, body)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml68 let step = var
70 | [< 'Token.Kwd ','; step=parse_expr >] -> Some step
76 Ast.For (id, start, end_, step, body)
/external/opencv/cvaux/src/
H A Dcvcreatehandmask.cpp53 uchar * image_mask, int step,
79 memset( image_mask, 0, step * size.height );
90 *(image_mask + pt.y * step + pt.x) = 255;
52 icvCreateHandMask8uC1R(CvSeq * numbers, uchar * image_mask, int step, CvSize size, CvRect * roi ) argument
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dscrollbar_render.cpp58 wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags) variable
94 trackInfo.trackInfo.scrollbar.viewsize = step;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathVisitor.java78 * Visit a step within a location path.
81 * @param step The Step object.
84 public boolean visitStep(ExpressionOwner owner, NodeTest step) argument
/external/opencv/cv/src/
H A D_cv.h104 int *step; member in struct:CvPyramid
/external/skia/src/effects/
H A DSkCornerPathEffect.cpp24 SkPoint* step) {
27 step->set(b.fX - a.fX, b.fY - a.fY);
30 step->scale(SK_ScalarHalf);
33 step->scale(SkScalarDiv(radius, dist));
50 SkVector firstStep, step; local
75 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step);
78 dst->moveTo(moveTo + step);
81 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX,
82 pts[0].fY + step.fY);
85 dst->lineTo(pts[1].fX - step
23 ComputeStep(const SkPoint& a, const SkPoint& b, SkScalar radius, SkPoint* step) argument
[all...]
/external/webkit/Source/WebCore/platform/
H A DScrollAnimator.cpp62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier) argument
65 float newPos = std::max(std::min(*currentPos + (step * multiplier), static_cast<float>(m_scrollableArea->scrollSize(orientation))), 0.0f);
/external/webkit/Source/WebCore/platform/wx/wxcode/
H A Dscrollbar_render.h51 int max, int step, int flags=0);
54 int step, int *thumbStart, int *thumbLength)
56 float proportion = ((float)physicalLength - 8)/ (max + step);
53 calcThumbStartAndLength(int physicalLength, int max, int current, int step, int *thumbStart, int *thumbLength) argument
/external/webkit/Source/WebKit2/Shared/gtk/
H A DWebEventFactory.cpp161 float step = static_cast<float>(Scrollbar::pixelsPerLineStep()); local
162 FloatSize delta(wheelTicks.width() * step, wheelTicks.height() * step);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp125 bool GrFmtImageIOReader::ReadData( uchar* data, int step, int color ) argument
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, argument
326 const uchar * line = base + y * step;
345 memcpy (bitmapData + y * width, data + y * step, width);
H A Dgrfmt_png.cpp182 bool GrFmtPngReader::ReadData( uchar* data, int step, int color ) argument
232 buffer[y] = data + y*step;
266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step, argument
309 buffer[y] = (uchar*)(data + y*step);

Completed in 535 milliseconds

12345678