Searched defs:element (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-fatelf/headers/private/kernel/util/
H A Dkqueue.h41 struct quehead *element = (struct quehead *)_element, local
56 struct quehead *element = (struct quehead *)_element; local
[all...]
/haiku-fatelf/headers/private/package/hpkg/
H A DStacker.h19 Stacker(Type*& location, Type* element) argument
27 Stacker(Type** location, Type* element) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp32 NodeHashElement *element local
87 NodeHashElement *element local
[all...]
H A DNodeTable.h38 inline void Adopt(NodeHashElement &element) argument
H A DNodeChildTable.h46 const Element &element = static_cast<const Element&>(_element); local
50 inline void Adopt(Element &element) argument
165 Element *element = fTable.Add(Element::HashFor(id, child->GetName())); local
231 Element *element = fTable.FindFirst(Element::HashFor(id, name)); local
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A DImportContext.cpp58 const char* ImportContext::element() const { function in class:ImportContext
H A DXMLElementMapping.h56 const BString element; member in class:XMLElementMapping
74 Mapping( const char* element) argument
H A DExportContext.h252 const char* element; member in struct:ExportContext::object_entry
H A DXML.cpp304 objectFor( const char* element) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNodeTable.cpp32 NodeHashElement *element local
87 NodeHashElement *element local
[all...]
H A DNodeTable.h38 inline void Adopt(NodeHashElement &element) argument
H A DNodeChildTable.h46 const Element &element = static_cast<const Element&>(_element); local
50 inline void Adopt(Element &element) argument
165 Element *element = fTable.Add(Element::HashFor(id, child->GetName())); local
231 Element *element = fTable.FindFirst(Element::HashFor(id, name)); local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.cpp36 RevokeElement *element = local
69 RevokeElement* element = (RevokeElement*)hash_lookup(fHash, &block); local
95 RevokeElement* element = (RevokeElement*)hash_lookup(fHash, &block); local
112 RevokeElement* element = (RevokeElement*)hash_lookup(fHash, &block); local
152 RevokeElement* element = new(std::nothrow) RevokeElement; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlockingQueue.h111 BlockingQueue<Element>::Push(Element* element) argument
128 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) argument
148 BlockingQueue<Element>::Peek(Element** element) argument
163 Remove(Element* element) argument
[all...]
H A DRequestMemberArray.h66 Member* element = new(fElements + i) Member; local
74 status_t Append(const Member& element) argument
/haiku-fatelf/src/apps/installer/
H A DBlockingQueue.h114 BlockingQueue<Element>::Push(Element* element) argument
133 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) argument
153 BlockingQueue<Element>::Peek(Element** element) argument
168 Remove(Element* element) argument
[all...]
/haiku-fatelf/src/kits/interface/layouter/
H A DOneElementLayouter.cpp20 virtual float ElementLocation(int32 element) argument
25 virtual float ElementSize(int32 element) argument
47 OneElementLayouter::AddConstraints(int32 element, int32 length, argument
60 OneElementLayouter::SetWeight(int32 element, float weight) argument
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dstring-list.c83 stp_string_list_param(const stp_string_list_t *list, size_t element) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DBlockingQueue.h110 BlockingQueue<Element>::Push(Element* element) argument
127 BlockingQueue<Element>::Pop(Element** element, bigtime_t timeout) argument
147 BlockingQueue<Element>::Peek(Element** element) argument
162 Remove(Element* element) argument
[all...]
H A DRequestMemberArray.h66 Member* element = new(fElements + i) Member; local
74 status_t Append(const Member& element) argument
/haiku-fatelf/headers/private/shared/
H A DArray.h94 Array<Element>::Add(const Element& element) argument
115 Array<Element>::Insert(const Element& element, int32 index) argument
/haiku-fatelf/src/bin/coreutils/src/
H A Duname.c162 print_element (char const *element) argument
304 char const *element = unknown; local
348 char const *element = unknown; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-source.c115 struct tui_win_element * element = (struct tui_win_element *) local
248 struct tui_win_element * element = local
[all...]
/haiku-fatelf/src/system/kernel/
H A DTeamThreadTables.h78 void Insert(Element* element) argument
85 void Remove(Element* element) argument
93 Element* element = fTable.Lookup(id); local
137 Element* element = static_cast<Element*>(nextEntry); local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashSet.h54 const Element &element = static_cast<const Element&>(_element); local
58 inline void Adopt(Element &element) argument
313 Element* element local
[all...]

Completed in 142 milliseconds

12345