HomeSort by relevance Sort by last modified time
    Searched refs:_step (Results 1 - 13 of 13) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Backup.java 49 return _step(n);
53 private native boolean _step(int n) throws SQLite.Exception; method in class:Backup
61 _step(-1);
  /external/libunwind/doc/
unw_step.tex 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advance to next stack frame
15 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*}\Var{cp});\\
19 The \Func{unw\_step}() routine advances the unwind cursor \Var{cp} to
24 On successful completion, \Func{unw\_step}() returns a positive value
31 \Func{unw\_step}() is thread-safe. If cursor \Var{cp} is in the local
50 In addition, \Func{unw\_step}() may return any error returned by the
unw_backtrace.tex 44 \SeeAlso{unw\_step(3)}
libunwind.tex 22 \Type{int} \Func{unw\_step}(\Type{unw\_cursor\_t~*});\\
76 \Func{unw\_step}(). By repeatedly calling this routine, you can
78 \Func{F}(). A positive return value from \Func{unw\_step}() indicates
90 to \Var{prev} right before calling \Func{unw\_step}(). With this
196 \Func{unw\_step}() to move ``up'' in the call-chain, read and write
249 signal-safe (e.g., \Func{unw\_step}() for local unwinding is
342 \SeeAlso{unw\_step(3)},
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 122 int _w, int _h, int _step, const double _csf[8][8],
158 for (y = 0; y < _h - 7; y += _step) {
159 for (x = 0; x < _w - 7; x += _step) {
  /external/libopus/src/
opus_compare.c 90 int _step,int _downsample){
118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci];
  /external/libunwind/tests/
check-namespace.sh.in 108 match _UL${plat}_step
195 match _U${plat}_step
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 543 def _step(self, reached_state, packet): member in class:WifiStateMachineAnalyzer
585 self._step(next_state, packet)
  /external/opencv/cv/include/
cvcompat.h     [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 3727 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) function in class:builtin_builder
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 304 milliseconds