Searched defs:key (Results 176 - 200 of 419) sorted by relevance

1234567891011>>

/haiku/src/kits/package/
H A DPackageInfoSet.cpp70 bool Compare(const char* key, const PackageInfo* value) const argument
/haiku/headers/private/kernel/boot/
H A Dmenu.h157 char key; member in struct:Menu::shortcut
/haiku/src/libs/glut/
H A DglutWindow.h84 unsigned char key; // for keyboard callback member in class:GlutWindow
/haiku/headers/private/kernel/util/
H A DHeap.h249 HEAP_CLASS_NAME::Insert(Element* element, Key key) argument
H A DMinMaxHeap.h292 MIN_MAX_HEAP_CLASS_NAME::Insert(Element* element, Key key) argument
H A DSplayTree.h74 Key key = Definition::GetKey(node); local
97 Node* Remove(const Key& key) argument
128 Key key = Definition::GetKey(node); local
187 Lookup(const Key& key) argument
226 FindClosest(const Key& key, bool greater, bool orEqual) argument
279 _Splay(const Key& key) argument
514 Remove(const Key& key) argument
547 Lookup(const Key& key) argument
566 FindClosest(const Key& key, bool greater, bool orEqual) argument
591 GetIterator(const Key& key, bool greater, bool orEqual) argument
596 GetIterator(const Key& key, bool greater, bool orEqual) const argument
[all...]
/haiku/src/servers/app/
H A DDesktopListener.cpp95 DesktopObservable::NotifyKeyPressed(uint32 what, int32 key, int32 modifiers) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h32 struct node_key key; member in struct:node
54 static int Compare(KeyType key, const NodeType* node) argument
79 Compare(KeyType key, const NodeType* node) argument
[all...]
/haiku/src/apps/cortex/RouteApp/
H A Droute_app_io.cpp193 const char* key; local
246 _match_system_node_key( const char* key, const NodeManager* manager, media_node_id* outNode) argument
[all...]
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp42 hks(int32 key, BitFieldTester* tester, CommandActuator* actuator, argument
133 int32 key; local
258 uint32 key; local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp33 bool Compare(int32 key, const HaikuKernelIORequest* value) const argument
50 bool Compare(int32 key, const HaikuKernelIORequest* value) const argument
66 Compare(fs_vnode_ops* key, const ValueType* value) const argument
[all...]
/haiku/headers/private/debugger/util/
H A DWorker.h184 bool Compare(const JobKey& key, Job* value) const argument
[all...]
/haiku/headers/private/shared/
H A DHashMap.h33 HashMapElement(const Key& key, const Value& value) argument
57 bool Compare(const KeyType& key, const ValueType* value) const argument
71 Entry(const Key& key, Value value) : key(key), value(value) {} argument
73 Key key; member in class:BPrivate::HashMap::Entry
173 Put(const Key& key, const Value& value) argument
181 Remove(const Key& key) argument
376 Put(const Key& key, const Value& value) argument
401 Remove(const Key& key) argument
463 Get(const Key& key, Value*& _value) const argument
[all...]
H A DHashSet.h32 HashSetElement(const Key& key) argument
54 bool Compare(const KeyType& key, const ValueType* value) const argument
158 status_t Add(const Key& key) argument
166 Remove(const Key& key) argument
244 Add(const Key& key) argument
268 Remove(const Key& key) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp172 bool Compare(const Key& key, const InfoEntry* value) const argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c450 ccmp_encrypt(struct ieee80211_key *key, struct mbuf *m0, int hdrlen) argument
595 ccmp_decrypt(struct ieee80211_key *key, u_int64_t pn, struct mbuf *m, int hdrlen) argument
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp192 const char* key = entry->name; local
/haiku/src/bin/debug/ltrace/
H A Dltrace_stub.cpp70 bool Compare(const void* key, PatchEntry* value) const argument
96 bool Compare(const void* key, PatchEntry* value) const argument
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp61 bool Compare(team_id key, const VMAddressSpace* value) const argument
/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp230 touch_color_item(SFHash& hash, unsigned int key, uint8 r, uint8 g, uint8 b) argument
310 uint32 key = make_key(r, g, b, useBits); local
330 uint32 key = make_key(r, g, b, useBits); local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp208 SizeIndex::InternalFind(const uint8 *key, size_t length) argument
H A DLastModifiedIndex.cpp209 LastModifiedIndex::InternalFind(const uint8 *key, size_t length) argument
H A DNameIndex.cpp193 NameIndex::InternalFind(const uint8 *key, size_t length) argument
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp163 AVLTreeBase::FindClosest(const void* key, bool less) const argument
217 AVLTreeBase::Remove(const void* key) argument
/haiku/src/tests/system/kernel/util/
H A DBOpenHashTableTest.cpp57 bool Compare(const KeyType& key, Entry* entry) const argument

Completed in 156 milliseconds

1234567891011>>