HomeSort by relevance Sort by last modified time
    Searched refs:substrs (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/lldb/test/functionalities/data-formatter/data-formatter-smart-array/
TestDataFormatterSmartArray.py 44 substrs = ['stopped',
60 substrs = ['invalid use of aggregate type'])
65 substrs = ['ptr = \"',
69 substrs = ['ptr = \"',
75 substrs = ['arr = \"',
79 substrs = ['arr = \"',
83 substrs = ['arr = \"',
87 substrs = ['arr = \"',
94 substrs = ['ptr = \"',
98 substrs = ['ptr = \"'
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-synth/
TestDataFormatterSynth.py 44 substrs = ['stopped',
60 substrs = ['x = 6',
66 substrs = ['y=7'])
70 substrs = ['x = 6',
75 substrs = ['x = 6',
81 substrs = ['x = 6',
88 substrs = ['x=6',
95 substrs = ['x=6',
101 substrs = ['x = 6',
107 substrs = ['x = 6'
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
TestDataFormatterAdv.py 44 substrs = ['stopped',
63 substrs = ['pippo'])
66 substrs = ['pluto'])
71 substrs = ['pluto'])
78 substrs = ['1,2,3,4,5'])
84 substrs = ['1,1,1,1,6'])
91 substrs = ['01'])
96 substrs = ['01'])
104 substrs = ['0x',
110 substrs = ['9 1']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-script/
TestDataFormatterScript.py 44 substrs = ['stopped',
62 substrs = ['Hello from Python',
66 substrs = ['Hello from Python',
72 substrs = ['Hello from Python, 10 times!',
78 substrs = ['Hello from Python',
87 substrs = ['int says 1'])
90 substrs = ['int says 1'])
96 substrs = ['int says 1',
100 substrs = ['int says 1',
107 substrs = ['and float says 2.71']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
TestDataFormatterCpp.py 44 substrs = ['stopped',
48 substrs = ['(Speed) SPILookHex = 5.55' # Speed by default is 5.55.
67 substrs = ['RealNumber',
91 substrs = ['Speed'])
95 substrs = ['no custom format for Speed'])
100 substrs = ['arr = "Hello world!"'])
107 substrs = ['ptr = "Hello world!"'])
112 substrs = ['arr = "Hello world!'])
116 substrs = ['arr = "Hello world!'])
119 substrs = ['ptr = "Hello world!"']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
TestDataFormatterLibcxxVector.py 47 substrs = ['stopped',
64 substrs = ['numbers = size=0'])
70 substrs = ['numbers = size=1',
78 substrs = ['numbers = size=4',
86 substrs = ['$', 'size=4',
97 substrs = ['item 0 is 1']);
101 substrs = ['item 0 is 1']);
110 substrs = ['numbers = size=7',
121 substrs = ['$', 'size=7',
133 substrs = ['1'])
    [all...]
  /external/lldb/test/lang/objc/objc-new-syntax/
TestObjCNewSyntax.py 54 substrs = ['stopped',
59 substrs = [' resolved, hit count = 1'])
68 substrs = ["foo"])
71 substrs = ["foo"])
74 substrs = ["bar"])
77 substrs = ["bar"])
80 substrs = ["value"])
83 substrs = ["value"])
86 substrs = ["object"])
89 substrs = ["object"]
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
TestDataFormatterLibcxxMultiSet.py 43 substrs = ['stopped',
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
60 self.expect("frame variable ii",substrs = ["size=0","{}"])
62 self.expect("frame variable ii",substrs = ["size=6","[0] = 0","[1] = 1", "[2] = 2", "[3] = 3", "[4] = 4", "[5] = 5"])
64 self.expect("frame variable ii",substrs = ["size=7","[2] = 2", "[3] = 3", "[6] = 6"])
65 self.expect("p ii",substrs = ["size=7","[2] = 2", "[3] = 3", "[6] = 6"])
66 self.expect("frame variable ii[2]",substrs = [" = 2"])
68 self.expect("frame variable ii",substrs = ["size=0","{}"])
70 self.expect("frame variable ii",substrs = ["size=0","{}"])
71 self.expect("frame variable ss",substrs = ["size=0","{}"]
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
TestDataFormatterLibcxxSet.py 43 substrs = ['stopped',
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
60 self.expect("frame variable ii",substrs = ["size=0","{}"])
62 self.expect("frame variable ii",substrs = ["size=6","[0] = 0","[1] = 1", "[2] = 2", "[3] = 3", "[4] = 4", "[5] = 5"])
64 self.expect("frame variable ii",substrs = ["size=7","[2] = 2", "[3] = 3", "[6] = 6"])
65 self.expect("frame variable ii[2]",substrs = [" = 2"])
66 self.expect("p ii",substrs = ["size=7","[2] = 2", "[3] = 3", "[6] = 6"])
68 self.expect("frame variable ii",substrs = ["size=0","{}"])
70 self.expect("frame variable ii",substrs = ["size=0","{}"])
71 self.expect("frame variable ss",substrs = ["size=0","{}"]
    [all...]
  /external/lldb/test/functionalities/command_script/
TestCommandScript.py 56 substrs = ['Hello Enrico, welcome to LLDB']);
59 substrs = ['Just a docstring for welcome_impl',
63 substrs = ['Run Python function welcome.welcome_impl',
67 substrs = ['Run Python function welcome.welcome_impl',
71 substrs = ['Run Python function welcome.welcome_impl',
77 substrs = ['Hello Enrico, welcome to LLDB']);
80 substrs = ['a.out'])
83 substrs = ['a test for error in command'])
86 substrs = ['targetname',
90 substrs = ['Run Python function welcome.target_name_imp'
    [all...]
  /external/lldb/test/functionalities/data-formatter/rdar-3534688/
TestFormattersOneIsSingular.py 46 substrs = ['stopped',
61 substrs = ['@"1 object"'])
63 substrs = ['1 objects'])
65 substrs = ['@"1 object"'])
67 substrs = ['1 objects'])
69 substrs = ['1 key/value pair'])
71 substrs = ['1 key/value pairs'])
73 substrs = ['@"1 value"'])
75 substrs = ['1 values'])
77 substrs = ['1 object']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
TestDataFormatterLibccMap.py 43 substrs = ['stopped',
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
63 substrs = ['size=0',
69 substrs = ['size=2',
80 substrs = ['size=4',
91 substrs = ['size=8',
100 substrs = ['size=8',
110 substrs = ['first = 0',
113 substrs = ['first =',
125 # substrs = ['1234567']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
TestDataFormatterLibccMultiMap.py 43 substrs = ['stopped',
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
63 substrs = ['size=0',
69 substrs = ['size=2',
80 substrs = ['size=4',
91 substrs = ['size=8',
100 substrs = ['size=8',
110 substrs = ['first = 0',
113 substrs = ['first =',
125 # substrs = ['1234567']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
TestDataFormatterStdMap.py 50 substrs = ['stopped',
70 substrs = ['map has 0 items',
76 substrs = ['map has 2 items',
87 substrs = ['map has 4 items',
98 substrs = ['map has 9 items',
107 substrs = ['map has 9 items',
117 substrs = ['first = 0',
120 substrs = ['first =',
124 substrs = ['1234567'])
135 # substrs = ['1234567']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
TestDataFormatterCategories.py 44 substrs = ['stopped',
68 substrs = ['r1 = ARectangle',
75 substrs = ['r1 = ARectangle',
83 substrs = ['r1 = {',
91 substrs = ['r1 = ARectangle',
99 substrs = ['r1 = {',
111 substrs = ['r1 = Width = ',
118 substrs = ['r1 = Area = ',
127 substrs = ['r1 = Width = ',
136 substrs = ['r1 = Area = '
    [all...]
  /external/lldb/test/functionalities/command_history/
TestCommandHistory.py 29 substrs = ['3: memory write','4: log list','5: disassemble'])
32 substrs = ['3: memory write'])
35 substrs = ['6: expression 1','7: type summary list -w default'])
38 substrs = ['0: breakpoint list','1: register read'])
41 substrs = ['3: memory write'])
44 substrs = ['0: breakpoint list','1: register read','2: apropos hello'])
47 substrs = ['12: command history -s 6 -e 7','13: command history -c 2','14: command history -e 3 -c 1','15: command history -e 2','16: command history -s 12'])
50 substrs = ['15: command history -e 2','16: command history -s 12','17: command history -s end -c 3'])
53 substrs = ['15: command history -e 2','16: command history -s 12','17: command history -s end -c 3','command history -s end -e 15'])
56 substrs = ['5: disassemble']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
TestDataFormatterStdVector.py 48 substrs = ['stopped',
65 substrs = ['numbers = size=0'])
71 substrs = ['numbers = size=1',
79 substrs = ['numbers = size=4',
87 substrs = ['$', 'size=4',
98 substrs = ['item 0 is 1']);
104 substrs = ['item 0 is 1']);
113 substrs = ['numbers = size=7',
124 substrs = ['$', 'size=7',
136 substrs = ['1'])
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
TestDataFormatterNamedSummaries.py 44 substrs = ['stopped',
62 substrs = ['First: x=12'])
65 substrs = ['AllUseIt: x=12'])
69 substrs = ['AllUseIt: x=12'])
71 substrs = ['First: x=12'])
76 substrs = ['First: x=12'])
79 substrs = ['AllUseIt: x=12',
83 substrs = ['AllUseIt: x=65',
87 substrs = ['AllUseIt: x=96',
94 substrs = ['Second: x=65'
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
TestDataFormatterLibcxxList.py 47 substrs = ['stopped',
67 substrs = ['list has 0 items',
71 substrs = ['list has 0 items',
75 substrs = ['list has 0 items',
81 substrs = ['list has 1 items',
88 substrs = ['list has 4 items',
101 substrs = ['list has 6 items',
113 substrs = ['list has 6 items',
126 substrs = ['0x12345678']);
128 substrs = ['0x11223344'])
    [all...]
  /external/lldb/test/lang/objc/rdar-11355592/
TestRdar11355592.py 50 self.expect("frame variable my_string", substrs = ['const char *'])
51 self.expect("frame variable my_string --dynamic-type run-target", substrs = ['const char *'])
53 self.expect("expr my_string", substrs = ['const char *'])
54 self.expect("expr -d run -- my_string", substrs = ['const char *'])
56 self.expect("frame variable my_foolie", substrs = ['FoolMeOnce *'])
57 self.expect("frame variable my_foolie --dynamic-type run-target", substrs = ['FoolMeOnce *'])
59 self.expect("expr my_foolie", substrs = ['FoolMeOnce *'])
60 self.expect("expr -d run -- my_foolie", substrs = ['FoolMeOnce *'])
64 self.expect("frame variable my_string", substrs = ['const char *'])
65 self.expect("frame variable my_string --dynamic-type run-target", substrs = ['const char *']
    [all...]
  /external/lldb/test/functionalities/data-formatter/rdar-9974002/
Test-rdar-9974002.py 48 substrs = ['stopped',
62 substrs = ['mine = ',
68 substrs = ['mine = ',
74 substrs = ['mine = ',
80 substrs = ['mine = ',
86 substrs = ['mine = ',
92 substrs = ['mine = ',
98 substrs = ['mine = ',
105 substrs = ['mine = ',
111 substrs = ['mine = '
    [all...]
  /external/lldb/test/help/
TestHelp.py 22 substrs = ['next'])
25 substrs = ['next'])
30 substrs = ['--show-aliases',
71 substrs = ['arm', 'x86_64', 'i386'])
76 substrs = ['Show version of LLDB debugger.'])
97 substrs = ['error: 0 is out of range, valid values must be between'])
106 substrs = ['breakpoint set [-s <shlib-name>]'])
112 substrs = ['dump symtab',
119 substrs = ['error: ambiguous command image du sym',
127 substrs = ['Dump the line table for one or more compilation units']
    [all...]
  /external/lldb/test/functionalities/target_command/
TestTargetCommand.py 102 substrs = ['c.c:%d' % self.line_c,
107 substrs = ['b.c:%d' % self.line_b,
117 substrs = ["my_global_char", "'X'"])
119 substrs = ['my_global_str', '"abc"'])
121 substrs = ['my_static_int', '228'])
123 substrs = ['"abc"'])
125 substrs = ['"abc"'])
127 substrs = ['a'])
133 substrs = ['my_global_str', '"abc"'])
135 substrs = ['my_static_int', '228']
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/
TestDataFormatterStdList.py 47 substrs = ['stopped',
67 substrs = ['size=0',
70 substrs = ['size=0',
74 substrs = ['size=0',
78 substrs = ['size=0',
84 substrs = ['size=1',
91 substrs = ['size=4',
104 substrs = ['size=6',
116 substrs = ['size=6',
129 substrs = ['0x12345678'])
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
TestDataFormatterSkipSummary.py 46 substrs = ['stopped',
68 substrs = ['(DeepData_1) data1 = Level 1',
78 substrs = ['(DeepData_1) data1 = {',
90 substrs = ['(DeepData_1) data1 = {',
103 substrs = ['Level 3'])
107 substrs = ['(DeepData_2 *) data1.m_child1 = 0x'])
111 substrs = ['(DeepData_2) *data1.m_child1 = {',
119 substrs = ['(DeepData_3) data1.m_child1->m_child2 = {',
128 substrs = ['(DeepData_3) data1.m_child1->m_child2 = {',
152 substrs = ['(DeepData_3) data1.m_child1->m_child2 = {'
    [all...]

Completed in 332 milliseconds

1 2 3 4 5 6 7 8