Searched defs:index (Results 226 - 250 of 1041) sorted by relevance

1234567891011>>

/haiku/src/add-ons/translators/pcx/
H A DPCX.cpp98 uint32 index = 0; local
177 uint16 index; local
198 uint16 index = line[i]; local
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DCanvas.cpp61 Canvas::AddLayer(Layer* layer, int32 index) argument
68 Canvas::RemoveLayer(int32 index) argument
/haiku/src/apps/cortex/support/
H A DMultiInvoker.cpp132 void MultiInvoker::RemoveTarget(int32 index) argument
156 BHandler* MultiInvoker::TargetAt(int32 index, BLooper** looper) const argument
/haiku/src/apps/debuganalyzer/gui/
H A DListSelectionModel.cpp50 int32 index; local
92 int32 index = _FindItem(itemIndex); local
194 _CountSelectedItemsInRange(int32 index, int32 endItemIndex) const argument
210 _NotifyItemsSelected(int32 index, int32 count) argument
219 _NotifyItemsDeselected(int32 index, int32 count) argument
236 ItemsSelected(ListSelectionModel* model, int32 index, int32 count) argument
243 ItemsDeselected(ListSelectionModel* model, int32 index, int32 count) argument
[all...]
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DOptionProperty.cpp202 OptionProperty::GetOption(int32 index, BString* string, int32* id) const argument
237 int32 index = -1; local
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp57 restore_color_from_message(const BMessage* message, rgb_color& color, int32 index) argument
/haiku/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp113 MediaFileTrackSupplier::GetAudioMetaData(int32 index, BMessage* metaData) argument
124 MediaFileTrackSupplier::GetVideoMetaData(int32 index, BMessage* metaData) argument
135 MediaFileTrackSupplier::CreateAudioTrackForIndex(int32 index) argument
146 MediaFileTrackSupplier::CreateVideoTrackForIndex(int32 index) argument
173 SubTitleTrackForIndex(int32 index) argument
[all...]
/haiku/src/apps/sudoku/
H A DSudokuSolver.cpp230 SudokuSolver::SolutionAt(uint32 index) argument
/haiku/src/bin/
H A Dalert.cpp83 uint32 index = 1; local
[all...]
/haiku/src/kits/device/
H A DUSBEndpoint.cpp15 BUSBEndpoint::BUSBEndpoint(BUSBInterface *interface, uint32 index, int rawFD) argument
135 ControlTransfer(uint8 requestType, uint8 request, uint16 value, uint16 index, uint16 length, void *data) const argument
/haiku/src/kits/interface/textview_support/
H A DInlineInput.cpp178 BTextView::InlineInput::GetClause(int32 index, int32 *start, int32 *end) const argument
/haiku/src/kits/shared/
H A DQueryFile.cpp346 BQueryFile::_SetQuery(int32 index) argument
/haiku/src/libs/mapm/
H A Dmapm_set.c326 int i, index, first, max_i, num_digits, dec_places; local
/haiku/src/servers/registrar/
H A DEventQueue.cpp226 int32 index = _FindInsertionIndex(event->Time()); local
242 int32 index = _IndexOfEvent(event); local
273 int32 index = _FindInsertionIndex(time); local
[all...]
/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp196 uint32 index; local
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitionListener.cpp43 KPartitionListener::IndexChanged(KPartition *partition, int32 index) argument
111 ChildAdded(KPartition *partition, KPartition *child, int32 index) argument
118 ChildRemoved(KPartition *partition, KPartition *child, int32 index) argument
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp64 add_marker_attribute(BFile& file, int32 index) argument
73 remove_marker_attribute(BFile& file, int32 index) argument
[all...]
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp290 int32 index; local
/haiku/src/tests/kits/app/bmessage/
H A DMessageBStringItemTest.h50 Find(BMessage& msg, const char* name, int32 index, BString* data) argument
62 QuickFind(BMessage& msg, const char* name, int32 index) argument
70 Has(BMessage& msg, const char* name, int32 index) argument
76 Replace(BMessage& msg, const char* name, int32 index, BString& data) argument
90 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
H A DMessageMessengerItemTest.h31 static status_t Find(BMessage& msg, const char* name, int32 index, argument
36 static BMessenger QuickFind(BMessage& msg, const char* name, int32 index) argument
42 static bool Has(BMessage& msg, const char* name, int32 index) argument
44 static status_t Replace(BMessage& msg, const char* name, int32 index, argument
47 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
H A DMessagePointerItemTest.h29 static status_t Find(BMessage& msg, const char* name, int32 index, argument
34 static const void* QuickFind(BMessage& msg, const char* name, int32 index) argument
40 static bool Has(BMessage& msg, const char* name, int32 index) argument
42 static status_t Replace(BMessage& msg, const char* name, int32 index, argument
45 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
H A DMessageRefItemTest.h31 static status_t Find(BMessage& msg, const char* name, int32 index, argument
41 static bool Has(BMessage& msg, const char* name, int32 index) argument
45 static status_t Replace(BMessage& msg, const char* name, int32 index, argument
76 entry_ref TRefFuncPolicy::QuickFind(BMessage &msg, const char *name, int32 index) argument
87 FindData(BMessage& msg, const char* name, type_code type, int32 index, const void** data, ssize_t* size) argument
[all...]
/haiku/src/tests/system/boot/heap/
H A DheapTest.cpp77 dump_allocated_chunk(int32 index, void* buffer) argument
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp169 int index =0; local
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h140 GenericIndexIterator<Policy>::SetTo(Index* index, const Value& value, argument
222 static TreeNode* GetFirstTreeNode(Index* index) argument
229 static TreeNode* FindClosestTreeNode(Index* index, const Value& value) argument

Completed in 105 milliseconds

1234567891011>>