Searched refs:initialValue (Results 1 - 19 of 19) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFormattedValueEditor.cpp12 Value* initialValue, ValueFormatter* formatter)
17 SetInitialValue(initialValue);
11 TableCellFormattedValueEditor( Value* initialValue, ValueFormatter* formatter) argument
H A DTableCellEnumerationEditor.cpp12 TableCellEnumerationEditor::TableCellEnumerationEditor(::Value* initialValue, argument
15 TableCellOptionPopUpEditor(initialValue, formatter)
28 EnumerationValue* initialValue = dynamic_cast<EnumerationValue*>( local
30 if (initialValue == NULL)
33 EnumerationType* type = initialValue->GetType();
44 if (!initialValue->ToVariant(integerValue))
56 EnumerationValue* initialValue = dynamic_cast<EnumerationValue*>( local
58 EnumerationType* type = initialValue->GetType();
H A DTableCellBoolEditor.cpp11 TableCellBoolEditor::TableCellBoolEditor(::Value* initialValue, argument
14 TableCellOptionPopUpEditor(initialValue, formatter)
27 BoolValue* initialValue = dynamic_cast<BoolValue*>(InitialValue()); local
28 if (initialValue == NULL)
39 return SelectOptionFor(initialValue->GetValue());
H A DTableCellIntegerEditor.cpp16 TableCellIntegerEditor::TableCellIntegerEditor(::Value* initialValue, argument
19 TableCellTextControlEditor(initialValue, formatter)
H A DTableCellFloatEditor.cpp16 TableCellFloatEditor::TableCellFloatEditor(::Value* initialValue, argument
19 TableCellTextControlEditor(initialValue, formatter)
H A DTableCellFormattedValueEditor.h17 Value* initialValue,
H A DTableCellIntegerEditor.h16 TableCellIntegerEditor(::Value* initialValue,
H A DTableCellBoolEditor.h15 TableCellBoolEditor(::Value* initialValue,
H A DTableCellEnumerationEditor.h16 ::Value* initialValue,
H A DTableCellFloatEditor.h15 TableCellFloatEditor(::Value* initialValue,
H A DTableCellOptionPopUpEditor.cpp16 TableCellOptionPopUpEditor::TableCellOptionPopUpEditor(::Value* initialValue, argument
19 TableCellFormattedValueEditor(initialValue, formatter),
H A DTableCellOptionPopUpEditor.h19 ::Value* initialValue,
H A DTableCellTextControlEditor.h18 ::Value* initialValue,
H A DTableCellTextControlEditor.cpp18 TableCellTextControlEditor::TableCellTextControlEditor(::Value* initialValue, argument
21 TableCellFormattedValueEditor(initialValue, formatter),
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.h22 VariableEditWindow(Value* initialValue,
29 static VariableEditWindow* Create(Value* initialValue,
H A DVariableEditWindow.cpp23 VariableEditWindow::VariableEditWindow(Value* initialValue, ValueNode* node, argument
32 fInitialValue(initialValue),
56 VariableEditWindow::Create(Value* initialValue, ValueNode* node, argument
59 VariableEditWindow* self = new VariableEditWindow(initialValue, node,
78 BString initialValue; local
79 fInitialValue->ToString(initialValue);
81 fNode->Name().String(), initialValue.String());
/haiku/headers/private/kernel/
H A Dsyscall_restart.h139 SyscallRestartWrapper(Type initialValue = 0)
140 : fResult(initialValue)
/haiku/src/system/kernel/arch/x86/timers/
H A Dx86_hpet.cpp202 uint64 initialValue = sHPETRegs->u0.counter64; local
206 if (initialValue == finalValue) {
/haiku/src/add-ons/kernel/drivers/timer/
H A Dhpet.cpp273 uint64 initialValue = sHPETRegs->u0.counter32; local
277 if (initialValue == finalValue) {

Completed in 93 milliseconds