Searched refs:value (Results 226 - 250 of 1663) sorted by relevance

1234567891011>>

/haiku/src/tests/apps/haikudepot/
H A DJwtTokenHelperTest.cpp87 BString value; local
88 status_t result = message.FindString(key, &value);
90 CPPUNIT_ASSERT_EQUAL(BString(expectedValue), value); local
98 double value; local
99 status_t result = message.FindDouble(key, &value);
101 CPPUNIT_ASSERT_EQUAL((double) expectedValue, value);
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h75 size_t Hash(TypeUnitTableEntry* value) const
77 return HashKey(value->signature);
80 bool Compare(uint64 key, TypeUnitTableEntry* value) const
82 return value->signature == key;
85 TypeUnitTableEntry*& GetLink(TypeUnitTableEntry* value) const
87 return value->next;
H A DDebugInfoEntries.h170 const AttributeValue& value);
172 const AttributeValue& value);
174 const AttributeValue& value);
176 const AttributeValue& value);
178 const AttributeValue& value);
180 const AttributeValue& value);
182 const AttributeValue& value);
184 const AttributeValue& value);
186 const AttributeValue& value);
189 const AttributeValue& value);
[all...]
/haiku/src/tests/kits/app/bmessage/
H A DMessageSpeedTest.cpp49 message.Add##type("data", value); \
58 MESSAGE_SPEED_TEST_CREATE(5, Int32, "int32", int32 value = i);
59 MESSAGE_SPEED_TEST_CREATE(50, Int32, "int32", int32 value = i);
60 MESSAGE_SPEED_TEST_CREATE(500, Int32, "int32", int32 value = i);
61 MESSAGE_SPEED_TEST_CREATE(5000, Int32, "int32", int32 value = i);
63 MESSAGE_SPEED_TEST_CREATE(5, String, "BString", BString value = "item"; value << i);
64 MESSAGE_SPEED_TEST_CREATE(50, String, "BString", BString value = "item"; value << i);
65 MESSAGE_SPEED_TEST_CREATE(500, String, "BString", BString value
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h121 status_t GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value);
122 status_t GetPreviousEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value);
124 status_t Insert(uint8 *key, uint16 keyLength, off_t value);
126 status_t Insert(const char *key, off_t value);
127 status_t Insert(int32 key, off_t value);
128 status_t Insert(uint32 key, off_t value);
129 status_t Insert(int64 key, off_t value);
130 status_t Insert(uint64 key, off_t value);
131 status_t Insert(float key, off_t value);
132 status_t Insert(double key, off_t value);
190 GetNextEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value) argument
195 GetPreviousEntry(void *key,uint16 *keyLength,uint16 maxLength,off_t *value) argument
200 Insert(const char *key,off_t value) argument
207 Insert(int32 key, off_t value) argument
214 Insert(uint32 key, off_t value) argument
221 Insert(int64 key, off_t value) argument
228 Insert(uint64 key, off_t value) argument
235 Insert(float key, off_t value) argument
242 Insert(double key, off_t value) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp94 IntProperty::IntProperty(uint32 identifier, int32 value, argument
97 fValue(value),
122 if (archive->FindInt32("value", &fValue) < B_OK)
142 ret = into->AddInt32("value", fValue);
174 IntProperty::SetValue(const char* value) argument
176 return SetValue(atoi(value));
211 IntProperty::SetValue(int32 value) argument
214 if (value < fMin)
215 value = fMin;
216 if (value > fMa
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/headers/private/kernel/util/
H A DMultiHashTable.h45 void Insert(ValueType *value) argument
51 InsertUnchecked(value);
54 void InsertUnchecked(ValueType *value) argument
56 _Insert(HashTable::fTable, HashTable::fTableSize, value);
60 bool Remove(ValueType *value) argument
62 if (!HashTable::RemoveUnchecked(value))
76 ValueIterator(const HashTable *table, size_t index, ValueType *value) argument
77 : fOriginalIndex(index), fOriginalValue(value)
134 void _Insert(ValueType **table, size_t tableSize, ValueType *value) argument
136 size_t index = HashTable::fDefinition.Hash(value)
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dio.h23 void write_ccs_uint8(ice1712 *ice, int8 regno, uint8 value);
24 void write_ccs_uint16(ice1712 *ice, int8 regno, uint16 value);
25 void write_ccs_uint32(ice1712 *ice, int8 regno, uint32 value);
28 void write_cci_uint8(ice1712 *ice, int8 index, uint8 value);
35 void write_ddma_uint8(ice1712 *ice, int8 regno, uint8 value);
36 void write_ddma_uint16(ice1712 *ice, int8 regno, uint16 value);
37 void write_ddma_uint32(ice1712 *ice, int8 regno, uint32 value);
44 void write_ds_uint8(ice1712 *ice, int8 regno, uint8 value);
45 void write_ds_uint16(ice1712 *ice, int8 regno, uint16 value);
46 void write_ds_uint32(ice1712 *ice, int8 regno, uint32 value);
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp97 set_debug_argument_variable(int32 index, uint64 value) argument
101 set_debug_variable(name, value);
109 Type value; local
110 if (debug_memcpy(B_CURRENT_TEAM, &value, argument, sizeof(Type)) == B_OK) {
112 return value;
168 // retrieve value and type identifier
170 uint64 value; local
175 value = read_function_argument_value<int64>(arg, valueKnown);
177 kprintf("int64: \33[34m%lld\33[0m", value);
180 value
496 arch_set_debug_variable(const char* variableName, uint64 value) argument
504 arch_get_debug_variable(const char* variableName, uint64* value) argument
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp89 set_debug_argument_variable(int32 index, uint64 value) argument
93 set_debug_variable(name, value);
101 Type value; local
102 if (debug_memcpy(B_CURRENT_TEAM, &value, argument, sizeof(Type)) == B_OK) {
104 return value;
160 // retrieve value and type identifier
162 uint64 value; local
167 value = read_function_argument_value<int64>(arg, valueKnown);
169 kprintf("int64: \33[34m%" B_PRId64 "\33[0m", value);
172 value
475 arch_set_debug_variable(const char* variableName, uint64 value) argument
482 arch_get_debug_variable(const char* variableName, uint64* value) argument
[all...]
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp81 // update display value
199 // update displayed value
216 // update display value
265 int32 value = fHoldValue;
268 if (value > 23)
269 value = 0;
270 else if (value < 0)
271 value = 23;
273 fTime.SetTime(BTime(value, fTime.Time().Minute(),
278 if (value> 5
322 _IsValidDoubleDigit(int32 value) argument
678 _IsValidDoubleDigit(int32 value) argument
[all...]
/haiku/src/bin/listdev/
H A Dlistdev.cpp92 printf("string : \"%s\"", attr->value.string);
95 printf("uint8 : %" B_PRIu8 " (%#" B_PRIx8 ")", attr->value.ui8,
96 attr->value.ui8);
99 printf("uint16 : %" B_PRIu16 " (%#" B_PRIx16 ")", attr->value.ui16,
100 attr->value.ui16);
103 printf("uint32 : %" B_PRIu32 " (%#" B_PRIx32 ")", attr->value.ui32,
104 attr->value.ui32);
107 printf("uint64 : %" B_PRIu64 " (%#" B_PRIx64 ")", attr->value.ui64,
108 attr->value.ui64);
124 attr.value
[all...]
/haiku/src/bin/package/
H A DPackageInfoPrinter.h107 bool PrintAttribute(const BPackageInfoAttributeValue& value) argument
109 switch (value.attributeID) {
111 PrintName(value.string);
115 PrintSummary(value.string);
119 PrintDescription(value.string);
123 PrintVendor(value.string);
127 PrintPackager(value.string);
131 PrintBasePackage(value.string);
135 PrintFlags(value.unsignedInt);
139 PrintArchitecture(value
[all...]
/haiku/src/tests/system/kernel/util/
H A DDoublyLinkedListTest.cpp20 int32 value; member in class:ItemWithout
26 int32 value; member in class:ItemWith
36 int32 value; member in class:ItemVirtualWithout
44 int32 value; member in class:ItemVirtualWith
52 return value;
59 return value;
98 items[i].value = i;
124 CHK(item->value == i);
132 CHK(first->value == 0);
140 CHK(item->value
[all...]
/haiku/src/apps/haikudepot/model/
H A DUserDetail.cpp63 UserUsageConditionsAgreement::SetCode(const BString& value) argument
65 fCode = value;
70 UserUsageConditionsAgreement::SetTimestampAgreed(uint64 value) argument
72 fTimestampAgreed = value;
77 UserUsageConditionsAgreement::SetIsLatest(const bool value) argument
79 fIsLatest = value;
147 UserDetail::SetNickname(const BString& value) argument
149 fNickname = value;
155 const UserUsageConditionsAgreement& value)
157 fAgreement = value;
154 SetAgreement( const UserUsageConditionsAgreement& value) argument
[all...]
/haiku/src/apps/sudoku/
H A DSudokuField.cpp39 value(0)
73 if (archive->FindInt32("value", i, (int32*)&field.value) != B_OK
124 status = archive->AddInt32("value", field.value);
153 field.value = 0;
177 uint32 value = data[i++] - base; local
178 if (value) {
180 field.value = value;
333 SetValueAt(uint32 x, uint32 y, uint32 value, bool setSolved) argument
351 uint32 value = _FieldAt(x, y).value; local
370 uint32 value = ValueAt(i, y); local
378 uint32 value = ValueAt(x, i); local
390 uint32 value = ValueAt(partX + offsetX, partY + offsetY); local
400 uint32 value = 0; local
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp65 bool Parser::ParseTranslation(Value* value, int separator) argument
72 value->SetTranslation(translation);
98 Value* value = new Value(option, type); local
99 statement->SetOption(value);
105 return ParseTranslation(value, ':');
109 Error("Expected symbol value!");
122 AutoDelete<Value> value(new Value());
127 value.Get()->SetType(Value::kInvocationValue);
130 value.Get()->SetType(Value::kQuotedValue);
134 Error("Expected value");
154 Value* value = new Value(symbol, Value::kSymbolValue); local
164 Value* value = new Value(stringValue, Value::kStringValue); local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.h133 size_t Hash(const Entry* value) const
135 return HashKey(EntryKey(value->Parent(), value->Name()));
138 bool Compare(const EntryKey& key, const Entry* value) const
140 return key.Parent() == value->Parent()
141 && strcmp(key.Name(), value->Name()) == 0;
144 Entry*& GetLink(Entry* value) const
146 return value->HashNext();
172 size_t Hash(const PackageSettingsItem* value) const
174 return HashKey(value
[all...]
/haiku/src/system/kernel/arch/sparc/
H A Darch_elf.cpp56 write_word32(addr_t P, Elf64_Word value) argument
58 *(Elf64_Word*)P = value;
63 write_word64(addr_t P, Elf64_Xword value) argument
65 *(Elf64_Xword*)P = value;
70 write_hi30(addr_t P, Elf64_Word value) argument
72 *(Elf64_Word*)P |= value >> 2;
77 write_hi22(addr_t P, Elf64_Word value) argument
79 *(Elf64_Word*)P |= value >> 10;
84 write_lo10(addr_t P, Elf64_Word value) argument
86 *(Elf64_Word*)P |= value
91 write_hh22(addr_t P, Elf64_Xword value) argument
98 write_hm10(addr_t P, Elf64_Xword value) argument
[all...]
/haiku/src/apps/text_search/
H A DChangesIterator.cpp136 const char* value; local
137 switch (entry.value) {
139 value = "ADDED";
142 value = "REMOVED";
145 value = "CHANGED";
148 value = "???";
151 printf("entry: %s - %s\n", entry.key.GetString(), value);
/haiku/src/add-ons/accelerants/s3/
H A Dvirge_edid.cpp26 uint8 value = ReadCrtcReg(index); local
28 *_clock = (value & 0x4) != 0;
29 *data = (value & 0x8) != 0;
38 uint8 value = 0x10; local
41 value |= 0x1;
43 value |= 0x2;
45 WriteCrtcReg(index, value);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp200 uchar value = 0; local
217 uchar value = 0; local
218 if (red & 0x80) value = 0x80;
219 if (red & 0x40) value |= 0x10;
220 if (red & 0x20) value |= 0x02;
222 if (green & 0x80) value |= 0x40;
223 if (green & 0x40) value |= 0x08;
224 if (green & 0x20) value |= 0x01;
226 if (blue & 0x80) value |= 0x20;
227 if (blue & 0x40) value |
360 uchar value = *buffer; local
[all...]
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h67 void SetTo(int8 value);
68 void SetTo(uint8 value);
69 void SetTo(int16 value);
70 void SetTo(uint16 value);
71 void SetTo(int32 value);
72 void SetTo(uint32 value);
73 void SetTo(int64 value);
74 void SetTo(uint64 value);
75 void SetTo(CachedString* value);
81 static uint8 _ApplicableIntEncoding(uint64 value);
205 Write(const Type& value) argument
282 _AddStringAttributeIfNotEmpty(BHPKGAttributeID id, const BString& value, DoublyLinkedList<PackageAttribute>& list) argument
[all...]
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py20 value = None variable
23 value = 0x80000000 variable
25 value = -1 variable
28 value = 0 variable
54 value = errors[token]["value"] variable
55 #print "%s -> %s = %s" % (define, token, value)
64 value = b + o variable
65 #print "value: %x + %x = %x = %d" % (b, o, value, valu
[all...]
/haiku/src/kits/interface/
H A DOptionControl.cpp52 which contains a "be:value" int32
60 int32 value; local
61 if (message->FindInt32("be:value", &value) == B_OK) {
62 SetValue(value);
76 \param value The value of the option.
81 BOptionControl::AddOption(const char *name, int32 value) argument
84 return AddOptionAt(name, value, numOptions);
88 /*! \brief Select the option which has the given value
95 SelectOptionFor(int32 value) argument
143 MakeValueMessage(int32 value) argument
[all...]

Completed in 213 milliseconds

1234567891011>>