Searched refs:signature (Results 1 - 25 of 262) sorted by relevance

1234567891011

/haiku/src/build/libbe/app/
H A DApplication.cpp9 BApplication::BApplication(const char *signature) argument
14 BApplication::BApplication(const char *signature, status_t *error) argument
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessApp.cpp43 NodeHarnessApp::NodeHarnessApp(const char *signature) argument
44 : BApplication(signature)
H A DNodeHarnessApp.h43 NodeHarnessApp(const char* signature);
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp33 const entry_ref *ref, const char *signature)
42 if (signature)
43 strlcpy(this->signature, signature, B_MIME_TYPE_LENGTH);
45 this->signature[0] = '\0';
57 clone->Init(thread, team, port, flags, &ref, signature);
32 Init(thread_id thread, team_id team, port_id port, uint32 flags, const entry_ref *ref, const char *signature) argument
/haiku/headers/libs/print/libprint/
H A DAboutBox.h13 AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright);
/haiku/src/kits/app/
H A DServer.cpp14 BServer::BServer(const char* signature, bool initGUI, status_t *error) argument
16 BApplication(signature, NULL, -1, initGUI, error),
23 BServer::BServer(const char* signature, const char* looperName, port_id port, argument
26 BApplication(signature, looperName, port, initGUI, error),
/haiku/src/system/boot/platform/efi/
H A Dacpi.h15 acpi_descriptor_header *acpi_find_table(const char *signature);
H A Dacpi.cpp101 && strncmp(rsdt->signature, ACPI_XSDT_SIGNATURE, 4) != 0) {
117 if (strncmp(rsdt->signature, ACPI_RSDT_SIGNATURE, 4) != 0) {
147 acpi_find_table_generic(const char* signature, acpi_descriptor_header* acpiSdt) argument
164 signature));
172 if (header != NULL && strncmp(header->signature, signature, 4) == 0) {
173 TRACE(("acpi: Found '%.4s' @ %p\n", signature, pointer));
178 signature, header != NULL ? header->signature : "null"));
188 acpi_find_table(const char* signature) argument
[all...]
/haiku/src/apps/soundrecorder/
H A DRecorderApp.cpp12 RecorderApp::RecorderApp(const char* signature) argument
13 : BApplication(signature), fRecorderWin(NULL)
H A DRecorderApp.h17 RecorderApp(const char * signature);
/haiku/headers/private/app/
H A DServer.h17 BServer(const char* signature, bool initGUI,
19 BServer(const char* signature, const char*
/haiku/headers/build/os/app/
H A DApplication.h19 BApplication(const char* signature);
20 BApplication(const char* signature,
/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.h21 acpi_descriptor_header *acpi_find_table(const char *signature);
/haiku/headers/private/drivers/
H A Dpoke.h33 uint32 signature; member in struct:__anon2
41 uint32 signature; member in struct:__anon3
49 uint32 signature; member in struct:__anon4
60 uint32 signature; member in struct:__anon5
/haiku/src/apps/processcontroller/
H A DAutoIcon.h16 AutoIcon(const char* signature) argument
18 fSignature(signature),
/haiku/src/kits/debugger/dwarf/
H A DTypeUnit.h53 uint64 signature; member in struct:TypeUnitTableEntry
57 TypeUnitTableEntry(uint64 signature, TypeUnit* unit) argument
59 signature(signature),
77 return HashKey(value->signature);
82 return value->signature == key;
H A DTypeUnit.cpp14 uint8 addressSize, bool isBigEndian, uint64 signature, bool isDwarf64)
20 fSignature(signature),
12 TypeUnit(off_t headerOffset, off_t contentOffset, off_t totalSize, off_t abbreviationOffset, off_t typeOffset, uint8 addressSize, bool isBigEndian, uint64 signature, bool isDwarf64) argument
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp26 create_application_item(const char* signature, uint32 what) argument
31 message->AddString("signature", signature);
33 BMimeType applicationType(signature);
37 return new BMenuItem(signature, message);
63 const char* signature; local
65 while (applications.FindString("applications", i, &signature) == B_OK) {
66 if (!strcasecmp(signature, kApplicationSignature)) {
71 BMenuItem* item = create_application_item(signature, what);
103 || item->Message()->FindString("signature",
[all...]
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp36 status_t _RestartApp(const char* signature) const;
103 LocalePreflet::_RestartApp(const char* signature) const
106 status_t status = be_roster->GetAppInfo(signature, &info);
110 BMessenger application(signature);
118 return be_roster->Launch(signature);
/haiku/src/preferences/joysticks/
H A DJoysticks.cpp31 Joysticks::Joysticks(const char *signature) argument
32 : BApplication(signature)
/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp71 BString signature;
72 status = file.ReadAttrString("BEOS:APP_SIG", &signature);
76 if (!BMimeType::IsValid(signature))
79 InstallNotificationDeferrer _(fDatabase, signature.String());
81 if (!fDatabase->Location()->IsInstalled(signature)) {
83 fDatabase->Install(signature);
87 status = fDatabase->Location()->OpenType(signature, typeNode);
96 status = fDatabase->SetPreferredApp(signature, signature);
104 status = fDatabase->SetShortDescription(signature, entr
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_massbulk.h29 uint32 signature; member in struct:__anon1
40 uint32 signature; member in struct:__anon2
/haiku/headers/private/locale/
H A DPlainTextCatalog.h24 PlainTextCatalog(const char *path, const char *signature,
36 static BCatalogData *Instantiate(const entry_ref &signature,
/haiku/src/tests/servers/registrar/
H A DRegistrarTest1.cpp9 TestApp(const char* signature) argument
11 BApplication(signature)
/haiku/src/bin/
H A Dsettype.cpp22 "Sets the MIME type, signature, and/or preferred application of one or more\n"
28 " -preferredAppSig <signature>\n"
30 " <signature>.\n"
31 " -s <signature>\n"
32 " - Set the application signature of the given files to\n"
33 " <signature>.\n"
105 const char *signature = NULL; local
119 signature = next_arg(argi);
135 if (!preferredApp && !signature && !type) {
149 check_mime_type(signature);
[all...]

Completed in 185 milliseconds

1234567891011