Searched defs:key (Results 1 - 25 of 506) sorted by path

1234567891011>>

/haiku-fatelf/headers/libs/png/
H A Dpng.h534 png_charp key; /* keyword, 1-79 character description of "text" */ member in struct:png_text_struct
/haiku-fatelf/headers/libs/print/libprint/
H A DJobSetupDlg.h62 Range<T, R>::Range(const char* label, const char* key, const R* range, argument
H A DPrinterCap.h251 KeyPredicate(const char* key) argument
/haiku-fatelf/headers/os/bluetooth/HCI/
H A DbtHCI_command.h90 uint8 key[HCI_LINK_KEY_SIZE]; member in struct:hci_write_stored_link_key
/haiku-fatelf/headers/os/net/
H A Dnet_settings.h18 const char* key; member in struct:_ns_entry
/haiku-fatelf/headers/os/support/
H A DObjectList.h710 BObjectList<T>::BinarySearch(const T& key, CompareFunction func) const argument
717 BObjectList<T>::BinarySearch(const T& key, CompareFunctionWithState func, argument
728 BObjectList<T>::BinarySearchByKey(const Key& key, argument
739 BObjectList<T>::BinarySearchByKey(const Key &key, argument
769 BinarySearchIndexByKey(const Key& key, int (*compare)(const Key*, const T*)) const argument
[all...]
/haiku-fatelf/headers/posix/arpa/
H A Dnameser.h278 struct dst_key *key; member in struct:ns_tcp_tsig_state
[all...]
/haiku-fatelf/headers/posix/sys/
H A Dipc.h28 key_t key; /* IPC identifier */ member in struct:ipc_perm
/haiku-fatelf/headers/private/file_systems/
H A DQueryParser.h705 Match(Entry* entry, Node* node, const char* attributeName, int32 type, const uint8* key, size_t size) argument
[all...]
/haiku-fatelf/headers/private/firewire/
H A Diec13213.h131 uint32_t key:8, member in struct:csrreg
/haiku-fatelf/headers/private/kernel/
H A DNotifications.h237 bool Compare(const char* key, NotificationService* service) const argument
/haiku-fatelf/headers/private/kernel/boot/
H A Dmenu.h144 char key; member in struct:Menu::shortcut
/haiku-fatelf/headers/private/kernel/util/
H A DAVLTree.h302 AVLTree<Definition>::FindClosest(const Key& key, bool less) const argument
328 AVLTree<Definition>::Remove(const Key& key) argument
345 CompareKeyNode(const void* key, const AVLTreeNode* node) argument
[all...]
H A DAVLTreeMap.h351 _AVL_TREE_MAP_CLASS_NAME::Find(const Key& key) argument
362 FindClose(const Key& key, bool less) argument
373 Insert(const Key& key, const Value& value, Iterator* iterator) argument
399 Insert(const Key& key, const Value& value, Node** _node) argument
425 Remove(const Key& key) argument
452 CompareKeyNode(const void* key, const AVLTreeNode* node) argument
472 _Allocate(const Key& key, const Value& value) argument
600 Node(const Key &key, const Value &value) argument
607 Key key; member in struct:AVLTreeMapStrategy::Auto::Node
611 Allocate(const Key& key, const Value& value) argument
[all...]
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
586 GetIterator(const Key& key, bool greater, bool orEqual) argument
591 GetIterator(const Key& key, bool greater, bool orEqual) const argument
[all...]
H A DVectorMap.h322 Insert(const Key &key, const Value &value) argument
341 Put(const Key &key, const Value &value) argument
357 Get(const Key &key) argument
394 Remove(const Key &key) argument
558 Find(const Key &key) argument
610 FindClose(const Key &key, bool less) argument
651 FindClose(const Key &key, bool less) const argument
678 _FindInsertionIndex(const Key &key, bool &exists) const argument
711 Entry(const Key &key, const Value &value) argument
714 Key key; member in class:VectorMapEntryStrategy::Pair::Entry
733 MakeEntry(const Key &key, const Value &value) const argument
779 AreCompatible(const Key &key, const Value &value) const argument
[all...]
/haiku-fatelf/headers/private/kernel/vm/
H A DVMArea.h173 bool Compare(area_id key, const VMArea* value) const argument
H A DVMCache.h60 static int Compare(page_num_t key, const NodeType* node) argument
/haiku-fatelf/headers/private/media/
H A Dsoundcard.h202 unsigned short key; /* Use WAVE_PATCH here */ member in struct:patch_info
290 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member in struct:sysex_info
465 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member in struct:sbi_instrument
/haiku-fatelf/headers/private/package/hpkg/
H A DStrings.h68 bool Compare(const char* key, const CachedString* value) const argument
/haiku-fatelf/headers/private/shared/
H A DHashMap.h80 Entry(const Key& key, Value value) : key(key), value(value) {} argument
82 Key key; member in class:BPrivate::HashMap::Entry
220 Put(const Key& key, Value value) argument
228 Remove(const Key& key) argument
374 Put(const Key& key, Value value) argument
394 Remove(const Key& key) argument
425 Get(const Key& key, Value*& _value) const argument
[all...]
H A DHashSet.h192 status_t Add(const Key& key) argument
200 bool Remove(const Key& key) argument
267 Add(const Key& key) argument
281 Remove(const Key& key) argument
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashMap.h30 HashMapElement(const Key& key, const Value& value) argument
53 bool Compare(const KeyType& key, const ValueType* value) const argument
67 Entry(const Key& key, Value value) : key(key), value(value) {} argument
69 Key key; member in class:HashMap::Entry
181 Put(const Key& key, const Value& value) argument
189 Remove(const Key& key) argument
338 Put(const Key& key, const Value& value) argument
363 Remove(const Key& key) argument
[all...]
H A DHashSet.h27 HashSetElement(const Key& key) argument
47 bool Compare(const KeyType& key, const ValueType* value) const argument
163 status_t Add(const Key& key) argument
171 Remove(const Key& key) argument
249 Add(const Key& key) argument
273 Remove(const Key& key) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp563 uint32 key = (uint32)FindKeyCode(arg.String()); local
699 int32 key = _LookupKeyCode(map, keys, map->normal_map, next, states local
838 _SetStateBit(uint8* setStates, uint32 key, bool on) const argument
[all...]

Completed in 211 milliseconds

1234567891011>>