Searched refs:CountParameters (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/bin/debug/strace/
H A DSyscall.h87 int32 CountParameters() const function in class:Syscall
99 int32 count = CountParameters();
H A Dstrace.cpp286 int32 count = syscall->CountParameters();
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscalls.cpp98 int count = CountParameters();
106 Syscall::CountParameters() const function in class:Syscall
115 if (index < 0 || index >= CountParameters())
125 return ParameterAt(CountParameters() - 1);
322 int paramCount = syscall->CountParameters();
351 int paramCount = syscall->CountParameters();
459 int paramCount = syscall->CountParameters();
540 int paramCount = syscall->CountParameters();
H A Dgensyscalls.h64 int CountParameters() const;
H A Dgensyscallinfos.cpp92 int CountParameters() const function in class:Function
390 int paramCount = syscall.CountParameters();
443 int paramCount = syscall.CountParameters();
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDriverSettings.h44 int32 CountParameters() const;
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrame.h71 int32 CountParameters() const;
H A DStackFrame.cpp131 StackFrame::CountParameters() const function in class:StackFrame
H A DType.h289 virtual int32 CountParameters() const = 0;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDriverSettings.h44 int32 CountParameters() const;
/haiku-fatelf/src/bin/desklink/
H A DMixerControl.cpp83 int32 numParams = fParameterWeb->CountParameters();
/haiku-fatelf/headers/os/media/
H A DParameterWeb.h91 int32 CountParameters();
158 int32 CountParameters();
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp282 if (!error && (web->CountParameters() || web->CountGroups())) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DDriverSettings.cpp219 // CountParameters
221 DriverParameterContainer::CountParameters() const function in class:DriverParameterContainer
/haiku-fatelf/src/kits/media/
H A DParameterWeb.cpp395 BParameterWeb::CountParameters() function in class:BParameterWeb
409 count += group->CountParameters();
433 int32 count = group->CountParameters();
445 CountParameters());
644 for (int32 index = group->CountParameters(); index-- > 0;) {
822 BParameterGroup::CountParameters() function in class:BParameterGroup
H A DDefaultMediaTheme.cpp890 for (int32 i = 0; i < group.CountParameters(); i++) {
953 if (group.CountParameters() == 0)
H A DSoundPlayer.cpp892 int count = fParameterWeb->CountParameters();
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp220 // CountParameters
222 DriverParameterContainer::CountParameters() const function in class:DriverParameterContainer
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp1125 for(int32 i=0; i<fWeb->CountParameters(); i++) {
1141 for(int32 i=0; i<fWeb->CountParameters(); i++) {
1226 for(int32 i=0; i<fWeb->CountParameters(); i++) {
/haiku-fatelf/src/apps/debugger/controllers/
H A DDebugReportGenerator.cpp341 if (frame->CountParameters() == 0
/haiku-fatelf/src/apps/tv/
H A DController.cpp142 int count = fWeb->CountParameters();
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp109 for(int i = 0; i < fWeb->CountParameters(); i++) {
511 for(int i = 0; i < fWeb->CountParameters(); i++) {
/haiku-fatelf/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp1659 for (int32 i = 0; i < fWeb->CountParameters(); i++) {
1782 for(int32 i=0; i<fWeb->CountParameters(); i++) {
2171 // for(int32 i=0; i<fWeb->CountParameters(); i++) {
2555 for (int32 i = 0; i < fWeb->CountParameters(); i++) {
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.h525 virtual int32 CountParameters() const;
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp1327 for (int32 i = 0; i < fWeb->CountParameters(); i++) {
1424 for (int32 i = 0; i < fWeb->CountParameters(); i++) {
2178 for (int32 i = 0; i < fWeb->CountParameters(); i++) {

Completed in 173 milliseconds

12