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

1 2 3 45 6 7 8 91011>>

  /external/lldb/test/expression_command/radar_8638051/
Test8638051.py 24 self.expect("expression val",
28 self.expect("expression *(&val)",
34 self.expect("expression &val",
  /external/lldb/test/functionalities/data-formatter/data-formatter-disabling/
TestDataFormatterDisabling.py 43 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
66 self.expect('type category list', substrs = ['system is enabled', 'gnu-libstdc++ is enabled', 'AppKit is enabled'])
68 self.expect("frame variable numbers",
71 self.expect('frame variable string1', substrs = ['hello world'])
76 self.expect("frame variable numbers", matching=False,
79 self.expect('frame variable string1', matching=False, substrs = ['hello world'])
81 self.expect('type category list', substrs = ['system is not enabled', 'gnu-libstdc++ is not enabled', 'AppKit is not enabled'])
86 self.expect('type category list', substrs = ['system is enabled', 'gnu-libstdc++ is enabled', 'AppKit is enabled'])
88 self.expect("frame variable numbers",
91 self.expect('frame variable string1', substrs = ['hello world']
    [all...]
  /external/lldb/test/lang/c/set_values/
TestSetValues.py 55 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect("breakpoint list -f", BREAKPOINT_HIT_ONCE,
65 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
70 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
77 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
82 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
89 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
94 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
101 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY,
106 self.expect("frame variable --show-types", VARIABLES_DISPLAYED_CORRECTLY
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
TestDataFormatterPythonSynth.py 59 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
75 self.expect("frame variable f00_1",
85 self.expect("frame variable f00_1",
91 self.expect("frame variable f00_1", matching=False,
95 self.expect('frame variable f00_1.fake_a',
99 self.expect('frame variable f00_1[1]',
104 self.expect('frame variable f00_1',
107 self.expect('frame variable f00_1',
116 self.expect("frame variable f00_1",
123 self.expect("frame variable f00_1"
    [all...]
  /external/chromium_org/tools/gyp/test/actions/
gyptest-all.py 46 expect = """\
56 test.run_built_executable('program', chdir=chdir, stdout=expect)
62 expect = "Hello from generate_main.py\n" variable
68 test.run_built_executable('null_input', chdir=chdir, stdout=expect)
  /external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py 33 expect = '$ORIGIN/lib/' variable
35 expect = '$ORIGIN/lib.target/' variable
39 if GetRpaths('shared_executable') != [expect]:
42 if GetRpaths('shared_executable_no_so_suffix') != [expect]:
  /external/lldb/test/functionalities/platform/
TestPlatformCommand.py 18 self.expect("platform list",
23 self.expect("platform process list",
28 self.expect("platform process info", error=True,
32 self.expect("platform status",
  /external/lldb/test/pexpect-2.4/examples/
monitor.py 80 i = child.expect([pexpect.TIMEOUT, SSH_NEWKEY, COMMAND_PROMPT, '(?i)password'])
88 child.expect ('(?i)password')
98 i = child.expect ([COMMAND_PROMPT, TERMINAL_PROMPT])
101 child.expect (COMMAND_PROMPT)
107 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10)
111 i = child.expect ([pexpect.TIMEOUT, COMMAND_PROMPT], timeout=10)
125 child.expect (COMMAND_PROMPT)
134 child.expect('up\s+(.*?),\s+([0-9]+) users?,\s+load averages?: ([0-9]+\.[0-9][0-9]),?\s+([0-9]+\.[0-9][0-9]),?\s+([0-9]+\.[0-9][0-9])')
152 child.expect (COMMAND_PROMPT)
156 child.expect (COMMAND_PROMPT
    [all...]
sshls.py 22 i = child.expect([pexpect.TIMEOUT, ssh_newkey, 'password: '])
30 child.expect ('password: ')
31 i = child.expect([pexpect.TIMEOUT, 'password: '])
46 child.expect(pexpect.EOF)
passmass.py 21 i = child.expect([pexpect.TIMEOUT, SSH_NEWKEY, '[Pp]assword: '])
29 child.expect ('[Pp]assword: ')
33 i = child.expect (['Permission denied', TERMINAL_PROMPT, COMMAND_PROMPT])
39 child.expect (COMMAND_PROMPT)
46 i = child.expect(['[Oo]ld [Pp]assword', '.current.*password', '[Nn]ew [Pp]assword'])
50 child.expect('[Nn]ew [Pp]assword')
52 i = child.expect(['[Nn]ew [Pp]assword', '[Rr]etype', '[Rr]e-enter'])
82 child.expect(COMMAND_PROMPT)
  /external/lldb/test/functionalities/data-formatter/rdar-10449092/
Test-rdar-10449092.py 44 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
59 self.expect('frame variable mine',
65 self.expect('frame variable mine',
73 self.expect('frame variable mine',
78 self.expect('frame variable mine',
82 self.expect('frame variable mine',
86 self.expect('frame variable mine',
89 self.expect('frame variable mine',
  /external/lldb/test/functionalities/data-formatter/rdar-11086338/
TestRdar11086338.py 45 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
60 self.expect('frame variable arr',
62 self.expect('frame variable other_arr',
64 self.expect('frame variable arr --ptr-depth 1',
66 self.expect('frame variable other_arr --ptr-depth 1',
68 self.expect('frame variable arr --ptr-depth 1 -d no-run-target',
70 self.expect('frame variable other_arr --ptr-depth 1 -d no-run-target',
72 self.expect('frame variable other_arr --ptr-depth 2 -d no-run-target',
  /external/lldb/test/expression_command/test/
TestExprs.py 46 self.expect("expression 2",
50 self.expect("expression 2ull",
54 self.expect("expression 2.234f",
58 self.expect("expression 2.234",
62 self.expect("expression 2+3",
66 self.expect("expression argc",
70 self.expect("expression argc + 22",
74 self.expect("expression argv",
78 self.expect("expression argv[0]",
99 self.expect(str(breakpoint), BREAKPOINT_CREATED, exe=False
    [all...]
  /external/lldb/test/functionalities/archives/
TestBSDArchives.py 35 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
40 self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY,
42 self.expect("frame variable __a_global", VARIABLES_DISPLAYED_CORRECTLY,
50 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
53 self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY,
55 self.expect("frame variable __b_global", VARIABLES_DISPLAYED_CORRECTLY,
  /external/lldb/test/functionalities/breakpoint/breakpoint_ids/
TestBreakpointIDs.py 28 self.expect("file " + exe,
41 self.expect ("breakpoint disable 1.1 - 2.2 ",
45 self.expect ("breakpoint disable 2 - 2.2",
49 self.expect ("breakpoint disable 2.1 - 2",
53 self.expect ("breakpoint disable 2.1 - 2.2",
56 self.expect ("breakpoint enable 2.*",
  /external/lldb/test/functionalities/data-formatter/data-formatter-globals/
TestDataFormatterGlobals.py 52 self.expect("target variable g_point",
55 self.expect("target variable g_point_pointer",
62 self.expect("target variable g_point",
66 self.expect("target variable g_point_pointer",
72 self.expect("target variable g_point",
75 self.expect("target variable g_point_pointer",
  /external/lldb/test/lang/cpp/char1632_t/
TestChar1632T.py 58 self.expect("frame variable cs16 cs32",
62 self.expect("frame variable s16 s32",
68 self.expect("frame variable s32",
75 self.expect("frame variable s16 s32",
79 self.expect("expression u'a'",substrs = ['(char16_t) $',"61 u'a'"])
80 self.expect("expression U'a'",substrs = ['(char32_t) $',"61 U'a'"])
  /external/lldb/test/lang/cpp/rvalue-references/
TestRvalueReferences.py 49 self.expect("frame variable i",
53 self.expect("expression -- i",
57 self.expect("breakpoint delete 1")
61 self.expect("expression -- foo(2)")
63 self.expect("expression -- int &&j = 3; foo(j)",
66 self.expect("expression -- int &&k = 6; k",
  /external/lldb/test/lang/cpp/wchar_t/
TestCxxWCharT.py 54 self.expect("frame variable foo_y",
58 self.expect("frame variable foo_x",
62 self.expect("frame variable foo_y.object",
66 self.expect("frame variable foo_x.object",
70 self.expect("expression L'a'",substrs = ['(wchar_t) $',"61 L'a'"])
73 self.expect("frame variable mazeltov",
  /external/oprofile/libop/tests/
mangle_tests.c 53 char * expect = xmalloc(strlen(test->result) + local
55 strcpy(expect, op_samples_current_dir);
56 strcat(expect, test->result);
57 if (strcmp(result, expect)) {
59 (int)(test - tests), result, expect);
62 free(expect);
  /external/lldb/test/functionalities/alias/
TestAliases.py 29 self.expect("file " + exe,
59 # self.expect (r'''python print "\n\n\nWhoopee!\n\n\n"''',
63 # self.expect (r'''python print "\n\t\x68\x65\x6c\x6c\x6f\n"''',
68 # self.expect ("pp",
78 self.expect ("alias bpa bp add",
96 self.expect ("bpi",
104 self.expect ("bpi -f",
112 self.expect ("help run",
115 self.expect ("help -a run",
118 self.expect ("help -a"
    [all...]
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 51 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
74 self.expect("frame variable foo.A",
76 self.expect("frame variable foo.E", matching=False,
80 self.expect("frame variable foo.A",
82 self.expect("frame variable foo.E",
87 self.expect("frame variable foo.A",
89 self.expect("frame variable foo.E",
94 self.expect("frame variable foo.A", matching=False,
96 self.expect("frame variable foo.E", matching=False,
106 self.expect("frame variable foo.A"
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
TestDataFormatterObjC.py 237 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
252 self.expect('frame variable italian', substrs = ['L\'Italia è una Repubblica democratica, fondata sul lavoro. La sovranità appartiene al popolo, che la esercita nelle forme e nei limiti della Costituzione.'])
253 self.expect('frame variable french', substrs = ['Que veut cette horde d\'esclaves, De traîtres, de rois conjurés?'])
254 self.expect('frame variable german', substrs = ['Über-Ich und aus den Ansprüchen der sozialen Umwelt'])
255 self.expect('frame variable japanese', substrs = ['??????????'])
256 self.expect('frame variable hebrew', substrs = ['???? ???'])
268 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
284 self.expect("frame variable object2",
287 self.expect("frame variable *object2",
294 self.expect("type summary list", matching=False
    [all...]
  /external/lldb/test/functionalities/breakpoint/breakpoint_command/
TestBreakpointCommand.py 64 self.expect("breakpoint list", "Breakpoints 1 & 2 created",
68 self.expect("breakpoint list -f", "Breakpoints 1 & 2 created",
74 self.expect("breakpoint command list 1", "Breakpoint 1 command ok",
77 self.expect("breakpoint command list 2", "Breakpoint 2 command ok",
82 self.expect("breakpoint command list 3", "Breakpoint 3 command ok",
120 self.expect(output, "File 'output.txt' and the content matches", exe=False,
126 self.expect(output, "File 'output2.txt' and the content matches", exe=False,
139 self.expect("breakpoint command list 1",
141 self.expect("breakpoint command list 2", error=True,
145 self.expect("breakpoint list -f", "Breakpoint 1 exists"
    [all...]
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
TestWatchpointCommandLLDB.py 73 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
78 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
85 self.expect("watchpoint command list 1",
90 self.expect("watchpoint list -v",
97 self.expect("thread backtrace", STOPPED_DUE_TO_WATCHPOINT,
101 self.expect("watchpoint list -v",
106 self.expect("frame variable --show-globals cookie",
122 self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,
127 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
134 self.expect("watchpoint command list 1"
    [all...]

Completed in 404 milliseconds

1 2 3 45 6 7 8 91011>>