Searched refs:ignore_count (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/vexriscv/utils/ |
D | log_parser.py | 190 ignore_count = 0 207 ignore_count += 1 214 len(processed) / len(data) * 100., ignore_count, 215 ignore_count / len(data) * 100.))
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/ |
D | TestBreakpointNames.py | 82 self.ignore_count = 1000 190 self.assertEqual(bp_object.GetIgnoreCount(), self.ignore_count, "IgnoreCount") 220 bp_name.SetIgnoreCount(self.ignore_count) 265 self.ignore_count,
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointOptions.cpp | 243 int32_t ignore_count = 0; in CreateFromStructuredData() local 280 success = options_dict.GetValueForKeyAsInteger(key, ignore_count); in CreateFromStructuredData() 315 ignore_count, one_shot, auto_continue); in CreateFromStructuredData()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 765 bool IgnoreAllWatchpoints(uint32_t ignore_count); 773 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectBreakpoint.cpp | 93 uint32_t ignore_count; in SetOptionValue() local 94 if (option_arg.getAsInteger(0, ignore_count)) in SetOptionValue() 98 m_bp_opts.SetIgnoreCount(ignore_count); in SetOptionValue()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 1259 bool Target::IgnoreAllWatchpoints(uint32_t ignore_count) { in IgnoreAllWatchpoints() argument 1272 wp_sp->SetIgnoreCount(ignore_count); in IgnoreAllWatchpoints() 1333 uint32_t ignore_count) { in IgnoreWatchpointByID() argument 1342 wp_sp->SetIgnoreCount(ignore_count); in IgnoreWatchpointByID()
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 1009 my $ignore_count = TotalProfile($profile); 1012 Unparse($ignore_count), Units(), 1014 ($ignore_count*100.0) / $total_count);
|
/external/llvm-project/lldb/docs/use/ |
D | tutorial.rst | 424 hw_index = 0 hit_count = 5 ignore_count = 0
|