OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRE
(Results
1 - 25
of
96
) sorted by relevancy
1
2
3
4
/src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7renames.sh
12
PRE
=$1
22
Generated using: F7_PREFIX = ${
PRE
} from $1.
31
#define F7_(name) ${
PRE
}##name
32
#define F7P ${
PRE
}
37
if [ x${
PRE
} != xf7_ ]; then
42
echo "#define f7_$x ${
PRE
}$x"
48
if [ x${
PRE
} != xf7_ ]; then
53
echo "#define f7_const_${x} ${
PRE
}const_${x}"
54
echo "#define f7_const_${x}_P ${
PRE
}const_${x}_P"
60
if [ x${
PRE
} != xf7_ ]; the
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7renames.sh
12
PRE
=$1
22
Generated using: F7_PREFIX = ${
PRE
} from $1.
31
#define F7_(name) ${
PRE
}##name
32
#define F7P ${
PRE
}
37
if [ x${
PRE
} != xf7_ ]; then
42
echo "#define f7_$x ${
PRE
}$x"
48
if [ x${
PRE
} != xf7_ ]; then
53
echo "#define f7_const_${x} ${
PRE
}const_${x}"
54
echo "#define f7_const_${x}_P ${
PRE
}const_${x}_P"
60
if [ x${
PRE
} != xf7_ ]; the
[
all
...]
/src/external/bsd/atf/dist/atf-c/
error.c
57
PRE
(err != NULL);
68
PRE
(data != NULL || datalen == 0);
69
PRE
(datalen != 0 || data == NULL);
99
PRE
(!error_on_flight);
100
PRE
(data != NULL || datalen == 0);
101
PRE
(datalen != 0 || data == NULL);
126
PRE
(error_on_flight);
127
PRE
(err != NULL);
155
PRE
(err != NULL);
163
PRE
(err != NULL)
[
all
...]
tp.c
84
PRE
(config != NULL);
142
PRE
(tc != NULL);
184
PRE
(find_tc(tp, atf_tc_get_ident(tc)) == NULL);
203
PRE
(tc != NULL);
214
PRE
(tc != NULL);
config.c
94
PRE
(var->value == NULL);
114
PRE
(!initialized);
/src/external/bsd/atf/dist/atf-c/detail/
sanity.h
44
#define
PRE
(x) \
61
#define
PRE
(x) \
process.c
130
PRE
(src_fd >= 0);
131
PRE
(tgt_fd >= 0);
132
PRE
(src_fd != tgt_fd);
176
PRE
(stream_is_valid(sb));
182
PRE
(stream_is_valid(sb));
214
PRE
(atf_process_status_exited(s));
229
PRE
(atf_process_status_signaled(s));
237
PRE
(atf_process_status_signaled(s));
297
PRE
(c->m_stdout != -1);
304
PRE
(c->m_stderr != -1)
[
all
...]
list.c
128
PRE
(le != NULL);
138
PRE
(le != NULL);
165
PRE
(le != NULL);
175
PRE
(le != NULL);
282
PRE
(idx < atf_list_size(list));
301
PRE
(idx < atf_list_size(list));
/src/external/bsd/kyua-cli/dist/utils/signals/
interrupts.cpp
122
/// \
pre
Must not have been called before.
127
PRE
(sighup_handler.get() == NULL);
128
PRE
(sigint_handler.get() == NULL);
129
PRE
(sigterm_handler.get() == NULL);
187
PRE
(!interrupts_handler_active);
204
PRE
(!interrupts_inhibiter_active);
234
/// \
pre
Must be called with interrupts being inhibited. The caller must ensure
241
PRE
(interrupts_inhibiter_active);
242
PRE
(pids_to_kill.find(pid) == pids_to_kill.end());
249
/// \
pre
Must be called with interrupts being inhibited. This is not necessary
[
all
...]
programmer_test.cpp
54
PRE
(signo == SIGCHLD);
60
PRE
(signo == SIGCHLD);
/src/external/bsd/kyua-cli/dist/utils/sqlite/
transaction.cpp
87
PRE
(status == impl::open_status);
99
PRE
(status == impl::open_status);
database.cpp
112
PRE
(db != NULL);
117
PRE
(error == SQLITE_OK);
190
PRE
(open_flags == 0);
227
/// \
pre
close() has not yet been called.
/src/external/bsd/atf/dist/atf-c++/detail/
exceptions.cpp
96
PRE
(atf_error_is(err, "libc"));
108
PRE
(atf_error_is(err, "no_memory"));
118
PRE
(atf_is_error(err));
138
PRE
(atf_is_error(err));
/src/external/bsd/kyua-cli/dist/utils/process/
status.cpp
130
/// \
pre
The process must have exited cleanly (i.e. exited() must be true).
136
PRE
(exited());
153
/// \
pre
The process must have terminated by a signal (i.e. signaled() must be
160
PRE
(signaled());
170
/// \
pre
The process must have terminated by a signal (i.e. signaled() must be
177
PRE
(signaled());
systembuf.cpp
97
PRE
(gptr() >= egptr());
126
PRE
(pptr() >= epptr());
/src/external/bsd/kyua-cli/dist/utils/cmdline/
base_command.cpp
59
PRE
(name_.find(' ') == std::string::npos);
60
PRE
(max_args_ == -1 || min_args_ <= max_args_);
104
PRE
(name() == args[0]);
options.cpp
112
/// \
pre
has_short_name() must be true.
118
PRE
(has_short_name());
155
/// \
pre
needs_arg() must be true.
168
/// \
pre
needs_arg() must be true.
174
PRE
(needs_arg());
181
/// \
pre
has_default_value() must be true.
198
PRE
(has_short_name());
327
/// \
pre
validate(raw_value) must be true.
395
/// \
pre
validate(raw_value) must be true.
469
/// \
pre
validate(raw_value) must be true
[
all
...]
ui.cpp
72
PRE
(message.empty() || message[message.length() - 1] != '\n');
93
PRE
(message.empty() || message[message.length() - 1] != '\n');
239
PRE
(!message.empty() && message[message.length() - 1] != '.');
253
PRE
(!message.empty() && message[message.length() - 1] != '.');
267
PRE
(!message.empty() && message[message.length() - 1] != '.');
/src/external/bsd/kyua-cli/dist/utils/config/
keys.cpp
45
PRE
(!key.empty());
nodes.cpp
104
PRE
(key_pos < key.size());
114
PRE
(key_pos < key.size() - 1);
150
PRE
(key_pos < key.size());
175
PRE
(key_pos < key.size() - 1);
236
/// depend on user input: it is intended to
pre
-populate the tree with a
248
PRE
(key_pos < key.size());
255
PRE
(key_pos < key.size() - 1);
/src/external/bsd/atf/dist/atf-c++/
config.cpp
53
PRE
(m_variables.empty());
76
PRE
(has(varname));
/src/external/bsd/kyua-cli/dist/utils/
datetime.cpp
200
PRE
(value >= 0);
226
PRE
(year >= 1900);
227
PRE
(month >= 1 && month <= 12);
228
PRE
(day >= 1 && day <= 30);
229
PRE
(hour >= 0 && hour <= 23);
230
PRE
(minute >= 0 && minute <= 59);
231
PRE
(second >= 0 && second <= 60);
232
PRE
(microsecond >= 0 && microsecond <= 999999);
sanity.cpp
88
PRE
(!logfile.empty());
180
/// \
pre
The function has not been called before.
187
PRE
(!installed);
/src/external/bsd/atf/dist/atf-sh/
atf-sh.cpp
85
PRE
(interpreter_argc >= 1);
86
PRE
(interpreter_argv[0] != NULL);
/src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp
158
PRE
(descriptor.n_arguments == arguments_.size());
306
PRE
(is_statement(line));
341
PRE
(_loops.size() == _loop_level);
394
PRE
(_skip.top());
539
/// \
pre
The variable must not already exist as a vector.
547
PRE
(_vectors.find(name) == _vectors.end());
557
/// \
pre
The variable must exist.
563
PRE
(_variables.find(name) != _variables.end());
573
/// \
pre
The vector must not already exist as a variable.
579
PRE
(_variables.find(name) == _variables.end())
[
all
...]
Completed in 46 milliseconds
1
2
3
4
Indexes created Mon Apr 20 00:23:12 UTC 2026