Searched refs:Value (Results 276 - 300 of 495) sorted by relevance

<<11121314151617181920

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexprep.c614 ObjDesc->BankField.Value = Info->BankValue;
677 * ObjDesc->IndexField.Value = (UINT32)
682 * ObjDesc->IndexField.Value = (UINT32)
685 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN (
690 "IndexField: BitOff %X, Off %X, Value %X, Gran %X, Index %p, Data %p\n",
693 ObjDesc->IndexField.Value,
H A Dexconvrt.c332 &ObjDesc->Integer.Value,
379 * PARAMETERS: Integer - Value to be converted
571 StringLength = AcpiExConvertToAscii (ObjDesc->Integer.Value, Base,
/haiku-fatelf/src/kits/storage/
H A DQueryPredicate.cpp392 value << "*" << strNode->Value() << "*";
403 value << strNode->Value() << "*";
414 value << "*" << strNode->Value();
/haiku-fatelf/src/preferences/appearance/
H A DFakeScrollBar.cpp62 if (Value() == B_CONTROL_ON)
71 if (Value() == B_CONTROL_ON)
177 if (value != Value()) {
228 //ASSERT(Value() == B_CONTROL_ON);
/haiku-fatelf/headers/os/interface/
H A DControl.h55 int32 Value() const;
/haiku-fatelf/headers/os/net/
H A DNetworkCookie.h60 const BString& Value() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstate.c350 State->Update.Value = Action;
H A Dutclib.c209 * Value - Value to set each byte of memory
221 UINT8 Value,
229 *New = (char) Value;
219 AcpiUtMemset( void *Dest, UINT8 Value, ACPI_SIZE Count) argument
/haiku-fatelf/src/apps/debugger/value/
H A DValueNode.cpp9 #include "Value.h"
67 ValueNode::SetLocationAndValue(ValueLocation* location, Value* value,
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DArrayValueNode.h35 Value*& _value);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DIconButton.h58 virtual int32 Value() const;
/haiku-fatelf/src/apps/webpositive/support/
H A DBitmapButton.cpp79 if (fBackgroundMode == BUTTON_BACKGROUND || Value() == B_CONTROL_ON) {
H A DIconButton.h56 virtual int32 Value() const;
/haiku-fatelf/src/kits/interface/
H A DRadioButton.cpp175 if (Value() == B_CONTROL_ON) {
293 if (IsEnabled() && !Value()) {
309 if (value != Value()) {
360 ASSERT(Value() == B_CONTROL_ON);
/haiku-fatelf/src/kits/mail/
H A DProtocolConfigView.cpp92 fSizeBox->SetEnabled(fPartialBox->Value());
116 if (fPartialBox->Value() == B_CONTROL_ON)
454 bool on = (control->Value() == B_CONTROL_ON);
459 on = (control->Value() == B_CONTROL_ON);
/haiku-fatelf/src/libs/alm/
H A DArea.cpp462 return BRect(round(fLeft->Value()), round(fTop->Value()),
463 round(fRight->Value()), round(fBottom->Value()));
/haiku-fatelf/src/preferences/screen/
H A DRefreshWindow.cpp95 float value = (float)fRefreshSlider->Value() / 10;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DServerProperties.cpp113 recordLogins = chkRecordLogins->Value() == B_CONTROL_ON;
/haiku-fatelf/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp80 void PrintValue(const char* label, Value* arg, int level)
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DGeneralAddon.h119 { return fSavePassword->Value(); }
/haiku-fatelf/src/apps/debugger/model/
H A DType.cpp218 if (enumValue->Value() == value)
/haiku-fatelf/src/apps/activitymonitor/
H A DSettingsWindow.cpp66 return _TextFor(Value());
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp100 if (fUseIndicesCheckBox->Value() == B_CONTROL_OFF)
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashSet.h114 friend class HashMap<Key, Value>;
287 template<typename Key, typename Value>
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c249 NewNode->Value = ObjDesc->Method.ParamCount;
260 ObjDesc->Integer.Value = ACPI_TO_INTEGER (Val);

Completed in 131 milliseconds

<<11121314151617181920