HomeSort by: relevance | last modified time | path
    Searched defs:test_name (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
check_output.py 419 def parse_test_source(test_name, variant, fname):
425 if line.startswith('BEGIN_TEST(%s)' % test_name):
427 elif line.startswith('BEGIN_TEST_TODO(%s)' % test_name):
430 elif line.startswith('BEGIN_TEST_FAIL(%s)' % test_name):
445 def parse_and_check_test(test_name, variant, test_file, output, current_result):
446 checks, expected = parse_test_source(test_name, variant, test_file)
497 test_name = get_cstr(stdin) variable
500 full_name = test_name + '/' + test_variant
502 full_name = test_name
511 results[full_name] = parse_and_check_test(test_name, test_variant, test_source_file, code, current_result
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_test_arit.c 346 const char *test_name)
353 LLVMValueRef func = LLVMAddFunction(module, test_name,
422 char test_name[128]; local
423 snprintf(test_name, sizeof test_name, "%s.v%u", test->name, length);
443 test_func = build_unary_test_func(gallivm, test, length, test_name);
502 test_name, in[i], ref, out[i], precision,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_test_arit.c 325 const char *test_name)
332 LLVMValueRef func = LLVMAddFunction(module, test_name,
401 char test_name[128]; local
402 util_snprintf(test_name, sizeof test_name, "%s.v%u", test->name, length);
422 test_func = build_unary_test_func(gallivm, test, length, test_name);
479 test_name, in[i], ref, out[i], precision,
  /xsrc/external/mit/xf86-video-intel/dist/test/
present-speed.c 159 char test_name[128]; local
361 test_name[0] = '\0';
363 snprintf(test_name, sizeof(test_name), "(%s%s%s )",
369 name, test_name,
392 char test_name[128]; local
608 test_name[0] = '\0';
610 snprintf(test_name, sizeof(test_name), "(%s%s%s )",
616 __func__, test_name,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
gtest-internal.h 583 const char* test_name) {
588 FormatFileLocation(file, line).c_str(), test_name, case_name);
593 ::std::make_pair(test_name, CodeLocation(file, line)));
597 bool TestExists(const std::string& test_name) const {
598 return registered_tests_.count(test_name) > 0;
601 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
602 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
755 std::string test_name = StripTrailingSpaces( local
757 if (!state->TestExists(test_name)) {
759 case_name, test_name.c_str()
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-internal.h 556 const char* test_name) {
560 FormatFileLocation(file, line).c_str(), test_name, case_name);
565 ::std::make_pair(test_name, CodeLocation(file, line)));
569 bool TestExists(const std::string& test_name) const {
570 return registered_tests_.count(test_name) > 0;
573 const CodeLocation& GetCodeLocation(const std::string& test_name) const {
574 RegisteredTestsMap::const_iterator it = registered_tests_.find(test_name);
678 std::string test_name = StripTrailingSpaces( local
680 if (!state->TestExists(test_name)) {
682 case_name, test_name.c_str()
    [all...]

Completed in 10 milliseconds