/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/ |
H A D | VersionComparator.java | 90 public int compare(String A, String B) { method in class:VersionComparator
|
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/ |
H A D | rbtree.h | 62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 252 int c = tree->functions->compare(key, entry); 272 c = tree->functions->compare(key, *parent); 306 if (tree->functions->compare(key, *entry) < 0) 315 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 322 if (!tree->functions->compare(key, *entry))
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | rbtree.h | 56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 246 int c = tree->functions->compare(key, entry); 266 c = tree->functions->compare(key, *parent); 300 if (tree->functions->compare(key, *entry) < 0) 309 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 316 if (!tree->functions->compare(key, *entry))
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 252 int c = tree->functions->compare(key, entry); 272 c = tree->functions->compare(key, *parent); 306 if (tree->functions->compare(key, *entry) < 0) 315 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 322 if (!tree->functions->compare(key, *entry))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 246 int c = tree->functions->compare(key, entry); 266 c = tree->functions->compare(key, *parent); 300 if (tree->functions->compare(key, *entry) < 0) 309 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 316 if (!tree->functions->compare(key, *entry))
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | rbtree.h | 56 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 246 int c = tree->functions->compare(key, entry); 266 c = tree->functions->compare(key, *parent); 300 if (tree->functions->compare(key, *entry) < 0) 309 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 316 if (!tree->functions->compare(key, *entry))
|
/vbox/include/VBox/com/ |
H A D | string.h | 189 int compare(CBSTR str, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr 196 int compare(BSTR str, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr 198 return compare((CBSTR)str, cs); 201 int compare(const Bstr &that, CaseSensitivity cs = CaseSensitive) const function in class:com::Bstr 203 return compare(that.m_bstr, cs); 206 bool operator==(const Bstr &that) const { return !compare(that.m_bstr); } 207 bool operator==(CBSTR that) const { return !compare(that); } 208 bool operator==(BSTR that) const { return !compare(that); } 209 bool operator!=(const Bstr &that) const { return !!compare(that.m_bstr); } 210 bool operator!=(CBSTR that) const { return !!compare(tha [all...] |
/vbox/src/libs/libxml2-2.6.31/ |
H A D | list.c | 181 * @compare: an optional comparison function 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument 214 if (compare != NULL) 215 l->linkCompare = compare;
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsCharTraits.h | 185 compare( const char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits 455 compare( const char_type* s1, const char_type* s2, size_t n ) function in struct:nsCharTraits 470 return compare(s1, s2, n);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/ |
H A D | rbtree.h | 62 int (*compare)(const void *key, const struct wine_rb_entry *entry); member in struct:wine_rb_functions 252 int c = tree->functions->compare(key, entry); 272 c = tree->functions->compare(key, *parent); 306 if (tree->functions->compare(key, *entry) < 0) 315 if (!tree->functions->compare(key, *entry) && !(*entry)->right) 322 if (!tree->functions->compare(key, *entry))
|
/vbox/include/iprt/cpp/ |
H A D | ministring.h | 564 * @param pcszThat The string to compare with. 569 int compare(const char *pcszThat, CaseSensitivity cs = CaseSensitive) const function in class:RTCString 572 are treated the same way so that str.compare(str2.c_str()) works. */ 584 * @param pcszThat The string to compare with. 589 int compare(const RTCString &that, CaseSensitivity cs = CaseSensitive) const function in class:RTCString 600 * @param that The string to compare with. 612 * @param pszThat The string to compare with. 627 * @param that The string to compare with. 640 * @param pszThat The string to compare with. 655 bool operator<( const RTCString &that) const { return compare(tha [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/ |
H A D | os2misc.c | 245 static int compare(const void *arg1, const void *arg2) function 323 sizeof(char *), compare);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/ |
H A D | glob.c | 161 static int compare(const void *, const void *); 539 compare); 546 compare(const void *p, const void *q) function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | ntmisc.c | 358 static int compare(const void *arg1, const void *arg2) function 419 sizeof(char *), compare);
|
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsStringObsolete.cpp | 266 // This set of methods is used to compare one buffer onto another. The 279 * @param aCount is the number of chars to compare 293 result=nsCharTraits<char>::compare(aStr1,aStr2,aCount); 309 * @param aCount is the number of chars to compare 322 result = nsCharTraits<PRUnichar>::compare(aStr1, aStr2, aCount); 349 * @param aCount is the number of chars to compare 372 // it is just fine to compare an constant, ascii value (i.e. "body") 403 * @param aCount is the number of chars to compare 604 PRInt32 compare( const char* a, const char* b, PRUint32 max, PRBool ic ) function in struct:nsBufferRoutines 610 PRInt32 compare( cons function in struct:nsBufferRoutines 650 PRInt32 compare( const PRUnichar* a, const PRUnichar* b, PRUint32 max, PRBool ic ) function in struct:nsBufferRoutines 657 PRInt32 compare( const PRUnichar* a, const char* b, PRUint32 max, PRBool ic ) function in struct:nsBufferRoutines [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | glsl_shader.c | 2586 const char *compare; local 2590 case WINED3DSIH_SLT: compare = "lessThan"; break; 2591 case WINED3DSIH_SGE: compare = "greaterThanEqual"; break; 2592 default: compare = ""; 2596 shader_addline(ins->ctx->buffer, "vec%d(%s(%s, %s)));\n", mask_size, compare, 2604 * An alternative is a bvec compare padded with an unused second component. 2700 * the compare is done per component of src0. */ 3127 /* FIXME: According to MSDN the compare is done per component. */ 3777 /* 2.0 shaders compare all 4 components in texkill */ 3780 /* 1.X shaders only compare th [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | glsl_shader.c | 2463 const char *compare; local 2467 case WINED3DSIH_SLT: compare = "lessThan"; break; 2468 case WINED3DSIH_SGE: compare = "greaterThanEqual"; break; 2469 default: compare = ""; 2473 shader_addline(ins->ctx->buffer, "vec%d(%s(%s, %s)));\n", mask_size, compare, 2481 * An alternative is a bvec compare padded with an unused second component. 2577 * the compare is done per component of src0. */ 3004 /* FIXME: According to MSDN the compare is done per component. */ 3654 /* 2.0 shaders compare all 4 components in texkill */ 3657 /* 1.X shaders only compare th [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | glsl_shader.c | 2858 const char *compare; local 2862 case WINED3DSIH_SLT: compare = "lessThan"; break; 2863 case WINED3DSIH_SGE: compare = "greaterThanEqual"; break; 2864 default: compare = ""; 2868 shader_addline(ins->ctx->buffer, "vec%d(%s(%s, %s)));\n", mask_size, compare, 2876 * An alternative is a bvec compare padded with an unused second component. 3001 * the compare is done per component of src0. */ 3468 /* FIXME: According to MSDN the compare is done per component. */ 4127 /* 2.0 shaders compare all 4 components in texkill */ 4130 /* 1.X shaders only compare th [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
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. ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |