| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | VBoxBiosAlternative.asm | 1079 mov word [bp-00ah], strict word 00003h ; c7 46 f6 03 00 1084 add AL, strict byte 003h ; 04 03 1085 and AL, strict byte 0fch ; 24 fc 1168 mov AH, strict byte 070h ; b4 70 1169 cmp AL, strict byte 080h ; 3c 80 1171 mov AH, strict byte 072h ; b4 72 1188 mov BL, strict byte 070h ; b3 70 1189 cmp AL, strict byte 080h ; 3c 80 1191 mov BL, strict byte 072h ; b3 72 1206 mov CL, strict byt [all...] |
| /vbox/src/VBox/Devices/Graphics/BIOS/ |
| H A D | VBoxVgaBiosAlternative.asm | 223 cmp AL, strict byte 003h ; 3c 03 227 cmp AL, strict byte 005h ; 3c 05 231 cmp AL, strict byte 006h ; 3c 06 235 cmp AL, strict byte 007h ; 3c 07 239 cmp AL, strict byte 008h ; 3c 08 243 cmp AL, strict byte 009h ; 3c 09 247 cmp AL, strict byte 00ah ; 3c 0a 272 mov dx, strict word 00040h ; ba 40 00 279 mov AL, strict byte 000h ; b0 00 283 and AL, strict byt [all...] |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/mib/ |
| H A D | tst.tcp.ksh | 82 use strict; 109 use strict;
|
| /vbox/src/VBox/Devices/PC/ipxe/src/util/ |
| H A D | get-pci-ids | 30 use strict;
|
| /vbox/src/libs/zlib-1.2.6/ |
| H A D | zlib2ansi | 15 use strict;
|
| /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/ |
| H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),)
|
| /vbox/src/VBox/HostDrivers/VBoxPci/linux/ |
| H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),)
|
| /vbox/src/recompiler/tests/ |
| H A D | Makefile | 5 CFLAGS=-Wall -O2 -g -fno-strict-aliasing
|
| /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/ |
| H A D | Makefile | 49 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),)
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | xpath.c | 6361 * @strict: is the comparison strict 6380 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, argument 6402 ret = xmlXPathCompareValues(ctxt, inf, strict); 6417 * @strict: is the comparison strict 6435 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, argument 6456 ret = xmlXPathCompareValues(ctxt, inf, strict); 6470 * @strict: is the comparison strict 6496 xmlXPathCompareNodeSets(int inf, int strict, xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2) argument 6591 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, xmlXPathObjectPtr arg, xmlXPathObjectPtr val) argument 7231 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) argument 10798 int inf, strict; local [all...] |
| H A D | parser.c | 3886 * @strict: indicate whether we should restrict parsing to only 3900 * case publicID receives PubidLiteral, is strict is off 3905 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument 3933 if (strict) {
|
| H A D | testapi.c | 416 if (no == 4) return("test/valid/dtds/xhtml1-strict.dtd"); 488 if (no == 4) return(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE)); 592 if (no == 2) return(xmlNewTextReaderFilename("test/valid/dtds/xhtml1-strict.dtd")); 46525 int strict; /* is the comparison strict */ local [all...] |
| /vbox/src/libs/libxml2-2.6.31/include/libxml/ |
| H A D | parserInternals.h | 376 int strict);
|
| H A D | xpathInternals.h | 551 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
|
| /vbox/src/VBox/HostDrivers/Support/linux/ |
| H A D | Makefile | 58 ifneq ($(filter-out release profile debug strict,$(BUILD_TYPE)),)
|
| /vbox/src/libs/libxml2-2.6.31/python/ |
| H A D | libxml2-py.c | 2827 int strict; local 2829 if (!PyArg_ParseTuple(args, (char *)"Oii:xmlXPathCompareValues", &pyobj_ctxt, &inf, &strict)) 2833 c_retval = xmlXPathCompareValues(ctxt, inf, strict);
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |