Home
last modified time | relevance | path

Searched refs:test_level (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dgmessages.c1346 GLogLevelFlags test_level; in g_logv() local
1348 test_level = 1L << i; in g_logv()
1349 if (log_level & test_level) in g_logv()
1359 test_level |= G_LOG_FLAG_FATAL; in g_logv()
1361 test_level |= G_LOG_FLAG_RECURSION; in g_logv()
1368 test_level |= G_LOG_FLAG_RECURSION; in g_logv()
1371 if ((domain_fatal_mask | g_log_always_fatal) & test_level) in g_logv()
1372 test_level |= G_LOG_FLAG_FATAL; in g_logv()
1373 if (test_level & G_LOG_FLAG_RECURSION) in g_logv()
1376 log_func = g_log_domain_get_handler_L (domain, test_level, &data); in g_logv()
[all …]
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c11178 struct cil_level *test_level; in test_cil_fill_level() local
11179 cil_level_init(&test_level); in test_cil_fill_level()
11181 …c = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_level); in test_cil_fill_level()
11202 struct cil_level *test_level; in test_cil_fill_level_sensnull_neg() local
11203 cil_level_init(&test_level); in test_cil_fill_level_sensnull_neg()
11205 … int rc = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next, test_level); in test_cil_fill_level_sensnull_neg()
11226 struct cil_level *test_level = NULL; in test_cil_fill_level_levelnull_neg() local
11228 …c = cil_fill_level(test_tree->root->cl_head->next->next->cl_head->next->next->cl_head, test_level); in test_cil_fill_level_levelnull_neg()
11249 struct cil_level *test_level; in test_cil_fill_level_nocat() local
11250 cil_level_init(&test_level); in test_cil_fill_level_nocat()
[all …]
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto114 // A test_level and/or a test_stage may also be specified for each test_net.
/third_party/python/Lib/test/
Dtest_logging.py4624 def test_level(self): member in BasicConfigTest
D_test_multiprocessing.py4464 def test_level(self): member in _TestLogging