OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
189
result_strings
= map(self.results_json.expectation_for_type, result_types)
192
result_exp = map(string_to_exp,
result_strings
)
Completed in 214 milliseconds