Searched defs:_step (Results 1 - 16 of 16) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DBackup.java49 return _step(n);
53 private native boolean _step(int n) throws SQLite.Exception; method in class:Backup
61 _step(-1);
/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c122 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) {
120 calc_psnrhvs(const unsigned char *src, int _systride, const unsigned char *dst, int _dystride, double _par, int _w, int _h, int _step, const double _csf[8][8], uint32_t bit_depth, uint32_t _shift) argument
/external/python/cpython3/Lib/asyncio/
H A Dtasks.py28 # - Either _fut_waiter is None, and _step() is scheduled;
29 # - or _fut_waiter is some Future, and _step() is *not* scheduled.
76 self._loop.call_soon(self._step)
159 # It must be the case that self._step is already scheduled.
163 def _step(self, exc=None): member in class:Task
165 '_step(): already done: {!r}, {!r}'.format(self, exc)
197 self._step,
204 self._step,
217 self._step,
223 self._loop.call_soon(self._step)
[all...]
/external/libopus/src/
H A Dopus_compare.c90 int _step,int _downsample){
118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci];
88 band_energy(float *_out,float *_ps,const int *_bands,int _nbands, const float *_in,int _nchannels,size_t _nframes,int _window_sz, int _step,int _downsample) argument
/external/autotest/server/cros/chaos_lib/
H A Dchaos_capture_analyzer.py543 def _step(self, reached_state, packet): member in class:WifiStateMachineAnalyzer
585 self._step(next_state, packet)
/external/python/cpython3/Lib/test/test_asyncio/
H A Dtest_tasks.py1289 self.assertRaises(AssertionError, task._step)
1339 self.assertRaises(BaseException, task._step)
2030 def _step(self, *args): member in class:add_subclass_tests.Task
2031 self.calls['_step'] += 1
2032 return super()._step(*args)
2056 {'_step': 2, '_wakeup': 1, 'add_done_callback': 1,
/external/python/cpython3/Modules/
H A D_asynciomodule.c17 _Py_IDENTIFIER(_step); variable
1147 /* ----- Task._step wrapper */
1661 _asyncio.Task._step
1927 "_step(): already done: %R %R",
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dbackend.py3014 def _step(time, output_ta_t, *states): function in function:rnn
3046 def _step(time, output_ta_t, *states): function in function:rnn
3070 body=_step,
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1414 _step(always_available, glsl_type::float_type, glsl_type::float_type),
1415 _step(always_available, glsl_type::float_type, glsl_type::vec2_type),
1416 _step(always_available, glsl_type::float_type, glsl_type::vec3_type),
1417 _step(always_available, glsl_type::float_type, glsl_type::vec4_type),
1419 _step(always_available, glsl_type::vec2_type, glsl_type::vec2_type),
1420 _step(always_available, glsl_type::vec3_type, glsl_type::vec3_type),
1421 _step(always_available, glsl_type::vec4_type, glsl_type::vec4_type),
1422 _step(fp64, glsl_type::double_type, glsl_type::double_type),
1423 _step(fp64, glsl_type::double_type, glsl_type::dvec2_type),
1424 _step(fp6
3727 builtin_builder::_step(builtin_available_predicate avail, const glsl_type *edge_type, const glsl_type *x_type) function in class:builtin_builder
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 994 milliseconds