Searched refs:key (Results 1 - 25 of 570) sorted by path

1234567891011>>

/haiku/3rdparty/kallisti5/
H A Dconfigure.py88 # Get a config key
89 def get_build_config(key):
92 if i["key"] == key:
96 # Delete a config key
97 def drop_build_config(key):
99 value = get_build_config(key)
101 buildConfig.remove({"key": key, "value": value})
103 # Set a config key
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php261 foreach ($keymaps as $key => $map) {
263 unset($keymaps[$key]);
/haiku/3rdparty/mmu_man/scripts/
H A DQuickConfig.sh15 trash $hostKeyDir/ssh_host_*key*
/haiku/headers/libs/glut/GL/
H A Dglut.h628 GLUTAPI void GLUTAPIENTRY glutKeyboardFunc(void (GLUTCALLBACK *func)(unsigned char key, int x, int y));
638 GLUTAPI void GLUTAPIENTRY glutSpecialFunc(void (GLUTCALLBACK *func)(int key, int x, int y));
653 GLUTAPI void GLUTAPIENTRY glutKeyboardUpFunc(void (GLUTCALLBACK *func)(unsigned char key, int x, int y));
654 GLUTAPI void GLUTAPIENTRY glutSpecialUpFunc(void (GLUTCALLBACK *func)(int key, int x, int y));
/haiku/headers/libs/print/libprint/
H A DJobData.h35 bool HasString(const char* key) const;
36 const char* GetString(const char* key) const;
37 void SetString(const char* key, const char* value);
40 bool GetBoolean(const char* key) const;
41 void SetBoolean(const char* key, bool value);
44 int32 GetInt(const char* key) const;
45 void SetInt(const char* key, int32 value);
48 double GetDouble(const char* key) const;
49 void SetDouble(const char* key, double value);
H A DJobSetupDlg.h38 Range(const char* label, const char* key, const R* range, BSlider* slider);
62 Range<T, R>::Range(const char* label, const char* key, const R* range, argument
66 fKey(key),
126 const char* key);
H A DPrinterCap.h251 KeyPredicate(const char* key) argument
252 : fKey(key)
275 const EnumCap* FindCapWithKey(CapID category, const char* key)
/haiku/headers/os/app/
H A DKeyStore.h18 BKey& key);
20 const char* secondaryIdentifier, BKey& key);
24 BKey& key);
28 BKey& key);
31 const char* secondaryIdentifier, BKey& key);
36 BKey& key);
38 status_t AddKey(const BKey& key);
39 status_t AddKey(const char* keyring, const BKey& key);
40 status_t RemoveKey(const BKey& key);
41 status_t RemoveKey(const char* keyring, const BKey& key);
[all...]
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h90 uint8 key[HCI_LINK_KEY_SIZE]; member in struct:hci_write_stored_link_key
/haiku/headers/os/locale/
H A DCollator.h57 status_t GetSortKey(const char* string, BString* 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/headers/os/net/
H A Dnet_settings.h18 const char* key; member in struct:_ns_entry
/haiku/headers/os/support/
H A DObjectList.h191 T* BinarySearchByKey(const Key& key,
195 T* BinarySearchByKey(const Key& key,
206 int32 BinarySearchIndexByKey(const Key& key,
712 BObjectList<T>::BinarySearch(const T& key, CompareFunction func) const argument
714 return (T*)_PointerList_::BinarySearch(&key, (GenericCompareFunction)func);
720 BObjectList<T>::BinarySearch(const T& key, CompareFunctionWithState func, argument
723 return (T*)_PointerList_::BinarySearch(&key,
731 BObjectList<T>::BinarySearchByKey(const Key& key, argument
734 return (T*)_PointerList_::BinarySearch(&key,
742 BObjectList<T>::BinarySearchByKey(const Key &key, argument
772 BinarySearchIndexByKey(const Key& key, int (*compare)(const Key*, const T*)) const argument
[all...]
/haiku/headers/posix/sys/
H A Dipc.h14 #define IPC_CREAT 01000 /* create key */
15 #define IPC_EXCL 02000 /* fail if key exists */
23 /* Private key */
28 key_t key; /* IPC identifier */ member in struct:ipc_perm
H A Dsem.h60 int semget(key_t key, int numSems, int semFlags);
/haiku/headers/private/audio/
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
448 * Set the key field of the structure to FM_PATCH. The device field is used to
451 * For wave table use struct patch_info. Initialize the key field
465 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member in struct:sbi_instrument
819 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key)
/haiku/headers/private/debugger/controllers/
H A DThreadHandler.h149 size_t HashKey(thread_id key) const
151 return (size_t)key;
159 bool Compare(thread_id key, ThreadHandler* value) const argument
161 return value->ThreadID() == key;
/haiku/headers/private/debugger/util/
H A DWorker.h99 job_wait_status WaitFor(const JobKey& key);
153 void AbortJob(const JobKey& key);
154 Job* GetJob(const JobKey& key);
162 status_t AddListener(const JobKey& key,
164 void RemoveListener(const JobKey& key,
174 size_t HashKey(const JobKey& key) const
176 return key.HashValue();
184 bool Compare(const JobKey& key, Job* value) const argument
186 return value->Key() == key;
198 job_wait_status WaitForJob(Job* waitingJob, const JobKey& key);
[all...]
/haiku/headers/private/drivers/
H A Dscsi_sense.h28 uint8 key; member in struct:_scsi_sense_key_table
255 { 0x2003, "Access denied - invalid mgmt ID key", err_act_fail, B_ERROR }, // DT PWROMAEBK
286 { 0x2405, "Security working key frozen", err_act_fail, B_ERROR }, // F
307 { 0x2610, "Data decryption key fail limit reached", err_act_fail, B_ERROR }, // T
308 { 0x2611, "Incomplete key-associated data set", err_act_fail, B_ERROR }, // T
309 { 0x2612, "Vendor specific key reference not found", err_act_fail, B_ERROR }, // T
347 { 0x2A13, "Data encryption key instance counter has changed", err_act_fail, B_ERROR }, // T
700 { 0x6F00, "Copy protection key exchange failure - authentication failure", err_act_fail, B_ERROR }, // R
701 { 0x6F01, "Copy protection key exchange failure - key no
764 scsi_get_sense_key_info(uint8 key, const char **label, err_act *action, status_t *error) argument
[all...]
/haiku/headers/private/firewire/
H A Diec13213.h131 uint32_t key:8, member in struct:csrreg
135 key:8;
/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
/haiku/headers/private/kernel/posix/
H A Dxsi_message_queue.h22 int _user_xsi_msgget(key_t key, int messageQueueFlags);
H A Dxsi_semaphore.h30 int _user_xsi_semget(key_t key, int numberOfSemaphores, int flags);
/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...]
H A DHeap.h88 inline status_t Insert(Element* element, Key key);
249 HEAP_CLASS_NAME::Insert(Element* element, Key key) argument
265 link->fKey = key;

Completed in 150 milliseconds

1234567891011>>