/external/libunwind/doc/ |
D | unw_step.tex | 8 \begin{Name}{3}{unw\_step}{David Mosberger-Tang}{Programming Library}{unw\_step}unw\_step -- advanc… 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
|
D | 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)},
|
D | unw_backtrace.tex | 44 \SeeAlso{unw\_step(3)}
|
/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/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_train.py | 94 self._step = -1 97 self._step += 1 104 if self._step % 10 == 0: 111 print(format_str % (datetime.datetime.now(), self._step, loss_value,
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 187 self._step = 0 245 self._slow_path_steps.add(self._step) 252 self._slow_path_steps.add(self._step) 314 yield (self._step, acquired) 315 self._step += 1 325 if self._step in prof_steps:
|
/external/libaom/libaom/aom_dsp/ |
D | psnrhvs.c | 119 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs() argument 156 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs() 157 for (x = 0; x < _w - 7; x += _step) { in calc_psnrhvs()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnrhvs.c | 122 int _w, int _h, int _step, const double _csf[8][8], in calc_psnrhvs() argument 160 for (y = 0; y < _h - 7; y += _step) { in calc_psnrhvs() 161 for (x = 0; x < _w - 7; x += _step) { in calc_psnrhvs()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | graph_actions_test.py | 46 self._step = 0 52 return self._step 55 if self._step >= self._max_step: 57 value = self._step * 10.0 58 self._step += 1
|
/external/u-boot/drivers/power/regulator/ |
D | sandbox.c | 22 #define RANGE(_min, _max, _step) { \ argument 25 .step = _step, \
|
D | stpmu1.c | 32 #define STPMU1_RANGE(_min_uv, _min_sel, _max_sel, _step) { \ argument 36 .step = _step, \
|
/external/libunwind/tests/ |
D | check-namespace.sh.in | 108 match _UL${plat}_step 195 match _U${plat}_step
|
/external/libopus/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/u-boot/tools/buildman/ |
D | builder.py | 275 self._step = step 1436 for commit_upto in range(0, self.commit_count, self._step): 1450 count = (self.commit_count + self._step - 1) / self._step 1558 job.step = self._step
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_capture_analyzer.py | 543 def _step(self, reached_state, packet): member in WifiStateMachineAnalyzer 585 self._step(next_state, packet)
|
/external/u-boot/include/linux/mtd/ |
D | rawnand.h | 1020 #define NAND_ECC_INFO(_strength, _step) \ argument 1021 { .strength_ds = (_strength), .step_ds = (_step) }
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | dataset_ops.py | 2622 step=self._step, 2631 self._step = self._build_tensor(1, "step") 2635 self._step = self._build_tensor(1, "step") 2639 self._step = self._build_tensor(args[2], "step")
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1597 _step(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins() 1598 _step(always_available, glsl_type::float_type, glsl_type::vec2_type), in create_builtins() 1599 _step(always_available, glsl_type::float_type, glsl_type::vec3_type), in create_builtins() 1600 _step(always_available, glsl_type::float_type, glsl_type::vec4_type), in create_builtins() 1602 _step(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins() 1603 _step(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins() 1604 _step(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins() 1605 _step(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins() 1606 _step(fp64, glsl_type::double_type, glsl_type::dvec2_type), in create_builtins() 1607 _step(fp64, glsl_type::double_type, glsl_type::dvec3_type), in create_builtins() [all …]
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 3548 def _step(time, output_ta_t, prev_output, *states): function 3593 body=_step, 3599 def _step(time, output_ta_t, *states): function 3626 body=_step,
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a4.rst | 333 NotImplementedError. Task._step() and Future.__await__() raise proper
|
D | 3.7.0b1.rst | 336 Make Task._step, Task._wakeup and Future._schedule_callbacks methods
|