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

  /external/chromium_org/v8/test/cctest/compiler/
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/
gyptest.py 212 no_result = []
246 no_result.append(test)
265 report("No result from", no_result)
  /external/chromium_org/tools/gyp/test/lib/
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 109 milliseconds