Home
last modified time | relevance | path

Searched refs:PRE (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd/contrib/atf/atf-c/
H A Derror.c53 PRE(err != NULL); in error_format()
95 PRE(!error_on_flight); 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()
167 PRE(err != NULL); in atf_error_format()
191 PRE(atf_error_is(err, "libc")); in libc_format()
219 PRE(atf_error_is(err, "libc")); in atf_libc_error_code()
231 PRE(atf_error_is(err, "libc")); in atf_libc_error_msg()
[all …]
H A Dtp.c80 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 Dtc.c1105 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()
1181 PRE(Current.tc != NULL); in atf_tc_check_errno()
1191 PRE(Current.tc != NULL); in atf_tc_require_errno()
1200 PRE(Current.tc != NULL); in atf_tc_expect_pass()
[all …]
/freebsd/contrib/kyua/utils/signals/
H A Dinterrupts.cpp124 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 Dtimer.cpp209 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 Dprocess.c127 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()
294 PRE(c->m_stdout != -1); in atf_process_child_stdout()
301 PRE(c->m_stderr != -1); in atf_process_child_stderr()
624 PRE(outsb == NULL || in atf_process_exec_array()
626 PRE(errsb == NULL || in atf_process_exec_array()
656 PRE(outsb == NULL || in atf_process_exec_list()
[all …]
H A Dlist.c124 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 Dsanity.h40 #define PRE(x) \ macro
57 #define PRE(x) \ macro
H A Dfs.c92 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()
/freebsd/contrib/kyua/engine/
H A Dtap_parser.cpp147 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/atf/atf-c++/detail/
H A Dexceptions.cpp93 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()
/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp295 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/unbound/testdata/ip_ratelimit.tdir/
H A Dip_ratelimit.test7 PRE="../.."
11 (cd $PRE; $MAKE streamtcp)
55 $PRE/streamtcp -nu -f 127.0.0.1@$UNBOUND_PORT test. TXT IN test. TXT IN test. TXT IN >outfile 2>&1
70 $PRE/streamtcp -nu -f 127.0.0.1@$UNBOUND_PORT test. TXT IN test. TXT IN test. TXT IN >outfile 2>&1
104 echo "$PRE/unbound-control -c ub.conf set_option ip-ratelimit-cookie: 1"
105 $PRE/unbound-control -c ub.conf set_option ip-ratelimit-cookie: 1
117 $PRE/streamtcp -nu -f 127.0.0.1@$UNBOUND_PORT test. TXT IN test. TXT IN test. TXT IN >outfile 2>&1
132 $PRE/streamtcp -nu -f 127.0.0.1@$UNBOUND_PORT test. TXT IN test. TXT IN test. TXT IN >outfile 2>&1
/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp159 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 Dtable.cpp59 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/contrib/kyua/utils/process/
H A Dstatus.cpp137 PRE(exited()); in exitstatus()
161 PRE(signaled()); in termsig()
178 PRE(signaled()); in coredump()
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp60 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 Doptions.cpp119 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/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl-imx-drm.txt62 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 Dstatement.cpp281 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 Dtransaction.cpp88 PRE(status == impl::open_status); in commit()
100 PRE(status == impl::open_status); in rollback()
/freebsd/contrib/unbound/testdata/cachedb_no_store.tdir/
H A Dcachedb_no_store.pre7 PRE="../.."
9 if grep "define USE_CACHEDB 1" $PRE/config.h; then echo test enabled; else skip_test "test skipped"…
28 $PRE/unbound -d -c ub.conf >unbound.log 2>&1 &
/freebsd/contrib/unbound/testdata/00-lint.tdir/
H A D00-lint.pre8 PRE="../.."
10 if test -f $PRE/unbound_test_00-lint ; then
/freebsd/contrib/kyua/utils/config/
H A Dnodes.cpp178 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/contrib/unbound/testdata/root_zonemd.tdir/
H A Droot_zonemd.test7 PRE="../.."
20 $PRE/unbound-control -c ub.conf status
49 $PRE/unbound-control -c ub.conf auth_zone_reload . 2>&1 | tee outfile

12345