Searched refs:index (Results 251 - 275 of 1857) sorted by relevance

<<11121314151617181920>>

/haiku/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];
H A DColorListView.h25 virtual bool InitiateDrag(BPoint where, int32 index,
/haiku/src/servers/input/
H A DPathList.h26 const char* PathAt(int32 index) const;
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.h26 static void UpdateAllPageDirs(int index,
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.h26 static void UpdateAllPageDirs(int index,
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.h26 static void UpdateAllPageDirs(int index,
/haiku/src/kits/shared/
H A DThread.cpp136 for (int32 index = 0; index < count; index++)
137 (*list->ItemAt(index))();
/haiku/src/system/libroot/posix/string/
H A Dstrchr.c23 index(const char* s, int c) function
/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.cpp95 Selection::SelectableAt(int32 index) const
97 return (Selectable*)fSelected.ItemAt(index);
102 Selection::SelectableAtFast(int32 index) const
104 return (Selectable*)fSelected.ItemAtFast(index);
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp90 TeamFileManagerSettings::RemoveSourceMappingAt(int32 index) argument
92 return fValues.RemoveData("source:mapping", index);
97 TeamFileManagerSettings::GetSourceMappingAt(int32 index, BString& sourcePath, argument
101 status_t error = fValues.FindMessage("source:mapping", index, &mapping);
/haiku/src/kits/debugger/types/
H A DTargetAddressRangeList.cpp52 TargetAddressRangeList::RangeAt(int32 index) const
54 return index >= 0 && index < fRanges.Size()
55 ? fRanges[index] : TargetAddressRange();
/haiku/src/kits/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/headers/private/debugger/model/
H A DStackTrace.h22 StackFrame* FrameAt(int32 index) const;
/haiku/headers/private/kernel/arch/sparc/
H A Darch_thread_types.h18 int32 index; member in struct:iframe_stack
/haiku/src/preferences/appearance/
H A DColorWhichListView.h25 virtual bool InitiateDrag(BPoint where, int32 index,
/haiku/src/kits/debugger/dwarf/
H A DCfaRuleSet.h23 CfaRule* RegisterRule(uint32 index) const;
/haiku/src/add-ons/accelerants/s3/
H A Dsavage_edid.cpp26 uint32 index = (uint32)(addr_t)cookie; local
27 uint8 value = ReadCrtcReg(index);
38 uint32 index = (uint32)(addr_t)cookie; local
46 WriteCrtcReg(index, value);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.cpp35 // update the size index
36 if (SizeIndex *index = GetVolume()->GetSizeIndex())
37 index->Changed(this, oldSize);
57 // update the size index, if necessary
61 if (SizeIndex *index = GetVolume()->GetSizeIndex())
62 index->Changed(this, oldLen);
H A DFile.cpp42 // update the size index, if our size has changed
46 if (SizeIndex *index = GetVolume()->GetSizeIndex())
47 index->Changed(this, oldSize);
61 // update the size index
62 if (SizeIndex *index = GetVolume()->GetSizeIndex())
63 index->Changed(this, oldSize);
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp67 for (long index = 0; ; index++) {
68 PriorityRec *priority = &priorities[index];
74 index--;
/haiku/src/system/libroot/posix/stdlib/
H A Denv.cpp157 int32 index; local
162 env = find_variable(name, length, &index);
165 free(environ[index]);
169 index = add_variable();
170 if (index < 0)
177 environ[index] = (char*)malloc(length + 2 + strlen(value));
178 if (environ[index] == NULL)
181 memcpy(environ[index], name, length);
182 environ[index][length] = '=';
183 strcpy(environ[index]
274 int32 index, length; local
[all...]
/haiku/src/apps/icon-o-matic/shape/commands/
H A DAddTransformersCommand.h30 int32 index);
H A DAddShapesCommand.h30 int32 index);
H A DAddPathsCommand.h31 int32 index);
/haiku/src/apps/icon-o-matic/style/
H A DAddStylesCommand.h30 int32 index);

Completed in 143 milliseconds

<<11121314151617181920>>