Searched refs:element (Results 76 - 100 of 107) sorted by relevance

12345

/haiku/src/add-ons/translators/rtf/
H A DRTF.h69 status_t AddElement(RTF::Element *element);
179 void Dispatch(RTF::Element *element);
/haiku/src/apps/cortex/Persistence/
H A DXML.h94 // element of the stream, or
186 // object. If a mapping for the element already exists,
192 // returns 0 if no mapping found for the given element
194 const char* element);
H A DExportContext.cpp94 // push tag onto element stack, and link to entry for the current object
97 m_objectStack.back().element = m_elementStack.back().name.String();
106 // writes an end tag corresponding to the current element.
136 // pop element off stack
141 // current element's start tag.)
251 if(!entry.element)
H A DImporter.cpp182 // (disengaged once the first element is encountered)
270 // this is the first element; identify or verify document type
276 BString err("Unexpected document element (should be <");
294 // whoops, don't know how to handle this element:
295 BString err("No document type registered for element '");
311 // push element name onto the stack
314 // try to create an object for this element if necessary
321 make_pair(m_context->element(), target));
342 // no object directly maps to this element; hand to
382 // compare name to element o
[all...]
H A DXML.cpp84 // element of the stream, or
101 // prepare an Importer to figure document type (from first element)
174 // (document) element name corresponding to the
290 // object. If a mapping for the element already exists,
305 const char* element) {
307 _NullMapping m(element);
304 objectFor( const char* element) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp297 write_buffer *element = fWriteBuffers; local
298 while (element) {
299 write_buffer *next = element->next;
300 free(element);
301 element = next;
689 write_buffer *element = fWriteBuffers; local
699 if (element != NULL) {
700 gapSize = (size_t)MIN((off_t)bytesLeft, element->position > position ?
701 element->position - position : 0);
766 if (bytesLeft == 0 || element
865 write_buffer *element = (write_buffer *)malloc(sizeof(write_buffer) - 1 local
[all...]
/haiku/build/scripts/
H A Dbuild_haiku_image155 local element
156 for element in $2; do
157 if [ "$1" = "$element" ]; then
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioQueue.cpp260 struct vring_used_elem *element = &fRing.used->ring[usedIndex]; local
261 uint16 descriptorIndex = element->id;
263 *_usedLength = element->len;
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp352 for (int32 i = 0; const BSolverResultElement* element
354 BSolverPackage* package = element->Package();
355 if (element->Type() == BSolverResultElement::B_TYPE_INSTALL) {
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DMediaFormatIO.cpp1216 if(!strcmp(context.element(), s_raw_audio_tag)) {
1220 else if(!strcmp(context.element(), s_raw_video_tag)) {
1224 else if(!strcmp(context.element(), s_multistream_tag)) {
1228 else if(!strcmp(context.element(), s_encoded_audio_tag)) {
1232 else if(!strcmp(context.element(), s_encoded_video_tag)) {
1237 context.reportError("Bad element mapping? MediaFormatIO can't cope.");
1308 context.reportWarning("MediaFormatIO: Unexpected child element.");
1327 context.reportError("MediaFormatIO: unexpected element.");
1331 context.reportError("MediaFormatIO: unexpected element.");
1336 context.reportError("MediaFormatIO: unexpected element
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp417 if(!strcmp(context.element(), _LIVE_NODE_ELEMENT)) {
441 else if(!strcmp(context.element(), _NAME_ELEMENT)) {
463 context.reportError("Unexpected element.\n");
507 context.reportError("ConnectionIO: unexpected nested child element\n");
514 context.reportError("ConnectionIO: unexpected nested child element\n");
520 context.reportError("ConnectionIO: unexpected child element\n");
H A Droute_app_io.cpp80 const char* element,
84 context.beginElement(element);
79 _write_simple( const char* element, const char* value, ExportContext& context) argument
H A DRouteAppNodeManager.cpp603 if(!strcmp(context.element(), _DORMANT_NODE_ELEMENT)) {
628 else if(!strcmp(context.element(), _CONNECTION_ELEMENT)) {
647 else if(!strcmp(context.element(), _NODE_GROUP_ELEMENT)) {
660 context.element() << "'\n";
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp414 // the list is empty, make this the first element
419 uhci_qh *element = fQueueTop; local
420 while (element->link_log != NULL)
421 element = (uhci_qh *)element->link_log;
423 element->link_log = transfer;
424 element->link_phy = transfer->this_phy | QH_NEXT_IS_QH;
440 // this was the top element
443 // this was the only element, terminate this queue
446 // there are elements left, adjust the element pointe
454 uhci_qh *element = fQueueTop; local
[all...]
/haiku/src/preferences/screen/
H A DScreenMode.cpp385 const pnp_id* element = std::find(kPNPIDs, lastElement, key); local
386 if (element == lastElement) {
391 return element->manufacturer;
/haiku/headers/private/netservices/
H A DHttpForm.h158 BString _GetMultipartHeader(const BHttpFormData* element) const;
/haiku/src/kits/locale/
H A DNumberFormat.cpp360 BNumberFormat::GetSeparator(BNumberElement element) argument
365 switch(element) {
/haiku/src/bin/pkgman/
H A DPackageManager.cpp90 const BSolverProblemSolutionElement* element local
92 printf(" - %s\n", element->ToString().String());
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp1285 for (int element = 0; element < elementCount; element++) {
1286 fLayout->GetColumnRowConstraints(orientation, element,
1288 layouter->SetWeight(element, constraints.weight);
1289 layouter->AddConstraints(element, 1, constraints.min,
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp563 my_device *element = gDeviceList; local
564 while (element) {
565 if (element->link == device) {
566 element->link = device->link;
570 element = element->link;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp90 Element *element = NULL; local
92 element = fElements + index;
93 return element;
133 \brief Store information about one element in a tree path.
478 const TreePath::Element *element = fPath->GetTopElement(); local
480 error = fTree->GetNode(element->GetBlockNumber(), &node);
485 fIndex = element->GetIndex();
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp188 FindOne(const BString* element, void* castToString) argument
190 if (strcasecmp(element->String(), (const char*)castToString) == 0)
191 return element;
227 SetDefaultAppForOneType(const BString* element, void* castToEntryRef) argument
232 BMimeType mime(element->String());
261 debugPath.Path(), appSignature, element->String(), strerror(result)));
/haiku/headers/private/kernel/util/
H A DSplayTree.h407 Node* element = fCurrent; local
412 return element;
H A DVector.h176 inline VectorIterator<Value>(Value *element) argument
177 : fElement(element)
214 The contained elements are destroyed. Note, that, if the element
228 \param value The element to be inserted.
242 \param value The element to be inserted.
255 /*! \brief Removes the first element of the vector.
268 /*! \brief Removes the last element of the vector.
299 \param index The index at which to insert the new element. It must
323 the new element.
359 /*! \brief Removes the element a
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h172 inline VectorIterator<Value>(Value *element) argument
173 : fElement(element)
210 The contained elements are destroyed. Note, that, if the element
224 \param value The element to be inserted.
238 \param value The element to be inserted.
251 /*! \brief Removes the first element of the vector.
264 /*! \brief Removes the last element of the vector.
295 \param index The index at which to insert the new element. It must
319 the new element.
355 /*! \brief Removes the element a
[all...]

Completed in 139 milliseconds

12345