Searched refs:isExclusive (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A DCodeGeneratorJS.pm1572 $ret =~ s/^exclusive/isExclusive/ if $ret =~ /^exclusive$/;
H A DCodeGenerator.pm541 $ret =~ s/^exclusive/isExclusive/ if $ret =~ /^exclusive$/;
/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp1823 * if (isExclusive && !wantSuser)
1866 * if (isExclusive)
1931 bool isExclusive = ISSET(tp->t_state, TS_XCLUDE);
1941 if (isExclusive && !wantSuser) {
1984 if (isExclusive) {
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c23922 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE); local
23948 assert(isExclusive==0 || isCreate);
23998 if( isExclusive ){
29523 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE); local
34037 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE); local
47778 u8 isExclusive; /* True if pWriter has an EXCLUSIVE lock on the db */ member in struct:BtShared
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp5626 if( space->isExclusive() || found->isExclusive() )
H A DIOFWAddressSpace.h135 bool isExclusive( void );
287 /*! @function isExclusive
292 inline bool isExclusive( void ) function in class:IOFWAddressSpace
293 { return fIOFWAddressSpaceExpansion->fAuxiliary->isExclusive(); }
H A DIOFWAddressSpace.cpp213 // isExclusive
217 bool IOFWAddressSpaceAux::isExclusive( void ) function in class:IOFWAddressSpaceAux

Completed in 519 milliseconds