Home
last modified time | relevance | path

Searched refs:verify_values (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-vscode/variables/
DTestVSCode_variables.py26 def verify_values(self, verify_dict, actual, varref_dict=None): member in TestVSCode_variables
74 self.verify_values(verify_dict[name], variable, varref_dict)
195 self.verify_values(expressions[expression], response['body'])
/external/autotest/client/common_lib/cros/network/
Diw_runner_unittest.py587 def verify_values(self, iw_bss_1, iw_bss_2): member in IwRunnerTest
614 self.verify_values(test_iw_bss, network[0])
691 self.verify_values(iw_bss_1, iw_bss_2)
/external/skia/tests/
DSkSLInterpreterTest.cpp41 static void verify_values(skiatest::Reporter* r, in verify_values() function
108 verify_values(r, src, out.get(), expected, sig.fReturnSlots, exactCompare); in test()
130 verify_values(r, src, actual, expected, 4, /*exactCompare=*/true); in test()