Searched defs:key (Results 226 - 250 of 419) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp371 invoke_item(Menu* menu, MenuItem* item, int32& selected, char key) argument
432 int key = console_wait_for_key(); local
608 int key = 0; local
[all...]
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp213 char key[B_FILE_NAME_LENGTH]; local
[all...]
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.cpp97 char key[ESD_MAX_KEY]; local
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dtest.cpp33 struct key { struct
96 bailOutWithKey(void* key, uint16 length) argument
105 dumpKey(void* key, int32 length) argument
329 char key[B_FILE_NAME_LENGTH]; local
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp516 err << "DormantNodeIO: unknown attribute '" << key << "'\n"; local
506 xmlImportAttribute( const char* key, const char* value, ImportContext& context) argument
/haiku/headers/private/kernel/util/
H A DAVLTree.h345 AVLTree<Definition>::FindClosest(const Key& key, bool less) const argument
371 AVLTree<Definition>::Remove(const Key& key) argument
388 CompareKeyNode(const void* key, const AVLTreeNode* node) argument
[all...]
H A DAVLTreeMap.h352 _AVL_TREE_MAP_CLASS_NAME::Find(const Key& key) argument
363 FindClose(const Key& key, bool less) argument
374 Insert(const Key& key, const Value& value, Iterator* iterator) argument
400 Insert(const Key& key, const Value& value, Node** _node) argument
426 Remove(const Key& key) argument
453 CompareKeyNode(const void* key, const AVLTreeNode* node) argument
473 _Allocate(const Key& key, const Value& value) argument
601 Node(const Key &key, const Value &value) argument
608 Key key; member in struct:AVLTreeMapStrategy::Auto::Node
612 Allocate(const Key& key, const Value& value) argument
[all...]
/haiku/src/kits/support/
H A DPointerList.cpp114 AbstractPointerListHelper::BinarySearchIndex(const void *key, const BList *list) argument
124 AbstractPointerListHelper::BinarySearch(const void *key, const BList *list) argument
155 BinarySearch(const void *key, const void **items, int32 numItems, int32 &index) argument
320 BinarySearch(const void *key, GenericCompareFunction compareFunc) const argument
329 BinarySearch(const void *key, GenericCompareFunctionWithState compareFunc, void *state) const argument
338 BinarySearchIndex(const void *key, GenericCompareFunction compareFunc) const argument
347 BinarySearchIndex(const void *key, GenericCompareFunctionWithState compareFunc, void *state) const argument
356 BinarySearchIndexByPredicate(const void *key, UnaryPredicateGlue predicate) const argument
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp51 uint32 key; local
66 uint32 key; local
296 uint32 key; local
312 uint32 key; local
404 HandleKeyDown(uint32 key, uint32 modifiers) argument
430 HandleKeyUp(uint32 key, uint32 modifiers) argument
523 _HandleKeyDown(uint32 key, uint32 modifiers) argument
530 _HandleKeyUp(uint32 key, uint32 modifiers) argument
[all...]
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_data.c260 res_sendsigned(const u_char *buf, int buflen, ns_tsig_key *key, argument
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c315 char *buf, *key, *data, *p, **which; local
/haiku/src/system/libnetwork/netresolv/dst/
H A Dhmac_link.c82 HMAC_Key *key; local
151 HMAC_Key *key; local
210 dst_buffer_to_hmac_md5(DST_KEY *dkey, const u_char *key, const int keylen) argument
271 u_char key[HMAC_LEN]; local
333 u_char key[HMAC_LEN+1]; /* b64_pton needs more than 64 bytes do decode local
419 dst_hmac_md5_free_key_structure(void *key) argument
436 dst_hmac_md5_generate_key(DST_KEY *key, const int nothing) argument
[all...]
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp171 int32 key local
283 _CreateMenuField(BPopUpMenu** _menu, BMenuField** _menuField, uint32 key, const char* label) argument
357 _KeyToString(int32 key) argument
391 _KeyToKeyCode(int32 key, bool right) argument
[all...]
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp251 HashString key = _ToIconCacheKey(pkgName, actualSize); local
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp39 bool Compare(const void* key, ConditionVariable* variable) const argument
/haiku/src/kits/app/
H A DKeyStore.cpp32 BKeyStore::GetKey(BKeyType type, const char* identifier, BKey& key) argument
39 GetKey(BKeyType type, const char* identifier, const char* secondaryIdentifier, BKey& key) argument
47 GetKey(BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
57 GetKey(const char* keyring, BKeyType type, const char* identifier, BKey& key) argument
65 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, BKey& key) argument
73 GetKey(const char* keyring, BKeyType type, const char* identifier, const char* secondaryIdentifier, bool secondaryIdentifierOptional, BKey& key) argument
98 AddKey(const BKey& key) argument
105 AddKey(const char* keyring, const BKey& key) argument
120 RemoveKey(const BKey& key) argument
127 RemoveKey(const char* keyring, const BKey& key) argument
142 GetNextKey(uint32& cookie, BKey& key) argument
149 GetNextKey(BKeyType type, BKeyPurpose purpose, uint32& cookie, BKey& key) argument
157 GetNextKey(const char* keyring, uint32& cookie, BKey& key) argument
164 GetNextKey(const char* keyring, BKeyType type, BKeyPurpose purpose, uint32& cookie, BKey& key) argument
228 SetUnlockKey(const char* keyring, const BKey& key) argument
255 SetMasterUnlockKey(const BKey& key) argument
[all...]
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp160 ConnectionHashDefinition::Compare(const KeyType& key, argument
/haiku/src/servers/app/font/
H A DFontCacheEntry.cpp62 bool Compare(uint32 key, GlyphCache* value) const argument
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.cpp386 btrfs_key key; local
427 btrfs_key key; local
521 btrfs_key key; local
[all...]
/haiku/headers/libs/print/libprint/
H A DPrinterCap.h251 KeyPredicate(const char* key) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h150 inline Node* Allocate(const Key& key, const Value& value) const argument
373 TWO_KEY_AVL_TREE_CLASS_NAME::FindFirst(const PrimaryKey &key, argument
405 TWO_KEY_AVL_TREE_CLASS_NAME::FindLast(const PrimaryKey &key, argument
[all...]
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp181 int32 key = 0; local
208 TransportButton(BRect frame, const char *name, const unsigned char *normalBits, const unsigned char *pressedBits, const unsigned char *disabledBits, BMessage *invokeMessage, BMessage *startPressingMessage, BMessage *pressingMessage, BMessage *donePressingMessage, bigtime_t period, uint32 key, uint32 modifiers, uint32 resizeFlags) argument
497 PlayPauseButton(BRect frame, const char *name, BMessage *invokeMessage, BMessage *blinkMessage, uint32 key, uint32 modifiers, uint32 resizeFlags) argument
632 RecordButton(BRect frame, const char *name, BMessage *invokeMessage, BMessage *blinkMessage, uint32 key, uint32 modifiers, uint32 resizeFlags) argument
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp558 uint32 key; local
582 uint32 key; local
790 int key = sInput.WaitForKey(); local
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.c77 uint16 key; member in union:_settings_key::_hash
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h203 static int Compare(KeyType key, const NodeType* node) argument
231 static int Compare(KeyType key, const NodeType* node) argument

Completed in 221 milliseconds

1234567891011>>