/external/skia/resources/lua/ |
D | slides_transitions.lua | 74 rec.step = function (self) function 85 rec.step = function (self) function 117 rec.step = function (self) function 148 rec.step = function (self) function 155 rec.step = function (self) function 189 step = function (self) function
|
/external/skqp/resources/lua/ |
D | slides_transitions.lua | 74 rec.step = function (self) function 85 rec.step = function (self) function 117 rec.step = function (self) function 148 rec.step = function (self) function 155 rec.step = function (self) function 189 step = function (self) function
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides_transitions.lua | 74 rec.step = function (self) function 85 rec.step = function (self) function 117 rec.step = function (self) function 148 rec.step = function (self) function 155 rec.step = function (self) function 189 step = function (self) function
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | while_test.py | 43 def loop_body(step): argument 49 def loop_cond(step): argument 63 def loop_body(step, rsum): argument 70 def loop_cond(step, rsum): argument 89 def loop_body(step, rsum): argument 96 def loop_cond(step, rsum): argument 115 def loop_body(step, x): argument 122 def loop_cond(step, x): argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | monitors.py | 165 def step_begin(self, step): argument 187 def step_end(self, step, output): # pylint: disable=unused-argument argument 218 def post_step(self, step, session): # pylint: disable=unused-argument argument 288 def every_n_step_begin(self, step): # pylint: disable=unused-argument argument 299 def every_n_step_end(self, step, outputs): # pylint: disable=unused-argument argument 320 def every_n_post_step(self, step, session): argument 329 def step_begin(self, step): argument 352 def step_end(self, step, output): argument 371 def post_step(self, step, session): argument 418 def step_begin(self, step): argument [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | kernel_support_library.h | 59 llvm::Value* step, in For() 72 absl::string_view name, int64 start, int64 end, int64 step, in ForWithStatus() 81 absl::string_view name, int64 start, int64 end, int64 step, in For() 111 llvm::Value* step, bool peel_first_iteration, in For() 124 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in ForWithStatus() 136 int64 step, bool peel_first_iteration, in For() 147 llvm::Value* step, in ForWithStatus() 158 llvm::Value* step, in For() 167 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in ForWithStatus() 178 absl::string_view name, llvm::Value* start, llvm::Value* end, int64 step, in For() [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | stepControl.c | 166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState() 265 StepRequest *step; in handleFramePopEvent() local 368 StepRequest *step; in handleExceptionCatchEvent() local 435 StepRequest *step; in handleMethodEnterEvent() local 486 completeStep(JNIEnv *env, jthread thread, StepRequest *step) in completeStep() 516 StepRequest *step; in stepControl_handleStep() local 703 StepRequest *step; in stepControl_resetRequest() local 727 initEvents(jthread thread, StepRequest *step) in initEvents() 791 StepRequest *step; in stepControl_beginStep() local 851 clearStep(jthread thread, StepRequest *step) in clearStep() [all …]
|
/external/python/cpython2/Objects/ |
D | sliceobject.c | 61 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 104 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 135 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in _PySlice_Unpack() 180 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in _PySlice_AdjustIndices() 224 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 236 PyObject *start, *stop, *step; in slice_new() local 298 Py_ssize_t ilen, start, stop, step; in slice_indices() local
|
D | rangeobject.c | 8 long step; member 16 get_len_of_range(long lo, long hi, long step) in get_len_of_range() 232 long step; member 313 long start, step, len; in range_reverse() local
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 371 bool trackable(int64 step) const { in trackable() 488 int64 run_count(int64 step) const { in run_count() 507 int64 exec_micros(int64 step) const { in exec_micros() 529 int64 accelerator_exec_micros(int64 step) const { in accelerator_exec_micros() 551 int64 cpu_exec_micros(int64 step) const { in cpu_exec_micros() 571 int64 requested_bytes(int64 step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes() 572 int64 peak_bytes(int64 step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes() 573 int64 residual_bytes(int64 step) const { GRAPH_NODE_BYTES(residual); } in residual_bytes() 574 int64 output_bytes(int64 step) const { GRAPH_NODE_BYTES(output); } in output_bytes() 576 int64 all_start_micros(int64 step) const { in all_start_micros() [all …]
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
D | sign_decay_test.py | 29 def linear_decay(step): argument 38 def cosine_decay(step): argument 50 def restart_decay(step): argument
|
/external/python/cpython3/Objects/ |
D | sliceobject.c | 116 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() 165 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_GetIndices() 197 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) in PySlice_Unpack() 242 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) in PySlice_AdjustIndices() 286 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, in PySlice_GetIndicesEx() 298 PyObject *start, *stop, *step; in slice_new() local 375 PyObject *start=NULL, *stop=NULL, *step=NULL; in _PySlice_GetLongIndices() local 516 PyObject *start, *stop, *step; in slice_indices() local
|
D | rangeobject.c | 17 PyObject *step; member 25 validate_step(PyObject *step) in validate_step() 46 PyObject *stop, PyObject *step) in make_range_object() 75 PyObject *start = NULL, *stop = NULL, *step = NULL; in range_new() local 149 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) in compute_range_length() 302 PyObject *start = NULL, *stop = NULL, *step = NULL; in compute_slice() local 718 long step; member 745 PyObject *start=NULL, *stop=NULL, *step=NULL; in rangeiter_reduce() local 836 get_len_of_range(long lo, long hi, long step) in get_len_of_range() 864 fast_range_iter(long start, long stop, long step) in fast_range_iter() [all …]
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | learning_rate_schedule.py | 44 def __call__(self, step): argument 143 def __call__(self, step): argument 240 def __call__(self, step): argument 391 def __call__(self, step): argument 514 def __call__(self, step): argument 608 def __call__(self, step): argument 709 def __call__(self, step): argument 846 def __call__(self, step): argument 971 def __call__(self, step): argument
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | counter.py | 29 def CounterV2(start=0, step=1, dtype=dtypes.int64): argument 59 def CounterV1(start=0, step=1, dtype=dtypes.int64): argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | summary_ops_v2.py | 157 def set_step(step): argument 590 def write(tag, tensor, step=None, metadata=None, name=None): argument 680 def generic(name, tensor, metadata=None, family=None, step=None): argument 701 def scalar(name, tensor, family=None, step=None): argument 733 def histogram(name, tensor, family=None, step=None): argument 748 def image(name, tensor, bad_color=None, max_images=3, family=None, step=None): argument 767 def audio(name, tensor, sample_rate, max_outputs, family=None, step=None): argument 784 def graph(param, step=None, name=None): argument 904 def _choose_step(step): argument 936 def run_metadata(name, data, step=None): argument [all …]
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | scan_test.py | 45 def make_scan_fn(step): argument 48 def dataset_fn(start, step, take): argument 81 def make_scan_fn(step): argument 84 def dataset_fn(start, step, take): argument
|
/external/adhd/cras/src/tests/ |
D | mix_unittest.cc | 173 int step = 2; in TEST_F() local 187 int step = 2; in TEST_F() local 201 int step = 2; in TEST_F() local 214 int step = 2; in TEST_F() local 228 int step = 2; in TEST_F() local 242 int step = 2; in TEST_F() local 433 int step = 2; in TEST_F() local 447 int step = 2; in TEST_F() local 461 int step = 2; in TEST_F() local 474 int step = 2; in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | range_dataset_op_test.cc | 40 int64 start, int64 end, int64 step, OpKernel* const range_kernel, in CreateRangeDatasetContext() 67 int64 step; member 123 int64 start = 0, end = 10, step = 1; in TEST_F() local 143 int64 start = 0, end = 10, step = 1; in TEST_F() local 164 int64 start = 0, end = 10, step = 1; in TEST_F() local 199 int64 step; member 234 int start = 0, end = 10, step = 1; in TEST_F() local 259 int64 start = 0, end = 10, step = 1; in TEST_F() local 286 int64 start = 0, end = 10, step = 1; in TEST_F() local 316 int64 start = 0, end = 10, step = 1; in TEST_F() local [all …]
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_misc.py | 14 def callback(start=0, step=1): argument 49 def callback(start=0, step=1): argument
|
/external/libaom/libaom/av1/encoder/ |
D | av1_fwd_txfm1d.c | 23 int32_t step[4]; in av1_fdct4_new() local 66 int32_t step[8]; in av1_fdct8_new() local 151 int32_t step[16]; in av1_fdct16_new() local 322 int32_t step[32]; in av1_fdct32_new() local 742 int32_t step[8]; in av1_fadst8_new() local 856 int32_t step[16]; in av1_fadst16_new() local 1103 int32_t step[64]; in av1_fdct64_new() local
|
/external/libaom/libaom/av1/common/ |
D | av1_inv_txfm1d.c | 27 int32_t step[4]; in av1_idct4_new() local 68 int32_t step[8]; in av1_idct8_new() local 149 int32_t step[16]; in av1_idct16_new() local 314 int32_t step[32]; in av1_idct32_new() local 724 int32_t step[8]; in av1_iadst8_new() local 833 int32_t step[16]; in av1_iadst16_new() local 1075 int32_t step[64]; in av1_idct64_new() local
|
/external/python/cpython3/Include/ |
D | sliceobject.h | 24 PyObject *start, *stop, *step; /* not NULL */ member 48 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
|
/external/u-boot/drivers/power/regulator/ |
D | pfuze100.c | 58 #define PFUZE100_SW_REG(_name, base, step) \ argument 69 #define PFUZE100_SWB_REG(_name, base, mask, step, voltages) \ argument 88 #define PFUZE100_VGEN_REG(_name, base, step) \ argument 99 #define PFUZE3000_VCC_REG(_name, base, step) \ argument 110 #define PFUZE3000_SW1_REG(_name, base, step) \ argument 121 #define PFUZE3000_SW2_REG(_name, base, step) \ argument 132 #define PFUZE3000_SW3_REG(_name, base, step) \ argument
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_misc.py | 54 def callback(start=0, step=1): argument 89 def callback(start=0, step=1): argument
|