Home
last modified time | relevance | path

Searched defs:theAnswer (Results 1 – 25 of 78) sorted by relevance

1234

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/
H A DCACFDictionary.cpp76 bool theAnswer = false; in GetBool() local
100 bool theAnswer = false; in GetSInt32() local
117 bool theAnswer = false; in GetUInt32() local
134 bool theAnswer = false; in GetSInt64() local
151 bool theAnswer = false; in GetUInt64() local
168 bool theAnswer = false; in GetFloat32() local
185 bool theAnswer = false; in GetFloat64() local
202 bool theAnswer = false; in GetString() local
219 bool theAnswer = false; in GetArray() local
236 bool theAnswer = false; in GetDictionary() local
[all …]
H A DCACFString.h86 …bool StartsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFString != NULL) { th… in StartsWith() local
87 …bool EndsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFString != NULL) { theA… in EndsWith() local
93 …UInt32 GetLength() const { UInt32 theAnswer = 0; if(mCFString != NULL) { theAnswer = CFStringGet… in GetLength() local
94 …gth(CFStringEncoding inEncoding = kCFStringEncodingUTF8) const { UInt32 theAnswer = 0; if(mCFStrin… variable
141 …bool StartsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFMutableString != NU… in StartsWith() local
142 …bool EndsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFMutableString != NULL… in EndsWith() local
149 …UInt32 GetLength() const { UInt32 theAnswer = 0; if(mCFMutableString != NULL) { theAnswer = CFS… in GetLength() local
150 …gth(CFStringEncoding inEncoding = kCFStringEncodingUTF8) const { UInt32 theAnswer = 0; if(mCFMutab… variable
H A DCACFNumber.h95 …SInt8 GetSInt8() const { SInt8 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumber,… in GetSInt8() local
96 …SInt32 GetSInt32() const { SInt32 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumb… in GetSInt32() local
97 …Float32 GetFloat32() const { Float32 theAnswer = 0.0; if(mCFNumber != NULL) { CFNumberGetValue(mC… in GetFloat32() local
99 …SInt64 GetSInt64() const { SInt64 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumb… in GetSInt64() local
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFArray.cpp65 bool theAnswer = false; in HasItem() local
76 bool theAnswer = false; in GetIndexOfItem() local
93 bool theAnswer = false; in GetBool() local
117 bool theAnswer = false; in GetSInt32() local
134 bool theAnswer = false; in GetUInt32() local
151 bool theAnswer = false; in GetSInt64() local
168 bool theAnswer = false; in GetUInt64() local
185 bool theAnswer = false; in GetFloat32() local
202 bool theAnswer = false; in GetFloat64() local
219 bool theAnswer = false; in Get4CC() local
[all …]
H A DCAHALAudioObject.h109 …taSize = 0, const void* inQualifierData = NULL) const { UInt32 theAnswer = 0; UInt32 theD… variable
112 …aSize = 0, const void* inQualifierData = NULL) const { Float32 theAnswer = 0; UInt32 theD… variable
115 …aSize = 0, const void* inQualifierData = NULL) const { Float64 theAnswer = 0; UInt32 theD… variable
118 …ize = 0, const void* inQualifierData = NULL) const { CFTypeRef theAnswer = NULL; UInt32 t… variable
121 …e = 0, const void* inQualifierData = NULL) const { CFStringRef theAnswer = NULL; UInt32 t… variable
H A DCACFDictionary.cpp85 bool theAnswer = false; in GetBool() local
109 bool theAnswer = false; in GetSInt32() local
126 bool theAnswer = false; in GetUInt32() local
143 bool theAnswer = false; in GetSInt64() local
160 bool theAnswer = false; in GetUInt64() local
177 bool theAnswer = false; in GetFloat32FromString() local
193 bool theAnswer = false; in GetUInt32FromString() local
209 bool theAnswer = false; in GetFloat32() local
226 bool theAnswer = false; in GetFloat64() local
243 bool theAnswer = false; in GetFixed32() local
[all …]
H A DCACFString.h101 …bool IsEqualTo(CFStringRef inString) const { bool theAnswer = false; if(mCFString != NULL) { th… in IsEqualTo() local
102 …bool StartsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFString != NULL) { t… in StartsWith() local
103 …bool EndsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFString != NULL) { the… in EndsWith() local
111 …UInt32 GetLength() const { UInt32 theAnswer = 0; if(mCFString != NULL) { theAnswer = ToUInt32(C… in GetLength() local
118 …static UInt32 GetStringLength(CFStringRef inCFString) { UInt32 theAnswer = 0; if(inCFString != N… in GetStringLength() local
122 …static SInt32 GetAsInteger(CFStringRef inCFString) { SInt32 theAnswer = 0; if(inCFString != NULL)… in GetAsInteger() local
123 …static Float64 GetAsFloat64(CFStringRef inCFString) { Float64 theAnswer = 0; if(inCFString != NUL… in GetAsFloat64() local
178 …bool IsEqualTo(CFStringRef inString) const { bool theAnswer = false; if(mCFMutableString != NUL… in IsEqualTo() local
179 …bool StartsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFMutableString != NU… in StartsWith() local
180 …bool EndsWith(CFStringRef inString) const { bool theAnswer = false; if(mCFMutableString != NULL… in EndsWith() local
[all …]
H A DCAVolumeCurve.cpp76 SInt32 theAnswer = 0; in GetMinimumRaw() local
89 SInt32 theAnswer = 0; in GetMaximumRaw() local
103 Float32 theAnswer = 0; in GetMinimumDB() local
116 Float32 theAnswer = 0; in GetMaximumDB() local
275 bool theAnswer = true; in CheckForContinuity() local
319 SInt32 theAnswer = theIterator->first.mMinimum; in ConvertDBToRaw() local
367 Float32 theAnswer = 0; in ConvertRawToDB() local
430 Float32 theAnswer = static_cast<Float32>(inRaw - theRawMin) / static_cast<Float32>(theRawRange); in ConvertRawToScalar() local
444 Float32 theAnswer = ConvertRawToScalar(theRawValue); in ConvertDBToScalar() local
472 SInt32 theAnswer = theRawMin + static_cast<SInt32>(theNumberRawSteps); in ConvertScalarToRaw() local
[all …]
H A DCACFPlugIn.h88 …CFBundleRef GetBundle() const { CFBundleRef theAnswer = NULL; if(IsValid()) { theAnsw… in GetBundle() local
89 …CFStringRef CopyBundleID() const { CFStringRef theAnswer = NULL; CFBundleRef theBundle… in CopyBundleID() local
90 …UInt32 GetBundleVersion() const { UInt32 theAnswer = 0; CFBundleRef theBundle = GetBun… in GetBundleVersion() local
91 …CFDictionaryRef CopyBundleInfo() const { CFDictionaryRef theAnswer = NULL; CFBundleRef … in CopyBundleInfo() local
92 …CFArrayRef FindFactoriesForType(CFUUIDRef inTypeUUID) const { CFArrayRef theAnswer = NULL; if… in FindFactoriesForType() local
H A DCAHostTimeBase.h154 UInt64 theAnswer = MultiplyByRatio(inHostTime, sToNanosNumerator, sToNanosDenominator); in ConvertToNanos() local
169 UInt64 theAnswer = MultiplyByRatio(inNanos, sToNanosDenominator, sToNanosNumerator); in ConvertFromNanos() local
187 UInt64 theAnswer; in AbsoluteHostDeltaToNanos() local
203 SInt64 theAnswer; in HostDeltaToNanos() local
222 __uint128_t theAnswer = inMuliplicand; in MultiplyByRatio() local
H A DCAHALAudioObject.cpp87 AudioClassID theAnswer = 0; in GetClassID() local
105 AudioObjectID theAnswer = 0; in GetOwnerObjectID() local
124 CFStringRef theAnswer = NULL; in CopyOwningPlugInBundleID() local
143 CFStringRef theAnswer = NULL; in CopyName() local
162 CFStringRef theAnswer = NULL; in CopyManufacturer() local
181 CFStringRef theAnswer = NULL; in CopyNameForElement() local
200 CFStringRef theAnswer = NULL; in CopyCategoryNameForElement() local
219 CFStringRef theAnswer = NULL; in CopyNumberNameForElement() local
245 UInt32 theAnswer = 0; in GetNumberOwnedObjects() local
309 AudioObjectID theAnswer = 0; in GetOwnedObjectByIndex() local
H A DCAHALAudioSystemObject.cpp77 UInt32 theAnswer = GetPropertyDataSize(theAddress, 0, NULL); in GetNumberAudioDevices() local
92 AudioObjectID theAnswer = kAudioObjectUnknown; in GetAudioDeviceAtIndex() local
108 AudioObjectID theAnswer = kAudioObjectUnknown; in GetAudioDeviceForUID() local
145 AudioObjectPropertySelector theAnswer = kAudioHardwarePropertyDefaultOutputDevice; in CAHALAudioSystemObject_CalculateDefaultDeviceProperySelector() local
159 AudioObjectID theAnswer = kAudioObjectUnknown; in GetDefaultAudioDevice() local
175 AudioObjectID theAnswer = kAudioObjectUnknown; in GetAudioPlugInForBundleID() local
H A DCACFNumber.h96 …bool GetBoolean() const { bool theAnswer = false; if(mCFBoolean != NULL) { theAnswer = CFEqual(m… in GetBoolean() local
140 …SInt8 GetSInt8() const { SInt8 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumber,… in GetSInt8() local
141 …SInt32 GetSInt32() const { SInt32 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumb… in GetSInt32() local
142 …UInt32 GetUInt32() const { UInt32 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumb… in GetUInt32() local
143 …Float32 GetFloat32() const { Float32 theAnswer = 0.0f; if(mCFNumber != NULL) { CFNumberGetValue(m… in GetFloat32() local
146 …SInt64 GetSInt64() const { SInt64 theAnswer = 0; if(mCFNumber != NULL) { CFNumberGetValue(mCFNumb… in GetSInt64() local
H A DCACFPreferences.cpp67 CFPropertyListRef theAnswer = NULL; in CopyValue() local
78 CFStringRef theAnswer = NULL; in CopyStringValue() local
104 CFNumberRef theAnswer = NULL; in CopyNumberValue() local
130 CFArrayRef theAnswer = NULL; in CopyArrayValue() local
156 CFDictionaryRef theAnswer = NULL; in CopyDictionaryValue() local
262 bool theAnswer = false; in ArePrefsOutOfDate() local
H A DCAMutex.cpp120 bool theAnswer = false; in Lock() local
215 bool theAnswer = false; in Try() local
317 bool theAnswer = true; in IsOwnedByCurrentThread() local
H A DCAPropertyAddress.h95 …& inAddress1, const AudioObjectPropertyAddress& inAddress2) { bool theAnswer = false; if(inAd… in IsLessThanAddress() local
100 …ss& inAddress1, const AudioObjectPropertyAddress& inAddress2) { bool theAnswer = false; if(!IsC… in IsCongruentLessThanAddress() local
224 bool theAnswer = false; in HasAnyNonEmptyItems() local
234 bool theAnswer = false; in HasAnyItemsWithAddress() local
244 bool theAnswer = false; in HasAnyItemsWithExactAddress() local
254 const CAPropertyAddressList* theAnswer = NULL; in GetItemByToken() local
269 CAPropertyAddressList* theAnswer = NULL; in GetItemByToken() local
284 const CAPropertyAddressList* theAnswer = NULL; in GetItemByIntToken() local
299 CAPropertyAddressList* theAnswer = NULL; in GetItemByIntToken() local
H A DCAHALAudioDevice.cpp151 pid_t theAnswer = -1; in GetHogModeOwner() local
163 bool theAnswer = false; in IsHogModeSettable() local
239 UInt32 theAnswer = 0; in GetNumberRelatedAudioDevices() local
315 UInt32 theAnswer = 0; in GetTotalNumberChannels() local
357 UInt32 theAnswer = 0; in IsRunningSomewhere() local
391 Float64 theAnswer = 0; in GetActualSampleRate() local
407 Float64 theAnswer = 0; in GetNominalSampleRate() local
422 UInt32 theAnswer = 0; in GetNumberAvailableNominalSampleRateRanges() local
947 UInt32 theAnswer = 0; in GetCurrentDataSourceID() local
963 UInt32 theAnswer = 0; in GetNumberAvailableDataSources() local
[all …]
H A DCAFilePathUtils.cpp96 char* theAnswer = NULL; in dirname() local
142 char* theAnswer = NULL; in basename() local
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DCAHostTimeBase.h154 UInt64 theAnswer = MultiplyByRatio(inHostTime, sToNanosNumerator, sToNanosDenominator); in ConvertToNanos() local
169 UInt64 theAnswer = MultiplyByRatio(inNanos, sToNanosDenominator, sToNanosNumerator); in ConvertFromNanos() local
187 UInt64 theAnswer; in AbsoluteHostDeltaToNanos() local
203 SInt64 theAnswer; in HostDeltaToNanos() local
222 __uint128_t theAnswer = inMuliplicand; in MultiplyByRatio() local
H A DCAMutex.cpp120 bool theAnswer = false; in Lock() local
215 bool theAnswer = false; in Try() local
317 bool theAnswer = true; in IsOwnedByCurrentThread() local
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/PublicUtility/
H A DCAHostTimeBase.h116 UInt64 theAnswer = MultiplyByRatio(inHostTime, sToNanosNumerator, sToNanosDenominator); in ConvertToNanos() local
131 UInt64 theAnswer = MultiplyByRatio(inNanos, sToNanosDenominator, sToNanosNumerator); in ConvertFromNanos() local
149 UInt64 theAnswer; in AbsoluteHostDeltaToNanos() local
165 SInt64 theAnswer; in HostDeltaToNanos() local
184 __uint128_t theAnswer = inMuliplicand; in MultiplyByRatio() local
/dports/audio/faust/faust-2.37.3/architecture/AU/PublicUtility/
H A DCAMutex.cpp120 bool theAnswer = false; in Lock() local
215 bool theAnswer = false; in Try() local
317 bool theAnswer = true; in IsOwnedByCurrentThread() local
H A DCAHostTimeBase.h162 UInt64 theAnswer = static_cast<UInt64>(theFloatAnswer); in ConvertToNanos() local
183 UInt64 theAnswer = static_cast<UInt64>(theFloatAnswer); in ConvertFromNanos() local
199 UInt64 theAnswer; in AbsoluteHostDeltaToNanos() local
215 SInt64 theAnswer; in HostDeltaToNanos() local
H A DCAGuard.cpp151 bool theAnswer = false; in WaitFor() local
277 bool theAnswer = false; in WaitUntil() local
/dports/devel/sdl12/SDL-1.2.15/src/cdrom/macosx/
H A DSDLOSXCAGuard.c96 int theAnswer = 0; in SDLOSXCAGuard_Lock() local
123 int theAnswer = 0; in SDLOSXCAGuard_Try() local

1234