Searched refs:Value (Results 1 - 25 of 506) sorted by path

1234567891011>>

/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/headers/libs/agg/
H A Dagg_array.h1059 template<class Array, class Value, class Less>
1060 unsigned binary_search_pos(const Array& arr, const Value& val, Less less)
/haiku/headers/libs/linprog/
H A DVariable.h27 double Value() const;
/haiku/headers/libs/print/libprint/
H A DJobSetupDlg.h40 T Value();
84 Range<T, R>::Value() function in class:Range
96 label << " (" << Value() << ")";
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h38 u_int Value; member in struct:conf_reg_t
/haiku/headers/os/interface/
H A DControl.h60 int32 Value() const;
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h90 Value* newValue);
/haiku/headers/private/debugger/elf/
H A DElfFile.h155 template<typename Value>
156 Value Get(const Value& value) const
160 template<typename Value>
161 static Value StaticGet(const Value& value,
209 template<typename Value>
210 /*static*/ inline Value
211 ElfFile::StaticGet(const Value& value, bool swappedByteOrder)
/haiku/headers/private/debugger/model/
H A DExpressionInfo.h17 class Value;
37 Value* PrimitiveValue() const
44 void SetToPrimitive(Value* value);
52 Value* fPrimitiveValue;
H A DTeam.h80 class Value;
H A DType.h91 virtual BVariant Value() const = 0;
121 virtual BVariant Value() const = 0;
/haiku/headers/private/debugger/settings/generic/
H A DSettings.h39 BVariant Value(Setting* setting) const;
40 BVariant Value(const char* settingID) const;
47 { return Value(setting).ToBool(); }
50 { return Value(setting); }
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h33 class Value;
121 CpuState* state, Value* newValue) = 0;
/haiku/headers/private/debugger/value/
H A DValue.h14 class Value : public BReferenceable { class in inherits:BReferenceable
16 virtual ~Value();
21 virtual bool operator==(const Value& other) const = 0;
22 inline bool operator!=(const Value& other) const
H A DValueFormatter.h13 class Value;
23 virtual status_t FormatValue(Value* value, BString& _output)
37 Value*& _output) const;
H A DValueNode.h17 class Value;
42 Value*& _value) = 0;
81 Value* value, status_t resolutionState);
83 Value* GetValue() const { return fValue; }
90 Value* fValue;
/haiku/headers/private/debugger/value/value_formatters/
H A DBoolValueFormatter.h13 class Value;
24 virtual status_t FormatValue(Value* value, BString& _output);
H A DEnumerationValueFormatter.h17 virtual status_t FormatValue(Value* value, BString& _output);
H A DFloatValueFormatter.h13 class Value;
24 virtual status_t FormatValue(Value* value, BString& _output);
34 Value*& _output) const;
39 ::Value*& _output,
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,
H A DStringValueFormatter.h13 class Value;
24 virtual status_t FormatValue(Value* value, BString& _output);
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h28 Value*& _value);
H A DArrayValueNode.h36 Value*& _value);
H A DBListValueNode.h31 Value*& _value);
H A DBMessageValueNode.h30 Value*& _value);
91 Value*& _value);

Completed in 121 milliseconds

1234567891011>>