Home
last modified time | relevance | path

Searched defs:inKey (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFDictionary.cpp83 bool CACFDictionary::GetBool(const CFStringRef inKey, bool& outValue) const in GetBool() argument
107 bool CACFDictionary::GetSInt32(const CFStringRef inKey, SInt32& outValue) const in GetSInt32() argument
287 bool CACFDictionary::Get4CC(const CFStringRef inKey, UInt32& outValue) const in Get4CC() argument
467 bool CACFDictionary::AddBool(const CFStringRef inKey, bool inValue) in AddBool()
473 bool CACFDictionary::AddSInt32(const CFStringRef inKey, SInt32 inValue) in AddSInt32()
479 bool CACFDictionary::AddUInt32(const CFStringRef inKey, UInt32 inValue) in AddUInt32()
485 bool CACFDictionary::AddSInt64(const CFStringRef inKey, SInt64 inValue) in AddSInt64()
491 bool CACFDictionary::AddUInt64(const CFStringRef inKey, UInt64 inValue) in AddUInt64()
497 bool CACFDictionary::AddFloat32(const CFStringRef inKey, Float32 inValue) in AddFloat32()
503 bool CACFDictionary::AddFloat64(const CFStringRef inKey, Float64 inValue) in AddFloat64()
[all …]
H A DCASettingsStorage.cpp474 void CASettingsStorage::SetSInt32Value(CFStringRef inKey, SInt32 inValue) in SetSInt32Value()
480 void CASettingsStorage::SetUInt32Value(CFStringRef inKey, UInt32 inValue) in SetUInt32Value()
486 void CASettingsStorage::SetSInt64Value(CFStringRef inKey, SInt64 inValue) in SetSInt64Value()
492 void CASettingsStorage::SetUInt64Value(CFStringRef inKey, UInt64 inValue) in SetUInt64Value()
498 void CASettingsStorage::SetFloat32Value(CFStringRef inKey, Float32 inValue) in SetFloat32Value()
504 void CASettingsStorage::SetFloat64Value(CFStringRef inKey, Float64 inValue) in SetFloat64Value()
510 void CASettingsStorage::SetNumberValue(CFStringRef inKey, CFNumberRef inValue) in SetNumberValue()
520 void CASettingsStorage::SetArrayValue(CFStringRef inKey, CFArrayRef inValue) in SetArrayValue()
530 void CASettingsStorage::SetDataValue(CFStringRef inKey, CFDataRef inValue) in SetDataValue()
535 void CASettingsStorage::SetCFTypeValue(CFStringRef inKey, CFTypeRef inValue) in SetCFTypeValue()
[all …]
H A DCACFPreferences.cpp62 CFPropertyListRef CACFPreferences::CopyValue(CFStringRef inKey, bool inCurrentUser, bool inCurrentH… in CopyValue()
76 CFStringRef CACFPreferences::CopyStringValue(CFStringRef inKey, bool inCurrentUser, bool inCurrentH… in CopyStringValue()
102 CFNumberRef CACFPreferences::CopyNumberValue(CFStringRef inKey, bool inCurrentUser, bool inCurrentH… in CopyNumberValue()
128 CFArrayRef CACFPreferences::CopyArrayValue(CFStringRef inKey, bool inCurrentUser, bool inCurrentHos… in CopyArrayValue()
154 CFDictionaryRef CACFPreferences::CopyDictionaryValue(CFStringRef inKey, bool inCurrentUser, bool in… in CopyDictionaryValue()
180 void CACFPreferences::SetValue(CFStringRef inKey, CFPropertyListRef inValue, bool inCurrentUser, bo… in SetValue()
192 void CACFPreferences::DeleteValue(CFStringRef inKey, bool inCurrentUser, bool inCurrentHost, bool i… in DeleteValue()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/
H A DCACFDictionary.cpp74 bool CACFDictionary::GetBool(const CFStringRef inKey, bool& outValue) const in GetBool() argument
98 bool CACFDictionary::GetSInt32(const CFStringRef inKey, SInt32& outValue) const in GetSInt32() argument
115 bool CACFDictionary::GetUInt32(const CFStringRef inKey, UInt32& outValue) const in GetUInt32() argument
132 bool CACFDictionary::GetSInt64(const CFStringRef inKey, SInt64& outValue) const in GetSInt64() argument
297 bool CACFDictionary::AddSInt32(const CFStringRef inKey, SInt32 inValue) in AddSInt32()
310 bool CACFDictionary::AddUInt32(const CFStringRef inKey, UInt32 inValue) in AddUInt32()
323 bool CACFDictionary::AddSInt64(const CFStringRef inKey, SInt64 inValue) in AddSInt64()
336 bool CACFDictionary::AddUInt64(const CFStringRef inKey, UInt64 inValue) in AddUInt64()
349 bool CACFDictionary::AddFloat32(const CFStringRef inKey, Float32 inValue) in AddFloat32()
362 bool CACFDictionary::AddFloat64(const CFStringRef inKey, Float64 inValue) in AddFloat64()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/include/plugin_interface/
H A DHash.h33 inline int32 Hash(const char* inKey) { in Hash()
50 inline int32 Hash(const char* inKey, size_t* outLength) { in Hash()
68 inline int32 Hash(const char* inKey, int32 inLength) { in Hash()
84 inline int32 Hash(int32 inKey) { in Hash()
98 inline int64 Hash64(int64 inKey) { in Hash64()
112 inline int32 Hash(const int32* inKey, int32 inLength) { in Hash()
128 inline int32 Hash(const int32* inKey) { in Hash()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkIntMap.cpp87 mork_bool morkIntMap::AddInt(morkEnv* ev, mork_u4 inKey, void* ioAddress) in AddInt()
98 mork_bool morkIntMap::CutInt(morkEnv* ev, mork_u4 inKey) { in CutInt()
103 void* morkIntMap::GetInt(morkEnv* ev, mork_u4 inKey) in GetInt()
112 mork_bool morkIntMap::HasInt(morkEnv* ev, mork_u4 inKey) in HasInt()
179 mork_bool morkPointerMap::AddPointer(morkEnv* ev, void* inKey, void* ioAddress) in AddPointer()
190 mork_bool morkPointerMap::CutPointer(morkEnv* ev, void* inKey) { in CutPointer()
195 void* morkPointerMap::GetPointer(morkEnv* ev, void* inKey) in GetPointer()
204 mork_bool morkPointerMap::HasPointer(morkEnv* ev, void* inKey) in HasPointer()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/Headers/
H A DHashtable.h42 inline void* Put( long inKey, void* inValue ) { return put( inKey, 0, inValue ); } in Put()
43 …inline void* Put( const Hashable* inKey, void* inValue ) { return put( inKey->Hash(), inKey, i… in Put()
72 inline void* Remove( long inKey ) { return remove( inKey, 0 ); } in Remove()
73 …inline void* Remove( const Hashable* inKey ) { return remove( inKey -> Hash(), inKey ); … in Remove()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DInfoDictionary.cpp62 void InfoDictionary::AddAdditionalInfoEntry(const std::string& inKey, in AddAdditionalInfoEntry()
71 void InfoDictionary::RemoveAdditionalInfoEntry(const std::string& inKey) in RemoveAdditionalInfoEntry()
83 PDFTextString InfoDictionary::GetAdditionalInfoEntry(const std::string& inKey) in GetAdditionalInfoEntry()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/
H A DHashtable.cpp77 void* Hashtable::put( long inKey, const Hashable* inHKey, void* inValue ) { in put()
110 bool Hashtable::Get( long inKey, void** outValue ) const { in Get()
120 bool Hashtable::Get( const Hashable* inKey, void** outValue ) const { in Get() argument
171 KEntry* Hashtable::fetchEntry( long inKey, const Hashable* inHKey ) const { in fetchEntry()
214 void* Hashtable::remove( long inKey, const Hashable* inHKey ) { in remove()
251 long& Hashtable::operator[] ( const long inKey ) { in operator []()
264 void*& Hashtable::operator[] ( const void* inKey ) { in operator []()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/
H A DHashTable.h122 bool RemoveKey(int32* inKey) { in RemoveKey()
129 int32 IndexFor(int32 inHashID, int32* inKey) const { in IndexFor()
141 T* Get(int32* inKey) const { return Get(Hash(inKey), inKey); } in Get()
143 T* Get(int32 inHashID, int32* inKey) const { in Get()
255 bool RemoveKey(int32 inKey) { in RemoveKey()
262 int32 IndexFor(int32 inHashID, int32 inKey) const { in IndexFor()
274 T* Get(int32 inKey) const { in Get()
279 T* Get(int32 inHashID, int32 inKey) const { in Get()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/midi/pic/
H A Dmidi.c39 void turnNoteOn( char inChannel, char inKey, char inVelocity ) { in turnNoteOn()
73 void turnNoteOff( char inChannel, char inKey, char inVelocity ) { in turnNoteOff()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DHashTable.h110 int32 IndexFor(int32 inHashID, KeyType inKey) const { in IndexFor()
122 T* Get(KeyType inKey) const { return Get(Hash(inKey), inKey); } in Get()
124 T* Get(int32 inHashID, KeyType inKey) const { in Get()
200 int32 IndexFor(int32 inHashID, KeyType inKey) const { in IndexFor()
212 T* Get(KeyType inKey) const { return Get(Hash(inKey), inKey); } in Get()
214 T* Get(int32 inHashID, KeyType inKey) const { in Get()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/openGL/gui/
H A DGUIComponentGL.h223 unsigned char inKey, double inX, double inY ) { in keyPressed()
229 int inKey, double inX, double inY ) { in specialKeyPressed()
235 unsigned char inKey, double inX, double inY ) { in keyReleased()
241 int inKey, double inX, double inY ) { in specialKeyReleased()
H A DGUITranslatorGL.h238 unsigned char inKey, int inX, int inY ) { in keyPressed()
245 int inKey, int inX, int inY ) { in specialKeyPressed()
253 unsigned char inKey, int inX, int inY ) { in keyReleased()
260 int inKey, int inX, int inY ) { in specialKeyReleased()
H A DTextFieldGL.h212 unsigned char inKey, double inX, double inY ) { in keyPressed()
218 int inKey, double inX, double inY ) { in specialKeyPressed()
224 unsigned char inKey, double inX, double inY ) { in keyReleased()
288 int inKey, double inX, double inY ) { in specialKeyReleased()
H A DGUIContainerGL.h253 unsigned char inKey, double inX, double inY ) { in keyPressed()
268 int inKey, double inX, double inY ) { in specialKeyPressed()
283 unsigned char inKey, double inX, double inY ) { in keyReleased()
298 int inKey, double inX, double inY ) { in specialKeyReleased()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/math/
H A DExpressionDict.cpp13 void ExpressionDict::AddVar( char* inKey, float* inPtr ) { in AddVar()
19 void ExpressionDict::AddFcn( char* inKey, ExprUserFcn** inFcn ) { in AddFcn()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMArray/
H A DArrayKeySequence.h51 std::string inKey; in valid() local
60 std::string inKey; in compose() local
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMArray/
H A DArrayKeySequence.h51 std::string inKey; in valid() local
60 std::string inKey; in compose() local
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/openGL/
H A DSceneNavigatorDisplayGL.h215 unsigned char inKey, int inX, int inY ) { in keyPressed()
269 unsigned char inKey, int inX, int inY ) { in keyReleased()
310 int inKey, int inX, int inY ) { in specialKeyPressed()
317 int inKey, int inX, int inY ) { in specialKeyReleased()
H A DScreenGL.cpp258 void glutKeyboard( unsigned char inKey, int inX, int inY ) { in glutKeyboard()
276 void glutKeyboardUp( unsigned char inKey, int inX, int inY ) { in glutKeyboardUp()
294 void glutSpecialKeyboard( int inKey, int inX, int inY ) { in glutSpecialKeyboard()
312 void glutSpecialKeyboardUp( int inKey, int inX, int inY ) { in glutSpecialKeyboardUp()
H A DTestHandlerGL.h382 void TestHandlerGL::keyPressed( unsigned char inKey, int inX, int inY ) { in keyPressed()
388 void TestHandlerGL::specialKeyPressed( int inKey, int inX, int inY ) { in specialKeyPressed()
393 void TestHandlerGL::keyReleased( unsigned char inKey, int inX, int inY ) { in keyReleased()
398 void TestHandlerGL::specialKeyReleased( int inKey, int inX, int inY ) { in specialKeyReleased()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/
H A DCipherOption.java29 private final byte[] inKey; field in CipherOption
38 public CipherOption(CipherSuite suite, byte[] inKey, byte[] inIv, in CipherOption()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMGeneric/
H A DOVIMGeneric.cpp100 string inKey; in valid() local
115 string inKey; in compose() local
447 string inKey; in candidateEvent() local
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMGeneric/
H A DOVIMGeneric.cpp100 string inKey; in valid() local
115 string inKey; in compose() local
447 string inKey; in candidateEvent() local

12345678910>>...12