Home
last modified time | relevance | path

Searched refs:no_result (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/test/cctest/compiler/
Dfunction-tester.h93 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/
Dgyptest.py212 no_result = []
246 no_result.append(test)
265 report("No result from", no_result)
/external/chromium_org/tools/gyp/test/lib/
DTestCmd.py365 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,
DTestCommon.py560 self.no_result(skip=1)