Home | History | Annotate | Download | only in cctest

Lines Matching defs:file

36 CcTest::CcTest(TestFunction* callback, const char* file, const char* name,
40 char *basename = strrchr(const_cast<char *>(file), '/');
42 basename = strrchr(const_cast<char *>(file), '\\');
45 basename = v8::internal::StrDup(file);
65 current->file(), current->name(), current->dependency());
67 printf("%s/%s<\n", current->file(), current->name());
89 char* file = arg_copy;
94 && strcmp(test->file(), file) == 0
103 // Run all tests with the specified file or test name.
108 && (strcmp(test->file(), file_or_name) == 0