/freebsd/contrib/atf/atf-c/ |
H A D | error.c | 53 PRE(err != NULL); in error_format() 64 PRE(data != NULL || datalen == 0); in error_init() 65 PRE(datalen != 0 || data == NULL); in error_init() 95 PRE(!error_on_flight); in atf_error_new() 96 PRE(data != NULL || datalen == 0); in atf_error_new() 97 PRE(datalen != 0 || data == NULL); in atf_error_new() 122 PRE(error_on_flight); in atf_error_free() 123 PRE(err != NULL); in atf_error_free() 151 PRE(err != NULL); in atf_error_is() 159 PRE(err != NULL); in atf_error_data() [all …]
|
H A D | tp.c | 80 PRE(config != NULL); in atf_tp_init() 138 PRE(tc != NULL); in atf_tp_get_tc() 180 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL); in atf_tp_add_tc() 199 PRE(tc != NULL); in atf_tp_run() 210 PRE(tc != NULL); in atf_tp_cleanup()
|
H A D | tc.c | 412 PRE(source_line == 0); in format_reason_ap() 671 PRE(atf_tc_has_config_var(tc, name)); in atf_tc_get_config_var() 763 PRE(atf_tc_has_md_var(tc, name)); in atf_tc_get_md_var() 1105 PRE(Current.tc != NULL); in atf_tc_fail() 1117 PRE(Current.tc != NULL); in atf_tc_fail_nonfatal() 1129 PRE(Current.tc != NULL); in atf_tc_fail_check() 1142 PRE(Current.tc != NULL); in atf_tc_fail_requirement() 1152 PRE(Current.tc != NULL); in atf_tc_pass() 1160 PRE(Current.tc != NULL); in atf_tc_require_prog() 1170 PRE(Current.tc != NULL); in atf_tc_skip() [all …]
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | 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()
|
H A D | 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()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | process.c | 127 PRE(src_fd >= 0); in atf_process_stream_init_connect() 128 PRE(tgt_fd >= 0); in atf_process_stream_init_connect() 129 PRE(src_fd != tgt_fd); in atf_process_stream_init_connect() 173 PRE(stream_is_valid(sb)); in atf_process_stream_fini() 179 PRE(stream_is_valid(sb)); in atf_process_stream_type() 211 PRE(atf_process_status_exited(s)); in atf_process_status_exitstatus() 226 PRE(atf_process_status_signaled(s)); in atf_process_status_termsig() 234 PRE(atf_process_status_signaled(s)); in atf_process_status_coredump() 294 PRE(c->m_stdout != -1); in atf_process_child_stdout() 301 PRE(c->m_stderr != -1); in atf_process_child_stderr() [all …]
|
H A D | list.c | 124 PRE(le != NULL); in atf_list_citer_data() 134 PRE(le != NULL); in atf_list_citer_next() 161 PRE(le != NULL); in atf_list_iter_data() 171 PRE(le != NULL); in atf_list_iter_next() 278 PRE(idx < atf_list_size(list)); in atf_list_index() 297 PRE(idx < atf_list_size(list)); in atf_list_index_c()
|
H A D | fs.c | 92 PRE(atf_error_is(err, "invalid_umask")); in invalid_umask_format() 138 PRE(atf_error_is(err, "unknown_type")); in unknown_type_format() 207 PRE(strstr(tmpl, "XXXXXX") != NULL); in do_mkdtemp() 224 PRE(strstr(tmpl, "XXXXXX") != NULL); in do_mkstemp() 246 PRE(strlen(p) > 0); in normalize() 247 PRE(atf_dynstr_length(d) == 0); in normalize() 301 PRE(atf_dynstr_length(&p->m_data) == strlen(buf)); in replace_contents() 500 PRE(!atf_fs_path_is_absolute(p)); in atf_fs_path_to_absolute() 697 PRE(mode & atf_fs_access_f || mode & atf_fs_access_r || in atf_fs_eaccess()
|
H A D | sanity.h | 40 #define PRE(x) \ macro 57 #define PRE(x) \ macro
|
/freebsd/contrib/kyua/engine/ |
H A D | 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/contrib/kyua/utils/ |
H A D | 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()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | exceptions.cpp | 93 PRE(atf_error_is(err, "libc")); in throw_libc_error() 105 PRE(atf_error_is(err, "no_memory")); in throw_no_memory_error() 115 PRE(atf_is_error(err)); in throw_unknown_error() 135 PRE(atf_is_error(err)); in throw_atf_error()
|
H A D | application.cpp | 153 PRE(inited()); in process_options() 202 PRE(argc > 0); in run() 203 PRE(argv != NULL); in run()
|
/freebsd/contrib/kyua/utils/text/ |
H A D | 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()
|
H A D | 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()
|
/freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
H A D | 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/contrib/kyua/utils/sqlite/ |
H A D | 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()
|
H A D | database.cpp | 128 PRE(db != NULL); in close() 133 PRE(error == SQLITE_OK); in close() 211 PRE(open_flags == 0); in open()
|
H A D | transaction.cpp | 88 PRE(status == impl::open_status); in commit() 100 PRE(status == impl::open_status); in rollback()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | status.cpp | 137 PRE(exited()); in exitstatus() 161 PRE(signaled()); in termsig() 178 PRE(signaled()); in coredump()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | 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()
|
H A D | 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/contrib/kyua/utils/config/ |
H A D | 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()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | 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/contrib/kyua/utils/fs/ |
H A D | directory.cpp | 183 PRE(_dirp != NULL); in close() 302 PRE(_pimpl->_entry.get() != NULL); in operator *() 313 PRE(_pimpl->_entry.get() != NULL); in operator ->()
|