Searched refs:expect (Results 226 - 250 of 540) sorted by relevance

1234567891011>>

/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/
H A DTestDataFormatterLibcxxVBool.py44 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect("frame variable vBool",
63 self.expect("expr vBool",
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/
H A DTestDataFormatterStdString.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("frame variable",
70 self.expect("frame variable",
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/
H A DTestDataFormatterStdVBool.py45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("frame variable vBool",
64 self.expect("expr vBool",
/external/lldb/test/functionalities/inferior-crashing/
H A DTestInferiorCrashing.py96 self.expect("thread list", STOPPED_DUE_TO_EXC_BAD_ACCESS,
117 self.expect("thread backtrace all",
153 self.expect("register read eax",
165 self.expect("p argc",
168 self.expect("p hello_world",
179 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
187 self.expect("p argv[0]",
189 self.expect("p null_ptr",
193 self.expect("register read eax",
197 self.expect("threa
[all...]
/external/lldb/test/functionalities/set-data/
H A DTestSetData.py32 self.expect("p myFoo.x", VARIABLES_DISPLAYED_CORRECTLY,
47 self.expect("p myFoo.x", VARIABLES_DISPLAYED_CORRECTLY,
63 self.expect("fr var -d run-target string", VARIABLES_DISPLAYED_CORRECTLY,
/external/lldb/test/lang/cpp/rdar12991846/
H A DTestRdar12991846.py71 self.expect('expression L"hello"',
74 self.expect('expression u"hello"',
77 self.expect('expression U"hello"',
/external/lldb/test/lang/cpp/signed_types/
H A DTestSignedTypes.py46 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
50 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
/external/lldb/test/lang/cpp/unsigned_types/
H A DTestUnsignedTypes.py49 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
53 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
57 self.expect("frame variable --show-types --no-args", VARIABLES_DISPLAYED_CORRECTLY,
/external/lldb/test/lang/objc/forward-decl/
H A DTestForwardDecl.py41 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
46 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
53 self.expect("expression [j getMember]", VARIABLES_DISPLAYED_CORRECTLY,
/external/lldb/test/lang/objc/rdar-10967107/
H A DTestRdar10967107.py50 self.expect("frame variable cf_greg_date --raw", substrs = ['year','month','day','hour','minute','second'])
51 self.expect("frame variable cf_range --raw", substrs = ['location','length'])
53 self.expect("frame variable --raw", substrs = ['year','month','day','hour','minute','second','location','length'])
/external/lldb/test/lang/objc/self/
H A DTestObjCSelf.py41 self.expect("expression -- m_a = 2",
47 self.expect("expression -- m_a = 2",
50 self.expect("expression -- s_a",
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dmath-floor-global.js34 function testFloor(expect, input) {
37 assertEquals(expect, test(input));
38 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
41 assertEquals(expect, test(input));
H A Dmath-floor-local.js33 function testFloor(expect, input) {
37 assertEquals(expect, test(input));
38 assertEquals(expect, test(input));
39 assertEquals(expect, test(input));
41 assertEquals(expect, test(input));
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DForwardingCheckedFutureTest.java20 import static org.easymock.EasyMock.expect;
49 expect(delegate.checkedGet()).andReturn(VALUE).times(2);
57 expect(delegate.checkedGet(100, TIME_UNIT)).andReturn(VALUE).times(2);
66 expect(delegate.checkedGet(100, TIME_UNIT))
82 expect(delegate.checkedGet()).andThrow(expected).times(2);
/external/lldb/test/functionalities/thread/thread_exit/
H A DTestThreadExit.py52 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
62 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT + " 1",
81 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT + " 2",
97 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT + " 3",
113 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT + " 4",
/external/lldb/test/functionalities/thread/state/
H A DTestThreadStates.py100 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
107 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
141 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
148 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
190 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
197 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
234 self.expect("breakpoint list -f", "Breakpoint location shown correctly",
241 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
267 self.expect("process status", STOPPED_DUE_TO_SIGNAL,
288 self.expect("breakpoin
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java26 import static org.easymock.EasyMock.expect;
60 expect(backingMap.isEmpty()).andReturn(true);
70 expect(backingMap.get(KEY)).andReturn(new AtomicInteger(COUNT));
78 expect(backingMap.get(KEY)).andReturn(null);
88 expect(backingMap.get(KEY)).andReturn(new AtomicInteger(INITIAL_COUNT));
97 expect(backingMap.get(KEY)).andReturn(null);
98 expect(backingMap.putIfAbsent(eq(KEY), isA(AtomicInteger.class))).andReturn(null);
110 expect(backingMap.get(KEY)).andReturn(initial);
122 expect(backingMap.get(KEY)).andReturn(new AtomicInteger(INITIAL_COUNT));
145 expect(backingMa
[all...]
/external/chromium_org/mojo/public/js/bindings/
H A Dvalidation_unittests.js8 "gin/test/expect",
20 expect,
185 expect(sourceRoot).not.toBeNull();
190 expect(testFiles).not.toBeNull();
191 expect(testFiles.length).toBeGreaterThan(0);
205 expect(contents).not.toBeNull();
211 expect(contents).not.toBeNull();
220 expect(actualResult).toEqual(expectedResult);
225 expect(testFiles.length).toBeGreaterThan(0);
259 expect(testFile
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-branch-combine.cc40 int32_t expect = a == 0 ? eq_constant : ne_constant; local
41 CHECK_EQ(expect, m.Call(a));
67 int32_t expect = (k & 1) == 1 ? (a == 0 ? eq_constant : ne_constant) local
69 CHECK_EQ(expect, m.Call(a));
91 int32_t expect = a < 0 ? eq_constant : ne_constant; local
92 CHECK_EQ(expect, m.Call(a));
113 int32_t expect = a < 100 ? eq_constant : ne_constant;
114 CHECK_EQ(expect, m.Call(a));
135 int32_t expect = a <= 100 ? eq_constant : ne_constant;
136 CHECK_EQ(expect,
[all...]
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_util_test.cc107 std::map<string, string> expect; local
108 expect[":method"] = "GET";
109 expect[":scheme"] = "http";
110 expect[":path"] = "/";
111 expect[":authority"] = "www.example.com";
112 EXPECT_EQ(expect, context.third_stage->decoded_block());
/external/chromium_org/tools/idl_parser/
H A Didl_parser_test.py39 key, expect = value.split('=')
41 msg = 'Mismatched property %s: %s vs %s.\n' % (key, expect, actual)
42 self.assertEqual(expect, actual, msg)
81 key, expect = value.split('=')
84 filename, key, expect, actual)
85 self.assertEqual(expect, actual, msg)
/external/lldb/test/functionalities/breakpoint/breakpoint_ignore_count/
H A DTestBreakpointIgnoreCount.py65 self.expect("process status", PROCESS_STOPPED,
69 self.expect("breakpoint list -f", BREAKPOINT_HIT_THRICE,
75 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT_IGNORE_COUNT,
85 self.expect("process status", PROCESS_STOPPED,
89 self.expect("breakpoint list -f", BREAKPOINT_HIT_THRICE,
95 self.expect("thread backtrace", STOPPED_DUE_TO_BREAKPOINT_IGNORE_COUNT,
/external/lldb/test/lang/cpp/stl/
H A DTestSTL.py73 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
78 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
87 self.expect('expr associative_array.size()',
89 self.expect('expr associative_array.count(hello_world)',
91 self.expect('expr associative_array[hello_world]',
93 self.expect('expr associative_array["hello"]',
128 # We expect the template arguments to contain at least 'string' and 'int'.
/external/lldb/test/source-manager/
H A DTestSourceManager.py76 self.expect(stream.GetData(), "Source code displayed correctly",
104 self.expect("settings show target.source-map",
108 self.expect("source list -n main", SOURCE_DISPLAYED_CORRECTLY,
121 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
127 self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
137 # If the breakpoint set command succeeded, we should expect a positive number
181 self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
/external/lldb/utils/test/
H A Ddisasm.py38 gdb.expect(gdb_prompt)
43 gdb.expect(gdb_prompt)
47 gdb.expect(gdb_prompt)
51 gdb.expect(gdb_prompt)
91 gdb.expect(gdb_prompt)
106 gdb.expect(pexpect.EOF)

Completed in 524 milliseconds

1234567891011>>