Searched refs:fValues (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp9 fValues()
22 fValues = other.fValues;
39 fValues = archive;
52 archive = fValues;
67 if (fValues.GetInfo("source:mapping", &type, &count) == B_OK)
81 || fValues.AddMessage("source:mapping", &mapping) != B_OK) {
92 return fValues.RemoveData("source:mapping", index);
101 status_t error = fValues.FindMessage("source:mapping", index, &mapping);
122 if (settings->SetTo(fValues) !
[all...]
H A DTeamSignalSettings.cpp16 fValues()
29 fValues = other.fValues;
46 fValues = archive;
59 archive = fValues;
71 fValues.MakeEmpty();
78 fValues.SetInt32(skDefaultSignalFieldName, disposition);
85 return fValues.GetInt32(skDefaultSignalFieldName,
96 if (fValues.GetInfo(skSignalSettingName, &type, &count) == B_OK)
109 || fValues
[all...]
H A DTeamFileManagerSettings.h37 BMessage fValues; member in class:TeamFileManagerSettings
H A DTeamSignalSettings.h42 BMessage fValues; member in class:TeamSignalSettings
/haiku/src/kits/debugger/model/
H A DStackFrameValues.cpp86 fValues(NULL)
93 fValues(NULL)
101 for (ValueTable::Iterator it = other.fValues->GetIterator();
122 fValues = new(std::nothrow) ValueTable;
123 if (fValues == NULL)
126 return fValues->Init();
134 ValueEntry* entry = fValues->Lookup(
148 return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
156 ValueEntry* entry = fValues->Lookup(Key(variable, path));
161 fValues
[all...]
H A DExpressionValues.cpp94 fValues(NULL)
101 fValues(NULL)
109 for (ValueTable::Iterator it = other.fValues->GetIterator();
132 fValues = new(std::nothrow) ValueTable;
133 if (fValues == NULL)
136 return fValues->Init();
144 ValueEntry* entry = fValues->Lookup(Key(function, thread, *expression));
157 return fValues->Lookup(Key(function, thread, *expression)) != NULL;
165 ValueEntry* entry = fValues->Lookup(Key(function, thread, expression));
170 fValues
[all...]
H A DStackFrameValueInfos.cpp109 fValues(NULL)
123 fValues = new(std::nothrow) ValueTable;
124 if (fValues == NULL)
127 return fValues->Init();
136 InfoEntry* entry = fValues->Lookup(
159 return fValues->Lookup(Key(variable, (TypeComponentPath*)path)) != NULL;
167 InfoEntry* entry = fValues->Lookup(Key(variable, path));
172 fValues->Insert(entry);
183 if (fValues != NULL) {
184 InfoEntry* entry = fValues
[all...]
H A DStackFrame.cpp35 fValues(NULL),
58 if (fValues != NULL)
59 fValues->ReleaseReference();
70 fValues = new(std::nothrow) StackFrameValues;
71 if (fValues == NULL)
74 status_t error = fValues->Init();
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp58 error = archive.FindMessage("values", &fValues);
76 error = archive.AddMessage("values", &fValues);
102 fValues.RemoveName(settingID);
104 return fValues.AddMessage(settingID, &data) == B_OK;
111 return fValues.FindMessage(settingID, &data);
118 return fValues;
139 fValues = other.fValues;
150 fValues.MakeEmpty();
H A DGuiTeamUiSettings.h48 BMessage fValues; member in class:GuiTeamUiSettings
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.h62 fValues(NULL),
67 fValues = (addr_t*)malloc(sizeof(addr_t) * fTableSize);
73 if (fValues == NULL || fDSOs == NULL || fValuesResolved == NULL) {
76 free(fValues);
77 fValues = NULL;
90 free(fValues);
102 return fValues[index];
109 return fValues[index];
115 fValues[index] = value;
123 addr_t* fValues; member in struct:SymbolLookupCache
[all...]
/haiku/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp187 fValues(NULL),
212 if (fValues == values)
215 if (fValues != NULL)
216 fValues->ReleaseReference();
218 fValues = values;
220 if (fValues != NULL)
221 fValues->AcquireReference();
H A DVariablesViewState.h67 { return fValues; }
96 StackFrameValues* fValues; member in class:VariablesViewState
/haiku/src/kits/debugger/settings/generic/
H A DSettings.cpp46 return value.SetFromMessage(fValues, setting->ID()) == B_OK
57 if (value.SetFromMessage(fValues, settingID) == B_OK)
72 fValues.RemoveName(fieldName);
74 bool success = value.AddToMessage(fValues, fieldName) == B_OK;
/haiku/headers/private/debugger/settings/generic/
H A DSettings.h37 const BMessage& Message() const { return fValues; }
61 BMessage fValues; member in class:Settings
/haiku/src/kits/tracker/
H A DSettings.cpp120 fValues(values)
132 if (fValues[index] == NULL)
135 if (strcmp(fValues[index], newValue) != 0)
155 if (fValues[index] == NULL)
158 if (strcmp(fValues[index], *argv) != 0)
H A DSettings.h81 const char* const* fValues; member in class:BPrivate::EnumeratedStringValueSetting
/haiku/headers/private/debugger/model/
H A DStackFrame.h79 StackFrameValues* Values() const { return fValues; }
105 StackFrameValues* fValues; member in class:StackFrame
H A DExpressionValues.h62 ValueTable* fValues; member in class:ExpressionValues
H A DStackFrameValueInfos.h58 ValueTable* fValues; member in class:StackFrameValueInfos
H A DStackFrameValues.h54 ValueTable* fValues; member in class:StackFrameValues
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp111 { return fValues.Size()
112 - fValues.CountItems(); }
119 CircularBuffer<int64> fValues; member in class:ViewHistory
210 fValues(1),
221 int64* value = fValues.ItemAt(x - Start());
239 if ((int32)fValues.Size() != width
242 fValues.SetSize(width);
258 if (updateWidth > (int32)fValues.Size()) {
259 updateWidth = fValues.Size();
276 fValues
[all...]
H A DActivityView.h135 BObjectList<DataHistory> fValues; member in class:ActivityView
/haiku/src/kits/media/
H A DParameterWeb.cpp2004 return fValues->CountItems();
2018 int32* item = static_cast<int32*>(fValues->ItemAt(index));
2040 if (!fValues->AddItem(valueCopy))
2043 fValues->RemoveItem(valueCopy);
2090 for (int32 i = fValues->CountItems(); i-- > 0;) {
2091 delete static_cast<int32*>(fValues->ItemAt(i));
2093 fValues->MakeEmpty();
2110 int32 count = fValues->CountItems();
2150 int32 count = fValues->CountItems();
2156 const int32* value = static_cast<int32*>(fValues
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp1357 for (int32 i = 0; DwarfEnumeratorValue* value = fValues.ItemAt(i); i++)
1375 return fValues.CountItems();
1382 return fValues.ItemAt(index);
1396 if (!fValues.AddItem(value))

Completed in 109 milliseconds

12