Home
last modified time | relevance | path

Searched refs:test_str (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_header_tests.py166 def replace_generated_headers(test_path, test_str): argument
173 preambule + test_str + postambule, content)
180 test_str = headers_template.format(
194 libcxx_test_path, test_filename), test_str)
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-spawn.c1148 const WCHAR* test_str[] = { in TEST_IMPL() local
1160 const int count = sizeof(test_str) / sizeof(*test_str); in TEST_IMPL()
1181 test_output[i] = calloc(2 * (wcslen(test_str[i]) + 2), sizeof(WCHAR)); in TEST_IMPL()
1182 quote_cmd_arg(test_str[i], test_output[i]); in TEST_IMPL()
1183 wprintf(L"input : %s\n", test_str[i]); in TEST_IMPL()
1199 wprintf(L"%d: %s\t%s\n", i, test_str[i], cracked[i]); in TEST_IMPL()
1200 ASSERT(wcscmp(test_str[i], cracked[i]) == 0); in TEST_IMPL()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dhash.d782 enum test_str = "Sample string"; variable
783 enum size_t hashVal = ctfeHash(test_str);
784 assert(hashVal == bytesHash(&test_str[0], test_str.length, 0));