Searched refs:GetInfo (Results 1 - 25 of 145) sorted by last modified time

123456

/haiku/src/kits/tracker/
H A DContainerWindow.cpp1167 status_t result = message->GetInfo(B_ANY_TYPE, globalIndex, &name,
2917 if (message.GetInfo("types", &typeCode,
H A DFilePanelPriv.cpp313 if (message->GetInfo("refs", &type, &count) != B_OK)
1263 message->GetInfo("refs", &type, &count);
H A DUtilities.cpp1145 message->GetInfo("refs", &type, &count);
1157 message->GetInfo("refs", &type, &count);
H A DTracker.cpp680 message->GetInfo("refs", &type, &count);
715 message->GetInfo("refs", &type, &count);
750 message->GetInfo("refs", &type, &count);
950 message->GetInfo("refs", &type, &count);
1002 status_t error = message->GetInfo(B_ANY_TYPE, i, &name,
1163 message->GetInfo("refs", &type, &count);
1179 message->GetInfo("refs", &type, &count);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp644 status_t status = message->GetInfo("refs", &type, &count);
/haiku/src/kits/package/
H A DPackageInfo.cpp1509 if (archive->GetInfo(nameField, &type, &count) != B_OK) {
1561 if (archive->GetInfo(nameField, &type, &count) != B_OK) {
1617 if (archive->GetInfo(pathField, &type, &count) != B_OK) {
1673 if (archive->GetInfo(pathField, &type, &count) != B_OK) {
1726 if (archive->GetInfo(nameField, &type, &count) != B_OK) {
/haiku/src/preferences/filetypes/
H A DIconView.cpp727 if (message->GetInfo("refs", &type, &count) == B_OK && count == 1
737 if ((message->GetInfo("icon/large", &type) == B_OK
739 || (message->GetInfo("icon", &type) == B_OK
741 || (message->GetInfo("icon/mini", &type) == B_OK
H A DApplicationTypeWindow.cpp294 return message->GetInfo("refs", &type) == B_OK && type == B_REF_TYPE;
/haiku/src/apps/text_search/
H A DGrepWindow.cpp360 message->GetInfo("refs", &code, &count);
1014 message->GetInfo("text", &type, &count);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp829 if (message->GetInfo("refs", NULL, &count) == B_OK) {
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp76 Elf_Word GetInfo() const;
165 // GetInfo
167 ElfSection::GetInfo() const function in class:ElfSection
/haiku/src/servers/app/
H A DServerWindow.cpp457 ServerWindow::GetInfo(window_info& info) function in class:ServerWindow
H A DDesktop.cpp2405 window->GetInfo(info);
2937 while (fPendingColors.GetInfo(type, index, &name, &type) == B_OK) {
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp995 if (message->GetInfo("refs", &type, &countFound) != B_OK
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp97 message->GetInfo("refs", &type, &count);
/haiku/src/apps/people/
H A DPersonWindow.cpp361 for (int32 i = 0; message->GetInfo(B_STRING_TYPE, i, &attribute, &type, &count) == B_OK; i++) {
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp146 if (archive->GetInfo("point", &typeFound, &countFound) >= B_OK
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp64 status_t status = fThreadDataStore->GetInfo("refs", &type, &refCount);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1894 err = message->GetInfo("media_node_id", &type, &count);
1897 "* NodeManager::_handleNodesCreated(): GetInfo() failed:\n"
2138 status_t err = message->GetInfo("media_node_id", &type, &count);
2141 "* NodeManager::_handleNodesDeleted(): GetInfo() failed:\n"
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1171 for (int32 i = 0; message.GetInfo(B_ANY_TYPE, i, &name, &type, &count)
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp305 err = msg1.GetInfo(B_ANY_TYPE, i, &name, &typeFound1, &countFound1);
307 err = msg2.GetInfo(name, &typeFound2, &countFound2);
2256 err = typeMessage.GetInfo(fieldName, &type, &count);
2652 for (int i = 0; msg.GetInfo(B_STRING_TYPE, i, &type, &typeVal, &count) == B_OK; i++ ) {
/haiku/src/kits/app/
H A DMessage.cpp435 BMessage::GetInfo(type_code typeRequested, int32 index, char** nameFound, function in class:BMessage
480 BMessage::GetInfo(const char* name, type_code* typeFound, function in class:BMessage
502 BMessage::GetInfo(const char* name, type_code* typeFound, bool* fixedSize) function in class:BMessage
521 BMessage::GetInfo(const char* name, type_code* typeFound, int32* countFound, function in class:BMessage
1473 status_t result = GetInfo(B_SPECIFIER_ENTRY, &type, &count);
2916 if (GetInfo(name, &type, &count) != B_OK)
/haiku/src/build/libbe/app/
H A DMessage.cpp352 BMessage::GetInfo(type_code typeRequested, int32 index, char **nameFound, function in class:BMessage
394 BMessage::GetInfo(const char *name, type_code *typeFound, int32 *countFound) function in class:BMessage
416 BMessage::GetInfo(const char *name, type_code *typeFound, bool *fixedSize) function in class:BMessage
1086 status_t result = GetInfo(B_SPECIFIER_ENTRY, &type, &count);
1904 if (GetInfo(name, &type, &count) != B_OK)
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5710 ErrorCode = MessagePntr->GetInfo ("arg", &TypeCode, &argc);
5954 ErrorCode = MessagePntr->GetInfo ("refs", &TypeCode, &NumberOfRefs);
7676 if (MessagePntr->GetInfo ("refs", &TypeFound, &CountFound) == B_OK &&
/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp49 return mDecomp->GetInfo(APE_DECOMPRESS_CURRENT_MS)
117 *oFrameCount = mDataSize / (mDecomp->GetInfo(APE_INFO_BITS_PER_SAMPLE) / 8
118 * mDecomp->GetInfo(APE_INFO_CHANNELS));
119 *oDuration = mDecomp->GetInfo(APE_INFO_LENGTH_MS)
123 oFormat->u.raw_audio.frame_rate = mDecomp->GetInfo(APE_INFO_SAMPLE_RATE);
124 oFormat->u.raw_audio.channel_count = mDecomp->GetInfo(APE_INFO_CHANNELS);
125 if ( mDecomp->GetInfo(APE_INFO_BITS_PER_SAMPLE) == 16 )
157 mReadPos = aBlocksRead*mDecomp->GetInfo(APE_INFO_BLOCK_ALIGN);
168 *time = *frame * 1000 / mDecomp->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS)
169 * mDecomp->GetInfo(APE_DECOMPRESS_LENGTH_M
[all...]

Completed in 266 milliseconds

123456