Home
last modified time | relevance | path

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

/external/dtc/tests/
Dstringlist.c106 static void check_string(const void *fdt, const char *path, in check_string() function
149 check_string(fdt, "/", "compatible", 0, "test-strings"); in main()
150 check_string(fdt, "/device", "compatible", 0, "foo"); in main()
151 check_string(fdt, "/device", "compatible", 1, "bar"); in main()
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py95 def check_string(string): function
126 check_string(element.tag)
129 check_string(element.text)
131 check_string(element.tail)
/external/mdnsresponder/mDNSShared/
DDebugServices.h581 #undef check_string
583 #if( !defined( check_string ) )
585 #define check_string( X, STR ) \ macro
595 #define check_string( X, STR ) macro
1090 #define ensure_string( X, STR ) check_string( X, STR )
DDebugServices.c2628 check_string( 0, "SHOULD SEE: check_string" ); in DebugServicesTest()
2629 check_string( 1, "SHOULD *NOT* SEE: check_string (valid)" ); in DebugServicesTest()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c987 static int check_string(const void * value, void *check_value_data) { in check_string() function
997 _expect_check(function, parameter, file, line, check_string, (void*)string, in _expect_string()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c453 check_string( gQueryList->refCount == 1, "NSPCleanup with outstanding queries!" ); in NSPCleanup()
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c3753check_string( prefix->Address.lpSockaddr->sa_family == family, "addr family != netmask family" ); in getifaddrs_ipv6()