Searched refs:_step (Results 1 – 5 of 5) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
D | Backup.java | 49 return _step(n); in step() 53 private native boolean _step(int n) throws SQLite.Exception; in _step() method in Backup 61 _step(-1); in backup()
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_compare.c | 90 int _step,int _downsample){ in band_energy() argument 118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci]; in band_energy()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | malloc3.test | 13 # correctly. The emphasis of these tests are the _prepare(), _step() and 35 # inside of a call to _prepare(), _step(), _finalize() or _reset(). The 46 # If the memory allocation fails during the _step() or _finalize() calls, then 50 # * As if the neither _step() nor _finalize() had ever been called on 65 # Attempting to _step() or _reset() the statement after a failed _reset() will
|
/external/opencv/cv/include/ |
D | cvcompat.h | 949 #define CV_INIT_PIXEL_POS(pos, origin, _step, roi, _x, _y, orientation) \ argument 951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation ? -1 : 1), \
|
/external/ceres-solver/docs/source/ |
D | solving.rst | 1435 \delta &= numeric\_derivative\_relative\_step\_size\\
|