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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/metaflac-test-files/
H A DMakefile.am19 case00-expect.meta \
20 case01-expect.meta \
21 case02-expect.meta \
22 case03-expect.meta \
23 case04-expect.meta \
24 case05-expect.meta \
25 case06-expect.meta \
26 case07-expect.meta \
27 case08-expect.meta \
28 case09-expect
[all...]
H A DMakefile.in223 case00-expect.meta \
224 case01-expect.meta \
225 case02-expect.meta \
226 case03-expect.meta \
227 case04-expect.meta \
228 case05-expect.meta \
229 case06-expect.meta \
230 case07-expect.meta \
231 case08-expect.meta \
232 case09-expect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/flac-to-flac-metadata-test-files/
H A DMakefile.am19 case00a-expect.meta \
20 case01a-expect.meta \
21 case01b-expect.meta \
22 case01c-expect.meta \
23 case01d-expect.meta \
24 case01e-expect.meta \
25 case02a-expect.meta \
26 case02b-expect.meta \
27 case02c-expect.meta \
28 case03a-expect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dsecure-card1 #!/usr/local/bin/expect -f
10 # It is included by permission. An excellent reference for the expect
34 expect "OK"
42 expect {
46 continue -expect
51 continue -expect
66 continue -expect
73 continue -expect
80 continue -expect
84 continue -expect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/
H A Dsecure-card1 #!/usr/local/bin/expect -f
10 # It is included by permission. An excellent reference for the expect
34 expect "OK"
42 expect {
46 continue -expect
51 continue -expect
66 continue -expect
73 continue -expect
80 continue -expect
84 continue -expect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_index.c25 expect(i != NULL);
34 expect(i != NULL);
35 expect(lzma_index_append(i, NULL, 101, 555) == LZMA_OK);
36 expect(lzma_index_append(i, NULL, 602, 777) == LZMA_OK);
37 expect(lzma_index_append(i, NULL, 804, 999) == LZMA_OK);
46 expect(i != NULL);
56 expect(lzma_index_append(i, NULL, t, n) == LZMA_OK);
61 expect(lzma_index_block_count(i) == BIG_COUNT);
62 expect(lzma_index_total_size(i) == total_size);
63 expect(lzma_index_uncompressed_siz
[all...]
H A Dtest_filter_flags.c82 expect(!encode(2));
83 expect(!decode(2));
84 expect(decoded_flags.options == NULL);
90 expect(!encode(2));
91 expect(!decode(2));
92 expect(decoded_flags.options == NULL);
97 expect(!encode(6));
98 expect(!decode(6));
99 expect(decoded_flags.options != NULL);
102 expect(decode
[all...]
H A Dtest_stream_flags.c54 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
78 expect(lzma_stream_footer_encode(&known_flags, buffer) == LZMA_OK);
89 expect(lzma_stream_header_encode(&known_flags, buffer)
92 expect(lzma_stream_footer_encode(&known_flags, buffer)
97 expect(lzma_stream_header_encode(&known_flags, buffer)
100 expect(lzma_stream_footer_encode(&known_flags, buffer)
107 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
109 expect(lzma_stream_footer_encode(&known_flags, buffer)
114 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
116 expect(lzma_stream_footer_encod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_index.c25 expect(i != NULL);
34 expect(i != NULL);
35 expect(lzma_index_append(i, NULL, 101, 555) == LZMA_OK);
36 expect(lzma_index_append(i, NULL, 602, 777) == LZMA_OK);
37 expect(lzma_index_append(i, NULL, 804, 999) == LZMA_OK);
46 expect(i != NULL);
56 expect(lzma_index_append(i, NULL, t, n) == LZMA_OK);
61 expect(lzma_index_block_count(i) == BIG_COUNT);
62 expect(lzma_index_total_size(i) == total_size);
63 expect(lzma_index_uncompressed_siz
[all...]
H A Dtest_filter_flags.c82 expect(!encode(2));
83 expect(!decode(2));
84 expect(decoded_flags.options == NULL);
90 expect(!encode(2));
91 expect(!decode(2));
92 expect(decoded_flags.options == NULL);
97 expect(!encode(6));
98 expect(!decode(6));
99 expect(decoded_flags.options != NULL);
102 expect(decode
[all...]
H A Dtest_stream_flags.c54 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
78 expect(lzma_stream_footer_encode(&known_flags, buffer) == LZMA_OK);
89 expect(lzma_stream_header_encode(&known_flags, buffer)
92 expect(lzma_stream_footer_encode(&known_flags, buffer)
97 expect(lzma_stream_header_encode(&known_flags, buffer)
100 expect(lzma_stream_footer_encode(&known_flags, buffer)
107 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
109 expect(lzma_stream_footer_encode(&known_flags, buffer)
114 expect(lzma_stream_header_encode(&known_flags, buffer) == LZMA_OK);
116 expect(lzma_stream_footer_encod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dhash-common.h27 const void *expect, size_t expectlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhash-common.h27 const void *expect, size_t expectlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dxpathns.py5 expect=' xmlns:a="urn:whatevar"'
16 if res != expect:
H A Derror.py12 expect='--> I/O --> warning : --> failed to load external entity "missing.xml"\n' variable
30 if err != expect:
33 print "expected %s" %(expect)
H A Dreader5.py13 expect="""<bibl id="Aho" key="Aho/Ullman">Aho, Alfred V.,
30 if res != expect:
33 print "expected '%s'" % (expect)
H A Dxpathleak.py6 expect="""--> Invalid expression
40 if err != expect:
43 print "expected %s" %(expect)
H A Dreader7.py26 expect="""0 1 foo 0
50 if result != expect:
62 expect="""0 1 foo 0
86 if result != expect:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dxpathns.py5 expect=' xmlns:a="urn:whatevar"'
16 if res != expect:
H A Derror.py12 expect='--> I/O --> warning : --> failed to load external entity "missing.xml"\n' variable
30 if err != expect:
33 print "expected %s" %(expect)
H A Dreader5.py13 expect="""<bibl id="Aho" key="Aho/Ullman">Aho, Alfred V.,
30 if res != expect:
33 print "expected '%s'" % (expect)
H A Dxpathleak.py6 expect="""--> Invalid expression
40 if err != expect:
43 print "expected %s" %(expect)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/stf/
H A Dstrings.py67 def run_strcmp(self, a, b, expect):
69 if signum(int(out)) != expect:
74 " result=%s\n" % (`a`, `b`, `expect`, `out`))
94 for a, b, expect in cases:
95 self.run_strcmp(a, b, expect)
99 def run_strstr(self, a, b, expect):
101 if (out != (expect + '\n').encode('utf-8')):
106 " result=%s\n" % (`a`, `b`, `expect+'\n'`, `out`))
137 for a, b, expect in cases:
138 self.run_strstr(a, b, expect)
[all...]

Completed in 152 milliseconds

123456