Searched refs:no_result (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/v8/test/cctest/compiler/ |
D | function-tester.h | 93 MaybeHandle<Object> no_result = Call(a, b); in CheckThrows() local 96 CHECK(no_result.is_null()); in CheckThrows() 104 MaybeHandle<Object> no_result = Call(a, b); in CheckThrowsReturnMessage() local 107 CHECK(no_result.is_null()); in CheckThrowsReturnMessage()
|
/external/chromium_org/tools/gyp/ |
D | gyptest.py | 212 no_result = [] 246 no_result.append(test) 265 report("No result from", no_result)
|
/external/chromium_org/tools/gyp/test/lib/ |
D | TestCmd.py | 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 TestCmd 1086 no_result(self = self,
|
D | TestCommon.py | 560 self.no_result(skip=1)
|