Searched refs:_output (Results 1 - 25 of 48) sorted by path

12

/haiku/headers/os/interface/
H A DLayoutUtils.h52 BString& _output);
55 BString& _output);
/haiku/headers/os/media/
H A DBufferProducer.h72 media_output* _output) = 0;
/haiku/headers/private/debugger/source_language/
H A DSourceLanguage.h35 ExpressionResult*& _output,
/haiku/headers/private/debugger/source_language/c_family/
H A DCLanguageFamily.h23 ExpressionResult*& _output,
/haiku/headers/private/debugger/user_interface/util/
H A DUiUtils.h49 BString& _output);
59 static void PrintValueNodeGraph(BString& _output,
63 static void DumpMemory(BString& _output,
73 RangeList& _output);
79 BString& _output);
82 BString& _output);
/haiku/headers/private/debugger/value/
H A DValueFormatter.h23 virtual status_t FormatValue(Value* value, BString& _output)
37 Value*& _output) const;
/haiku/headers/private/debugger/value/value_formatters/
H A DBoolValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
H A DEnumerationValueFormatter.h17 virtual status_t FormatValue(Value* value, BString& _output);
H A DFloatValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
34 Value*& _output) const;
39 ::Value*& _output,
H A DIntegerValueFormatter.h30 virtual status_t FormatValue(Value* value, BString& _output);
40 Value*& _output) const;
45 ::Value*& _output,
49 ::Value*& _output,
53 ::Value*& _output,
H A DStringValueFormatter.h24 virtual status_t FormatValue(Value* value, BString& _output);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h100 media_output* _output);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp500 Table::GetCellRectAt(int32 rowIndex, int32 colIndex, BRect& _output) const
510 _output = GetFieldRect(row, column);
H A DTable.h139 BRect& _output) const;
H A DTreeTable.cpp846 BRect& _output) const
856 _output = GetFieldRect(node->Row(), column);
H A DTreeTable.h199 int32 colIndex, BRect& _output) const;
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFloatEditor.cpp42 TableCellFloatEditor::GetValueForInput(::Value*& _output) const
49 variantValue.Type(), _output);
H A DTableCellFloatEditor.h21 virtual status_t GetValueForInput(::Value*& _output) const;
H A DTableCellIntegerEditor.cpp42 TableCellIntegerEditor::GetValueForInput(::Value*& _output) const
49 variantValue.Type(), _output);
H A DTableCellIntegerEditor.h22 virtual status_t GetValueForInput(::Value*& _output) const;
H A DTableCellTextControlEditor.h28 virtual status_t GetValueForInput(::Value*& _output) const = 0;
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp302 AudioProducer::GetNextOutput(int32* cookie, media_output* _output) argument
310 *_output = fOutput;
H A DAudioProducer.h48 media_output* _output);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h68 status_t _GenerateReportHeader(BFile& _output);
69 status_t _DumpLoadedImages(BFile& _output);
70 status_t _DumpAreas(BFile& _output);
71 status_t _DumpSemaphores(BFile& _output);
72 status_t _DumpRunningThreads(BFile& _output);
73 status_t _DumpDebuggedThreadInfo(BFile& _output,
75 status_t _DumpFunctionDisassembly(BFile& _output,
77 status_t _DumpStackFrameMemory(BFile& _output,
/haiku/src/kits/debugger/debugger_interface/remote/
H A DRemoteDebugRequest.cpp50 RemoteDebugRequest::SaveToMessage(BMessage& _output) const
52 _output.MakeEmpty();
54 status_t error = _output.AddInt32("type", Type());
58 return SaveSpecificInfoToMessage(_output);
113 RemoteDebugResponse::SaveToMessage(BMessage& _output) const
115 _output.MakeEmpty();
117 status_t error = _output.AddInt32("type", Request()->Type());
121 error = _output.AddInt32("result", Result());
128 return SaveSpecificInfoToMessage(_output);
140 RemoteDebugResponse::SaveSpecificInfoToMessage(BMessage& _output) cons
[all...]

Completed in 121 milliseconds

12