Home
last modified time | relevance | path

Searched refs:module_str (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_module_var_test.cc203 const auto module_str = test::ToString(p->program()); in TEST_F() local
204 EXPECT_THAT(module_str, HasSubstr("var<workgroup> x_52 : f32;")); in TEST_F()
219 const auto module_str = test::ToString(p->program()); in TEST_F() local
220 EXPECT_THAT(module_str, HasSubstr("var<workgroup> the_counter : f32;")); in TEST_F()
235 const auto module_str = test::ToString(p->program()); in TEST_F() local
236 EXPECT_THAT(module_str, in TEST_F()
263 const auto module_str = test::ToString(p->program()); in TEST_F() local
264 EXPECT_THAT(module_str, HasSubstr("var<private> x_52 : u32;")); in TEST_F()
358 const auto module_str = test::ToString(p->program()); in TEST_F() local
359 EXPECT_THAT(module_str, in TEST_F()
[all …]
Dfunction_memory_test.cc952 const auto module_str = test::ToString(p->program()); in TEST_F() local
953 EXPECT_THAT(module_str, HasSubstr(R"(type RTArr = [[stride(4)]] array<u32>; in TEST_F()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_main.c48 char *format, *module_str; in hostapd_logger_cb() local
70 module_str = "IEEE 802.11"; in hostapd_logger_cb()
73 module_str = "IEEE 802.1X"; in hostapd_logger_cb()
76 module_str = "RADIUS"; in hostapd_logger_cb()
79 module_str = "WPA"; in hostapd_logger_cb()
82 module_str = "DRIVER"; in hostapd_logger_cb()
85 module_str = "IAPP"; in hostapd_logger_cb()
88 module_str = "MLME"; in hostapd_logger_cb()
91 module_str = NULL; in hostapd_logger_cb()
98 module_str ? " " : "", module_str ? module_str : "", in hostapd_logger_cb()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c48 char *format, *module_str; in hostapd_logger_cb() local
70 module_str = "IEEE 802.11"; in hostapd_logger_cb()
73 module_str = "IEEE 802.1X"; in hostapd_logger_cb()
76 module_str = "RADIUS"; in hostapd_logger_cb()
79 module_str = "WPA"; in hostapd_logger_cb()
82 module_str = "DRIVER"; in hostapd_logger_cb()
85 module_str = "MLME"; in hostapd_logger_cb()
88 module_str = NULL; in hostapd_logger_cb()
95 module_str ? " " : "", module_str ? module_str : "", in hostapd_logger_cb()
99 hapd->conf->iface, module_str ? " " : "", in hostapd_logger_cb()
[all …]
/third_party/python/Python/
D_warnings.c1223 const char *module_str, PyObject *registry) in PyErr_WarnExplicit() argument
1232 if (module_str != NULL) { in PyErr_WarnExplicit()
1233 module = PyUnicode_FromString(module_str); in PyErr_WarnExplicit()
1251 const char *module_str, PyObject *registry, in PyErr_WarnExplicitFormat() argument
1262 if (module_str != NULL) { in PyErr_WarnExplicitFormat()
1263 module = PyUnicode_FromString(module_str); in PyErr_WarnExplicitFormat()
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dtuner.py251 module_str = ",".join(module_using)
252 import_py_module(module_str)
Dtbe_adapter.py459 module_str = ",".join(module_using)
460 import_py_module(module_str)