Searched refs:GetType (Results 126 - 150 of 172) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerVolume.cpp172 if (event->GetType() == CONNECTION_BROKEN_EVENT) {
H A DShareAttrDir.cpp131 // GetType
133 Attribute::GetType() const function in class:Attribute
/haiku/src/kits/print/
H A DPrinter.cpp148 BNodeInfo(&node).GetType(type);
/haiku/src/preferences/printers/
H A DAddPrinterDialog.cpp325 info.GetType(type);
H A DPrinterListView.cpp207 if (info.GetType(buffer) == B_OK
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp333 inline Type* GetType() const function in class:CLanguageExpressionEvaluator::Operand
1483 result->SetToType(value.GetType());
1675 if (parentNode->GetType()->Kind() == TYPE_ADDRESS
1764 Type* castType = value.GetType();
/haiku/src/kits/midi/
H A DSoftSynth.cpp148 if (nodeInfo.GetType(mimeType) == B_OK
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp62 if (request->GetType() == fExpectedReply) {
66 switch (request->GetType()) {
123 B_PRIu32 "\n", request->GetType()));
/haiku/src/apps/mail/
H A DSignature.cpp564 node->GetType(type);
H A DAddressTextControl.cpp729 info.GetType(type);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp476 fIndex->GetType()) != 0) {
/haiku/src/preferences/sounds/
H A DHWindow.cpp149 ninfo.GetType(type);
/haiku/src/kits/network/libnetservices/
H A DHttpForm.cpp687 if (fileInfo.GetType(tempMime) == B_OK)
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp236 err = info.GetType(mime);
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp379 status_t error = info.GetType(buffer);
1129 // status_t GetType(char *type) const
1136 CHK(equals(appFileInfo.GetType(NULL), B_BAD_ADDRESS, B_BAD_VALUE));
1143 CHK(appFileInfo.GetType(type) == B_NO_INIT);
1152 CHK(appFileInfo.GetType(type) == B_ENTRY_NOT_FOUND);
1164 CHK(appFileInfo.GetType(type) == B_OK);
1172 CHK(appFileInfo.GetType(type) == B_OK);
1189 CHK(appFileInfo.GetType(type) == B_ENTRY_NOT_FOUND);
1209 CHK(appFileInfo.GetType(type) == B_OK);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp810 if (node->GetType()->ResolveRawType(false)->Kind() == TYPE_ADDRESS
811 && child->GetType()->ResolveRawType(false)->Kind()
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp904 type = constantEntry->GetType();
913 type = enumerationType->GetType();
921 type = parameterEntry->GetType();
929 type = parameterEntry->GetType();
937 type = variableEntry->GetType();
/haiku/src/kits/mail/
H A DMailAttachment.cpp111 nodeInfo.GetType(type);
/haiku/src/bin/
H A Dtranslate.cpp267 if (info.GetType(mimeType) != B_OK || !strcasecmp(mimeType, B_FILE_MIME_TYPE)) {
H A Durlwrapper.cpp88 ni.GetType(mimetype.LockBuffer(B_MIME_TYPE_LENGTH));
/haiku/src/kits/translation/
H A DTranslationUtils.cpp698 if (info.GetType(type) != B_OK) {
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp744 if (nodeInfo.GetType(mimeString) != B_OK) {
/haiku/src/servers/mail/
H A DDeskbarView.cpp488 if (info.GetType(mimeString) == B_OK
/haiku/src/kits/tracker/
H A DFindPanel.cpp227 if (BNodeInfo(fFile).GetType(type) == B_OK
301 if (BNodeInfo(file).GetType(type) != B_OK)
1983 BNodeInfo(&node).GetType(type);
2020 BNodeInfo(&node).GetType(type);
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.cpp76 return entry->GetType() != NULL;
468 DwarfImageDebugInfo::GetType(GlobalTypeCache* cache, const BString& name, function in class:DwarfImageDebugInfo

Completed in 192 milliseconds

1234567