HomeSort by relevance Sort by last modified time
    Searched refs:expect (Results 51 - 75 of 704) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/library_dirs/
gyptest-library-dirs.py 29 expect = """Hello world
32 'libraries-search-path-test', chdir='subdir', stdout=expect)
46 'libraries-search-path-test-lib-suffix', chdir='subdir', stdout=expect)
  /external/chromium_org/tools/gyp/test/variables/filelist/
gyptest-filelist.py 23 expect = 'John\nJacob\nJingleheimer\nSchmidt\n' variable
24 if not test.match(contents, expect):
26 test.diff(expect, contents, 'src/dummy_foo')
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
vec4-spec.js 30 it("should return a 4 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0, 0, 0]); });
35 it("should return a 4 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
40 it("should return a 4 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3, 4]); });
45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
46 it("should return out", function() { expect(result).toBe(out); });
51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
52 it("should return out", function() { expect(result).toBe(out); });
59 it("should place values into out", function() { expect(out).toBeEqualish([6, 8, 10, 12]); });
60 it("should return out", function() { expect(result).toBe(out); });
61 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2, 3, 4]); })
    [all...]
mat2d-spec.js 54 it("should return a 6 element array initialized to a 2x3 identity matrix", function() { expect(result).toBeEqualish(identity); });
59 it("should return a 6 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); });
64 it("should place values into out", function() { expect(out).toBeEqualish(matA); });
65 it("should return out", function() { expect(result).toBe(out); });
70 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
71 it("should return out", function() { expect(result).toBe(out); });
78 it("should place values into out", function() { expect(out).toBeEqualish([ -2, 1, 1.5, -0.5, 1, -2 ]); });
79 it("should return out", function() { expect(result).toBe(out); });
80 it("should not modify matA", function() { expect(matA).toBeEqualish(oldA); });
86 it("should place values into matA", function() { expect(matA).toBeEqualish([ -2, 1, 1.5, -0.5, 1, -2 ]); })
    [all...]
mat3-spec.js 51 it("should return out", function() { expect(result).toBe(out); });
54 expect(out).toBeEqualish([ 1, 2, 3,
62 it("should return a 9 element array initialized to a 3x3 identity matrix", function() { expect(result).toBeEqualish(identity); });
67 it("should return a 9 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); });
72 it("should place values into out", function() { expect(out).toBeEqualish(matA); });
73 it("should return out", function() { expect(result).toBe(out); });
78 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
79 it("should return out", function() { expect(result).toBe(out); });
87 expect(out).toBeEqualish([
93 it("should return out", function() { expect(result).toBe(out); })
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
TestDataFormatterLibcxxMultiSet.py 42 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
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 42 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
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/data-formatter/rdar-3534688/
TestFormattersOneIsSingular.py 45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable key',
62 self.expect('frame variable key', matching=False,
64 self.expect('frame variable value',
66 self.expect('frame variable value', matching=False,
68 self.expect('frame variable dict',
70 self.expect('frame variable dict', matching=False,
72 self.expect('frame variable mutable_bag_ref',
74 self.expect('frame variable mutable_bag_ref', matching=False,
76 self.expect('frame variable nscounted_set'
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 270 private static void assertEmailContentEqual(String caller, EmailContent expect,
272 if (expect == actual) {
276 assertEquals(caller + " mId", expect.mId, actual.mId);
277 assertEquals(caller + " mBaseUri", expect.mBaseUri, actual.mBaseUri);
285 public static void assertAccountEqual(String caller, Account expect, Account actual) {
286 if (expect == actual) {
290 assertEmailContentEqual(caller, expect, actual);
291 assertEquals(caller + " mDisplayName", expect.mDisplayName, actual.mDisplayName);
292 assertEquals(caller + " mEmailAddress", expect.mEmailAddress, actual.mEmailAddress);
293 assertEquals(caller + " mSyncKey", expect.mSyncKey, actual.mSyncKey)
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
TestDataFormatterLibccMap.py 42 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
62 self.expect('frame variable ii',
68 self.expect('frame variable ii',
79 self.expect('frame variable ii',
90 self.expect("frame variable ii",
99 self.expect("p ii",
109 self.expect("frame variable ii[0]",
112 self.expect("frame variable ii[3]",
124 #self.expect("expression ii[8]", matching=False, error=True
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
TestDataFormatterLibccMultiMap.py 42 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
58 self.expect('image list',substrs=['libc++.1.dylib','libc++abi.dylib'])
62 self.expect('frame variable ii',
68 self.expect('frame variable ii',
79 self.expect('frame variable ii',
90 self.expect("frame variable ii",
99 self.expect("p ii",
109 self.expect("frame variable ii[0]",
112 self.expect("frame variable ii[3]",
124 #self.expect("expression ii[8]", matching=False, error=True
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
TestDataFormatterStdMap.py 49 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
69 self.expect('frame variable ii',
75 self.expect('frame variable ii',
86 self.expect('frame variable ii',
97 self.expect("frame variable ii",
106 self.expect("p ii",
116 self.expect("frame variable ii[0]",
119 self.expect("frame variable ii[3]",
123 self.expect("frame variable ii[8]", matching=True,
134 #self.expect("expression ii[8]", matching=False, error=True
    [all...]
  /external/lldb/test/help/
TestHelp.py 18 self.expect("help",
21 self.expect("help", matching=False,
24 self.expect("help -a", matching=True,
29 self.expect("help help", matching=True,
70 self.expect("help arch",
75 self.expect("help version",
85 self.expect("version",
95 self.expect("settings set term-width 0",
99 self.expect("help",
105 self.expect("help breakpoint set", matching=False
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
TestDataFormatterCategories.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
67 self.expect("frame variable r1 r2 r3", matching=False,
74 self.expect("frame variable r1 r2 r3", matching=True,
82 self.expect("frame variable r1 r2 r3",
90 self.expect("frame variable r1 r2 r3",
98 self.expect("frame variable r1 r2 r3",
110 self.expect("frame variable r1 r2 r3",
117 self.expect("frame variable r1 r2 r3",
126 self.expect("frame variable r1 r2 r3",
135 self.expect("frame variable r1 r2 r3"
    [all...]
  /external/lldb/test/lang/c/strings/
TestCStrings.py 40 self.expect("expression -- a[2]",
43 self.expect("expression -- z[2]",
47 self.expect("expression -- (int)strlen(\"hello\")",
50 self.expect("expression -- \"world\"[2]",
53 self.expect("expression -- \"\"[0]",
56 self.expect("expr --raw -- \"hello\"",
60 self.expect("p \"hello\"",
63 self.expect("p (char*)\"hello\"",
67 self.expect("p (int)strlen(\"\")",
70 self.expect("expression !z"
    [all...]
  /external/lldb/test/functionalities/command_history/
TestCommandHistory.py 28 self.expect ("command history -s 3 -c 3", inHistory=True,
31 self.expect ("command history -s 3 -e 3", inHistory=True,
34 self.expect ("command history -s 6 -e 7", inHistory=True,
37 self.expect ("command history -c 2", inHistory=True,
40 self.expect ("command history -e 3 -c 1", inHistory=True,
43 self.expect ("command history -e 2", inHistory=True,
46 self.expect ("command history -s 12", inHistory=True,
49 self.expect ("command history -s end -c 3", inHistory=True,
52 self.expect ("command history -s end -e 15", inHistory=True,
55 self.expect ("command history -s 5 -c 1", inHistory=True
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
TestDataFormatterStdVector.py 47 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
64 self.expect("frame variable numbers",
70 self.expect("frame variable numbers",
78 self.expect("frame variable numbers",
86 self.expect("p numbers",
97 self.expect('frame variable numbers',
103 self.expect('frame variable numbers',
112 self.expect("frame variable numbers",
123 self.expect("p numbers",
135 self.expect("frame variable numbers[0]"
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
TestDataFormatterNamedSummaries.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("frame variable first",
64 self.expect("frame variable first --summary AllUseIt",
68 self.expect("frame variable first", matching=False,
70 self.expect("frame variable first",
75 self.expect("frame variable first",
78 self.expect("frame variable first --summary AllUseIt",
82 self.expect("frame variable second --summary AllUseIt",
86 self.expect("frame variable third --summary AllUseIt",
93 self.expect("frame variable second"
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
SmtpSenderUnitTests.java 123 mockTransport.expect("Content-Type: text/plain; charset=utf-8");
124 mockTransport.expect("Content-Transfer-Encoding: base64");
125 mockTransport.expect("");
126 mockTransport.expect(TEST_STRING_BASE64);
127 mockTransport.expect("\r\n\\.", "250 2.0.0 kv2f1a00C02Rf8w3Vv mail accepted for delivery");
151 mockTransport.expect("Content-Type: multipart/mixed; boundary=\".*");
152 mockTransport.expect("");
153 mockTransport.expect("----.*");
155 mockTransport.expect("");
156 mockTransport.expect("----.*--")
    [all...]
  /external/lldb/test/expression_command/test/
TestExprs2.py 34 self.expect("expression (int*)argv",
39 self.expect("expression ((char**)environ)[0]",
44 self.expect("expression int i = 5; i",
47 self.expect("expression $2 + 1",
52 self.expect("expression 20 + 3",
55 self.expect("expression $4 + 1",
  /external/chromium_org/tools/gyp/test/rules-dirname/
gyptest-dirname.py 23 expect = """\
32 test.run_built_executable('gencc_int_output', chdir=chdir, stdout=expect)
35 stdout=expect)
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 44 self.expect("command script import ./nosuchfile.py",
46 self.expect("command script import ./nosuchfolder/",
48 self.expect("command script import ./foo/foo.py", error=False)
51 self.expect("TPcommandA",substrs=["hello world A"])
52 self.expect("TPcommandB",substrs=["hello world B"])
55 self.expect("command script import ./dummymodule.py", error=False)
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False)
61 self.expect("foocmd hello",
63 self.expect("foo2cmd hello",
65 self.expect("barcmd hello"
    [all...]
  /external/lldb/test/lang/cpp/namespace/
TestNamespace.py 52 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect('frame variable', VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect("frame variable --show-declaration --show-globals i",
75 self.expect("frame variable --show-declaration --show-globals j",
83 self.expect("frame variable A::B::j", VARIABLES_DISPLAYED_CORRECTLY,
88 self.expect("frame variable '(anonymous namespace)::i'", VARIABLES_DISPLAYED_CORRECTLY,
95 self.expect("expression -- i + j",
104 self.expect("expression -- ::i", VARIABLES_DISPLAYED_CORRECTLY,
106 self.expect("expression -- A::B::j", VARIABLES_DISPLAYED_CORRECTLY,
110 self.expect("expression -- myanonfunc(3)"
    [all...]
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-depth.py 37 expect = """\
48 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
52 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
56 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
gyptest-relocate.py 39 expect = """\
50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
58 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')

Completed in 808 milliseconds

1 23 4 5 6 7 8 91011>>