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

1234567891011>>

/haiku-fatelf/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp65 bool Parser::ParseTranslation(Value* value, int separator)
92 Value::Type type;
94 type = Value::kSymbolValue;
96 type = Value::kStringValue;
98 Value* value = new Value(option, type);
122 AutoDelete<Value> value(new Value());
127 value.Get()->SetType(Value::kInvocationValue);
130 value.Get()->SetType(Value
[all...]
/haiku-fatelf/src/apps/debugger/value/values/
H A DIntegerValue.h9 #include "Value.h"
12 class IntegerValue : public Value {
29 virtual bool operator==(const Value& other) const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c135 * Value - Pointer to in or out value
151 UINT64 *Value,
302 *Value = 0;
306 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
310 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
314 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
318 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr);
332 ACPI_SET8 (LogicalAddrPtr) = (UINT8) *Value;
336 ACPI_SET16 (LogicalAddrPtr) = (UINT16) *Value;
340 ACPI_SET32 ( LogicalAddrPtr) = (UINT32) *Value;
147 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
381 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
445 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
525 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
562 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
599 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
H A Dexoparg1.c270 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value);
276 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value);
402 ReturnDesc->Integer.Value = ~Operand[0]->Integer.Value;
408 ReturnDesc->Integer.Value = Operand[0]->Integer.Value;
414 for (Temp32 = 0; ReturnDesc->Integer.Value &&
417 ReturnDesc->Integer.Value >>= 1;
420 ReturnDesc->Integer.Value = Temp32;
426 ReturnDesc->Integer.Value
721 UINT64 Value; local
[all...]
H A Dexutils.c146 UINT64 Value,
336 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX;
436 * PARAMETERS: Value - Value to be represented
441 * DESCRIPTION: Calculate the number of digits needed to represent the Value
448 UINT64 Value,
460 if (Value == 0)
465 CurrentValue = Value;
540 * Value - Value t
447 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
551 AcpiExIntegerToString( char *OutString, UINT64 Value) argument
[all...]
H A Dexoparg2.c175 UINT32 Value; local
195 Value = (UINT32) Operand[1]->Integer.Value;
216 Status = AcpiEvQueueNotifyRequest (Node, Value);
282 Status = AcpiUtDivide (Operand[0]->Integer.Value,
283 Operand[1]->Integer.Value,
284 &ReturnDesc1->Integer.Value,
285 &ReturnDesc2->Integer.Value);
381 ReturnDesc->Integer.Value = AcpiExDoMathOp (WalkState->Opcode,
382 Operand[0]->Integer.Value,
[all...]
H A Dexoparg3.c184 (UINT32) Operand[0]->Integer.Value,
185 (UINT32) Operand[1]->Integer.Value,
186 (UINT32) Operand[2]->Integer.Value));
191 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
192 Fatal->Code = (UINT32) Operand[1]->Integer.Value;
193 Fatal->Argument = (UINT32) Operand[2]->Integer.Value;
267 Index = Operand[1]->Integer.Value;
268 Length = (ACPI_SIZE) Operand[2]->Integer.Value;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DTwoKeyAVLTree.h83 template<typename Value, typename PrimaryKey, typename SecondaryKey,
98 inline Key operator()(const Value &a) const
109 #define TWO_KEY_AVL_TREE_TEMPLATE_LIST template<typename Value, \
114 #define TWO_KEY_AVL_TREE_CLASS_NAME TwoKeyAVLTree<Value, PrimaryKey, \
119 template<typename Value, typename PrimaryKey,
121 typename SecondaryKey = Value,
122 typename Node = AVLTreeStandardNode<Value>,
124 typename GetSecondaryKey = AVLTreeStandardGetKey<Value, SecondaryKey>,
125 typename NodeAllocator = AVLTreeStandardNodeAllocator<Value, Node>,
126 typename GetValue = AVLTreeStandardGetValue<Value, Nod
[all...]
/haiku-fatelf/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 Vector<Value>::Iterator MyIterator;
194 typedef vector<Value>::iterator ReferenceIterator;
195 typedef 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
925 typedef typename ValueStrategy::Value Value; typedef
[all...]
H A DOrderedMapTest.h57 typedef _Value Value; typedef in class:SimpleValueStrategy
65 Value Generate();
93 typedef typename KeyStrategy::Value Key;
94 typedef typename ValueStrategy::Value Value; typedef in class:PairEntryStrategy
101 inline Value GenerateValue()
106 inline void Generate(Key &key, Value &value)
123 typedef typename KeyStrategy::Value Key;
124 typedef typename ValueStrategy::Value Value; typedef in class:ImplicitKeyStrategy
602 typedef typename ValueStrategy::Value Value; typedef in class:TestMap::TestStrategy
670 typedef typename _TestStrategy::Value Value; typedef
713 typedef typename _TestStrategy::Value Value; typedef
756 typedef typename _TestStrategy::Value Value; typedef
802 typedef typename EntryStrategy::Value Value; typedef
824 typedef typename _TestStrategy::Value Value; typedef
868 typedef typename _TestStrategy::Value Value; typedef
910 typedef typename _TestStrategy::Value Value; typedef
951 typedef typename _TestStrategy::Value Value; typedef
1016 typedef typename _TestStrategy::Value Value; typedef
1099 typedef typename _TestStrategy::Value Value; typedef
[all...]
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/
H A DEbmlFloat.cpp50 :EbmlElement(0, true), Value(aDefaultValue), DefaultValue(aDefaultValue)
58 ,Value(ElementToClone.Value)
72 float val = Value;
78 double val = Value;
112 Value = val;
120 Value = val;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwxface.c186 * PARAMETERS: Value - Where the value is returned
206 UINT32 Value; local
231 Value = 0;
255 Address, &Value, Width);
260 *ReturnValue = Value;
267 (Address + 4), &Value, 32);
272 *ReturnValue |= ((UINT64) Value << 32);
292 * PARAMETERS: Value - Value to be written
303 UINT64 Value,
406 UINT32 Value; local
[all...]
/haiku-fatelf/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-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlString.h64 operator const std::string &() const {return Value;}
71 return (DefaultISset() && Value == DefaultValue);
75 std::string Value; /// The actual value of the element member in class:EbmlString
/haiku-fatelf/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-fatelf/headers/private/kernel/util/
H A DVectorMap.h42 template<typename Key, typename Value,
45 template<typename Key, typename Value, typename GetKey,
56 #define _VECTOR_MAP_TEMPLATE_LIST template<typename Key, typename Value, \
58 #define _VECTOR_MAP_CLASS_NAME VectorMap<Key, Value, EntryStrategy>
59 #define _VECTOR_MAP_CLASS_TYPE typename VectorMap<Key, Value, EntryStrategy>
70 is dereferenced. It features a Key() and a Value() method returning
74 template<typename Key, typename Value,
75 typename EntryStrategy = VectorMapEntryStrategy::Pair<Key, Value> >
84 typedef VectorMapEntry<KeyReference, Value, _Entry, Class>
86 typedef VectorMapEntry<KeyReference, const Value, cons
157 inline _Value &Value() const function in class:VectorMapEntry
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswscope.c158 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
220 ScopeInfo->Common.Value = (UINT16) Type;
233 AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
244 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
291 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
299 AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
H A Ddsfield.c301 Status = AcpiNsLookup (WalkState->ScopeInfo, Arg->Common.Value.String,
306 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status);
419 + (UINT64) Arg->Common.Value.Size;
448 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
452 Info->Attribute = (UINT8) ((Arg->Common.Value.Integer >> 8) & 0xFF);
456 Info->AccessLength = (UINT8) ((Arg->Common.Value.Integer >> 16) & 0xFF);
471 Child = Arg->Common.Value.Arg;
475 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
482 Child->Common.Value.Name, ACPI_TYPE_ANY,
487 ACPI_ERROR_NAMESPACE (Child->Common.Value
[all...]
/haiku-fatelf/src/kits/tracker/
H A DTrackerSettings.cpp213 fSortFolderNamesFirst->Value());
215 fSortFolderNamesFirst->Value());
240 return gTrackerState.fShowDisksIcon->Value();
254 return gTrackerState.fDesktopFilePanelRoot->Value();
268 return gTrackerState.fMountVolumesOntoDesktop->Value();
282 return gTrackerState.fMountSharedVolumesOntoDesktop->Value();
296 return gTrackerState.fEjectWhenUnmounting->Value();
310 return gTrackerState.fShowVolumeSpaceBar->Value();
324 return ValueToColor(gTrackerState.fUsedSpaceColor->Value());
338 return ValueToColor(gTrackerState.fFreeSpaceColor->Value());
[all...]
/haiku-fatelf/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-fatelf/src/apps/debugger/user_interface/gui/value/
H A DTableCellBoolRenderer.cpp21 TableCellBoolRenderer::RenderValue(Value* _value, BRect rect, BView* targetView)
33 TableCellBoolRenderer::PreferredValueWidth(Value* _value, BView* targetView)
H A DTableCellFloatRenderer.cpp16 TableCellFloatRenderer::RenderValue(Value* _value, BRect rect, BView* targetView)
31 TableCellFloatRenderer::PreferredValueWidth(Value* _value, BView* targetView)
H A DTableCellIntegerRenderer.h28 virtual void RenderValue(Value* value, BRect rect,
30 virtual float PreferredValueWidth(Value* value,
/haiku-fatelf/src/libs/print/libprint/
H A DJSDSlider.cpp40 gamma = exp((Value() * log(2.0) * 0.01) );
43 float density = Value();
/haiku-fatelf/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";

Completed in 308 milliseconds

1234567891011>>