Searched refs:this_test (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/utils/
H A Djson_results_generator.py512 this_test = tests
514 if segment not in this_test:
515 this_test[segment] = {}
516 this_test = this_test[segment]
518 if not len(this_test):
519 self._PopulateResutlsAndTimesJSON(this_test)
521 if self.RESULTS in this_test:
522 self._InsertItemRunLengthEncoded(result, this_test[self.RESULTS])
524 this_test[sel
[all...]
/external/libpng/contrib/libtests/
H A Dpngunknown.c1164 const char *this_test = *test++; local
1173 this_test);
1183 printf("%s: %s %s\n", result, d.program, this_test);

Completed in 267 milliseconds