Searched refs:key (Results 126 - 150 of 570) sorted by relevance

1234567891011>>

/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.h53 // key is null if there is no default value
55 const char* key) = 0;
57 virtual void StringParameter(const char* name, const char* key,
59 virtual void ResolutionParameter(const char* name, const char* key,
61 virtual void PageSizeParameter(const char* name, const char* key,
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h34 size_t HashKey(SharedImage* key) const
36 return (addr_t)key / (2 * sizeof(void*));
44 bool Compare(SharedImage* key, SummaryImage* value) const argument
46 return value->GetImage() == key;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNodeListener.h105 size_t HashKey(Node* key) const
107 return (size_t)key;
115 bool Compare(Node* key, const NodeListener* value) const argument
117 return key == value->ListenedNode();
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-text-input.h23 efi_input_key* key) EFIAPI;
/haiku/src/system/boot/platform/generic/
H A Dtext_menu.cpp371 invoke_item(Menu* menu, MenuItem* item, int32& selected, char key) argument
374 if (item->Submenu() != NULL && key == TEXT_CONSOLE_KEY_RETURN) {
394 } else if (key == TEXT_CONSOLE_KEY_RETURN) {
395 // the space key does not exit the menu, only return does
432 int key = console_wait_for_key(); local
436 if (TEXT_CONSOLE_IS_CURSOR_KEY(key) || key == 'j' || key == 'J'
437 || key == 'k' || key
608 int key = 0; local
[all...]
/haiku/src/apps/deskcalc/
H A DCalcView.cpp386 int32 key; local
387 if (message->FindInt32("key", &key) == B_OK)
388 _FlashKey(key, 0);
550 CalcKey* key = fKeypad; local
568 if (key->flags != 0)
578 be_control_look->DrawLabel(this, key->label, frame, updateRect,
582 key++;
637 // process key press
638 int key local
975 int32 key = _KeyForLabel(temp.String()); local
1214 CalcKey* key = fKeypad; local
1248 _PressKey(int key) argument
1323 int32 key = _KeyForLabel(label); local
1343 _FlashKey(int32 key, uint32 flashFlags) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.cpp27 uint32 key; local
28 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
29 if (key == B_ESCAPE) {
/haiku/src/apps/cortex/Persistence/
H A DIPersistent.h129 const char* key,
182 const char* key,
184 ImportContext& context) {TOUCH(key); TOUCH(value); TOUCH(context);}
181 xmlImportChildAttribute( const char* key, const char* value, ImportContext& context) argument
/haiku/src/apps/cortex/RouteApp/
H A DNodeKey.h36 // identifier (key) for a media node whose description
68 const char* key() const { return content.String(); } function in class:NodeKey
83 return key() < other.key();
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.cpp33 uint32 key; local
34 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
35 if (key == B_ESCAPE) {
/haiku/src/apps/launchbox/
H A DPanel.cpp33 uint32 key; local
34 if (message->FindInt32("raw_char", (int32*)&key) >= B_OK) {
35 if (key == B_ESCAPE) {
/haiku/src/apps/webpositive/
H A DCredentialsStorage.h51 bool Contains(const HashKeyString& key);
52 status_t PutCredentials(const HashKeyString& key,
54 Credentials GetCredentials(const HashKeyString& key);
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp65 const CatKey &key(walker.GetKey());
66 key.GetStringParts(&str, &ctx, &cmt);
68 "-----\n", key.fHashVal, str.String(), ctx.String(), cmt.String(),
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp21 key = p ? p : "";
28 key = k ? k : "";
34 key = o.key;
40 key = o.key;
47 return (key == o.key) && (value == o.value);
95 void HttpURLConnection::setRequestProperty(const char *key, const char *value) argument
100 __request->push_back(Field(key, valu
[all...]
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dhmac.h24 u_int8_t key[MD5_BLOCK_LENGTH]; member in struct:_HMAC_MD5_CTX
30 u_int8_t key[SHA1_BLOCK_LENGTH]; member in struct:_HMAC_SHA1_CTX
36 u_int8_t key[SHA256_BLOCK_LENGTH]; member in struct:_HMAC_SHA256_CTX
/haiku/src/preferences/keymap/
H A DModifierKeysWindow.h31 uint32 key, const char* label);
34 const char* _KeyToString(int32 key);
35 int32 _KeyToKeyCode(int32 key, bool right = false);
H A DKeyboardLayoutView.h70 const Key* key, BRect frame, bool pressed);
83 BRect rect, const Key* key, char* text,
85 void _GetKeyLabel(const Key* key, char* text,
92 void _InvalidateKey(const Key* key);
93 bool _HandleDeadKey(uint32 key, int32 modifiers);
97 BRect _FrameFor(const Key* key);
100 void _SendKeyDown(const Key* key);
/haiku/headers/os/mail/
H A DMailComponent.h45 void SetHeaderField(const char *key,
50 void SetHeaderField(const char *key,
55 const char* HeaderField(const char *key,
57 status_t HeaderField(const char *key,
61 status_t RemoveHeader(const char *key);
/haiku/src/system/libroot/posix/musl/search/
H A Dtsearch.c62 void *tsearch(const void *key, void **rootp, argument
78 int c = cmp(key, n->key);
88 r->key = key;
/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp228 HashString key(pkgName);
229 return fIconTarPtrs.ContainsKey(key);
251 HashString key = _ToIconCacheKey(pkgName, actualSize); local
253 if (!fIconCache.ContainsKey(key)) {
256 fIconCache.Put(key, bitmap);
260 fIconCache.Put(key, sDefaultIcon);
263 bitmap.SetTo(fIconCache.Get(key).Get());
364 HashString key(pkgName);
365 if (!fIconTarPtrs.ContainsKey(key)) {
367 fIconTarPtrs.Put(key, valu
[all...]
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h15 // key orders
27 inline Node* Allocate(const Key& key, const Value& value)
77 Iterator Find(const Key& key);
78 Iterator FindClose(const Key& key, bool less);
80 status_t Insert(const Key& key, const Value& value,
82 status_t Insert(const Key& key, const Value& value,
84 status_t Remove(const Key& key);
91 virtual int CompareKeyNode(const void* key,
99 inline Node* _Allocate(const Key& key, const Value& value);
352 _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/system/kernel/posix/
H A Dxsi_message_queue.cpp179 return fMessageQueue.msg_perm.key;
203 void SetIpcKey(key_t key) argument
205 fMessageQueue.msg_perm.key = key;
253 size_t HashKey (const int key) const
255 return (size_t)key;
263 bool Compare(const int key, XsiMessageQueue *variable) const argument
265 return (int)key == (int)variable->ID();
278 Ipc(key_t key) argument
279 : fKey(key),
325 Compare(const key_t key, Ipc *variable) const argument
570 key_t key = messageQueue->IpcKey(); local
597 _user_xsi_msgget(key_t key, int flags) argument
[all...]
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp161 efi_input_key key; local
166 status = kSystemTable->ConIn->ReadKeyStroke(kSystemTable->ConIn, &key);
169 if (key.UnicodeChar > 0)
170 return (int) key.UnicodeChar;
172 switch (key.ScanCode) {
245 efi_input_key key; local
248 // give the user a chance to press a key
252 kSystemTable->ConIn, &key);
257 if (key.UnicodeChar == 0 && key
[all...]
/haiku/src/bin/
H A Dfinddir.c20 const char *key; member in struct:__anon5
24 #define KEYVALUE_PAIR(key) {#key, key}
162 for (i = 0; directoryTypes[i].key; i++) {
163 printf("%s\n", directoryTypes[i].key);
169 retrieveDirValue(directoryType *list, const char *key, argument
174 while (list[i].key != NULL) {
175 if (strcmp(list[i].key, key)
[all...]
/haiku/headers/private/kernel/boot/
H A Dmenu.h17 typedef void (*shortcut_hook)(char key);
56 void SetShortcut(char key);
140 void AddShortcut(char key, shortcut_hook function);
141 shortcut_hook FindShortcut(char key) const;
142 MenuItem* FindItemByShortcut(char key);
157 char key; member in struct:Menu::shortcut

Completed in 152 milliseconds

1234567891011>>