OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_flags
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.unittest/
unittest.exp
39
set
test_flags
[lindex $unit_test 0]
46
dg-test $test "" $
test_flags
/src/external/gpl3/gdb.old/dist/gdb/unittests/
enum-flags-selftests.c
340
DEF_ENUM_FLAGS_TYPE (test_flag,
test_flags
);
348
to_string_flags (
test_flags
flags)
350
static constexpr
test_flags
::string_mapping mapping[] = {
372
constexpr
test_flags
f;
379
test_flags
f (FLAG1);
390
constexpr
test_flags
zero1 = 0;
391
constexpr
test_flags
zero2 (0);
392
constexpr
test_flags
zero3 {0};
393
constexpr
test_flags
zero4 = {0};
403
static_assert (
test_flags
(FLAG1) == FLAG1)
[
all
...]
/src/external/gpl3/gdb/dist/gdb/unittests/
enum-flags-selftests.c
340
DEF_ENUM_FLAGS_TYPE (test_flag,
test_flags
);
348
to_string_flags (
test_flags
flags)
350
static constexpr
test_flags
::string_mapping mapping[] = {
372
constexpr
test_flags
f;
379
test_flags
f (FLAG1);
390
constexpr
test_flags
zero1 = 0;
391
constexpr
test_flags
zero2 (0);
392
constexpr
test_flags
zero3 {0};
393
constexpr
test_flags
zero4 = {0};
403
static_assert (
test_flags
(FLAG1) == FLAG1)
[
all
...]
/src/external/bsd/byacc/dist/test/
run_test.sh
48
test_flags
() {
function
145
test_flags
help -z
146
test_flags
big_b -B
147
test_flags
big_l -L
151
test_flags
nostdin - $MYFILE.y
152
test_flags
no_opts -- $MYFILE.y
159
test_flags
no_b_opt -b
160
test_flags
no_b_opt1 -bBASE -o $MYFILE.c $MYFILE.y
164
test_flags
no_p_opt -p
165
test_flags
no_p_opt1 -pBASE -o $MYFILE.c $MYFILE.
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
user-namespace-attach.exp
141
set
test_flags
[list \
146
foreach_with_prefix flags $
test_flags
{
/src/crypto/external/apache2/openssl/dist/crypto/ffc/
ffc_params.c
218
int
test_flags
;
local
256
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_PQ) != 0);
258
OSSL_PKEY_PARAM_FFC_VALIDATE_PQ,
test_flags
))
260
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_G) != 0);
262
OSSL_PKEY_PARAM_FFC_VALIDATE_G,
test_flags
))
264
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_LEGACY) != 0);
267
test_flags
))
/src/crypto/external/bsd/openssl/dist/crypto/ffc/
ffc_params.c
215
int
test_flags
;
local
256
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_PQ) != 0);
258
OSSL_PKEY_PARAM_FFC_VALIDATE_PQ,
test_flags
))
260
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_G) != 0);
262
OSSL_PKEY_PARAM_FFC_VALIDATE_G,
test_flags
))
264
test_flags
= ((ffc->flags & FFC_PARAM_FLAG_VALIDATE_LEGACY) != 0);
267
test_flags
))
/src/external/bsd/wpa/dist/src/tls/
tlsv1_server_i.h
68
u32
test_flags
;
member in struct:tlsv1_server
tlsv1_server.c
322
if ((conn->
test_flags
&
759
conn->
test_flags
= flags;
845
if (conn->
test_flags
& TLS_DHE_PRIME_511B) {
849
} else if (conn->
test_flags
& TLS_DHE_PRIME_767B) {
853
} else if (conn->
test_flags
& TLS_DHE_PRIME_15) {
857
} else if (conn->
test_flags
& TLS_DHE_PRIME_58B) {
861
} else if (conn->
test_flags
& TLS_DHE_NON_PRIME) {
tlsv1_server_read.c
33
if ((conn->
test_flags
&
1104
if ((conn->
test_flags
&
1111
if ((conn->
test_flags
& TLS_DHE_PRIME_15) &&
1117
if ((conn->
test_flags
& TLS_DHE_PRIME_58B) &&
1123
if ((conn->
test_flags
& TLS_DHE_PRIME_511B) &&
1129
if ((conn->
test_flags
& TLS_DHE_PRIME_767B) &&
1135
if ((conn->
test_flags
& TLS_DHE_NON_PRIME) &&
tlsv1_server_write.c
635
if (conn->
test_flags
& TLS_BREAK_SRV_KEY_X_HASH) {
666
if (conn->
test_flags
& TLS_BREAK_SRV_KEY_X_SIGNATURE) {
899
if (conn->
test_flags
& TLS_BREAK_VERIFY_DATA) {
/src/external/ibm-public/postfix/dist/src/util/
dict_cache.c
993
int
test_flags
;
member in struct:DICT_CACHE_SREQ_INFO
1040
if (tp->flags & rp->
test_flags
) {
1044
tp->flags |= rp->
test_flags
;
/src/external/gpl3/gdb.old/dist/gdb/
ui-out.h
268
ui_out_flags
test_flags
(ui_out_flags mask)
function in class:ui_out
ui-out.c
705
gdb_assert (!
test_flags
(disallow_ui_out_field));
source.c
1329
if (uiout->
test_flags
(ui_source_list) && source_open)
1367
else if (uiout->is_mi_like_p () || uiout->
test_flags
(ui_source_list))
breakpoint.c
6856
(uiout->
test_flags
(fix_breakpoint_script_output)
6930
= (uiout->
test_flags
(fix_multi_location_breakpoint_output)
/src/external/gpl3/gdb/dist/gdb/
ui-out.h
268
ui_out_flags
test_flags
(ui_out_flags mask)
function in class:ui_out
ui-out.c
705
gdb_assert (!
test_flags
(disallow_ui_out_field));
source.c
1327
if (uiout->
test_flags
(ui_source_list) && source_open)
1365
else if (uiout->is_mi_like_p () || uiout->
test_flags
(ui_source_list))
breakpoint.c
6888
(uiout->
test_flags
(fix_breakpoint_script_output)
6962
= (uiout->
test_flags
(fix_multi_location_breakpoint_output)
Completed in 78 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026