Home
last modified time | relevance | path

Searched refs:result_summary (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
DTestDataFormatterObjCNSDate.py47 self.expect_expr("date_1970_minus_06", result_summary="1969-12-31 23:59:59 UTC")
48 self.expect_expr("date_1970_minus_05", result_summary="1969-12-31 23:59:59 UTC")
49 self.expect_expr("date_1970_minus_04", result_summary="1969-12-31 23:59:59 UTC")
50 self.expect_expr("date_1970_plus_06", result_summary="1970-01-01 00:00:00 UTC")
51 self.expect_expr("date_1970_plus_05", result_summary="1970-01-01 00:00:00 UTC")
52 self.expect_expr("date_1970_plus_04", result_summary="1970-01-01 00:00:00 UTC")
70 self.expect_expr("distant_past", result_summary="0001-01-01 00:00:00 UTC")
71 self.expect_expr("distant_future", result_summary="4001-01-01 00:00:00 UTC")
/external/llvm-project/lldb/test/API/lang/objc/objc_direct-methods/
Dmain.m21 …return 0; //%self.expect_expr("[self directCallNoArgs]", result_summary='"called directCallNoArgs"…
24 … //%self.expect_expr("[self directCallNSStringArg: str]", result_summary='@"some string"')
25 … //%self.expect_expr("[self directCallIdArg: (id)str]", result_summary='@"some string appendix"')
26 … //%self.expect_expr("[self directCallConflictingName]", result_summary='"correct function"')
27 …//%self.expect_expr("[self directCallWithCategory]", result_summary='"called function with categor…
84 …[foo entryPoint]; //%self.expect_expr("[foo directCallNoArgs]", result_summary='"called directCal…
87 … //%self.expect_expr("[foo directCallNSStringArg: str]", result_summary='@"some string"')
88 … //%self.expect_expr("[foo directCallIdArg: (id)str]", result_summary='@"some string appendix"')
89 … //%self.expect_expr("[foo directCallConflictingName]", result_summary='"correct function"')
90 …//%self.expect_expr("[foo directCallWithCategory]", result_summary='"called function with category…
/external/llvm-project/lldb/test/API/lang/cpp/covariant-return-types/
DTestCovariantReturnTypes.py35 self.expect_expr("derived.getOtherPtr()->value()", result_summary='"derived"')
36 self.expect_expr("base_ptr_to_derived->getOtherPtr()->value()", result_summary='"derived"')
37 self.expect_expr("base.getOtherPtr()->value()", result_summary='"base"')
38 self.expect_expr("derived.getOtherRef().value()", result_summary='"derived"')
39 self.expect_expr("base_ptr_to_derived->getOtherRef().value()", result_summary='"derived"')
40 self.expect_expr("base.getOtherRef().value()", result_summary='"base"')
/external/llvm-project/lldb/test/API/lang/cpp/char1632_t/
DTestChar1632T.py110 self.expect_expr('cs16_zero', result_summary="U+0000 u'\\0'")
111 self.expect_expr('cs32_zero', result_summary="U+0x00000000 U'\\0'")
114 self.expect_expr("u'a'", result_type="char16_t", result_summary="U+0061 u'a'")
115 self.expect_expr("U'a'", result_type="char32_t", result_summary="U+0x00000061 U'a'")
/external/llvm-project/lldb/test/API/lang/cpp/char8_t/
DTestCxxChar8_t.py23 self.expect_expr("a", result_type="char8_t", result_summary="0x61 u8'a'")
24 self.expect_expr("ab", result_type="const char8_t *", result_summary='u8"你好"')
25 self.expect_expr("abc", result_type="char8_t [9]", result_summary='u8"你好"')
/external/llvm-project/lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/
DTestCstringUnicode.py17 self.expect_expr("s", result_summary='"��"')
18 self.expect_expr("(const char*)s", result_summary='"��"')
/external/llvm-project/lldb/test/API/lang/cpp/default-template-args/
DTestDefaultTemplateArgs.py39 self.expect_expr("$X<> x; x", result_summary="summary1")
41 self.expect_expr("$X<long> x; x", result_summary="summary2")
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/map/
DTestDataFormatterLibccMap.py59 self.expect_expr("ii", result_summary="size=0", result_children=[])
68 self.expect_expr("ii", result_summary="size=2", result_children=[
/external/llvm-project/lldb/test/API/lang/cpp/elaborated-types/
DTestElaboratedTypes.py26 result_summary="(summary x=4)")
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/
DTestDbgInfoContentForwardListFromStdModule.py30 self.expect_expr("a", result_type=list_type, result_summary="size=1")
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/forward_list/
DTestForwardListFromStdModule.py30 self.expect_expr("a", result_type=list_type, result_summary="size=1")
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/shared_ptr/
DTestSharedPtrFromStdModule.py27 result_summary="3 strong=1 weak=1",
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/weak_ptr/
DTestWeakPtrFromStdModule.py27 result_summary="3 strong=1 weak=2",
/external/llvm-project/lldb/test/API/commands/expression/import-std-module/unique_ptr/
DTestUniquePtrFromStdModule.py29 result_summary="3",
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
DTestDataFormatterLibcxxString.py104 self.expect_expr("s", result_type=ns+"::wstring", result_summary='L"hello world! מזל טוב!"')
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
DTestDataFormatterLibcxxVector.py29 self.expect_expr(var_name, result_summary="size=7", result_children=[
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py2548 result_summary=None, argument
2585 summary=result_summary, children=result_children)
/external/scapy/test/
Dregression.uts9219 result_summary = cmco.get_output()
9220 assert(len(result_summary.split('\n')) == 10)
9225 "Raw" % (ftp_data, http) in result_summary