Searched refs:index (Results 276 - 300 of 2065) sorted by relevance

<<11121314151617181920>>

/haiku-fatelf/src/apps/cortex/support/
H A DMultiInvoker.h71 virtual void RemoveTarget(int32 index);
74 BHandler* TargetAt(int32 index, BLooper** looper=0) const;
75 BMessenger* MessengerAt(int32 index) const;
76 bool IsTargetLocal(int32 index) const;
/haiku-fatelf/src/apps/debugger/arch/x86/
H A DCpuStateX86.h58 bool IsRegisterSet(int32 index) const;
59 uint32 IntRegisterValue(int32 index) const;
60 void SetIntRegister(int32 index, uint32 value);
61 void UnsetRegister(int32 index);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DCfaRuleSet.h22 CfaRule* RegisterRule(uint32 index) const;
/haiku-fatelf/src/apps/debugger/model/
H A DStackTrace.h22 StackFrame* FrameAt(int32 index) const;
/haiku-fatelf/src/apps/debugger/types/
H A DTargetAddressRangeList.cpp52 TargetAddressRangeList::RangeAt(int32 index) const
54 return index >= 0 && index < fRanges.Size()
55 ? fRanges[index] : TargetAddressRange();
/haiku-fatelf/src/apps/debugger/util/
H A DArchivingUtils.h24 const char* fieldName, int32 index = 0);
28 const char* fieldName, int32 index = 0);
59 int32 index)
61 return CastOrDelete<ObjectType>(UnarchiveChild(archive, fieldName, index));
58 UnarchiveChild(const BMessage& archive, const char* fieldName, int32 index) argument
/haiku-fatelf/src/apps/haiku3d/
H A DMesh.h34 virtual Face& GetFace(uint32 index) const = 0;
/haiku-fatelf/src/apps/haiku3d/mesh/
H A DStaticMesh.h20 virtual Face& GetFace(uint32 index) const;
/haiku-fatelf/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp97 Selection::SelectableAt(int32 index) const
99 return (Selectable*)fSelected.ItemAt(index);
104 Selection::SelectableAtFast(int32 index) const
106 return (Selectable*)fSelected.ItemAtFast(index);
/haiku-fatelf/src/apps/processcontroller/
H A DPriorityMenu.cpp81 for (long index = 0; ; index++) {
82 PriorityRec *priority = &priorities[index];
88 index--;
/haiku-fatelf/src/apps/terminal/
H A DInlineInput.cpp117 InlineInput::GetClause(int32 index, int32 *start, int32 *end) const argument
120 if (index >= 0 && index < fNumClauses) {
122 clause *clause = &fClauses[index];
/haiku-fatelf/src/kits/tracker/
H A DThread.cpp136 for (int32 index = 0; index < count; index++)
137 (*list->ItemAt(index))();
H A DTracker.cpp273 int32 index = 0; local
275 while ((window = WindowAt(index++)) != NULL) {
333 for (int32 index = 0;
334 message.FindString("paths", index, &target)
335 == B_OK; index++) {
603 for (int32 index = 0; index < count; index++) {
606 ASSERT(message->FindRef("refs", index, &ref) == B_OK);
607 if (message->FindRef("refs", index,
1532 int32 index; local
[all...]
/haiku-fatelf/src/preferences/notifications/
H A DPrefletView.h21 BView* PageAt(int32 index);
/haiku-fatelf/src/servers/app/
H A DWorkspacesView.h38 BRect _ScreenFrame(int32 index);
39 BRect _WorkspaceAt(int32 index);
40 BRect _WorkspaceAt(BPoint where, int32& index);
50 BRegion& redraw, int32 index);
/haiku-fatelf/src/servers/bluetooth/
H A DOutput.h46 void AddTab(const char* text, uint32 index);
48 void Post(const char* text, uint32 index);
49 int Postf(uint32 index, const char* format, ...);
55 OutputView* _OutputViewForTab(int32 index);
/haiku-fatelf/src/servers/input/
H A DPathList.h26 const char* PathAt(int32 index) const;
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.h26 static void UpdateAllPageDirs(int index,
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.h26 static void UpdateAllPageDirs(int index,
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.h26 static void UpdateAllPageDirs(int index,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DFile.cpp38 // update the size index, if our size has changed
40 if (SizeIndex *index = GetVolume()->GetSizeIndex())
41 index->Changed(this, oldSize);
55 // update the size index
56 if (SizeIndex *index = GetVolume()->GetSizeIndex())
57 index->Changed(this, oldSize);
H A DSymLink.cpp32 // update the size index
33 if (SizeIndex *index = GetVolume()->GetSizeIndex())
34 index->Changed(this, oldSize);
54 // update the size index, if necessary
56 if (SizeIndex *index = GetVolume()->GetSizeIndex())
57 index->Changed(this, oldLen);
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dfile_lock.c47 block(int index) argument
53 fl.l_start = index;
59 unblock(int index) argument
65 fl.l_start = index;
/haiku-fatelf/src/apps/debugger/arch/x86_64/
H A DCpuStateX8664.h65 bool IsRegisterSet(int32 index) const;
66 uint64 IntRegisterValue(int32 index) const;
67 void SetIntRegister(int32 index, uint64 value);
68 void UnsetRegister(int32 index);
/haiku-fatelf/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp15 static int32 VHostCallback(VSTEffect* effect, int32 opcode, int32 index,
38 VSTParameter::VSTParameter(VSTPlugin* plugin, int index) argument
40 fIndex = index;
47 fEffect->dispatcher(fEffect, VST_GET_PARAM_NAME, index, 0, temp, 0);
52 fEffect->dispatcher(fEffect, VST_GET_PARAM_UNIT, index, 0, temp, 0);
56 float val = fEffect->getParameter(fEffect, index);
58 fEffect->setParameter(fEffect, index, 0);
60 fEffect->dispatcher(fEffect, VST_GET_PARAM_STR, index, 0, temp, 0);
65 fEffect->setParameter(fEffect, index, 1.0);
66 fEffect->dispatcher(fEffect, VST_GET_PARAM_STR, index,
183 ListItemAt(int index) argument
222 int index = (int)round(value); local
461 Parameter(int index) argument
540 VHostCallback(VSTEffect* effect, int32 opcode, int32 index, int32 value, void* ptr, float opt) argument
[all...]

Completed in 212 milliseconds

<<11121314151617181920>>