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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dvalidate.py9 ctxt.validate(1)
29 ctxt.validate(1)
46 ctxt.validate(1)
65 ctxt.validate(1)
H A DMakefile.am15 validate.py \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/
H A DMakefile.am48 -I $(srcdir)/doc --no-validate nls.texi
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java204 public void validate(Object other) { method in class:BindingTest.Basic
286 public void validate(Object other) { method in class:BindingTest.SimpleTypes
388 public void validate(Object other) { method in class:BindingTest.ArrayTypes
441 public void validate(Object other) { method in class:BindingTest.EnumTypes
514 public void validate(Object other) { method in class:BindingTest.ProxyTypes
640 public void validate(Object other) { method in class:BindingTest.Embedded
644 one.validate(o.one);
649 two.validate(o.two);
680 void validate(Address o) { method in class:BindingTest.Address
748 public void validate(Objec method in class:BindingTest.Subclass
797 public void validate(Object other) { method in class:BindingTest.Superclass
860 public void validate(Object other) { method in class:BindingTest.Abstract
873 void validate(Object other); method in interface:BindingTest.Interface
889 public void validate(Object other) { method in class:BindingTest.EmbeddedUseAbstract
955 public void validate(Object other) { method in class:BindingTest.EntityUseAbstract
1032 void validate(CompositeKey o) { method in class:BindingTest.CompositeKey
1077 public void validate(Object other) { method in class:BindingTest.UseCompositeKey
1158 void validate(ComparableKey o) { method in class:BindingTest.ComparableKey
1207 public void validate(Object other) { method in class:BindingTest.UseComparableKey
1527 public void validate(Object other) { method in class:BindingTest.SecKeys
1658 public void validate(Object other) { method in class:BindingTest.SecKeyRefToPriKey
1712 public void validate(Object other) { method in class:BindingTest.SecKeyInSuperclass
1724 public void validate(Object other) { method in class:BindingTest.SecKeyInSuperclassEntity
1775 public void validate(Object other) { method in class:BindingTest.SecKeyInSubclassEntity
1788 public void validate(Object other) { method in class:BindingTest.SecKeyInSubclass
2321 void validate(Object other); method in interface:BindingTest.MyEntity
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbcmcvar.h43 void (*validate)(webs_t wp, char *value, struct variable *v, char *); member in struct:variable
103 #define NVRAM_IGNORE 0x08000000 /* Skip NVRAM processing ie no save to file or validate */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
743 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
793 if (ctxt->validate && ctxt->wellFormed &&
843 if ((ctxt->validate) && (ctxt->wellFormed) &&
1013 if (ctxt->validate && ctxt->wellFormed &&
1152 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1215 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1282 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c98 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
899 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
900 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
919 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
960 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
961 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
967 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
990 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
991 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1010 if ((reader->validate
[all...]
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
H A Dparser.c2071 if ((ctxt->validate) && (ctxt->vctxt.error != NULL)) {
5031 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5087 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5312 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
8557 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
9350 ctxt->validate = 0;
9873 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
11220 ctxt->validate = ctx->validate;
11225 if (ctxt->validate) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
743 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
793 if (ctxt->validate && ctxt->wellFormed &&
843 if ((ctxt->validate) && (ctxt->wellFormed) &&
1013 if (ctxt->validate && ctxt->wellFormed &&
1152 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1215 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1282 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c98 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
899 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
900 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
919 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
960 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
961 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
967 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
990 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
991 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1010 if ((reader->validate
[all...]
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
H A Dparser.c2071 if ((ctxt->validate) && (ctxt->vctxt.error != NULL)) {
5031 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5087 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5312 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
8557 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
9350 ctxt->validate = 0;
9873 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
11220 ctxt->validate = ctx->validate;
11225 if (ctxt->validate) {
[all...]
H A Dparser.in.h217 int validate; /* shall we try to validate ? */ member in struct:_xmlParserCtxt
1080 XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c379 (((ctxt->validate) || (ctxt->loadsubset != 0)) &&
561 ((ctxt->validate) || (ctxt->replaceEntities)) &&
579 ctxt->validate = 0;
744 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
794 if (ctxt->validate && ctxt->wellFormed &&
844 if ((ctxt->validate) && (ctxt->wellFormed) &&
1020 if (ctxt->validate && ctxt->wellFormed &&
1165 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1228 if (nsret != NULL && ctxt->validate && ctxt->wellFormed &&
1295 if ((!ctxt->html) && ctxt->validate
[all...]
H A Dxmlreader.c119 xmlTextReaderValidate validate;/* is there any validation */ member in struct:_xmlTextReader
918 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
919 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
938 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
979 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
980 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
986 if ((reader->validate == XML_TEXTREADER_VALIDATE_RNG) &&
1009 if ((reader->validate == XML_TEXTREADER_VALIDATE_DTD) &&
1010 (reader->ctxt != NULL) && (reader->ctxt->validate == 1)) {
1029 if ((reader->validate
[all...]
H A Dcheck-xml-test-suite.py226 ctxt.validate(1)
262 ctxt.validate(1)
H A Dlegacy.c89 "validate",
177 if (!strcmp(name, "validate")) {
178 *((int *) result) = ctxt->validate;
286 if (!strcmp(name, "validate")) {
289 if ((!ctxt->validate) && (newvalidate != 0)) {
296 ctxt->validate = newvalidate;
H A Dparser.c2369 if ((ctxt->validate) && (ctxt->vctxt.error != NULL)) {
5678 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5736 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5968 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
9368 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
10213 ctxt->validate = 0;
10736 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc &&
12132 ctxt->validate = ctx->validate;
12137 if (ctxt->validate) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Duaccess.h375 __copy_tofrom_user(void *to, const void *from, long len, const void __user *validate) argument
377 if (__access_ok((unsigned long)validate, len, get_fs()))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/vm/
H A Dslabinfo.c60 int validate = 0; variable
108 "-v|--validate Validate slabs\n"
268 set_obj(s, "validate", 1);
1107 else if (validate)
1135 { "validate", 0, NULL, 'v' },
1194 validate = 1;
1212 && !validate && !shrink && !set_debug && !show_ops)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c454 int (*validate)(const int, const int); /* input/output validation */ member in struct:sony_nc_value
469 .validate = _validate, \
580 * sony_nc_values input/output validate functions
602 * on input validate boolean values 0/1, on output just pass the
630 if (item->validate)
631 value = item->validate(SNC_VALIDATE_OUT, value);
652 if (item->validate)
653 value = item->validate(SNC_VALIDATE_IN, value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py324 self.validate()
346 def validate(self): member in class:XSTCSchemaTest
382 def validate(self): member in class:XSTCInstanceTest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c542 * This routine will initialize the ops data structure used in the validate
608 static int validate(struct slot *slot_cur, int opn) function
618 debug("slot_number in validate is %d\n", slot_cur->number);
640 err("validate failed....\n");
1056 if ((rc = validate(slot_cur, ENABLE))) {
1057 err("validate function failed\n");
1244 rc = validate(slot_cur, DISABLE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S190 ;; ptable is ok. validate each entry.

Completed in 348 milliseconds

12