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

12 3 4 5 6 7 8 91011>>

  /external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
TestDataFormatterCpp.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
47 self.expect("frame variable",
66 self.expect("type format list",
73 self.expect("frame variable",
79 self.expect("frame variable",
82 self.expect("frame variable", matching=False,
90 self.expect("type format list", matching=False,
93 # Delete type format for 'Speed', we should expect an error message.
94 self.expect("type format delete Speed", error=True,
99 self.expect("frame variable strarr"
    [all...]
  /external/lldb/test/functionalities/abbreviation/
TestAbbreviations.py 16 self.expect("ap script",
27 self.expect("gurp target create",
30 self.expect("gurp",
35 self.expect("h",
45 self.expect("t",
50 self.expect("com sou ./change_prompt.lldb",
53 self.expect("settings show prompt",
58 self.expect("settings show prompt",
62 self.expect("lo li",
66 self.expect("se sh prompt"
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-synth/
TestDataFormatterSynth.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
59 self.expect("frame variable int_bag",
65 self.expect('frame variable int_bag',
69 self.expect("frame variable int_bag", matching=False,
74 self.expect("frame variable int_bag --synthetic-type false --no-summary-depth=1",
80 self.expect("frame variable int_bag --raw-output",
87 self.expect('frame variable int_bag',
94 self.expect('frame variable int_bag',
100 self.expect("frame variable int_bag --no-summary-depth=1",
106 self.expect("frame variable int_bag"
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-advanced/
TestDataFormatterAdv.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
62 self.expect("frame variable cool_boy",
65 self.expect("frame variable cooler_boy",
70 self.expect("frame variable cool_boy",
77 self.expect("frame variable int_array",
83 self.expect("frame variable cool_array",
90 self.expect("frame variable iAmInt",
95 self.expect("frame variable iAmInt",
103 self.expect("frame variable *pointer",
109 self.expect("frame variable iAmInt"
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-script/
TestDataFormatterScript.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
61 self.expect("frame variable one",
65 self.expect("frame variable two",
71 self.expect("frame variable three",
77 self.expect("frame variable two",
86 self.expect("frame variable two",
89 self.expect("frame variable twoptr",
95 self.expect("frame variable two",
99 self.expect("frame variable twoptr",
106 self.expect("frame variable twoptr", matching=False
    [all...]
  /external/lldb/test/expression_command/persistent_variables/
TestPersistentVariables.py 26 self.expect("expression $i == i",
29 self.expect("expression $i + 1",
32 self.expect("expression $i + 3",
35 self.expect("expression $2 + $1",
38 self.expect("expression $3",
41 self.expect("expression $2",
44 self.expect("expression (int)-2",
47 self.expect("expression $4 > (int)31",
50 self.expect("expression (long)$4",
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared.py 32 expect = """\
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 expect = """\
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 expect = """\
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
gyptest-static.py 32 expect = """\
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
54 expect = """\
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
81 expect = """\
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-all.py 23 expect = """\
29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
41 expect = """\
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
59 expect = """\
65 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
vec2-spec.js 30 it("should return a 2 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0]); });
35 it("should return a 2 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
40 it("should return a 2 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2]); });
45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); });
46 it("should return out", function() { expect(result).toBe(out); });
51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); });
52 it("should return out", function() { expect(result).toBe(out); });
59 it("should place values into out", function() { expect(out).toBeEqualish([4, 6]); });
60 it("should return out", function() { expect(result).toBe(out); });
61 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2]); })
    [all...]
quat-spec.js 30 it("should return a 4 element array initialized to an identity quaternion", function() { expect(result).toBeEqualish([0, 0, 0, 1]); });
35 it("should return a 4 element array initialized to the values in quatA", function() { expect(result).toBeEqualish(quatA); });
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); });
57 it("should place values into out", function() { expect(result).toBeEqualish([0, 0, 0, 1]); });
58 it("should return out", function() { expect(result).toBe(out); });
63 it("should place values into out", function() { expect(result).toBeEqualish([0.707106, 0, 0, 0.707106]); })
    [all...]
vec3-spec.js 30 it("should return a 3 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0, 0]); });
35 it("should return a 3 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
40 it("should return a 3 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3]); });
45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3]); });
46 it("should return out", function() { expect(result).toBe(out); });
51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3]); });
52 it("should return out", function() { expect(result).toBe(out); });
59 it("should place values into out", function() { expect(out).toBeEqualish([5, 7, 9]); });
60 it("should return out", function() { expect(result).toBe(out); });
61 it("should not modify vecA", function() { expect(vecA).toBeEqualish([1, 2, 3]); })
    [all...]
mat2-spec.js 42 it("should return a 4 element array initialized to a 2x2 identity matrix", function() { expect(result).toBeEqualish(identity); });
47 it("should return a 4 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); });
52 it("should place values into out", function() { expect(out).toBeEqualish(matA); });
53 it("should return out", function() { expect(result).toBe(out); });
58 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
59 it("should return out", function() { expect(result).toBe(out); });
66 it("should place values into out", function() { expect(out).toBeEqualish([1, 3, 2, 4]); });
67 it("should return out", function() { expect(result).toBe(out); });
68 it("should not modify matA", function() { expect(matA).toBeEqualish([1, 2, 3, 4]); });
74 it("should place values into matA", function() { expect(matA).toBeEqualish([1, 3, 2, 4]); })
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
TestDataFormatterLibcxxVector.py 46 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
63 self.expect("frame variable numbers",
69 self.expect("frame variable numbers",
77 self.expect("frame variable numbers",
85 self.expect("p numbers",
96 self.expect('frame variable numbers',
100 self.expect('frame variable numbers',
109 self.expect("frame variable numbers",
120 self.expect("p numbers",
132 self.expect("frame variable numbers[0]"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 31 def check(self, result, expect):
32 self.assertEqual(result, expect,
34 self.show(expect), self.show(result)))
36 def check_wrap(self, text, width, expect, **kwargs):
38 self.check(result, expect)
40 def check_split(self, text, expect):
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 31 def check(self, result, expect):
32 self.assertEqual(result, expect,
34 self.show(expect), self.show(result)))
36 def check_wrap(self, text, width, expect, **kwargs):
38 self.check(result, expect)
40 def check_split(self, text, expect):
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/chromium_org/tools/gyp/test/assembly/
gyptest-assembly.py 24 expect = """\
28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 32 expect = ['%s not allowed in the Debug configuration, found in target ' variable
34 test.must_contain_all_lines(test.stderr(), expect)
  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines-env.py 25 expect = """\
28 test.run_built_executable('defines', stdout=expect)
43 expect = """\
46 test.run_built_executable('defines', stdout=expect)
61 expect = """\
64 test.run_built_executable('defines', stdout=expect)
79 expect = """\
82 test.run_built_executable('defines', stdout=expect)
  /external/chromium_org/tools/gyp/test/module/
gyptest-default.py 22 expect = """\
27 test.run_built_executable('program', chdir='src', stdout=expect)
  /external/lldb/test/functionalities/command_script/
TestCommandScript.py 28 self.expect("file " + exe,
55 self.expect('welcome Enrico',
58 self.expect("help welcome",
62 self.expect("help",
66 self.expect("help -a",
70 self.expect("help -u", matching=False,
76 self.expect('welcome Enrico', matching=False, error=True,
79 self.expect('targetname',
82 self.expect('targetname fail', error=True,
85 self.expect('command script list'
    [all...]
  /external/lldb/test/lang/objc/objc-new-syntax/
TestObjCNewSyntax.py 53 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
58 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
67 self.expect("expr --object-description -- immutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
73 self.expect("expr --object-description -- mutable_array[0] = @\"bar\"", VARIABLES_DISPLAYED_CORRECTLY,
76 self.expect("expr --object-description -- mutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY,
79 self.expect("expr --object-description -- immutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
82 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY,
85 self.expect("expr --object-description -- mutable_dictionary[@\"key\"] = @\"object\"", VARIABLES_DISPLAYED_CORRECTLY,
88 self.expect("expr --object-description -- mutable_dictionary[@\"key\"]", VARIABLES_DISPLAYED_CORRECTLY
    [all...]
  /external/chromium_org/tools/gyp/test/actions/
gyptest-default.py 44 expect = """\
54 test.run_built_executable('program', chdir=chdir, stdout=expect)
60 expect = "Hello from generate_main.py\n" variable
66 test.run_built_executable('null_input', chdir=chdir, stdout=expect)
gyptest-generated-header.py 28 expect = 'foobar output\n' variable
29 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
41 expect = 'barbaz output\n' variable
42 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-top-all.py 33 expect = """\
44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
52 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')

Completed in 634 milliseconds

12 3 4 5 6 7 8 91011>>