Searched refs:index (Results 101 - 125 of 1857) sorted by path

1234567891011>>

/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h34 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DArrayValueNode.h42 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DBListValueNode.h37 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DBMessageValueNode.h36 virtual ValueNodeChild* ChildAt(int32 index) const;
49 type_code type, int32 index,
95 virtual ValueNodeChild* ChildAt(int32 index) const;
114 int32 index = -1);
H A DCompoundValueNode.h35 virtual ValueNodeChild* ChildAt(int32 index) const;
/haiku/headers/private/firewire/
H A Dfirewirereg.h421 status_t fwohci_pci_attach(int index);
422 status_t fwohci_pci_detach(int index);
H A Dfwdma.h68 fwdma_v_addr(struct fwdma_alloc_multi *am, int index) argument
71 int offset = am->esize * index;
77 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index) argument
80 int offset = am->esize * index;
H A Diec13213.h208 int index; member in struct:crom_ptr
/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h27 int32_t index; // [sys] member in struct:fssh_partition_data
104 int32_t index);
109 fssh_partition_id partitionID, int32_t index,
/haiku/headers/private/graphics/3dfx/
H A DDriverInterface.h82 int16 index; // index of value to read/write; < 0 if not indexed reg member in struct:PIORegInfo
/haiku/headers/private/graphics/
H A DAGP.h47 status_t (*get_nth_agp_info)(uint32 index, agp_info *info);
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h340 uint8 index; /* device index in list of devices found */ member in struct:__anon949
/haiku/headers/private/graphics/via/
H A DDriverInterface.h351 uint8 index; /* device index in list of devices found */ member in struct:__anon16
/haiku/headers/private/interface/
H A DAbstractSpinner.h54 virtual BHandler* ResolveSpecifier(BMessage* message, int32 index,
H A DColumnListView.h120 // index. Hierarchies are formed by adding other BRow objects as
223 logical field index where it occured.
269 void SetFocusRow(int32 index, bool select = false);
300 void MoveColumn(BColumn* column, int32 index);
303 BColumn* ColumnAt(int32 index) const;
310 void ResizeColumnToPreferred(int32 index);
314 const BRow* RowAt(int32 index, BRow *parent = 0) const;
315 BRow* RowAt(int32 index, BRow *parent = 0);
324 void AddRow(BRow* row, int32 index,
H A DPrivateScreen.h51 rgb_color ColorForIndex(const uint8 index);
52 uint8 InvertIndex(uint8 index);
61 rgb_color DesktopColor(uint32 index);
H A DWidthBuffer.h48 bool GetEscapement(uint32 value, int32 index,
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread_types.h14 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread_types.h14 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread_types.h16 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/arch/sparc/
H A Darch_thread_types.h18 int32 index; member in struct:iframe_stack
/haiku/headers/private/kernel/boot/
H A Dmenu.h113 MenuItem* ItemAt(int32 index);
124 MenuItem* RemoveItemAt(int32 index);
/haiku/headers/private/kernel/boot/net/
H A DEthernet.h69 virtual NetService *SubNetServiceAt(int index) const;
H A DIP.h51 virtual NetService *SubNetServiceAt(int index) const;
H A DNetDefs.h59 uint8 operator[](int index) argument
61 return address[index];
238 virtual NetService *SubNetServiceAt(int index) const;

Completed in 114 milliseconds

1234567891011>>