Home | History | Annotate | Download | only in cctest

Lines Matching defs:file

42 CcTest::CcTest(TestFunction* callback, const char* file, const char* name,
47 char *basename = strrchr(const_cast<char *>(file), '/');
49 basename = strrchr(const_cast<char *>(file), '\\');
52 basename = v8::internal::StrDup(file);
112 current->file(), current->name(), current->dependency());
114 printf("%s/%s<\n", current->file(), current->name());
159 char* file = arg_copy;
164 && strcmp(test->file(), file) == 0
173 // Run all tests with the specified file or test name.
178 && (strcmp(test->file(), file_or_name) == 0