Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dassert.c64 test_assert(bool exp, const char *exp_str, in test_assert() argument
75 file, line, exp_str, getpid(), _gettid(), in test_assert()
/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dtest_util.h26 void test_assert(bool exp, const char *exp_str,
/external/selinux/libsemanage/tests/
Dtest_fcontext.c429 void helper_fcontext_get_type_str(int type, const char *exp_str) in helper_fcontext_get_type_str() argument
431 CU_ASSERT_STRING_EQUAL(semanage_fcontext_get_type_str(type), exp_str); in helper_fcontext_get_type_str()
/external/libxml2/
Dxmlregexp.c6554 #define exp_str field.f_str macro
6807 if (name == insert->exp_str) { in xmlExpHashGetEntry()
6834 entry->exp_str = name; in xmlExpHashGetEntry()
7047 if (list[tmp] == exp->exp_str) in xmlExpGetLanguageInt()
7051 list[nb] = exp->exp_str; in xmlExpGetLanguageInt()
7102 if (list[tmp] == exp->exp_str) in xmlExpGetStartInt()
7106 list[nb] = exp->exp_str; in xmlExpGetStartInt()
7184 if (exp->exp_str == str) { in xmlExpStringDeriveInt()
7486 if (exp->exp_str == sub->exp_str) { in xmlExpExpDeriveInt()
7501 if (exp->exp_str == sub->exp_left->exp_str) { in xmlExpExpDeriveInt()
[all …]
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp667 std::string exp_str = ti.as_string( expv ); in l_compare() local
672 exp_str.c_str(), in l_compare()