Searched defs:expected (Results 1 - 25 of 164) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DAny.pm48 expected : Any of ( $things ) label
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/tests/
H A Dnsec3_test.c37 iteration_test(const char* file, unsigned int expected) { argument
/macosx-10.9.5/libunwind-35.3/testsuite/
H A DUnwind_Backtrace.c25 static const char* expected[] = { "bar", "foo", "main" }; variable
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dstore-test.c48 compare(const char *name, krb5_storage *sp, void *expected, size_t len) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_6/
H A Dbrowser.js61 var expected = ''; variable
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/crypto/
H A Dspbkdf-00-hmac-sha1.c36 const uint8_t expected[20] = { 0x0c, 0x60, 0xc8, 0x0f, local
55 const uint8_t expected[20] = { 0xea, 0x6c, 0x01, 0x4d, local
74 const uint8_t expected[20] = { 0x4b, 0x00, 0x79, 0x01, local
95 const uint8_t expected[2 local
119 const uint8_t expected[20] = { 0x0c, 0x60, 0xc8, 0x0f, local
149 const uint8_t expected[20] = { 0xea, 0x6c, 0x01, 0x4d, local
179 const uint8_t expected[20] = { 0x4b, 0x00, 0x79, 0x01, local
212 const uint8_t expected[20] = { 0xee, 0xfe, 0x3d, 0x61, local
[all...]
H A Dpbkdf2-00-hmac-sha1.c62 const uint8_t expected[20] = { 0x0c, 0x60, 0xc8, 0x0f, local
81 const uint8_t expected[20] = { 0xea, 0x6c, 0x01, 0x4d, local
100 const uint8_t expected[20] = { 0x4b, 0x00, 0x79, 0x01, local
121 const uint8_t expected[2 local
[all...]
/macosx-10.9.5/expat-12/expat/tests/
H A Dchardata.c83 CharData_CheckString(CharData *storage, const char *expected) argument
112 CharData_CheckXMLChars(CharData *storage, const XML_Char *expected) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dencoll.c265 UCollationResult expected=UCOL_EQUAL; local
326 UCollationResult expected=UCOL_EQUAL; local
[all...]
H A Dcfrtst.c171 UCollationResult expected=UCOL_EQUAL; local
H A Dcucdapi.c44 UScriptCode expected[] ={ local
215 UScriptCode expected[] = { local
[all...]
H A Dstdnmtst.c38 static int dotestname(const char *name, const char *standard, const char *expected) { argument
114 static int dotestconv(const char *name, const char *standard, const char *expected) { argument
170 doTestNames(const char *name, const char *standard, const char **expected, int32_t size) argument
222 doTestUCharNames(const char *name, const char *standard, const char **expected, int32_t size) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dfrcoll.cpp161 Collator::EComparisonResult expected; local
H A Dencoll.cpp262 Collator::EComparisonResult expected; local
301 Collator::EComparisonResult expected; local
[all...]
H A Dtsdcfmsy.cpp216 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected){ argument
H A Dgenderinfotest.cpp78 const GenderInfo* expected = GenderInfo::getNeutralInstance(); local
100 checkLocale( const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) argument
[all...]
H A Dselfmts.cpp305 UnicodeString expected=UnicodeString("masculineVerbValue"); local
320 UnicodeString expected=UnicodeString("otherVerbValue"); local
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_name.c72 test_expand(hx509_context context, const char *name, const char *expected) argument
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestxlate.c32 test_conversion(abts_case *tc, apr_xlate_t *convset, const char *inbuf, const char *expected) argument
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestxlate.c32 test_conversion(abts_case *tc, apr_xlate_t *convset, const char *inbuf, const char *expected) argument
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp125 test_helpers_detail::check_equal(const char* expected[], argument
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestfile.c270 expected; /* Expected position in file */ local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/validation/
H A Drelaxng.rb192 def expected method in class:REXML.Validation.State
279 def expected method in class:REXML.Validation.Optional
308 def expected method in class:REXML.Validation.ZeroOrMore
352 def expected method in class:REXML.Validation.OneOrMore
411 def expected method in class:REXML.Validation.Choice
529 def expected method in class:REXML.Validation.Choice.Interleave
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclError.c80 XOTclErrBadVal(Tcl_Interp *interp, char *context, char *expected, char *value) { argument
88 XOTclErrBadVal_(Tcl_Interp *interp, char *expected, char *value) { argument
/macosx-10.9.5/xnu-2422.115.4/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c16 do_simple_kevent(struct kevent64_s *kev, uint64_t expected) argument
59 uint64_t nowus, expected, deadline; local
105 uint64_t expected = 0; local
[all...]

Completed in 202 milliseconds

1234567