Searched defs:no_result (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/test/cctest/compiler/ |
H A D | function-tester.h | 93 MaybeHandle<Object> no_result = Call(a, b); local 96 CHECK(no_result.is_null()); 104 MaybeHandle<Object> no_result = Call(a, b); local 107 CHECK(no_result.is_null());
|
/external/chromium_org/tools/gyp/test/lib/ |
H A D | TestCmd.py | 94 test.no_result() 95 test.no_result(condition) 96 test.no_result(condition, function) 97 test.no_result(condition, function, skip) 137 The TestCmd module provides pass_test(), fail_test(), and no_result() 157 TestCmd.no_result() 158 TestCmd.no_result(condition) 159 TestCmd.no_result(condition, function) 160 TestCmd.no_result(condition, function, skip) 238 'no_result', 365 def no_result(self = None, condition = 1, function = None, skip = 0): function 1080 def no_result(self, condition = 1, function = None, skip = 0): member in class:TestCmd [all...] |
Completed in 315 milliseconds