| /freebsd-14-stable/contrib/kyua/utils/signals/ |
| HD | interrupts.cpp | 124 PRE(sighup_handler.get() == NULL); in setup_handlers() 125 PRE(sigint_handler.get() == NULL); in setup_handlers() 126 PRE(sigterm_handler.get() == NULL); in setup_handlers() 192 PRE(!interrupts_handler_active); in interrupts_handler() 222 PRE(_programmed); in unprogram() 289 PRE(interrupts_inhibiter_active); in add_pid_to_kill() 290 PRE(pids_to_kill.find(pid) == pids_to_kill.end()); in add_pid_to_kill() 306 PRE(interrupts_inhibiter_active); in remove_pid_to_kill() 307 PRE(pids_to_kill.find(pid) != pids_to_kill.end()); in remove_pid_to_kill()
|
| HD | timer.cpp | 209 PRE(!(*iter).second.empty()); in reprogram_system_timer() 218 PRE(!(*iter).second.empty()); in reprogram_system_timer() 245 PRE(now < timer->when()); in global_state() 359 PRE(signo == SIGALRM); in sigalrm_handler() 480 PRE(!_pimpl->fired); in do_fired()
|
| HD | programmer_test.cpp | 54 PRE(signo == SIGCHLD); in handler_1() 60 PRE(signo == SIGCHLD); in handler_2()
|
| /freebsd-14-stable/contrib/kyua/engine/ |
| HD | tap_parser.cpp | 147 PRE(!out_bailed_out); in try_parse_result() 288 PRE((plan_.second - plan_.first + 1) == (ok_count_ + not_ok_count_)); in new_results() 312 PRE(!_bailed_out); in plan() 326 PRE(!_bailed_out); in all_skipped_reason() 327 PRE(_plan == all_skipped_plan); in all_skipped_reason() 340 PRE(!bailed_out()); in ok_count() 341 PRE(_all_skipped_reason.empty()); in ok_count() 354 PRE(!_bailed_out); in not_ok_count() 355 PRE(_all_skipped_reason.empty()); in not_ok_count()
|
| /freebsd-14-stable/contrib/kyua/utils/ |
| HD | datetime.cpp | 295 PRE(value >= 0); in from_microseconds() 321 PRE(year >= 1900); in from_values() 322 PRE(month >= 1 && month <= 12); in from_values() 323 PRE(day >= 1 && day <= 30); in from_values() 324 PRE(hour >= 0 && hour <= 23); in from_values() 325 PRE(minute >= 0 && minute <= 59); in from_values() 326 PRE(second >= 0 && second <= 60); in from_values() 327 PRE(microsecond >= 0 && microsecond <= 999999); in from_values()
|
| HD | sanity.cpp | 88 PRE(!logfile.empty()); in crash_handler() 187 PRE(!installed); in install_crash_handlers()
|
| /freebsd-14-stable/contrib/kyua/utils/text/ |
| HD | templates.cpp | 159 PRE(descriptor.n_arguments == arguments_.size()); in statement_def() 307 PRE(is_statement(line)); in parse_statement() 342 PRE(_loops.size() == _loop_level); in handle_normal() 395 PRE(_skip.top()); in handle_skip() 548 PRE(_vectors.find(name) == _vectors.end()); in add_variable() 564 PRE(_variables.find(name) != _variables.end()); in remove_variable() 580 PRE(_variables.find(name) == _variables.end()); in add_vector() 595 PRE(_variables.find(name) == _variables.end()); in add_to_vector() 596 PRE(_vectors.find(name) != _vectors.end()); in add_to_vector()
|
| HD | table.cpp | 59 PRE(user_widths.size() <= table.ncolumns()); in override_column_widths() 116 PRE(user_max_width != 0); in refill_widths() 208 PRE(row.size() == widths.size()); in format_row() 264 PRE(column < _column_widths.size()); in column_width() 299 PRE(row.size() == _column_widths.size()); in add_row() 398 PRE(table_width > 0); in set_table_width()
|
| HD | regex.cpp | 180 PRE(*this); in get() 181 PRE(index < count()); in get()
|
| /freebsd-14-stable/contrib/kyua/utils/process/ |
| HD | status.cpp | 137 PRE(exited()); in exitstatus() 161 PRE(signaled()); in termsig() 178 PRE(signaled()); in coredump()
|
| HD | systembuf.cpp | 98 PRE(gptr() >= egptr()); in underflow() 127 PRE(pptr() >= epptr()); in overflow()
|
| HD | executor.cpp | 366 PRE(*state_owners > 0); in cleanup() 416 PRE(!_pimpl->cleaned); in cleanup() 583 PRE(!cleaned); in cleanup() 633 PRE(original_pid == status.dead_pid()); in post_wait() 737 PRE(!_pimpl->cleaned); in cleanup()
|
| /freebsd-14-stable/contrib/kyua/utils/cmdline/ |
| HD | base_command.cpp | 60 PRE(name_.find(' ') == std::string::npos); in command_proto() 61 PRE(max_args_ == -1 || min_args_ <= max_args_); in command_proto() 105 PRE(name() == args[0]); in parse_cmdline()
|
| HD | options.cpp | 119 PRE(has_short_name()); in short_name() 175 PRE(needs_arg()); in has_default_value() 199 PRE(has_short_name()); in format_short_name() 490 PRE(arg_name().find('=') != std::string::npos); in property_option() 505 PRE(arg_name().find('=') != std::string::npos); in property_option()
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/display/imx/ |
| HD | fsl-imx-drm.txt | 62 Freescale i.MX PRE (Prefetch Resolve Engine) 69 - clocks : phandle to the PRE axi clock input, as described 73 - interrupts: should contain the PRE interrupt 75 used for the PRE SRAM double buffer. 99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed 100 PRE as the first entry and the muxable PREs following.
|
| /freebsd-14-stable/contrib/kyua/utils/sqlite/ |
| HD | statement.cpp | 281 PRE(column_type(index) == type_blob); in column_blob() 295 PRE(column_type(index) == type_float); in column_double() 310 PRE(column_type(index) == type_integer); in column_int() 323 PRE(column_type(index) == type_integer); in column_int64() 339 PRE(column_type(index) == type_text); in column_text() 357 PRE(column_type(index) == type_blob || column_type(index) == type_text); in column_bytes()
|
| HD | transaction.cpp | 88 PRE(status == impl::open_status); in commit() 100 PRE(status == impl::open_status); in rollback()
|
| HD | database.cpp | 128 PRE(db != NULL); in close() 133 PRE(error == SQLITE_OK); in close() 211 PRE(open_flags == 0); in open()
|
| /freebsd-14-stable/contrib/kyua/utils/config/ |
| HD | nodes.cpp | 178 PRE(key_pos < key.size()); in lookup_ro() 188 PRE(key_pos < key.size() - 1); in lookup_ro() 224 PRE(key_pos < key.size()); in lookup_rw() 248 PRE(key_pos < key.size() - 1); in lookup_rw() 339 PRE(key_pos < key.size()); in define() 346 PRE(key_pos < key.size() - 1); in define()
|
| HD | nodes.ipp | 184 PRE(is_set()); 198 PRE(is_set()); 259 PRE(typed_leaf_node< ValueType >::is_set()); 300 PRE(is_set()); 314 PRE(is_set()); 364 PRE(is_set());
|
| /freebsd-14-stable/sys/contrib/openzfs/module/lua/ |
| HD | lobject.c | 241 #define PRE "[string \"" macro 267 addstr(out, PRE, LL(PRE)); /* add prefix */ in luaO_chunkid() 268 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */ in luaO_chunkid()
|
| /freebsd-14-stable/contrib/kyua/utils/fs/ |
| HD | directory.cpp | 183 PRE(_dirp != NULL); in close() 302 PRE(_pimpl->_entry.get() != NULL); in operator *() 313 PRE(_pimpl->_entry.get() != NULL); in operator ->()
|
| HD | operations.cpp | 141 PRE(false); in unmount() 243 PRE(have_unmount2); in unmount_with_unmount2() 263 PRE(!have_unmount2); in unmount_with_umount8() 549 PRE(path_template.find("XXXXXX") != std::string::npos); in mkdtemp_public() 601 PRE(path_template.find("XXXXXX") != std::string::npos); in mkstemp()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| HD | Extract.cpp | 87 if (const auto *PRE = dyn_cast<ObjCPropertyRefExpr>(Code[0])) { in initiate() local 88 if (!PRE->isMessagingGetter()) in initiate()
|
| /freebsd-14-stable/contrib/kyua/store/ |
| HD | migrate.cpp | 109 PRE(version_to == version_from + 1); in migrate_schema_step() 148 PRE(get_schema_version(old_file) == first_chunked_schema_version - 1); in chunk_database()
|