Searched refs:doTest (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10/srm-7/test/
H A Dsrmtest.sh83 doTest () { function
111 doTest ' -s -n '"${TMPDIR}/284mb" 3
114 doTest ' -s -r -f -n '"${TMPDIR}/smallfiles" 3
120 doTest ' -m -n '"${TMPDIR}/284mb" 3
123 doTest ' -m -r -f -n '"${TMPDIR}/smallfiles" 3
129 doTest ' -n '"${TMPDIR}/100mb" 3
132 doTest ' -r -f -n '"${TMPDIR}/smallfiles" 3
/macosx-10.10/libauto-186/tests/
H A Dthreadedresurrection.m76 void doTest(bool doCheat) {
91 doTest(true);
93 doTest(false);
H A Dauto_realloc_test.m46 void doTest() {
61 doTest();
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditrbnfrt.cpp70 doTest(formatter, -12345678, 12345678);
88 doTest(formatter, 0, 12345678);
106 doTest(formatter, -12345678, 12345678);
124 doTest(formatter, -12345678, 12345678);
142 doTest(formatter, -12345678, 12345678);
160 doTest(formatter, -999999, 999999);
178 doTest(formatter, 0, 12345678);
196 doTest(formatter, 0, 12345678);
214 doTest(formatter, -12345678, 12345678);
232 doTest(formatte
274 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, function in class:RbnfRoundTripTest
[all...]
H A Ditrbnfrt.h85 void doTest(const RuleBasedNumberFormat* formatter, double lowLimit, double highLimit);
H A Dtransapi.h65 void doTest(const UnicodeString& , const UnicodeString& , const UnicodeString& );
H A Dtscoll.h33 void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result);
35 void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result);
H A Dallcoll.cpp98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS);
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Ditrbnf.h137 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
H A Drbbiapts.h99 void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expected);
H A Dficoll.cpp74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Djacoll.cpp114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
133 doTest(myCollation, testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1],
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
160 doTest(myCollation, testKatakanaHiraganaCases[i], testKatakanaHiraganaCases[i + 1],
175 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/GUITests/
H A Dtest_modalsession.py12 def doTest(): function
36 doTest()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/GUITests/
H A Dtest_modalsession.py12 def doTest(): function
36 doTest()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/GUITests/
H A Dtest_modalsession.py12 def doTest(): function
36 doTest()
/macosx-10.10/llvmCore-3425.0.34/tools/bugpoint/
H A DListReducer.h39 // doTest - This virtual function should be overriden by subclasses to
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
55 switch (doTest(TheList, empty, Error)) {
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
119 switch (doTest(Prefix, Suffix, Error)) {
144 return true; // Error was set by doTest.
146 assert(Error.empty() && "doTest did not return InternalError for error");
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certLabelTest/
H A DcertLabelTest.cpp111 static int doTest( function
311 ourRtn = doTest("simple ASCII common name", quiet,
321 ourRtn = doTest("ASCII common name plus ASCII description", quiet,
331 ourRtn = doTest("simple UTF8 common name", quiet,
341 ourRtn = doTest("label from OrgName", quiet,
351 ourRtn = doTest("label from OrgUnit", quiet,
362 ourRtn = doTest("label from OrgUnit, description is ignored", quiet,
374 ourRtn = doTest("T61/Teletex name from Radar 3529689", quiet,
390 ourRtn = doTest("Unicode CommonName", quiet,
406 ourRtn = doTest("ISOLati
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2Vectors/
H A Dsha2Vectors.cpp182 static int doTest( function
231 if(doTest("SHA224 Vector 1", dig224, v1_224_digest, CC_SHA224_DIGEST_LENGTH)) {
239 if(doTest("SHA224 Vector 2", dig224, v2_224_digest, CC_SHA224_DIGEST_LENGTH)) {
250 if(doTest("SHA224 Vector 3", dig224, v3_224_digest, CC_SHA224_DIGEST_LENGTH)) {
266 if(doTest("SHA256 Vector 1", dig256, v1_256_digest, CC_SHA256_DIGEST_LENGTH)) {
274 if(doTest("SHA256 Vector 2", dig256, v2_256_digest, CC_SHA256_DIGEST_LENGTH)) {
285 if(doTest("SHA256 Vector 3", dig256, v3_256_digest, CC_SHA256_DIGEST_LENGTH)) {
300 if(doTest("SHA384 Vector 1", dig384, v1_384_digest, CC_SHA384_DIGEST_LENGTH)) {
308 if(doTest("SHA384 Vector 2", dig384, v2_384_digest, CC_SHA384_DIGEST_LENGTH)) {
319 if(doTest("SHA38
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/keyHash/
H A DkeyHash.c51 static int doTest( function
199 if(doTest(cspHand, rawCspHand, symKey, verbose, quiet)) {
228 if(doTest(cspHand, rawCspHand, &pubKey, verbose, quiet)) {
234 if(doTest(cspHand, rawCspHand, &privKey, verbose, quiet)) {
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcfintst.c89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcjaptst.c130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
151 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS);
172 doTest(myCollation, testPlainDakutenHandakutenCases[i],
197 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1],
222 doTest(myCollation, testKatakanaHiraganaCases[i],
248 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1],
H A Dcestst.c99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/sha2VectorsCdsa/
H A Dsha2VectorsCdsa.cpp225 static int doTest( function
286 if(doTest("SHA224 Vector 1", dig224, v1_224_digest, CC_SHA224_DIGEST_LENGTH)) {
297 if(doTest("SHA224 Vector 2", dig224, v2_224_digest, CC_SHA224_DIGEST_LENGTH)) {
306 if(doTest("SHA224 Vector 3", dig224, v3_224_digest, CC_SHA224_DIGEST_LENGTH)) {
326 if(doTest("SHA256 Vector 1", dig256, v1_256_digest, CC_SHA256_DIGEST_LENGTH)) {
337 if(doTest("SHA256 Vector 2", dig256, v2_256_digest, CC_SHA256_DIGEST_LENGTH)) {
346 if(doTest("SHA256 Vector 3", dig256, v3_256_digest, CC_SHA256_DIGEST_LENGTH)) {
364 if(doTest("SHA384 Vector 1", dig384, v1_384_digest, CC_SHA384_DIGEST_LENGTH)) {
375 if(doTest("SHA384 Vector 2", dig384, v2_384_digest, CC_SHA384_DIGEST_LENGTH)) {
384 if(doTest("SHA38
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ssl2Padding/
H A Dssl2Padding.cpp213 static int doTest( function
337 rtn = doTest(cspHand, &pubKey, &privKey,
350 rtn = doTest(cspHand, &pubKey, &privKey,
363 rtn = doTest(cspHand, &pubKey, &privKey,
377 rtn = doTest(cspHand, &pubKey, &privKey,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTest/
H A DextendAttrTest.cpp205 int doTest(SecKeychainItemRef itemRef, function
329 if(doTest((SecKeychainItemRef)certRef, certAttrs, quiet)) {
333 /* doTest() verified that there are two extended attrs */
432 if(doTest((SecKeychainItemRef)pubKey, pubKeyAttrs, quiet)) {
438 if(doTest((SecKeychainItemRef)privKey, privKeyAttrs, quiet)) {
452 if(doTest((SecKeychainItemRef)certRef, certAttrs, quiet)) {
470 if(doTest(pwdRef, pwdAttrs, quiet)) {

Completed in 332 milliseconds

1234