Searched refs:expect (Results 1 - 25 of 507) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DReturnTest.java61 String expect = retval.getText();
63 if ( expect.charAt(0)=='"' && expect.charAt(expect.length()-1)=='"' ) {
64 expect = expect.substring(1, expect.length()-1);
67 return expect;
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/
H A Dtpmtoken_init_tests_exp02.sh1 #! /usr/bin/expect -f
28 expect {
40 expect -re "Enter the TPM security officer password: "
43 expect -re "Enter new password: "
45 expect -re "Confirm password: "
47 expect -re "A new TPM user password is needed."
48 expect -re "Enter new password: "
50 expect -re "Confirm password: "
53 expect timeout
H A Dtpmtoken_init_tests_exp01.sh1 #! /usr/bin/expect -f
28 expect {
39 expect -re "Enter new password: "
41 expect -re "Confirm password: "
43 expect -re "A new TPM user password is needed."
44 expect -re "Enter new password: "
46 expect -re "Confirm password: "
50 expect timeout
H A Dtpmtoken_init_tests_exp03.sh1 #! /usr/bin/expect -f
28 expect {
38 expect -re "Enter new password: "
40 expect -re "Confirm password: "
42 expect -re "A new TPM user password is needed."
43 expect -re "Enter new password: "
45 expect -re "Confirm password: "
48 expect timeout
H A Dtpmtoken_init_tests_exp00.sh1 #! /usr/bin/expect -f
28 expect -re "Enter owner password: "
30 expect -re "Enter new SRK password: "
32 expect -re "Confirm password: "
34 expect timeout
/external/ltp/testcases/kdump/lib/
H A Dssh.tcl12 expect {
21 expect
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_takeownership/
H A Dtpm_takeownership_tests_exp01.sh1 #! /usr/bin/expect -f
26 expect -re "Enter owner password: "
28 expect -re "Confirm password: "
30 expect -re "Enter SRK password: "
32 expect -re "Confirm password: "
34 expect timeout
/external/curl/lib/
H A Dobjnames-test08.sh85 expect=16AFKPQR
87 echo "result: $outstr expected: $expect input: $argstr"
90 expect=16AFKPQ
92 echo "result: $outstr expected: $expect input: $argstr"
95 expect=16ABC
97 echo "result: $outstr expected: $expect input: $argstr"
100 expect=16
102 echo "result: $outstr expected: $expect input: $argstr"
105 expect=123
107 echo "result: $outstr expected: $expect inpu
[all...]
H A Dobjnames-test10.sh85 expect=16AFKPQRST
87 echo "result: $outstr expected: $expect input: $argstr"
90 expect=16AFKPQ
92 echo "result: $outstr expected: $expect input: $argstr"
95 expect=16ABC
97 echo "result: $outstr expected: $expect input: $argstr"
100 expect=16
102 echo "result: $outstr expected: $expect input: $argstr"
105 expect=123
107 echo "result: $outstr expected: $expect inpu
[all...]
/external/jacoco/org.jacoco.examples.test/src/org/jacoco/examples/
H A DCoreTutorialTest.java31 console.expect(containsLine("0 of 3 methods missed"));
32 console.expect(containsLine("1 of 5 complexity missed"));
33 console.expect(containsLine("Line 46: "));
34 console.expect(containsLine("Line 47: green"));
35 console.expect(containsLine("Line 48: yellow"));
36 console.expect(containsLine("Line 49: red"));
/external/python/cpython2/Lib/test/
H A Dtest_textwrap.py31 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...]
H A Dtest_eof.py8 expect = "EOL while scanning string literal (<string>, line 1)"
13 self.assertEqual(str(msg), expect)
18 expect = ("EOF while scanning triple-quoted string literal "
23 self.assertEqual(str(msg), expect)
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_changeauth/
H A Dtpm_changeauth_tests_exp01.sh1 #! /usr/bin/expect -f
28 expect -re "Enter owner password: "
30 expect -re "Enter new owner password: "
32 expect -re "Confirm password: "
34 expect timeout
H A Dtpm_changeauth_tests_exp02.sh1 #! /usr/bin/expect -f
29 expect -re "Enter owner password: "
31 expect -re "Enter new SRK password: "
33 expect -re "Confirm password: "
35 expect timeout
H A Dtpm_changeauth_tests_exp03.sh1 #! /usr/bin/expect -f
29 expect -re "Enter owner password: "
31 expect -re "Enter new SRK password: "
33 expect -re "Confirm password: "
35 expect -re "Enter new owner password: "
37 expect -re "Confirm password: "
39 expect timeout
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/
H A Dtpmtoken_setpasswd_tests_exp01.sh1 #! /usr/bin/expect -f
28 expect -re "Enter your TPM user password: "
30 expect -re "Enter new password: "
32 expect -re "Confirm password: "
34 expect timeout
H A Dtpmtoken_setpasswd_tests_exp02.sh1 #! /usr/bin/expect -f
28 expect -re "Enter the TPM security officer password: "
30 expect -re "Enter new password: "
32 expect -re "Confirm password: "
34 expect timeout
H A Dtpmtoken_setpasswd_tests_exp03.sh1 #! /usr/bin/expect -f
28 expect -re "Enter your TPM user password: "
30 expect -re "Enter new password: "
32 expect -re "Confirm password: "
34 expect timeout
H A Dtpmtoken_setpasswd_tests_exp04.sh1 #! /usr/bin/expect -f
28 expect -re "Enter the TPM security officer password: "
30 expect -re "Enter new password: "
32 expect -re "Confirm password: "
34 expect timeout
/external/python/cpython3/Lib/test/
H A Dtest_eof.py8 expect = "EOL while scanning string literal (<string>, line 1)"
13 self.assertEqual(str(msg), expect)
18 expect = ("EOF while scanning triple-quoted string literal "
23 self.assertEqual(str(msg), expect)
H A Dtest_textwrap.py30 def check(self, result, expect):
31 self.assertEqual(result, expect,
33 self.show(expect), self.show(result)))
35 def check_wrap(self, text, width, expect, **kwargs):
37 self.check(result, expect)
39 def check_split(self, text, expect):
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/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
H A DEmitterState.java24 void expect() throws IOException; method in interface:EmitterState
/external/libcxx/test/support/test.support/
H A Dtest_demangle.pass.cpp21 const char* expect; member in struct:__anon11178
30 const char* expect = TestCases[i].expect; local
33 ((void)expect);
35 assert(demangle(raw) == expect);
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_tests_exp02.sh1 #! /usr/bin/expect -f
32 expect -re "Enter PEM pass phrase:"
34 expect -re "Enter your TPM user password: "
37 expect -re "Import the object?"
40 expect -re "Import the object?"
42 expect timeout
/external/dtc/tests/
H A Dfdtget-runtest.sh6 EXPECT=tmp.expect.$$
10 expect="$1"
11 printf '%b\n' "$expect" > $EXPECT

Completed in 3147 milliseconds

1234567891011>>