Searched defs:same (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxteststr.h73 BOOL same; member in struct:__anon2982
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dxtestproto.h77 BOOL same; member in struct:__anon3978
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp384 PRBool same; local
388 if(!current || NS_FAILED(current->Equals(dir, &same)))
390 if(same)
H A DxptiInterfaceInfoManager.cpp505 // the same file then there must have been some interface that was
627 PRBool same; local
628 if(NS_SUCCEEDED(parent->Equals(current, &same)) && same)
698 // neither element is in the workingSet and both are same type and in
699 // the same directory, sort by size
715 // by size with largest first, or by name if size is the same
802 PRBool same = PR_TRUE; local
803 for(i = 0; i < countOfFilesInFileList && same; ++i)
832 same
848 PRBool same = PR_TRUE; local
[all...]

Completed in 109 milliseconds