Searched refs:expect (Results 1 - 25 of 416) 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/libmojo/mojo/public/js/
H A Dstruct_unittests.js6 "gin/test/expect",
11 ], function(expect,
19 expect(r).toEqual(new rect.Rect({x:0, y:0, width:0, height:0}));
20 expect(r).toEqual(new rect.Rect({foo:100, bar:200}));
27 expect(rp.first).toEqual(r);
28 expect(rp.second).toEqual(r);
30 expect(new testStructs.RectPair({second: r}).first).toBeNull();
33 expect(nr.name).toBeNull();
34 expect(nr.rects).toBeNull();
35 expect(n
[all...]
H A Dcore_unittests.js6 "gin/test/expect",
9 ], function(expect, core, gc) {
32 expect(pipe.result).toBe(core.RESULT_OK);
36 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
37 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
44 expect(pipe.result).toBe(core.RESULT_OK);
48 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
49 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
54 expect(pipe.result).toBe(core.RESULT_OK);
58 expect(cor
[all...]
/external/libcxx/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dvariadic_mutex_mangling.pass.cpp35 const std::string expect = "NSt3__110lock_guardIJNS_5mutexEEEE"; local
36 assert(typeid(std::lock_guard<std::mutex>).name() == 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/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:__anon10279
30 const char* expect = TestCases[i].expect; local
33 ((void)expect);
35 assert(demangle(raw) == expect);
/external/libmojo/mojo/edk/js/tests/
H A Dsample_service_tests.js6 "gin/test/expect",
13 ], function(expect, sample, imported, imported2, connection, core,
28 expect(bar.alpha).toBe(255);
29 expect(bar.type).toBe(sample.Bar.Type.VERTICAL);
32 expect(foo.name).toBe("Fooby");
33 expect(foo.a).toBeTruthy();
34 expect(foo.data).toBeNull();
37 expect(defaults.a0).toBe(-12);
38 expect(defaults.a1).toBe(sample.kTwelve);
39 expect(default
[all...]
/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 550 milliseconds

1234567891011>>