Lines Matching full:startswith
34 if "startswith" in verify_dict:
35 verify = verify_dict["startswith"]
39 startswith = actual_value.startswith(verify_value)
41 startswith,
101 if not name.startswith("std::"):
183 "startswith": {"value": "0x"},
264 "startswith": {
275 "startswith": {
286 "startswith": {"result": "0x"},
291 "startswith": {"result": "0x"},
443 "startswith": {"value": "0x"},
509 "startswith": {
521 "startswith": {
533 "startswith": {
704 elif arch.startswith("arm"):
718 self.assertTrue(value.startswith("0x"))