Searched refs:valid (Results 1 - 25 of 127) sorted by relevance

123456

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dvalidate.py8 ctxt = libxml2.createFileParserCtxt("valid.xml")
12 valid = ctxt.isValid() variable
14 if doc.name != "valid.xml":
21 if valid != 1:
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
32 valid = ctxt.isValid() variable
34 if valid != 1:
49 valid = ctxt.isValid() variable
57 if valid != 0:
68 valid
[all...]
H A DvalidDTD.py22 valid="""<?xml version="1.0"?>
33 # Test valid document
34 doc = libxml2.parseDoc(valid)
H A DvalidRNG.py36 valid="""<?xml version="1.0"?>
48 # Test valid document
49 doc = libxml2.parseDoc(valid)
H A DvalidSchemas.py34 valid="""<?xml version="1.0" encoding="iso-8859-1"?>
55 # Test valid document
56 doc = libxml2.parseDoc(valid)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dxmlpool.h63 /** \brief Begin an option definition with restrictions on valid values */
64 #define DRI_CONF_OPT_BEGIN_V(name,type,def,valid) \
65 "<option name=\""#name"\" type=\""#type"\" default=\""#def"\" valid=\""valid"\">\n"
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c406 int i, valid, result; local
414 valid = TRUE;
432 valid = FALSE;
436 valid = FALSE;
441 } while (!valid);
444 valid = TRUE;
462 valid = FALSE;
466 valid = FALSE;
471 } while (!valid);
474 valid
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsecuritysrv.h76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon6851
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsecuritysrv.h76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon7170
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsecuritysrv.h79 * group and set the valid field to TRUE if they recognize the group as a
81 * valid field.
86 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon7477
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon7850
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon8204
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon8521
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon8840
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon9154
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon9474
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon5000
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon5312
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dsecuritysrv.h77 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon5624
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dsecuritysrv.h76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon5935
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dsecuritysrv.h76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon6238
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dsecuritysrv.h76 Bool valid; /* did anyone recognize it? if so, set to TRUE */ member in struct:__anon6536
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dparse2.c41 if (ctxt->valid == 0)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c73 * determine if a given glyph is valid and return the
80 int i, valid = 1; local
88 (fs->max_char_or_byte2 < which)) valid = 0;
97 (fs->max_byte1 < byte1)) valid = 0;
100 if (valid) {
189 int valid; local
195 valid = 0;
198 valid = 1;
222 if (valid && (bm_width > 0) && (bm_height > 0)) {
/vbox/src/libs/libxml2-2.6.31/
H A DtestReader.c41 static int valid = 0; variable
48 printf("\t --valid: validate the document\n");
77 if (valid)
122 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
123 valid++;
/vbox/src/libs/libpng-1.2.8/
H A Dpngget.c18 return(info_ptr->valid & flag);
120 if (info_ptr->valid & PNG_INFO_pHYs)
138 if (info_ptr->valid & PNG_INFO_pHYs)
156 if (info_ptr->valid & PNG_INFO_pHYs)
176 if (info_ptr->valid & PNG_INFO_pHYs)
197 if (info_ptr->valid & PNG_INFO_oFFs)
215 if (info_ptr->valid & PNG_INFO_oFFs)
233 if (info_ptr->valid & PNG_INFO_oFFs)
251 if (info_ptr->valid & PNG_INFO_oFFs)
307 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid
[all...]

Completed in 142 milliseconds

123456