Searched refs:errorCheck (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Ddriverparser.l22 void errorCheck ( char *pcToken_error );
33 . { errorCheck( bptext ); }
70 void errorCheck ( char *token_error ) { }
H A Ddriverparser.c443 void errorCheck(char *pcToken_error);
733 errorCheck(bptext);
1691 void errorCheck(char *token_error) function
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test70 proc ::errorCheck {got expected msg} {
98 errorCheck $result 7 "Failed fetch ::a::t"
100 errorCheck $result "a b c d" "Failed fetch {::a::s x} {x}"
102 errorCheck $result "{r t} a b c r" "Failed fetch ::a::s x"
154 errorCheck [llength $list] $::iterations "Failed Stores $::iterations -- Wrong \# of stored elements"
168 errorCheck [llength $list] [expr $i +1] "Failed Store_Fetch_List $::iterations -- Wrong \# of stored elements"
170 errorCheck $result $value "Failed fetch Store_Fetch_List current key"
172 errorCheck $result "An value for the test 0 0 0" "Failed fetch Store_Fetch_List first key"
187 errorCheck [llength $list] 1 "Failed Store_Fetch_List_Same_Key $::iterations -- Wrong \# of stored elements"
189 errorCheck
[all...]
H A DxoRDF.test13 proc errorCheck {expected result msg} {
72 ::errorCheck $nodeResult $r "RDF Node Creation: $name"
75 #::errorCheck $recreateResult $r "RDF Recreation: $name"
77 ::errorCheck $tripleResult $r "RDF Triples: $name"
80 ::errorCheck $descriptionAsBagResult $r "RDF Triples -- Description as Bag: $name"
96 ::errorCheck $nodeResult $r "RDF Node Recreation: $name"
99 ::errorCheck $tripleResult $r "RDF Triple Recreation: $name"

Completed in 141 milliseconds