HomeSort by relevance Sort by last modified time
    Searched refs:result_strings (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
multiplay.c 41 static const char *result_strings[] = { variable
66 if ( /* result >= 0 && */ result < sizeof(result_strings) / sizeof(result_strings[0]))
67 return result_strings[result];
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 207 result_strings = map(self.results_json.expectation_for_type, result_types)
210 result_exp = map(string_to_exp, result_strings)

Completed in 64 milliseconds