Searched refs:Verify (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtsdcfmsy.h30 void Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected);
H A Dtsdcfmsy.cpp204 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34.50");
206 Verify(34.5, (UnicodeString)"00.00", sym, (UnicodeString)"34S50");
208 Verify(34.5, (UnicodeString)"00 %", sym, (UnicodeString)"3450 P");
210 Verify(34.5, CharsToUnicodeString("\\u00a4##.##"), sym, (UnicodeString)"D34.5");
212 Verify(3456.5, (UnicodeString)"0,000.##", sym, (UnicodeString)"3|456S5");
216 void IntlTestDecimalFormatSymbols::Verify(double value, const UnicodeString& pattern, DecimalFormatSymbols sym, const UnicodeString& expected){ function in class:IntlTestDecimalFormatSymbols
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Dsignclient.cpp74 void Verify::verify(const CssmData *data, uint32 count, const CssmData &signature)
80 void Verify::init()
86 void Verify::verify(const CssmData *data, uint32 count)
92 void Verify::operator () (const CssmData &signature)
H A Dsignclient.h72 class Verify : public SigningContext class in namespace:Security::CssmClient
75 Verify(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS verifyOnly = CSSM_ALGID_NONE) function in class:Security::CssmClient::Verify
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Dsignclient.cpp74 void Verify::verify(const CssmData *data, uint32 count, const CssmData &signature)
80 void Verify::init()
86 void Verify::verify(const CssmData *data, uint32 count)
92 void Verify::operator () (const CssmData &signature)
H A Dsignclient.h72 class Verify : public SigningContext class in namespace:Security::CssmClient
75 Verify(const CSP &csp, CSSM_ALGORITHMS alg, CSSM_ALGORITHMS verifyOnly = CSSM_ALGID_NONE) function in class:Security::CssmClient::Verify
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DManifestSigner.h44 virtual void Verify (CFDataRef data, SecManifestTrustSetupCallback setupCallback, void* setupContext,
H A DAppleManifest.h68 void Verify (CFDataRef data, SecManifestTrustSetupCallback setupCallback, void* setupContext,
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Derr.chillbadarg.ksh9 * Verify that chill() refuses args greater than
H A Derr.copyoutbadaddr.ksh11 * Verify that copyout() handles bad addresses.
H A Derr.copyoutstrbadaddr.ksh11 * Verify that copyout() handles bad addresses.
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtresize.cpp15 void Verify();
45 Verify();
49 Verify();
53 Verify();
58 void CResizer::Verify() { function in class:CResizer
90 Verify();
104 Verify();
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A DKeySchema.h57 extern const CSSM_DB_ATTRIBUTE_INFO Verify;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A DKeySchema.h57 extern const CSSM_DB_ATTRIBUTE_INFO Verify;
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DDebugInfo.cpp357 if (DTy.Verify())
361 if (BTy.Verify()) {
370 /// Verify - Verify that a compile unit is well formed.
371 bool DICompileUnit::Verify() const { function in class:DICompileUnit
381 /// Verify - Verify that an ObjC property is well formed.
382 bool DIObjCProperty::Verify() const { function in class:DIObjCProperty
388 if (!Ty.Verify()) return false;
394 /// Verify
395 bool DIType::Verify() const { function in class:DIType
415 bool DIBasicType::Verify() const { function in class:DIBasicType
420 bool DIDerivedType::Verify() const { function in class:DIDerivedType
425 bool DICompositeType::Verify() const { function in class:DICompositeType
435 bool DISubprogram::Verify() const { function in class:DISubprogram
449 bool DIGlobalVariable::Verify() const { function in class:DIGlobalVariable
470 bool DIVariable::Verify() const { function in class:DIVariable
485 bool DILocation::Verify() const { function in class:DILocation
493 bool DINameSpace::Verify() const { function in class:DINameSpace
[all...]
H A DInlineAsm.cpp46 assert(Verify(getFunctionType(), constraints) &&
244 /// Verify - Verify that the specified constraint string is reasonable for the
246 bool InlineAsm::Verify(FunctionType *Ty, StringRef ConstStr) { function in class:InlineAsm
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DPHITransAddr.h92 /// Verify - Check internal consistency of this data structure. If the
95 bool Verify() const;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DCryptoAlg.h40 // Verify the ctx using the key and compare it against signature/siglen
41 mStatus (*Verify)(AlgContext *ctx, mDNSu8 *key, mDNSu32 keylen, mDNSu8 *signature, mDNSu32 siglen); member in struct:__anon10890
H A DCryptoAlg.c228 if (func->Verify)
229 return (func->Verify(ctx, key, keylen, signature, siglen));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dmakevms.com55 $ V = 'F$Verify(0)
89 $ VV='F$Verify(VV)
91 $ If V Then Set Verify
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DDebugInfo.h95 bool Verify() const { return DbgNode != 0; } function in class:llvm::DIDescriptor
202 /// Verify - Verify that a compile unit is well formed.
203 bool Verify() const;
247 /// Verify - Verify that a type descriptor is well formed.
248 bool Verify() const;
329 /// Verify - Verify that a basic type descriptor is well formed.
330 bool Verify() cons
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h176 assert(Var.Verify() && "Invalid complex DbgVariable!");
180 assert(Var.Verify() && "Invalid complex DbgVariable!");
184 assert(Var.Verify() && "Invalid complex DbgVariable!");
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/scripts/
H A Dmakevms.com105 $ V = 'F$Verify(0)
139 $ VV='F$Verify(VV)
141 $ If V Then Set Verify
/macosx-10.9.5/llvmCore-3425.0.33/utils/yaml-bench/
H A DYAMLBench.cpp44 Verify( "verify"
192 if (Verify) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPHITransAddr.cpp89 /// Verify - Check internal consistency of this data structure. If the
92 bool PHITransAddr::Verify() const { function in class:PHITransAddr
324 assert(Verify() && "Invalid PHITransAddr!");
326 assert(Verify() && "Invalid PHITransAddr!");

Completed in 457 milliseconds

123