Home
last modified time | relevance | path

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

123456

/minix3/external/bsd/atf/dist/atf-c/
H A Derror.c57 PRE(err != NULL); in error_format()
68 PRE(data != NULL || datalen == 0); in error_init()
69 PRE(datalen != 0 || data == NULL); in error_init()
99 PRE(!error_on_flight); in atf_error_new()
100 PRE(data != NULL || datalen == 0); in atf_error_new()
101 PRE(datalen != 0 || data == NULL); in atf_error_new()
126 PRE(error_on_flight); in atf_error_free()
127 PRE(err != NULL); in atf_error_free()
155 PRE(err != NULL); in atf_error_is()
163 PRE(err != NULL); in atf_error_data()
[all …]
H A Dtp.c84 PRE(config != NULL); in atf_tp_init()
142 PRE(tc != NULL); in atf_tp_get_tc()
184 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL); in atf_tp_add_tc()
203 PRE(tc != NULL); in atf_tp_run()
214 PRE(tc != NULL); in atf_tp_cleanup()
H A Dtc.c381 PRE(source_line == 0); in format_reason_ap()
640 PRE(atf_tc_has_config_var(tc, name)); in atf_tc_get_config_var()
732 PRE(atf_tc_has_md_var(tc, name)); in atf_tc_get_md_var()
1075 PRE(Current.tc != NULL); in atf_tc_fail()
1087 PRE(Current.tc != NULL); in atf_tc_fail_nonfatal()
1099 PRE(Current.tc != NULL); in atf_tc_fail_check()
1112 PRE(Current.tc != NULL); in atf_tc_fail_requirement()
1122 PRE(Current.tc != NULL); in atf_tc_pass()
1130 PRE(Current.tc != NULL); in atf_tc_require_prog()
1140 PRE(Current.tc != NULL); in atf_tc_skip()
[all …]
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Derror.c59 PRE(err != NULL); in error_format()
70 PRE(data != NULL || datalen == 0); in error_init()
71 PRE(datalen != 0 || data == NULL); in error_init()
101 PRE(!error_on_flight); in atf_error_new()
102 PRE(data != NULL || datalen == 0); in atf_error_new()
103 PRE(datalen != 0 || data == NULL); in atf_error_new()
128 PRE(error_on_flight); in atf_error_free()
129 PRE(err != NULL); in atf_error_free()
157 PRE(err != NULL); in atf_error_is()
165 PRE(err != NULL); in atf_error_data()
[all …]
H A Dtp.c86 PRE(config != NULL); in atf_tp_init()
144 PRE(tc != NULL); in atf_tp_get_tc()
186 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL); in atf_tp_add_tc()
205 PRE(tc != NULL); in atf_tp_run()
216 PRE(tc != NULL); in atf_tp_cleanup()
H A Dtc.c379 PRE(source_line == 0); in format_reason_ap()
638 PRE(atf_tc_has_config_var(tc, name)); in atf_tc_get_config_var()
730 PRE(atf_tc_has_md_var(tc, name)); in atf_tc_get_md_var()
1065 PRE(Current.tc != NULL); in atf_tc_fail()
1077 PRE(Current.tc != NULL); in atf_tc_fail_nonfatal()
1089 PRE(Current.tc != NULL); in atf_tc_fail_check()
1102 PRE(Current.tc != NULL); in atf_tc_fail_requirement()
1112 PRE(Current.tc != NULL); in atf_tc_pass()
1120 PRE(Current.tc != NULL); in atf_tc_require_prog()
1130 PRE(Current.tc != NULL); in atf_tc_skip()
[all …]
/minix3/external/bsd/kyua-cli/dist/utils/signals/
H A Dinterrupts.cpp127 PRE(sighup_handler.get() == NULL); in setup_handlers()
128 PRE(sigint_handler.get() == NULL); in setup_handlers()
129 PRE(sigterm_handler.get() == NULL); in setup_handlers()
193 PRE(!interrupts_handler_active); in interrupts_handler()
210 PRE(!interrupts_inhibiter_active); in interrupts_inhibiter()
247 PRE(interrupts_inhibiter_active); in add_pid_to_kill()
248 PRE(pids_to_kill.find(pid) == pids_to_kill.end()); in add_pid_to_kill()
264 PRE(interrupts_inhibiter_active); in remove_pid_to_kill()
265 PRE(pids_to_kill.find(pid) != pids_to_kill.end()); in remove_pid_to_kill()
/minix3/external/bsd/kyua-cli/dist/utils/
H A Ddatetime.cpp200 PRE(value >= 0); in from_microseconds()
226 PRE(year >= 1900); in from_values()
227 PRE(month >= 1 && month <= 12); in from_values()
228 PRE(day >= 1 && day <= 30); in from_values()
229 PRE(hour >= 0 && hour <= 23); in from_values()
230 PRE(minute >= 0 && minute <= 59); in from_values()
231 PRE(second >= 0 && second <= 60); in from_values()
232 PRE(microsecond >= 0 && microsecond <= 999999); in from_values()
/minix3/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dio.cpp65 PRE(m_handle != invalid_value()); in file_handle()
99 PRE(is_valid()); in close()
109 PRE(is_valid()); in disown()
120 PRE(is_valid()); in get()
128 PRE(is_valid()); in posix_remap()
162 PRE(m_handle >= 0); in systembuf()
163 PRE(m_bufsize > 0); in systembuf()
188 PRE(gptr() >= egptr()); in underflow()
205 PRE(pptr() >= epptr()); in overflow()
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dprocess.c132 PRE(src_fd >= 0); in atf_process_stream_init_connect()
133 PRE(tgt_fd >= 0); in atf_process_stream_init_connect()
134 PRE(src_fd != tgt_fd); in atf_process_stream_init_connect()
178 PRE(stream_is_valid(sb)); in atf_process_stream_fini()
184 PRE(stream_is_valid(sb)); in atf_process_stream_type()
216 PRE(atf_process_status_exited(s)); in atf_process_status_exitstatus()
231 PRE(atf_process_status_signaled(s)); in atf_process_status_termsig()
239 PRE(atf_process_status_signaled(s)); in atf_process_status_coredump()
299 PRE(c->m_stdout != -1); in atf_process_child_stdout()
306 PRE(c->m_stderr != -1); in atf_process_child_stderr()
[all …]
H A Dsanity.h46 #define PRE(x) \ macro
64 #define PRE(x) \ macro
H A Dlist.c130 PRE(le != NULL); in atf_list_citer_data()
140 PRE(le != NULL); in atf_list_citer_next()
167 PRE(le != NULL); in atf_list_iter_data()
177 PRE(le != NULL); in atf_list_iter_next()
284 PRE(idx < atf_list_size(list)); in atf_list_index()
303 PRE(idx < atf_list_size(list)); in atf_list_index_c()
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp96 PRE(atf_error_is(err, "libc")); in throw_libc_error()
108 PRE(atf_error_is(err, "no_memory")); in throw_no_memory_error()
118 PRE(atf_is_error(err)); in throw_unknown_error()
138 PRE(atf_is_error(err)); in throw_atf_error()
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp96 PRE(atf_error_is(err, "libc")); in throw_libc_error()
108 PRE(atf_error_is(err, "no_memory")); in throw_no_memory_error()
118 PRE(atf_is_error(err)); in throw_unknown_error()
138 PRE(atf_is_error(err)); in throw_atf_error()
/minix3/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.c132 PRE(src_fd >= 0); in atf_process_stream_init_connect()
133 PRE(tgt_fd >= 0); in atf_process_stream_init_connect()
134 PRE(src_fd != tgt_fd); in atf_process_stream_init_connect()
178 PRE(stream_is_valid(sb)); in atf_process_stream_fini()
184 PRE(stream_is_valid(sb)); in atf_process_stream_type()
216 PRE(atf_process_status_exited(s)); in atf_process_status_exitstatus()
231 PRE(atf_process_status_signaled(s)); in atf_process_status_termsig()
239 PRE(atf_process_status_signaled(s)); in atf_process_status_coredump()
299 PRE(c->m_stdout != -1); in atf_process_child_stdout()
306 PRE(c->m_stderr != -1); in atf_process_child_stderr()
[all …]
H A Dsanity.h44 #define PRE(x) \ macro
61 #define PRE(x) \ macro
H A Dlist.c128 PRE(le != NULL); in atf_list_citer_data()
138 PRE(le != NULL); in atf_list_citer_next()
165 PRE(le != NULL); in atf_list_iter_data()
175 PRE(le != NULL); in atf_list_iter_next()
282 PRE(idx < atf_list_size(list)); in atf_list_index()
301 PRE(idx < atf_list_size(list)); in atf_list_index_c()
/minix3/external/bsd/kyua-cli/dist/utils/process/
H A Dstatus.cpp136 PRE(exited()); in exitstatus()
160 PRE(signaled()); in termsig()
177 PRE(signaled()); in coredump()
/minix3/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dui.cpp72 PRE(message.empty() || message[message.length() - 1] != '\n'); in err()
93 PRE(message.empty() || message[message.length() - 1] != '\n'); in out()
239 PRE(!message.empty() && message[message.length() - 1] != '.'); in print_error()
253 PRE(!message.empty() && message[message.length() - 1] != '.'); in print_info()
267 PRE(!message.empty() && message[message.length() - 1] != '.'); in print_warning()
H A Dbase_command.cpp59 PRE(name_.find(' ') == std::string::npos); in command_proto()
60 PRE(max_args_ == -1 || min_args_ <= max_args_); in command_proto()
104 PRE(name() == args[0]); in parse_cmdline()
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A Dpre-load.ll19 %PRE = load i32* %p
20 ret i32 %PRE
43 %PRE = load i32* %P2
44 ret i32 %PRE
51 ; This is a PRE case that requires phi translation through a GEP.
72 %PRE = load i32* %P3
73 ret i32 %PRE
104 %PRE = load i32* %P3
105 ret i32 %PRE
263 %PRE = load i32* %P3
[all …]
/minix3/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes.cpp104 PRE(key_pos < key.size()); in lookup_ro()
114 PRE(key_pos < key.size() - 1); in lookup_ro()
150 PRE(key_pos < key.size()); in lookup_rw()
175 PRE(key_pos < key.size() - 1); in lookup_rw()
248 PRE(key_pos < key.size()); in define()
255 PRE(key_pos < key.size() - 1); in define()
/minix3/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp158 PRE(descriptor.n_arguments == arguments_.size()); in statement_def()
306 PRE(is_statement(line)); in parse_statement()
341 PRE(_loops.size() == _loop_level); in handle_normal()
394 PRE(_skip.top()); in handle_skip()
547 PRE(_vectors.find(name) == _vectors.end()); in add_variable()
563 PRE(_variables.find(name) != _variables.end()); in remove_variable()
579 PRE(_variables.find(name) == _variables.end()); in add_vector()
594 PRE(_variables.find(name) == _variables.end()); in add_to_vector()
595 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()
/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp282 PRE(column_type(index) == type_blob); in column_blob()
296 PRE(column_type(index) == type_float); in column_double()
311 PRE(column_type(index) == type_integer); in column_int()
324 PRE(column_type(index) == type_integer); in column_int64()
340 PRE(column_type(index) == type_text); in column_text()
358 PRE(column_type(index) == type_blob || column_type(index) == type_text); in column_bytes()

123456