OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_step
(Results
1 - 10
of
10
) 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/wpa_supplicant_8/src/utils/
state_machine.h
127
static void sm_ ## machine ##
_Step
(STATE_MACHINE_DATA *sm)
136
#define SM_STEP_RUN(machine) sm_ ## machine ##
_Step
(sm)
/external/chromium_org/third_party/sqlite/src/test/
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/chromium_org/third_party/opus/src/src/
opus_compare.c
90
int
_step
,int _downsample){
118
x[ci*_window_sz+xk]=window[xk]*_in[(xi*
_step
+xk)*_nchannels+ci];
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
/external/opencv/cv/include/
cvcompat.h
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
vdbeapi.c
744
** SQLITE_NOMEM. The next call to
_step
() (if any) will return SQLITE_ERROR
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
[
all
...]
/external/ceres-solver/docs/source/
solving.rst
[
all
...]
/external/opencv/ml/src/
mltree.cpp
143
int ds_step, dv_step, ms_step = 0, mv_step = 0; // {data|mask}{sample|var}
_step
[
all
...]
Completed in 217 milliseconds