Searched refs:Value (Results 51 - 75 of 506) sorted by relevance

1234567891011>>

/haiku/headers/private/debugger/value/value_formatters/
H A DIntegerValueFormatter.h14 class Value;
30 virtual status_t FormatValue(Value* value, BString& _output);
40 Value*& _output) const;
45 ::Value*& _output,
49 ::Value*& _output,
53 ::Value*& _output,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c168 * Value - Pointer to in or out value
184 UINT64 *Value,
375 *Value = 0;
380 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
385 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
390 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
395 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr);
412 ACPI_SET8 (LogicalAddrPtr, *Value);
417 ACPI_SET16 (LogicalAddrPtr, *Value);
422 ACPI_SET32 (LogicalAddrPtr, *Value);
180 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
467 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
532 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
613 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
650 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
687 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
H A Dexoparg1.c301 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
306 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
436 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value;
441 ReturnDesc->Integer.Value = Operand[0]->Integer.Value;
447 for (Temp32 = 0; ReturnDesc->Integer.Value &&
450 ReturnDesc->Integer.Value >>= 1;
453 ReturnDesc->Integer.Value = Temp32;
458 ReturnDesc->Integer.Value
758 UINT64 Value; local
[all...]
H A Dexoparg3.c219 (UINT32) Operand[0]->Integer.Value,
220 (UINT32) Operand[1]->Integer.Value,
221 (UINT32) Operand[2]->Integer.Value));
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
228 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
314 Index = Operand[1]->Integer.Value;
315 Length = (ACPI_SIZE) Operand[2]->Integer.Value;
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp73 template<typename Value, typename TestVector, typename MyIterator,
77 typedef TestIterator<Value, TestVector, MyIterator, ReferenceIterator>
162 inline Value &operator*() const
164 Value &result = *fMyIterator;
169 inline Value *operator->() const
171 Value *result = fMyIterator.operator->();
190 template<typename Value>
193 typedef typename Vector<Value>::Iterator MyIterator;
194 typedef typename vector<Value>::iterator ReferenceIterator;
195 typedef typename Vector<Value>
553 typedef int Value; typedef in class:IntStrategy
573 typedef string Value; typedef in class:StringStrategy
598 typedef typename ValueStrategy::Value Value; typedef
627 typedef typename ValueStrategy::Value Value; typedef
656 typedef typename ValueStrategy::Value Value; typedef
670 typedef typename ValueStrategy::Value Value; typedef
721 typedef typename ValueStrategy::Value Value; typedef
760 typedef typename ValueStrategy::Value Value; typedef
775 typedef typename ValueStrategy::Value Value; typedef
812 typedef typename ValueStrategy::Value Value; typedef
840 typedef typename ValueStrategy::Value Value; typedef
870 typedef typename ValueStrategy::Value Value; typedef
926 typedef typename ValueStrategy::Value Value; typedef
[all...]
H A DOrderedMapTest.h59 typedef _Value Value; typedef in class:SimpleValueStrategy
67 Value Generate();
95 typedef typename KeyStrategy::Value Key;
96 typedef typename ValueStrategy::Value Value; typedef in class:PairEntryStrategy
103 inline Value GenerateValue()
108 inline void Generate(Key &key, Value &value)
125 typedef typename KeyStrategy::Value Key;
126 typedef typename ValueStrategy::Value Value; typedef in class:ImplicitKeyStrategy
604 typedef typename ValueStrategy::Value Value; typedef in class:TestMap::TestStrategy
670 typedef typename _TestStrategy::Value Value; typedef
711 typedef typename _TestStrategy::Value Value; typedef
752 typedef typename _TestStrategy::Value Value; typedef
797 typedef typename EntryStrategy::Value Value; typedef
[all...]
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DIntegerValueHandler.h27 virtual float SupportsValue(Value* value);
28 virtual status_t GetValueFormatter(Value* value,
30 virtual status_t GetTableCellValueRenderer(Value* value,
32 virtual status_t GetTableCellValueEditor(Value* value,
35 virtual status_t CreateTableCellValueSettingsMenu(Value* value,
H A DEnumerationValueHandler.h19 virtual float SupportsValue(Value* value);
20 virtual status_t GetValueFormatter(Value* value,
22 virtual status_t GetTableCellValueEditor(Value* value,
H A DStringValueHandler.cpp34 StringValueHandler::SupportsValue(Value* value)
41 StringValueHandler::GetValueFormatter(Value* value,
57 StringValueHandler::GetTableCellValueRenderer(Value* value,
/haiku/3rdparty/mmu_man/scripts/
H A Ddumpwin.sh48 if hey "$APP" getsuites of View $C of $1 Window $WIN | grep Value >/dev/null; then
49 echo hey "$APP" getsuites of View $C of $1 Window $WIN | grep Value
50 hey "$APP" get Value of View $C of $1 Window $WIN | grep result | awk " { print \" $2\" \$0 } "
/haiku/src/apps/icon-o-matic/generic/gui/
H A DStringTextView.cpp38 copy.AddString("value", Value());
67 Value();
73 // Value
75 StringTextView::Value() const function in class:StringTextView
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp8 #include "Value.h"
16 TableCellOptionPopUpEditor::TableCellOptionPopUpEditor(::Value* initialValue,
68 ::Value* value = NULL;
70 BReference< ::Value> valueReference(value, true);
H A DTableCellIntegerEditor.cpp16 TableCellIntegerEditor::TableCellIntegerEditor(::Value* initialValue,
42 TableCellIntegerEditor::GetValueForInput(::Value*& _output) const
H A DTableCellFloatEditor.cpp16 TableCellFloatEditor::TableCellFloatEditor(::Value* initialValue,
42 TableCellFloatEditor::GetValueForInput(::Value*& _output) const
/haiku/headers/private/shared/
H A DLRUCache.h15 template<typename Key, typename Value>
18 typedef LRUOrderingNode<Key, Value> LRUNode;
30 LRUOrderingNode(const Key& key, const Value& value)
40 Value fValue;
52 template<typename Key, typename Value>
55 typedef LRUOrderingNode<Key, Value> LRUNode;
77 status_t Put(const Key& key, const Value& value)
102 Value Remove(const Key& key)
107 Value result = node->fValue;
112 return Value();
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h19 template<typename Key, typename Value,
22 template<typename Key, typename Value, typename GetKey,
33 #define _VECTOR_MAP_TEMPLATE_LIST template<typename Key, typename Value, \
35 #define _VECTOR_MAP_CLASS_NAME VectorMap<Key, Value, EntryStrategy>
36 #define _VECTOR_MAP_CLASS_TYPE typename VectorMap<Key, Value, EntryStrategy>
47 is dereferenced. It features a Key() and a Value() method returning
51 template<typename Key, typename Value,
52 typename EntryStrategy = VectorMapEntryStrategy::Pair<Key, Value> >
61 typedef VectorMapEntry<KeyReference, Value, _Entry, Class>
63 typedef VectorMapEntry<KeyReference, const Value, cons
134 inline _Value &Value() const function in class:VectorMapEntry
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswscope.c192 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
255 ScopeInfo->Common.Value = (UINT16) Type;
268 AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
278 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
325 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
332 AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
H A Ddsfield.c342 Arg->Common.Value.String, ACPI_TYPE_ANY,
352 Arg->Common.Value.String, Status);
471 (UINT64) Arg->Common.Value.Size;
500 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
505 ((Arg->Common.Value.Integer >> 8) & 0xFF);
510 ((Arg->Common.Value.Integer >> 16) & 0xFF);
526 Child = Arg->Common.Value.Arg;
530 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
537 Child->Common.Value.Name, ACPI_TYPE_ANY,
543 Child->Common.Value
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h61 template<typename Value, typename PrimaryKey, typename SecondaryKey,
76 inline Key operator()(const Value &a) const
88 template<typename Value>
92 inline int operator()(const Value &a, const Value &b) const
104 template<typename Value, typename Key>
108 inline const Key &operator()(const Value &a) const
113 inline Key &operator()(Value &a) const
121 template <typename PrimaryKey, typename SecondaryKey, typename Value,
141 Node(const Value
[all...]
/haiku/src/libs/print/libprint/
H A DJSDSlider.cpp40 gamma = exp((Value() * log(2.0) * 0.01) );
43 float density = Value();
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.cpp51 void Statement::SetOption(Value* option)
56 Value* Statement::GetOption()
62 void Statement::SetValue(Value* value)
67 Value* Statement::GetValue()
95 Value* option = GetOption();
104 Value* option = GetOption();
113 Value* value = GetValue();
122 Value* value = GetValue();
138 case kValue: return "Value";
/haiku/src/kits/tracker/
H A DTrackerSettings.cpp258 fSortFolderNamesFirst->Value());
260 fSortFolderNamesFirst->Value());
285 return gTrackerState.fShowDisksIcon->Value();
299 return gTrackerState.fDesktopFilePanelRoot->Value();
313 return gTrackerState.fMountVolumesOntoDesktop->Value();
327 return gTrackerState.fMountSharedVolumesOntoDesktop->Value();
341 return gTrackerState.fEjectWhenUnmounting->Value();
355 return gTrackerState.fShowVolumeSpaceBar->Value();
369 return ValueToColor(gTrackerState.fUsedSpaceColor->Value());
383 return ValueToColor(gTrackerState.fFreeSpaceColor->Value());
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsmisc.c162 #define INIT_TABLE_LENGTH(i) i->Value
166 #define COMPARE_VALUE(i) i->Value
261 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
269 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
277 ((ACPI_GET8 (Source) >> Info->Value) & 0x07));
285 ((ACPI_GET8 (Source) >> Info->Value) & 0x3F));
294 (Info->Value * (ItemCount - 1));
303 (Info->Value * (ItemCount - 1));
308 Target = ACPI_ADD_PTR (void, Aml, Info->Value);
321 Resource->Length = Resource->Length + (Info->Value * ItemCoun
[all...]
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h57 int32 Value(uint32 propertyID,
62 int64 Value(uint32 propertyID,
67 float Value(uint32 propertyID,
72 bool Value(uint32 propertyID,
/haiku/src/apps/poorman/
H A DPoorManAdvancedView.h21 { return fMaxConnections->Value(); }

Completed in 196 milliseconds

1234567891011>>