Searched refs:step_count (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/ |
D | TestStepOverBreakpoint.py | 70 step_count = 0 74 step_count = step_count + 1 82 self.assertTrue(step_count >= steps_expected)
|
/external/autotest/client/bin/ |
D | fps_meter.py | 176 step_count = 0 179 step_count += 1 182 if step_count: 183 if step_count >= 10: 186 frame_info.append(str(step_count))
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_distributed_v1.py | 235 step_count = steps_to_run[current_step] 236 batch_logs = {'batch': step_index, 'size': 1, 'num_steps': step_count} 238 if prev_step_count is None or step_count != prev_step_count: 239 K.get_session().run(steps_per_run.assign(step_count)) 240 prev_step_count = step_count 253 step_index = step_index + step_count
|
/external/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/ |
D | armada_common.h | 103 int step_count; member
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/ |
D | plat_pm.c | 505 (pm_cfg->cfg.gpio.step_count < PMIC_GPIO_MAX_TOGGLE_STEP)); in plat_marvell_power_off_gpio() 531 for (idx = 0; idx < pm_cfg->cfg.gpio.step_count; idx++) { in plat_marvell_power_off_gpio() 553 if (idx < pm_cfg->cfg.gpio.step_count - 1) { in plat_marvell_power_off_gpio()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 1515 step_count) = self.count_single_steps_until_true(main_thread_id, 1527 step_count) = self.count_single_steps_until_true(main_thread_id, 1550 self.assertEqual(step_count, expected_step_count) 1561 step_count) = self.count_single_steps_until_true(main_thread_id, 1568 self.assertEqual(step_count, expected_step_count) 1574 step_count) = self.count_single_steps_until_true(main_thread_id, 1581 self.assertEqual(step_count, expected_step_count)
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0/board/ |
D | marvell_plat_config.c | 170 .cfg.gpio.step_count = 7,
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.h | 162 ExecutorsAndKeys() : step_count(0) {} in ExecutorsAndKeys() 164 std::atomic_int_fast64_t step_count; member
|
D | direct_session.cc | 501 const int64 executor_step_count = executors_and_keys->step_count.fetch_add(1); in RunInternal()
|
/external/cpuinfo/test/dmesg/ |
D | huawei-mate-8.log | 8006 …apper/0][I/sensorhub] convert to standard step counter data to sensor event buffer, step_count = 0! 8193 …dhd_dpc][I/sensorhub] convert to standard step counter data to sensor event buffer, step_count = 0!
|