/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A D | tokens.h | 23 #define ID 148 macro
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcClient.h | 64 PRUint32 ID() const { return mID; } function in class:ipcClient
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestArray.cpp | 56 NS_IMETHOD_(PRInt32) ID() = 0; 69 NS_IMETHOD_(PRInt32) ID() { return mID; } function in class:Foo 123 index, aElementIDs[index], foo->ID(), foo, foo->RefCnt() - 1, 124 AssertEqual(foo->ID(), aElementIDs[index]));
|
/vbox/src/libs/xpcom18a4/python/ |
H A D | components.py | 220 # The ID function 221 ID = _xpcom.IID variable
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | runsuite.c | 139 testExternalEntityLoader(const char *URL, const char *ID, argument 156 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt); 159 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
|
H A D | xmllint.c | 250 xmllintExternalEntityLoader(const char *URL, const char *ID, argument 276 ret = defaultEntityLoader(URL, ID, ctxt); 285 "Loaded URL=\"%s\" ID=\"%s\"\n", 287 ID ? ID : "(null)"); 299 ret = defaultEntityLoader((const char *)newURL, ID, ctxt); 308 "Loaded URL=\"%s\" ID=\"%s\"\n", 310 ID ? ID : "(null)"); 324 else if (ID ! [all...] |
H A D | runtest.c | 226 testExternalEntityLoader(const char *URL, const char *ID, argument 231 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt); 234 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt); 877 * @publicId: The public ID of the entity 878 * @systemId: The system ID of the entity 958 * @publicId: The public ID of the entity 959 * @systemId: The system ID of the entity 1032 * @publicId: The public ID of the entity 1033 * @systemId: The system ID of the entity 1052 * @publicId: The public ID o [all...] |
H A D | valid.c | 1883 * Verify that the element don't have too many ID attributes 1886 * Returns the number of ID attributes found. 1900 "Element %s has too many ID attributes defined : %s\n", 2119 * Multiple ID per element 2128 "Element %s has too may ID attributes defined : %s\n", 2265 xmlBufferWriteChar(buf, " ID"); 2610 * @attr: the attribute holding the ID 2633 * Create the ID table if needed. 2678 "ID %s already defined\n", 2694 * Deallocate the memory used by an ID has 2778 xmlChar *ID; local 2812 xmlGetID(xmlDocPtr doc, const xmlChar *ID) argument 3096 xmlChar *ID; local 3150 xmlGetRefs(xmlDocPtr doc, const xmlChar *ID) argument [all...] |
H A D | xmlIO.c | 3642 * @ID: the System ID for the entity to load 3645 * Resolves the URL and ID against the appropriate catalog. 3652 xmlResolveResourceFromCatalog(const char *URL, const char *ID, argument 3671 (const xmlChar *)ID, 3680 resource = xmlCatalogResolve((const xmlChar *)ID, 3718 * @ID: the System ID for the entity to load 3726 xmlDefaultExternalEntityLoader(const char *URL, const char *ID, argument 3740 ret = xmlNoNetExternalEntityLoader(URL, ID, ctx 3801 xmlLoadExternalEntity(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument 3838 xmlNoNetExternalEntityLoader(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument [all...] |
H A D | xmlreader.c | 221 * Remove the given attribute from the ID table maintained internally. 229 xmlChar *ID; local 239 ID = xmlNodeListGetString(doc, attr->children, 1); 240 if (ID == NULL) 242 id = xmlHashLookup(table, ID); 243 xmlFree(ID); 269 /* Check for ID removal -> leading to invalid references ! */ 463 * Deallocate the memory used by an ID hash table. 487 * Do this before freeing the children list to avoid ID lookups
|
H A D | parser.c | 223 const xmlChar *ID, xmlNodePtr *list); 342 errmsg = "Unfinished System or Public ID \" or ' expected\n"; 3889 * Parse an External ID or a Public ID 5024 * [56] TokenizedType ::= 'ID' | 'IDREF' | 'IDREFS' | 'ENTITY' | 5030 * [ VC: ID ] 5031 * Values of type ID must match the Name production. A name must not 5033 * i.e., ID values must uniquely identify the elements which bear them. 5035 * [ VC: One ID per Element Type ] 5036 * No element type may have more than one ID attribut 11415 xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument 11618 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *list) argument 11826 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument 12487 xmlCreateEntityParserCtxt(const xmlChar *URL, const xmlChar *ID, const xmlChar *base) argument [all...] |
H A D | xpath.c | 8478 * Selects elements by their unique ID. 8486 xmlChar *ID; local 8499 ID = xmlStrndup(ids, cur - ids); 8500 if (ID != NULL) { 8506 * if (xmlValidateNCName(ID, 1) == 0) 8508 attr = xmlGetID(doc, ID); 8519 xmlFree(ID); 8535 * The id function selects elements by their unique ID 8544 * have a unique ID equal to any of the tokens in the list.
|
H A D | testapi.c | 3120 xmlChar * ExternalID; /* the external ID of the DTD, or NULL */ 3161 xmlChar * ExternalID; /* the external ID of the DTD, or NULL */ 4140 xmlChar * publicId; /* The public ID of the entity */ 4142 xmlChar * systemId; /* The system ID of the entity */ 4203 xmlChar * ExternalID; /* the external ID */ 4205 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */ 4676 xmlChar * ExternalID; /* the external ID */ 4678 xmlChar * SystemID; /* the SYSTEM ID (e.g. filename or URL) */ 4759 xmlChar * publicId; /* The public ID of the entity */ 4761 xmlChar * systemId; /* The system ID o 13341 char * ID; /* the Public ID for the entity to load */ local 13683 xmlChar * ID; /* the System ID for the entity to load */ local 13925 xmlChar * ID; /* the System ID for the entity to load */ local 15795 xmlChar * ID; /* the entity PUBLIC ID */ local 25112 xmlChar * ID; /* the ID value */ local 27826 char * ID; /* the System ID for the entity to load */ local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/ |
H A D | BaseLib.h | 4042 Reads the current value of Local Interrupt ID Register (LID). 4207 Writes the current value of 64-bit Page Local Interrupt ID Register (LID). 4875 UINT32 ID:1; ///< ID Flag. member in struct:__anon11928::__anon11929
|
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml.c | 651 pythonExternalEntityLoader(const char *URL, const char *ID, argument 664 (char *) "(ssO)", URL, ID, ctxtobj); 700 result = defaultExternalEntityLoader(URL, ID, ctxt);
|
H A D | libxml2-py.c | 235 xmlChar * ID; local 237 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlGetID", &pyobj_doc, &ID)) 241 c_retval = xmlGetID(doc, ID); 14206 xmlChar * ID; local 14209 if (!PyArg_ParseTuple(args, (char *)"zzz:xmlCreateEntityParserCtxt", &URL, &ID, &base)) 14212 c_retval = xmlCreateEntityParserCtxt(URL, ID, base);
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-api.jar | META-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-impl.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |