HomeSort by relevance Sort by last modified time
    Searched full:status_file (Results 1 - 12 of 12) sorted by null

  /external/v8/test/es5conform/
testcfg.py 103 status_file = join(self.root, 'es5conform.status')
104 if exists(status_file):
105 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/sputnik/
testcfg.py 107 status_file = join(self.root, 'sputnik.status')
108 if exists(status_file):
109 test.ReadConfigurationInto(status_file, sections, defs)
  /external/oprofile/daemon/
init.c 107 FILE * status_file; local
110 status_file = fopen(op_dump_status, "w");
112 if (!status_file && errno == EMFILE) {
121 if (!status_file) {
126 fprintf(status_file, "1\n");
127 fclose(status_file);
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 167 char status_file[30] = "/proc/"; local
172 snprintf(status_file + 6, 6, "%hu", tid);
174 strcat(status_file, "/status");
176 fp = op_try_open_file(status_file, "r");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 233 STATUS_FILE = "status.dat"
248 status_file = os.path.join(directory, self.STATUS_FILE)
249 status = pickle.load(open(status_file, "rb"))
267 status_file = os.path.join(directory, self.STATUS_FILE)
274 fout = open(status_file, "wb")
  /external/v8/test/cctest/
testcfg.py 112 status_file = join(self.root, 'cctest.status')
113 if exists(status_file):
114 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/message/
testcfg.py 131 status_file = join(self.root, 'message.status')
132 if exists(status_file):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mjsunit/
testcfg.py 151 status_file = join(self.root, 'mjsunit.status')
152 if exists(status_file):
153 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/mozilla/
testcfg.py 131 status_file = join(self.root, 'mozilla.status')
132 if exists(status_file):
133 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/preparser/
testcfg.py 155 status_file = join(self.root, 'preparser.status')
156 if exists(status_file):
157 test.ReadConfigurationInto(status_file, sections, defs)
  /external/v8/test/test262/
testcfg.py 128 status_file = join(self.root, 'test262.status')
129 if exists(status_file):
130 test.ReadConfigurationInto(status_file, sections, defs)
  /external/chromium_org/v8/tools/testrunner/local/
testsuite.py 64 def status_file(self): member in class:TestSuite
87 statusfile.ReadStatusFile(self.status_file(), variables)

Completed in 109 milliseconds