Searched refs:validate (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dvalidate.test17 test validate-0.0 "Setup" -constraints ttkEntry -body {
23 test validate-0.1 "More setup" -body {
27 entry .e -validate all \
42 test validate-1.1 {entry widget validation - insert} -body {
47 test validate-1.2 {entry widget validation - insert} -body {
52 test validate-1.3 {entry widget validation - insert} -body {
57 test validate-1.4 {entry widget validation - insert} -body {
62 test validate-1.5 {entry widget validation - delete} -body {
67 test validate-1.6 {entry widget validation - delete} -body {
68 .e configure -validate ke
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGPhase.cpp49 validate(m_graph, DumpGraph);
H A DDFGValidate.h38 void validate(Graph&, GraphDumpMode = DumpGraph);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dsnit2.tcl30 source [file join $::snit::library validate.tcl]
H A Dvalidate.tcl3 # validate.tcl
33 typemethod validate {value} {
51 method validate {value} {
52 $type validate $value
78 typemethod validate {value} {
118 method validate {value} {
119 $type validate $value
157 typemethod validate {value} {
177 method validate {value} {
215 typemethod validate {valu
[all...]
H A Dsnit.tcl39 source [file join $::snit::library validate.tcl]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_any.cpp35 bool AnyAclSubject::validate(const AclValidationContext &) const function in class:AnyAclSubject
H A Dacl_any.h46 bool validate(const AclValidationContext &ctx) const;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_any.cpp35 bool AnyAclSubject::validate(const AclValidationContext &) const function in class:AnyAclSubject
/macosx-10.10.1/libxml2-26/libxml2/python/tests/
H A Dvalidate.py9 ctxt.validate(1)
29 ctxt.validate(1)
46 ctxt.validate(1)
65 ctxt.validate(1)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dvalidate.py9 ctxt.validate(1)
29 ctxt.validate(1)
46 ctxt.validate(1)
65 ctxt.validate(1)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Dcmd.tcl22 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
37 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Dcmd.tcl22 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
37 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A DsoapinteropC.tcl23 validate.echoMeStringRequest $proxy
24 validate.echoMeStructRequest $proxy
27 proc soapinterop::validate.echoMeStringRequest {proxy} {
32 catch {validate.emsr:A} msg ; puts "$msg"
33 catch {validate.emsr:B} msg ; puts "$msg"
34 catch {validate.emsr:C} msg ; puts "$msg"
35 catch {validate.emsr:D} msg ; puts "$msg"
36 catch {validate.emsr:E} msg ; puts "$msg"
37 catch {validate.emsr:F} msg ; puts "$msg"
40 proc soapinterop::validate
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dvalidator1.tcl118 catch {validate.nestedStructTest} msg ; puts "$msg"
124 catch {validate.arrayOfStructsTest} msg ; puts "$msg"
125 catch {validate.xnestedStructTest} msg ; puts "$msg"
129 catch {validate.countTheEntities} msg ; puts "$msg"
130 catch {validate.easyStructTest} msg ; puts "$msg"
131 catch {validate.moderateSizeArrayCheck} msg ; puts "$msg"
132 catch {validate.simpleStructReturnTest} msg ; puts "$msg"
133 catch {validate.echoStructTest} msg ; puts "$msg"
134 catch {validate.manyTypesTest} msg ; puts "$msg"
152 proc validate
[all...]
/macosx-10.10.1/files-662.1.1/private/etc/asl/
H A DMakefile10 install:: validate-all install-files
12 validate-all:
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A DpkgIndex.tcl2 package ifneeded sak::validate 1.0 [list source [file join $dir validate.tcl]]
3 package ifneeded sak::validate::manpages 1.0 [list source [file join $dir manpages.tcl]]
4 package ifneeded sak::validate::versions 1.0 [list source [file join $dir versions.tcl]]
5 package ifneeded sak::validate::testsuites 1.0 [list source [file join $dir testsuites.tcl]]
6 package ifneeded sak::validate::syntax 1.0 [list source [file join $dir syntax.tcl]]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A DpkgIndex.tcl2 package ifneeded sak::validate 1.0 [list source [file join $dir validate.tcl]]
3 package ifneeded sak::validate::manpages 1.0 [list source [file join $dir manpages.tcl]]
4 package ifneeded sak::validate::versions 1.0 [list source [file join $dir versions.tcl]]
5 package ifneeded sak::validate::testsuites 1.0 [list source [file join $dir testsuites.tcl]]
6 package ifneeded sak::validate::syntax 1.0 [list source [file join $dir syntax.tcl]]
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.cpp53 void CommonBlob::validate(CSSM_RETURN failureCode) const function in class:Security::SecurityServer::CommonBlob
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.cpp53 void CommonBlob::validate(CSSM_RETURN failureCode) const function in class:Security::SecurityServer::CommonBlob
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl26 namespace export is isa validate absolute at delta by unbox + - | resolve
35 proc ::diagram::point::validate {value} {
84 set a [2cartesian [validate $a]]
85 set b [2cartesian [validate $b]]
103 set a [2cartesian [validate $a]]
104 set b [2cartesian [validate $b]]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DBoundsCheckedPointer.h228 validate();
234 validate();
240 validate(m_pointer + index);
246 validate(m_pointer + index);
260 void validate(T* pointer) const function in class:WTF::BoundsCheckedPointer
270 void validate() const function in class:WTF::BoundsCheckedPointer
272 validate(m_pointer);
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DBoundaryTagInlines.h37 static inline void validate(const Range& range) function in namespace:bmalloc
62 validate(Range(prevObject, prevSize));
72 validate(Range(nextObject, nextSize));
75 static inline void validate(EndTag* prev, const Range& range, BeginTag* next) function in namespace:bmalloc
78 validate(range);
145 validate(prev, range, next);
160 validate(beginTag->prev(), range, endTag->next());
193 validate(beginTag->prev(), Range(range.begin(), size), leftoverBeginTag);
194 validate(leftoverBeginTag->prev(), leftover, endTag->next());
206 validate(beginTa
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dtransform.rb386 # node.validate
392 def validate method in class:Node
399 node.validate
405 def validate method in class:Sequence
422 def validate method in class:Immediate
427 def validate method in class:RegisterID
432 def validate method in class:FPRegisterID
437 def validate method in class:Address
443 def validate method in class:BaseIndex
449 def validate method in class:AbsoluteAddress
455 def validate method in class:Instruction
461 def validate method in class:SubImmediates
468 def validate method in class:Error
473 def validate method in class:Label
478 def validate method in class:LocalLabel
483 def validate method in class:LabelReference
488 def validate method in class:LocalLabelReference
493 def validate method in class:Skip
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dacls.h66 virtual void validate(AclAuthorization auth, const AccessCredentials *cred, Database *relatedDatabase);
67 void validate(AclAuthorization auth, const Context &context, Database *relatedDatabase);
148 virtual void validate(AclAuthorization auth, const AccessCredentials *cred) function in class:AclSource
149 { acl().validate(auth, cred, relatedDatabase()); }
150 virtual void validate(AclAuthorization auth, const Context &context) function in class:AclSource
151 { acl().validate(auth, context, relatedDatabase()); }

Completed in 308 milliseconds

1234567891011>>