Searched refs:testfilename (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Dtestcfg.py76 testfilename = os.path.join(self.root, testcase.path + self.suffix())
78 env = ["-e", "TEST_FILE_NAME=\"%s\"" % testfilename.replace("\\", "\\\\")]
81 files.append(testfilename)
/external/srec/tools/dictTest/
H A DdictTest.c116 LCHAR testfilename[MAX_LINE_LENGTH]; local
149 *testfilename = 0;
173 LSTRCPY(testfilename, argv[++i]);
309 else if (*testfilename) /* test file mode */
311 if ((fin = pfopen(testfilename,"r")) == NULL)
313 LPRINTF("Could not open file: %s\n", testfilename);
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py95 testfilename = testcase.path + ".js"
96 testfilepath = testfilename.split(os.path.sep)
103 result.append(os.path.join(self.testroot, testfilename))
/external/chromium_org/v8/test/webkit/
H A Dtestcfg.py81 testfilename = os.path.join(self.root, testcase.path + self.suffix())
83 env = ["-e", "TEST_FILE_NAME=\"%s\"" % testfilename.replace("\\", "\\\\")]
86 files.append(testfilename)
/external/stlport/test/eh/
H A Dmain.cpp76 void __assertion_failed(char *condition, char *testfilename, int lineno);
77 void __assertion_failed(char *condition, char *testfilename, int lineno) argument
82 std::strncat( msg, testfilename, 255 );

Completed in 1820 milliseconds