Searched refs:getState (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DLockFileManager.h64 LockFileState getState() const;
66 operator LockFileState() const { return getState(); }
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceQueue.h48 inline Boolean getState() { return _state; } function in class:IOHIDEventServiceQueue
H A DIOHIDEventServiceUserClient.cpp425 if (!_queue || !_queue->getState() || _queue == __fakeQueue.queue )
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DLockFileManager.cpp145 LockFileManager::LockFileState LockFileManager::getState() const { function in class:LockFileManager
156 if (getState() != LFS_Owned)
166 if (getState() != LFS_Shared)
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dshell.js63 state = getState(status, pattern, string);
129 function getState(status, pattern, string) function
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DVendor.java61 public String getState() { method in class:Vendor
H A DExampleDatabaseRead.java169 theVendor.getState() + " " + theVendor.getZipcode());
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h342 AvailabilityState getState(LibFunc::Func F) const { function in class:llvm::TargetLibraryInfo
359 return getState(F) != Unavailable;
365 if (getState(F) == Unavailable)
388 AvailabilityState State = getState(F);
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialStreamSync.cpp112 getState() function in class:IOSerialStreamSync
113 { return fProvider->getState(fRefCon); }
H A DIOSerialDriverSync.h50 virtual UInt32 getState(void *refCon) = 0;
H A DIOSerialStreamSync.h120 *by the State methods:- getState, setState, watchState
179 virtual UInt32 getState();
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOBasicOutputQueue.h323 @abstract The bits in the value returned by getState().
338 /*! @function getState
343 virtual UInt32 getState() const;
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Duiter.h74 * Constant for UCharIterator getState() indicating an error or
235 * Function type declaration for UCharIterator.getState().
284 * Restore the "state" of the iterator using a state word from a getState() call.
285 * The iterator object need not be the same one as for which getState() was called,
297 * @param state the state word from a getState() call
462 UCharIteratorGetState *getState; member in struct:UCharIterator
466 * to getState().
532 * This is a convenience function that calls iter->getState(iter)
533 * if iter->getState is not NULL;
552 * Restore the "state" of the iterator using a state word from a getState() cal
[all...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp1131 if (getState() == kIOAudioEngineRunning) {
1254 if ((numActiveUserClients == 0) && (getState() == kIOAudioEngineRunning)) {
1691 audioDebugIOLog(3, "+ IOAudioEngine[%p]::startAudioEngine(state = %d)\n", this, getState());
1693 switch(getState()) {
1707 } else if (getState() == kIOAudioEngineStopped) {
1725 switch (getState()) {
1752 switch(getState()) {
1785 if (getState() == kIOAudioEnginePaused) {
1834 if (getState() == kIOAudioEngineRunning) {
1866 IOAudioEngineState IOAudioEngine::getState() function in class:IOAudioEngine
[all...]
H A DIOAudioEngine.h605 * it has also checked the state using getState() earlier in the implementation, the stateLock must be
620 * setState(kAudioEngineStopped). If it has also checked the state using getState() earlier in the
653 * @function getState
656 * be acquired before the first call to getState() and held until after the last call to setState().
661 virtual IOAudioEngineState getState( ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPDiagnostics.cpp63 updateNumberEntry( dictionary, fIPObj->transmitQueue->getState(), "tqState");
/macosx-10.10.1/WTF-7600.1.24/wtf/unicode/icu/
H A DCollatorICU.cpp247 iterator.getState = getStateLatin1;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_ct.c193 static COMPOUND_TEXT_CONVERTERS getState(int codepoint) { function
395 tmpState = getState(sourceChar);
/macosx-10.10.1/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h254 virtual UInt32 getState( void *refCon );
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1409 // Method: AppleUSBCDCDMM::getState
1415 // Desc: Set up for gated getState call.
1419 UInt32 AppleUSBCDCDMM::getState(void *refCon) function in class:AppleUSBCDCDMM
1423 XTRACE(this, 0, 0, "getState");
1427 XTRACE(this, 0, kIOReturnOffline, "getState - Offline");
1437 }/* end getState */
1820 if (getState(&fPort) & PD_S_ACTIVE)
2130 *data = bool(getState(&fPort) & PD_S_ACTIVE); // Just to be safe put this through the gate
2222 *data = bool(getState(&fPort) & PD_RS232_S_BRK); // This should be gated too
2302 if (getState(
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h280 virtual UInt32 getState(void *refCon);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h298 virtual UInt32 getState(void *refCon);

Completed in 244 milliseconds

12