| /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
| H A D | ipcMessagePrimitives.cpp | 43 const char *second) 45 int sLen = strlen(second); 48 SetData(4, second, sLen + 1); 53 PRUint32 second, 59 SetData(4, (char *) &second, 4); 65 const nsID &second) 69 SetData(4, (char *) &second, sizeof(nsID)); 74 PRUint32 second, 79 SetData(4, (char *) &second, 4); 41 ipcMessage_DWORD_STR(const nsID &target, PRUint32 first, const char *second) argument 51 ipcMessage_DWORD_DWORD_STR(const nsID &target, PRUint32 first, PRUint32 second, const char *third) argument 63 ipcMessage_DWORD_ID(const nsID &target, PRUint32 first, const nsID &second) argument 72 ipcMessage_DWORD_DWORD_ID(const nsID &target, PRUint32 first, PRUint32 second, const nsID &third) argument
|
| H A D | ipcMessagePrimitives.h | 60 ipcMessage_DWORD_DWORD(const nsID &target, PRUint32 first, PRUint32 second) argument 62 PRUint32 data[2] = { first, second }; 80 ipcMessage_DWORD_DWORD_DWORD(const nsID &target, PRUint32 first, PRUint32 second, PRUint32 third) argument 82 PRUint32 data[3] = { first, second, third }; 105 ipcMessage_DWORD_DWORD_DWORD_DWORD(const nsID &target, PRUint32 first, PRUint32 second, PRUint32 third, PRUint32 fourth) argument 107 PRUint32 data[4] = { first, second, third, fourth }; 135 ipcMessage_DWORD_STR(const nsID &target, PRUint32 first, const char *second) NS_HIDDEN; 151 ipcMessage_DWORD_DWORD_STR(const nsID &target, PRUint32 first, PRUint32 second, const char *third) NS_HIDDEN; 172 ipcMessage_DWORD_ID(const nsID &target, PRUint32 first, const nsID &second) NS_HIDDEN; 188 ipcMessage_DWORD_DWORD_ID(const nsID &target, PRUint32 first, PRUint32 second, cons [all...] |
| /vbox/src/VBox/Main/include/ |
| H A D | Matching.h | 161 aValue <= (*it).second) 257 mIntervals.back().second = n; 413 * @param F2 second filter class 456 const F2 &second() const { return mFilter2; } function in class:matching::TwoParsedFilters
|
| /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
| H A D | string.c | 569 const char *second; member in struct:__anon17153 603 array[i].second); 611 array[i].second ? array[i].second : "(null)", 622 array[i].second ? array[i].second : "(null)", 637 array[i].second ? array[i].second : "(null)", 661 const char *second; member in struct:__anon17154 713 array[i].second, arra 792 const char *second; member in struct:__anon17155 [all...] |
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
| H A D | sqltypes.h | 140 SQLUSMALLINT second; member in struct:tagTIME_STRUCT 154 SQLUSMALLINT second; member in struct:tagTIMESTAMP_STRUCT 195 SQLUINTEGER second; member in struct:tagSQL_DAY_SECOND
|
| H A D | xcmc.h | 106 CMC_sint8 second; member in struct:__anon14627
|
| /vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
| H A D | asn1.c | 620 uint8_t second; member in struct:__anon15081::__anon15082 696 tm.tm_sec = pairs.named.second;
|
| /vbox/include/iprt/ |
| H A D | isofs.h | 63 uint8_t second; member in struct:RTISOFSDATESHORT 74 char second[2]; member in struct:RTISOFSDATELONG
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
| H A D | sqltypes.h | 144 SQLUSMALLINT second; member in struct:tagTIME_STRUCT 158 SQLUSMALLINT second; member in struct:tagTIMESTAMP_STRUCT 199 SQLUINTEGER second; member in struct:tagSQL_DAY_SECOND
|
| H A D | xcmc.h | 106 CMC_sint8 second; member in struct:__anon1932
|
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | triostr.c | 388 @param second Second string. 395 TRIO_ARGS2((first, second), 397 TRIO_CONST char *second) 400 assert(second); 402 if ((first != NULL) && (second != NULL)) 405 return (0 == strcasecmp(first, second)); 407 while ((*first != NIL) && (*second != NIL)) 409 if (trio_to_upper(*first) != trio_to_upper(*second)) 414 second++; 416 return ((*first == NIL) && (*second 394 trio_equal(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument 433 trio_equal_case(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument 461 trio_equal_case_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument 489 trio_equal_locale(first, second), TRIO_CONST char *first, TRIO_CONST char *second argument 516 trio_equal_max(first, max, second), TRIO_CONST char *first, size_t max, TRIO_CONST char *second argument [all...] |
| H A D | tree.c | 5451 * @second: the second text node being merged 5457 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) { argument 5458 if (first == NULL) return(second); 5459 if (second == NULL) return(first); 5461 if (second->type != XML_TEXT_NODE) return(first); 5462 if (second->name != first->name) 5464 xmlNodeAddContent(first, second->content); 5465 xmlUnlinkNode(second); 5466 xmlFreeNode(second); [all...] |
| H A D | trio.c | 1340 /* After the second dot we have the base */ 5135 char second[2]; local 5139 second[1] = NIL; 5146 second[0] = (char)j; 5147 if (trio_equal_locale(first, second)) 5184 * it will be part of the class, and a second ungroup character
|
| H A D | testapi.c | 9691 xmlChar * name2; /* a second name of the userdata */ 9744 xmlChar * name2; /* a second name of the userdata */ 9873 xmlChar * name2; /* a second name of the userdata */ 9919 xmlChar * name2; /* a second name of the userdata */ 10020 xmlChar * prefix2; /* the second prefix of the userdata */ 10022 xmlChar * name2; /* a second name of the userdata */ 10080 xmlChar * prefix2; /* the second prefix of the userdata */ 10082 xmlChar * name2; /* a second name of the userdata */ 10198 xmlChar * name2; /* a second name of the userdata */ 10251 xmlChar * name2; /* a second nam 23469 xmlNodePtr second; /* the second text node being merged */ local [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| H A D | mrhoist.c | 47 all cases where "second" is true. Comparison takes place 55 int MR_secondPredicateUnreachable(Predicate *first,Predicate *second) argument 57 int MR_secondPredicateUnreachable(first,second) 59 Predicate *second; 67 } else if (second == NULL) { 69 } else if (first->down == NULL && second->down == NULL) { 70 if (first->source == second->source && 71 first->inverted == second->inverted) { 76 } else if (first->down == NULL && second->down != NULL) { 78 if (second [all...] |
| /vbox/src/libs/libpng-1.2.8/ |
| H A D | png.h | 398 * structure and type definitions. The second section contains the external 588 png_byte second; /* second of minute, 0 - 60 (for leap seconds) */ member in struct:png_time_struct 1590 /* strip the second byte of information from a 16-bit depth file. */
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | activation.jar | ... .util.Map first
java.util.Map second
java.util.Iterator verb_enum
java.util. ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| H A D | FastInfoset.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ... |
| /vbox/src/libs/libxml2-2.6.31/python/ |
| H A D | libxml2-py.c | 13207 xmlNodePtr second; local 13213 second = (xmlNodePtr) PyxmlNode_Get(pyobj_second); 13215 c_retval = xmlTextMerge(first, second);
|