Searched defs:value (Results 451 - 475 of 1008) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp207 void Insert(const Value &value, bool replace = true) argument
217 void Remove(const Value &value) argument
334 Iterator Find(const Value &value) argument
356 FindClose(const Value &value, bool less) argument
[all...]
/haiku/src/kits/print/
H A DJobSetupPanel.cpp203 bool value = false; local
[all...]
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp61 InitData(AttributeHandlerContext* context, BPackageData* data, const AttributeValue& value) argument
74 Create(AttributeHandlerContext* context, BPackageData* data, const AttributeValue& value, AttributeHandler*& _handler) argument
89 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
138 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
208 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
360 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp60 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
152 HandlePackageAttribute( const BPackageInfoAttributeValue& value) argument
H A DPackageReaderImpl.cpp51 set_package_data_from_attribute_value(const BPackageAttributeValue& value, argument
73 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
139 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
287 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h205 Write(const Type& value) argument
282 _AddStringAttributeIfNotEmpty(BHPKGAttributeID id, const BString& value, DoublyLinkedList<PackageAttribute>& list) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp94 IntProperty::IntProperty(uint32 identifier, int32 value, argument
174 IntProperty::SetValue(const char* value) argument
211 IntProperty::SetValue(int32 value) argument
229 FloatProperty(uint32 identifier, float value, float min, float max) argument
309 SetValue(const char* value) argument
345 SetValue(float value) argument
363 UInt8Property(uint32 identifier, uint8 value) argument
428 SetValue(const char* value) argument
465 SetValue(uint8 value) argument
477 BoolProperty(uint32 identifier, bool value) argument
542 SetValue(const char* value) argument
590 SetValue(bool value) argument
602 StringProperty(uint32 identifier, const char* value) argument
667 SetValue(const char* value) argument
[all...]
/haiku/src/kits/tracker/
H A DAttributeStream.h420 AttributeStreamBoolValue(const char* name, bool value) argument
430 AttributeStreamInt32Value(const char* name, int32 value) argument
440 AttributeStreamInt64Value(const char* name, int64 value) argument
450 AttributeStreamRectValue(const char* name, BRect value) argument
368 AttributeStreamConstValue(const char* name, uint32 attributeType, Type value) argument
460 AttributeStreamFloatValue(const char* name, float value) argument
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dpen.c216 int value; local
[all...]
/haiku/src/tools/fs_shell/
H A Dstring.cpp15 fssh_memchr(const void *source, int value, fssh_size_t length) argument
52 fssh_memset(void *dest, int value, fssh_size_t length) argument
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maventv.c301 uint16 value; local
455 uint16 value; local
[all...]
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h83 uint8 value; // value to write or value that was read member in struct:PIORegInfo
/haiku/src/add-ons/accelerants/ati/
H A Drage128_mode.cpp54 MinimumBits(uint32 value) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp589 Device::WritePCI8(int offset, uint8 value) argument
596 Device::WritePCI16(int offset, uint16 value) argument
603 Device::WritePCI32(int offset, uint32 value) argument
/haiku/src/kits/interface/
H A DOptionPopUp.cpp152 BOptionPopUp::AddOptionAt(const char* name, int32 value, int32 index) argument
242 SetValue(int32 value) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp711 uint32 value = strtoul(item, &end, 0); local
H A Dio.cpp58 write_ccs_uint8(ice1712 *ice, int8 regno, uint8 value) argument
65 write_ccs_uint16(ice1712 *ice, int8 regno, uint16 value) argument
72 write_ccs_uint32(ice1712 *ice, int8 regno, uint32 value) argument
87 write_cci_uint8(ice1712 *ice, int8 index, uint8 value) argument
117 write_ddma_uint8(ice1712 *ice, int8 regno, uint8 value) argument
124 write_ddma_uint16(ice1712 *ice, int8 regno, uint16 value) argument
131 write_ddma_uint32(ice1712 *ice, int8 regno, uint32 value) argument
160 write_ds_uint8(ice1712 *ice, int8 regno, uint8 value) argument
167 write_ds_uint16(ice1712 *ice, int8 regno, uint16 value) argument
174 write_ds_uint32(ice1712 *ice, int8 regno, uint32 value) argument
224 write_mt_uint8(ice1712 *ice, int8 regno, uint8 value) argument
231 write_mt_uint16(ice1712 *ice, int8 regno, uint16 value) argument
238 write_mt_uint32(ice1712 *ice, int8 regno, uint32 value) argument
263 write_i2c(ice1712 *ice, uint8 dev_addr, uint8 byte_addr, uint8 value) argument
608 write_gpio(ice1712 *ice, uint8 value) argument
[all...]
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp121 double value = source.Next<uint32>(); local
139 double value = source.Next<int32>(); local
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.cpp236 AlphaSlider::SetValue(int32 value) argument
395 int32 value; local
[all...]
/haiku/src/apps/resedit/
H A DResView.cpp447 ResView::SetSaveStatus(uint8 value) argument
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp283 int32 value; local
361 int32 value; local
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp227 int value = fResult; local
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp397 bool value = checkBox != NULL && checkBox->Value() == B_CONTROL_ON; local
/haiku/src/tests/servers/app/playground/
H A DObjectWindow.cpp384 int32 value; local
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp42 uchar value = x * 255 / width; local
96 uchar value = isSet ? 255 : 0; local
[all...]

Completed in 409 milliseconds

<<11121314151617181920>>