Searched refs:IndexOf (Results 151 - 171 of 171) sorted by last modified time

1234567

/haiku/src/tools/restest/
H A DResourceFile.h29 int32 IndexOf(ResourceItem* item) const;
/haiku/src/tests/kits/app/blooper/
H A DIndexOfTest.cpp23 IndexOf(BHandler* handler)
26 @results IndexOf() returns B_ERROR
31 CPPUNIT_ASSERT(Looper.IndexOf(NULL) == B_ERROR);
35 IndexOf(BHandler* handler)
38 @results IndexOf() returns B_ERROR
44 CPPUNIT_ASSERT(Looper.IndexOf(&Handler) == B_ERROR);
48 IndexOf(BHandler* handler)
51 @results IndexOf returns 1
58 CPPUNIT_ASSERT(Looper.IndexOf(&Handler) == 1);
62 IndexOf(BHandle
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp299 return (child ? fChildren.IndexOf(child) : -1);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp279 // IndexOf
281 Desktop::IndexOf(WindowLayer* window) const function in class:Desktop
283 return fWindows.IndexOf((void*)window);
H A DDesktop.h55 int32 IndexOf(WindowLayer* window) const;
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp162 if (fSupertypesMenu->IndexOf(item)
/haiku/src/servers/app/stackandtile/
H A DTiling.cpp248 int32 hIndex = hTabs->IndexOf(crossing->HorizontalTab());
251 int32 vIndex = vTabs->IndexOf(crossing->VerticalTab());
523 int32 index = orthTabs->IndexOf(startOrthTab);
/haiku/src/libs/linprog/
H A DConstraint.cpp68 int32 i = fLS->Constraints().IndexOf(this);
H A DLinearSpec.cpp222 LinearSpec::IndexOf(const Variable* variable) const function in class:LinearSpec
224 return fUsedVariables.IndexOf(variable);
231 return fVariables.IndexOf(variable);
H A DVariable.cpp34 return fLS->IndexOf(this);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp425 return fHeaders.IndexOf(header);
457 RemoveHeader(fHeaders.IndexOf(header));
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp125 return RemoveDataSource(fDataSources.IndexOf(dataSource));
/haiku/src/apps/icon-o-matic/generic/support/
H A DList.h35 inline int32 IndexOf(T value) const function in class:List
36 { return BList::IndexOf((void*)value); }
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h54 int32 itemIndex = IndexOf(where);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp155 int32 index = fUpStreamChannels.IndexOf(channel, fFreeUpStreamChannels);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h75 int32 IndexOf(const item_t &item) const;
218 int32 index = IndexOf(item);
293 // IndexOf
296 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IndexOf(const item_t &item) const function in class:List
310 return (IndexOf(item) >= 0);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp423 cur = entries.IndexOf(in_current);
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp94 // IndexOf
96 Canvas::IndexOf(Layer* layer) const function in class:Canvas
98 return BList::IndexOf((void*)layer);
H A DCanvas.h39 int32 IndexOf(Layer* layer) const;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp378 int32 index = fBoxes->IndexOf(which);
/haiku/headers/libs/linprog/
H A DLinearSpec.h98 int32 IndexOf(const Variable* variable) const;

Completed in 131 milliseconds

1234567