Searched refs:value (Results 301 - 325 of 1664) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp63 BString value; local
64 p->GetValue(value);
65 ret = into->AddString(idString, value.String());
90 const char* value; local
91 if (archive->FindString(idString, &value) == B_OK)
92 if (p->SetValue(value))
258 PropertyObject::SetValue(uint32 propertyID, const char* value) argument
261 if (p->SetValue(value)) {
271 PropertyObject::GetValue(uint32 propertyID, BString& value) const
274 p->GetValue(value);
284 SetValue(uint32 propertyID, int32 value) argument
307 SetValue(uint32 propertyID, int64 value) argument
330 SetValue(uint32 propertyID, float value) argument
353 SetValue(uint32 propertyID, bool value) argument
[all...]
/haiku/src/libs/icon/flat_icon/
H A DFlatIconFormat.h75 bool read_float_24(LittleEndianBuffer& buffer, float& value);
76 bool write_float_24(LittleEndianBuffer& buffer, float value);
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.cpp62 void Statement::SetValue(Value* value) argument
64 fValue = value;
113 Value* value = GetValue(); local
114 if (value != NULL) {
115 return value->GetValueString();
122 Value* value = GetValue(); local
123 if (value != NULL) {
124 return value->GetTranslationString();
172 printf("\t<value>\n");
174 printf("\t</value>\
[all...]
H A DValue.h32 Value(BString* value = NULL, Type type = kUnknownValue);
39 void SetValue(BString* value);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringConstants.cpp39 #define DEFINE_STRING_CONSTANT(name, value) \
40 if (!name.SetTo(value)) \
H A DStringPool.h173 size_t Hash(const StringData* value) const
175 return value->Hash();
178 bool Compare(const StringDataKey& key, const StringData* value) const
180 return key.Hash() == value->Hash()
181 && strncmp(value->String(), key.String(), key.Length()) == 0
182 && value->String()[key.Length()] == '\0';
185 StringData*& GetLink(StringData* value) const
187 return value->HashNext();
/haiku/src/apps/devices/
H A DPropertyList.h27 PropertyRow(const char* name, const char* value);
33 void SetValue(const char* value);
/haiku/src/kits/debugger/value/values/
H A DFloatValue.cpp12 FloatValue::FloatValue(const BVariant& value) argument
14 fValue(value)
H A DIntegerValue.cpp10 IntegerValue::IntegerValue(const BVariant& value) argument
12 fValue(value)
/haiku/headers/private/debugger/elf/
H A DElfFile.h156 Value Get(const Value& value) const
157 { return StaticGet(value,
161 static Value StaticGet(const Value& value,
184 static uint8 _Swap(const uint8& value) argument
185 { return value; }
186 static uint16 _Swap(const uint16& value) argument
187 { return (uint16)B_SWAP_INT16(value); }
188 static int32 _Swap(const int32& value) argument
189 { return B_SWAP_INT32(value); }
190 static uint32 _Swap(const uint32& value) argument
192 _Swap(const int64& value) argument
194 _Swap(const uint64& value) argument
211 StaticGet(const Value& value, bool swappedByteOrder) argument
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_pci.h177 int nvme_pcicfg_read8(struct pci_device *dev, uint8_t *value, uint32_t offset);
178 int nvme_pcicfg_write8(struct pci_device *dev, uint8_t value, uint32_t offset);
179 int nvme_pcicfg_read16(struct pci_device *dev, uint16_t *value, uint32_t offset);
180 int nvme_pcicfg_write16(struct pci_device *dev, uint16_t value, uint32_t offset);
181 int nvme_pcicfg_read32(struct pci_device *dev, uint32_t *value, uint32_t offset);
182 int nvme_pcicfg_write32(struct pci_device *dev, uint32_t value, uint32_t offset);
195 uint8_t *value, uint32_t offset)
197 return pci_device_cfg_read_u8(dev, value, offset);
204 uint8_t value, uint32_t offset)
206 return pci_device_cfg_write_u8(dev, value, offse
194 nvme_pcicfg_read8(struct pci_device *dev, uint8_t *value, uint32_t offset) argument
203 nvme_pcicfg_write8(struct pci_device *dev, uint8_t value, uint32_t offset) argument
212 nvme_pcicfg_read16(struct pci_device *dev, uint16_t *value, uint32_t offset) argument
221 nvme_pcicfg_write16(struct pci_device *dev, uint16_t value, uint32_t offset) argument
230 nvme_pcicfg_read32(struct pci_device *dev, uint32_t *value, uint32_t offset) argument
239 nvme_pcicfg_write32(struct pci_device *dev, uint32_t value, uint32_t offset) argument
[all...]
/haiku/src/system/kernel/arch/x86/64/
H A Dcpuid.cpp32 set_eflags(uint32 value) argument
34 uint64_t flags = value;
/haiku/headers/posix/arch/x86_64/
H A Dsignal.h15 unsigned char value[10]; member in struct:x86_64_fp_register
21 unsigned char value[16]; member in struct:x86_64_xmm_register
/haiku/src/system/boot/loader/file_systems/packagefs/
H A DPackageSettingsItem.h157 size_t Hash(const Entry* value) const
159 return HashKey(EntryKey(value->Parent(), value->Name()));
162 bool Compare(const EntryKey& key, const Entry* value) const
164 const char* name = value->Name();
165 return key.Parent() == value->Parent()
170 Entry*& GetLink(Entry* value) const
172 return value->HashNext();
/haiku/src/preferences/bluetooth/
H A DExtendedLocalDeviceView.cpp74 int value = fDevice->GetDiscoverable(); local
75 if (value == 1)
77 else if (value == 2)
79 else if (value == 3) {
153 ExtendedLocalDeviceView::SetEnabled(bool value) argument
155 fVisible->SetEnabled(value);
156 fAuthentication->SetEnabled(value);
157 fDiscoverable->SetEnabled(value);
/haiku/src/system/libroot/os/arch/riscv64/
H A Dtls.cpp60 tls_set(int32 index, void *value) argument
62 get_tls()[index] = value;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistItem.h68 const int32& value) = 0;
70 int32& value) const = 0;
73 const int64& value) = 0;
75 int64& value) const = 0;
78 const float& value) = 0;
80 float& value) const = 0;
94 status_t SetLastFrame(int64 value);
95 status_t SetLastVolume(float value);
/haiku/src/system/libroot/os/arch/arm/
H A Dtls.c57 tls_set(int32 index, void *value) argument
59 get_tls()[index] = value;
/haiku/src/system/libroot/os/arch/m68k/
H A Dtls.c55 tls_set(int32 index, void *value) argument
57 gSlots[index] = value;
/haiku/src/apps/haikudepot/model/
H A DAccessToken.h18 of key-value pairs that are known as "claims". Some of the claims are used to
35 void SetToken(const BString& value);
36 void SetExpiryTimestamp(uint64 value);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp153 InternalVariableID(const BVariant& value) argument
155 fValue(value)
198 Operand(int64 value) argument
200 fPrimitive(value),
207 Operand(double value) argument
209 fPrimitive(value),
275 void SetTo(const BVariant& value) argument
278 fPrimitive = value;
288 Value* value = node->GetValue(); local
289 if (value !
1456 Operand value = _ParseSum(); local
1495 Operand value = _ParseProduct(); local
1520 Operand value = _ParseUnary(); local
1745 Operand value; local
1941 _GetNodeChildForPrimitive(const Token& token, const BVariant& value, ValueNodeChild*& _output) const argument
[all...]
/haiku/headers/build/os/app/
H A DMessage.h110 status_t AddInt8(const char *name, int8 value);
111 status_t AddUInt8(const char *name, uint8 value);
112 status_t AddInt16(const char *name, int16 value);
113 status_t AddUInt16(const char *name, uint16 value);
114 status_t AddInt32(const char *name, int32 value);
115 status_t AddUInt32(const char *name, uint32 value);
116 status_t AddInt64(const char *name, int64 value);
117 status_t AddUInt64(const char *name, uint64 value);
146 status_t FindInt8(const char *name, int8 *value) const;
147 status_t FindInt8(const char *name, int32 index, int8 *value) cons
[all...]
/haiku/src/bin/pc/
H A Dpc.c15 to refer to the value from the previous expression (just like bc).
35 pointer and returns the value. Implementing command line editing
155 ULONG value; member in struct:variable
163 variable *add_var(char *name, ULONG value);
213 casting and comparisons we can determine if a value
217 print_result(ULONG value) argument
222 if ((signed LONG)value < 0)
224 if ((signed LONG)value < (signed LONG)(LONG_MIN))
225 printf(STR1, value, value, valu
257 ULONG value; local
282 ULONG value; local
987 add_var(char *name, ULONG value) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c485 char *value, size_t size)
497 res = ntfs_get_ntfs_acl(scx, ni, value, size);
508 (struct LE_POSIX_ACL*)value))
522 (struct LE_POSIX_ACL*)value))
532 value, size);
536 value, size);
541 res = ntfs_get_ntfs_attrib(ni, value, size);
544 res = ntfs_get_ntfs_attrib(ni, value, size);
545 if ((res == 4) && value) {
547 fix_big_endian(value,
482 ntfs_xattr_system_getxattr(struct SECURITY_CONTEXT *scx, enum SYSTEMXATTRS attr, ntfs_inode *ni, ntfs_inode *dir_ni, char *value, size_t size) argument
609 ntfs_xattr_system_setxattr(struct SECURITY_CONTEXT *scx, enum SYSTEMXATTRS attr, ntfs_inode *ni, ntfs_inode *dir_ni, const char *value, size_t size, int flags) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp386 for (NodeListenerValue *value = it.GetCurrent();
387 value && value->node == node;
388 value = it.GetNext()) {
389 if (value->flags & NODE_LISTEN_ADDED)
390 value->listener->NodeAdded(node);
396 const NodeListenerValue &value = fAnyNodeListeners.ItemAt(i); local
397 if (value.flags & NODE_LISTEN_ADDED)
398 value.listener->NodeAdded(node);
417 for (NodeListenerValue *value
427 const NodeListenerValue &value = fAnyNodeListeners.ItemAt(i); local
516 const EntryListenerValue &value = fAnyEntryListeners.ItemAt(i); local
547 const EntryListenerValue &value = fAnyEntryListeners.ItemAt(i); local
[all...]

Completed in 126 milliseconds

<<11121314151617181920>>