Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 2603) sorted by relevance

12345678910>>...105

/external/flac/test/metaflac-test-files/
DMakefile.am20 case00-expect.meta \
21 case01-expect.meta \
22 case02-expect.meta \
23 case03-expect.meta \
24 case04-expect.meta \
25 case05-expect.meta \
26 case06-expect.meta \
27 case07-expect.meta \
28 case08-expect.meta \
29 case09-expect.meta \
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutinesTest.kt15 expect(1) in <lambda>()
21 expect(1) in <lambda>()
28 expect(1) in <lambda>()
30 expect(3) in <lambda>()
32 expect(4) in <lambda>()
34 expect(2) in <lambda>()
43 expect(1) in <lambda>()
45 expect(2) in <lambda>()
47 expect(4) in <lambda>()
49 expect(3) in <lambda>()
[all …]
DWithContextTest.kt16 expect(1) in <lambda>()
19 expect(2) in <lambda>()
23 expect(3) in <lambda>()
32 expect(1) in <lambda>()
35 expect(2) in <lambda>()
39 expect(3) in <lambda>()
48 expect(1) in <lambda>()
52 expect(2) in <lambda>()
54 expect(3) // still here in <lambda>()
58 expect(4) in <lambda>()
[all …]
DCancellableResumeTest.kt17 expect(1) in <lambda>()
19 expect(2) in <lambda>()
22 expect(3) in <lambda>()
32 expect(1) in <lambda>()
34 expect(2) in <lambda>()
35 cont.invokeOnCancellation { expect(3) } in <lambda>()
37 expect(4) in <lambda>()
39 expect(5) in <lambda>()
55 expect(1) in <lambda>()
57 expect(2) in <lambda>()
[all …]
DAwaitTest.kt13 expect(1) in <lambda>()
15 expect(3) in <lambda>()
21 expect(4) in <lambda>()
25 expect(2) in <lambda>()
29 expect(5) in <lambda>()
38 expect(1) in <lambda>()
40 expect(2) in <lambda>()
44 expect(3) in <lambda>()
64 expect(1) in <lambda>()
66 expect(3) in <lambda>()
[all …]
DUnconfinedTest.kt13 expect(1) in <lambda>()
15 expect(2) in <lambda>()
17 expect(4) in <lambda>()
19 expect(6) in <lambda>()
23 expect(7) in <lambda>()
25 expect(5) in <lambda>()
28 expect(3) in <lambda>()
36 expect(1) in <lambda>()
39 expect(2) in <lambda>()
41 expect(3) in <lambda>()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DRendezvousChannelTest.kt15 expect(1) in <lambda>()
17 expect(4) in <lambda>()
19 expect(7) in <lambda>()
21 expect(8) in <lambda>()
23 expect(2) in <lambda>()
25 expect(5) in <lambda>()
27 expect(6) in <lambda>()
29 expect(9) in <lambda>()
31 expect(3) in <lambda>()
42 expect(1) in <lambda>()
[all …]
DArrayChannelTest.kt15 expect(1) in <lambda>()
17 expect(4) in <lambda>()
20 expect(5) in <lambda>()
22 expect(9) in <lambda>()
24 expect(2) in <lambda>()
26 expect(6) in <lambda>()
29 expect(7) in <lambda>()
31 expect(8) in <lambda>()
33 expect(3) in <lambda>()
44 expect(1) in <lambda>()
[all …]
DBroadcastTest.kt15 expect(1) in <lambda>()
17 expect(4) in <lambda>()
19 expect(5) in <lambda>()
21 expect(6) in <lambda>()
23 expect(10) in <lambda>()
26 expect(2) in <lambda>()
28 expect(3) in <lambda>()
30 expect(7) in <lambda>()
32 expect(8) in <lambda>()
34 expect(9) in <lambda>()
[all …]
DProduceTest.kt16 expect(2) in <lambda>()
18 expect(3) in <lambda>()
20 expect(6) in <lambda>()
22 expect(1) in <lambda>()
24 expect(4) in <lambda>()
26 expect(5) in <lambda>()
34 expect(2) in <lambda>()
36 expect(3) in <lambda>()
41 expect(7) in <lambda>()
47 expect(1) in <lambda>()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectArrayChannelTest.kt16 expect(1) in <lambda>()
19 expect(2) in <lambda>()
24 expect(3) in <lambda>()
27 expect(4) in <lambda>()
30 expect(5) in <lambda>()
35 expect(1) in <lambda>()
38 expect(2) in <lambda>()
43 expect(3) in <lambda>()
46 expect(4) in <lambda>()
52 expect(5) in <lambda>()
[all …]
DSelectRendezvousChannelTest.kt17 expect(1) in <lambda>()
20 expect(2) in <lambda>()
25 expect(3) in <lambda>()
28 expect(4) in <lambda>()
31 expect(5) in <lambda>()
36 expect(1) in <lambda>()
39 expect(2) in <lambda>()
44 expect(3) in <lambda>()
47 expect(4) in <lambda>()
53 expect(5) in <lambda>()
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-smart-array/
DTestDataFormatterSmartArray.py40 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
56 self.expect("frame variable data",
62 self.expect("frame variable strptr",
66 self.expect("frame variable other.strptr",
73 self.expect("frame variable strarr",
77 self.expect("frame variable other.strarr",
81 self.expect("p strarr",
85 self.expect("p other.strarr",
93 self.expect("frame variable strptr",
97 self.expect("frame variable other.strptr",
[all …]
/external/perfetto/ui/src/base/
Dbinary_search_unittest.ts18 expect(search(Float64Array.of(), 100)).toEqual(-1);
19 expect(search(Float64Array.of(42), 42)).toEqual(0);
20 expect(search(Float64Array.of(42), 43)).toEqual(0);
21 expect(search(Float64Array.of(42), 41)).toEqual(-1);
22 expect(search(Float64Array.of(42, 43), 42)).toEqual(0);
23 expect(search(Float64Array.of(42, 43), 43)).toEqual(1);
24 expect(search(Float64Array.of(42, 43), 44)).toEqual(1);
25 expect(search(Float64Array.of(42, 43, 44), 41)).toEqual(-1);
26 expect(search(Float64Array.of(42, 43, 44), 42)).toEqual(0);
27 expect(search(Float64Array.of(42, 43, 44), 43)).toEqual(1);
[all …]
/external/python/cpython2/Lib/test/
Dtest_textwrap.py31 def check(self, result, expect): argument
32 self.assertEqual(result, expect,
34 self.show(expect), self.show(result)))
36 def check_wrap(self, text, width, expect, **kwargs): argument
38 self.check(result, expect)
40 def check_split(self, text, expect): argument
42 self.assertEqual(result, expect,
44 "but got %r" % (expect, result))
90 expect = ["This is a paragraph that already has line",
98 self.check(result, expect)
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowTest.kt20 expect(1) in <lambda>()
27 expect(2) in <lambda>()
30 expect(3) in <lambda>()
33 4 -> expect(5) in <lambda>()
34 6 -> expect(7) in <lambda>()
35 10 -> expect(11) in <lambda>()
36 13 -> expect(14) in <lambda>()
42 expect(4) in <lambda>()
46 expect(6) in <lambda>()
48 expect(8) in <lambda>()
[all …]
/external/python/cpython3/Lib/test/
Dtest_textwrap.py30 def check(self, result, expect): argument
31 self.assertEqual(result, expect,
33 self.show(expect), self.show(result)))
35 def check_wrap(self, text, width, expect, **kwargs): argument
37 self.check(result, expect)
39 def check_split(self, text, expect): argument
41 self.assertEqual(result, expect,
43 "but got %r" % (expect, result))
89 expect = ["This is a paragraph that already has line",
97 self.check(result, expect)
[all …]
/external/llvm-project/lldb/test/API/commands/frame/select/
DTestFrameSelect.py21 self.expect("frame select -r 1", substrs=["nested2() at"])
22 self.expect("frame select -r -1", substrs=["nested3() at"])
24 … self.expect("frame select -r -1", error=True, substrs=["Already at the bottom of the stack."])
25 …self.expect("frame select -r -2147483647", error=True, substrs=["Already at the bottom of the stac…
26 …self.expect("frame select -r -2147483648", error=True, substrs=["error: invalid frame offset argum…
27 …self.expect("frame select -r -2147483649", error=True, substrs=["error: invalid frame offset argum…
29 self.expect("frame select -r 1", substrs=["nested2() at"])
30 self.expect("frame select -r -2", substrs=["nested3() at"])
31 self.expect("frame select -r 1", substrs=["nested2() at"])
32 self.expect("frame select -r -2147483647", substrs=["nested3() at"])
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
DTestDataFormatterCpp.py36 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
40 self.expect("frame variable",
59 self.expect(
63 self.expect("frame variable",
69 self.expect("frame variable",
72 self.expect("frame variable", matching=False,
80 self.expect("type format list", matching=False,
84 self.expect("type format delete Speed", error=True,
90 self.expect("frame variable strarr",
98 self.expect("frame variable strptr",
[all …]
/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py23 self.expect("apropos 'environment variable'",
37 self.expect('settings show target.env-vars',
53 self.expect('settings show target.run-args',
72 self.expect('settings show target.run-args',
85 self.expect("settings show prompt", SETTING_MSG("prompt"),
89 self.expect("settings show", SETTING_MSG("prompt"),
101 self.expect("settings show term-width", SETTING_MSG("term-width"),
105 self.expect("settings show", SETTING_MSG("term-width"),
138 self.expect("settings show frame-format", SETTING_MSG("frame-format"),
144 self.expect("thread backtrace",
[all …]
/external/llvm-project/lldb/test/API/commands/command/script/
DTestCommandScript.py27 self.expect("foobar", substrs=["All good"])
28 self.expect("foobar4", substrs=["All good"])
29 self.expect("vfoobar", substrs=["All good"])
30 self.expect("v5foobar", substrs=["All good"])
31 self.expect("sfoobar", substrs=["All good"])
32 self.expect("cfoobar", substrs=["All good"])
33 self.expect("ifoobar", substrs=["All good"])
34 self.expect("sfoobar4", substrs=["All good"])
35 self.expect("cfoobar4", substrs=["All good"])
36 self.expect("ifoobar4", substrs=["All good"])
[all …]
/external/protobuf/js/binary/
Darith_test.js50 expect(a.cmp(b)).toEqual(0);
51 expect(b.cmp(a)).toEqual(0);
53 expect(a.cmp(b)).toEqual(1);
54 expect(b.cmp(a)).toEqual(-1);
56 expect(a.cmp(b)).toEqual(-1);
57 expect(b.cmp(a)).toEqual(1);
60 expect(a.cmp(b)).toEqual(1);
61 expect(b.cmp(a)).toEqual(-1);
63 expect(a.zero()).toEqual(false);
64 expect(a.msb()).toEqual(false);
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/
DTestDataFormatterCategories.py33 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
59 self.expect("frame variable r1 r2 r3", matching=False,
66 self.expect("frame variable r1 r2 r3", matching=True,
74 self.expect("frame variable r1 r2 r3",
82 self.expect("frame variable r1 r2 r3",
90 self.expect("frame variable r1 r2 r3",
104 self.expect("frame variable r1 r2 r3",
111 self.expect("frame variable r1 r2 r3",
120 self.expect("frame variable r1 r2 r3",
129 self.expect("frame variable r1 r2 r3",
[all …]
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
DTestDataFormatterAdv.py33 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
54 self.expect("frame variable cool_boy",
57 self.expect("frame variable cooler_boy",
62 self.expect("frame variable cool_boy",
70 self.expect("frame variable int_array",
77 self.expect("frame variable cool_array",
85 self.expect("frame variable iAmInt",
91 self.expect("frame variable iAmInt",
100 self.expect("frame variable *pointer",
107 self.expect("frame variable iAmInt",
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/operators/
DDebounceTest.kt15 expect(1) in <lambda>()
17 expect(3) in <lambda>()
27 expect(4) in <lambda>()
30 expect(2) in <lambda>()
44 expect(1) in <lambda>()
46 expect(3) in <lambda>()
56 expect(4) in <lambda>()
59 expect(2) in <lambda>()
81 expect(1) in <lambda>()
91 expect(2) in <lambda>()
[all …]

12345678910>>...105