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

1234567891011

/haiku-fatelf/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessApp.cpp38 NodeHarnessApp::NodeHarnessApp(const char *signature) argument
39 : BApplication(signature)
H A DNodeHarnessApp.h43 NodeHarnessApp(const char* signature);
/haiku-fatelf/src/apps/cortex/addons/ToneProducer/
H A DNodeHarnessApp.cpp36 NodeHarnessApp::NodeHarnessApp(const char *signature) argument
37 : BApplication(signature)
H A DNodeHarnessApp.h41 NodeHarnessApp(const char* signature);
/haiku-fatelf/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-fatelf/src/servers/registrar/
H A DRosterAppInfo.cpp30 const entry_ref *ref, const char *signature)
37 if (signature)
38 strlcpy(this->signature, signature, B_MIME_TYPE_LENGTH);
40 this->signature[0] = '\0';
52 clone->Init(thread, team, port, flags, &ref, signature);
29 Init(thread_id thread, team_id team, port_id port, uint32 flags, const entry_ref *ref, const char *signature) argument
H A DRosterAppInfo.h26 const entry_ref *ref, const char *signature);
/haiku-fatelf/headers/libs/print/libprint/
H A DAboutBox.h13 AboutBox(const char *signature, const char *driver_name, const char *version, const char *copyright);
/haiku-fatelf/headers/build/os/app/
H A DApplication.h19 BApplication(const char* signature);
20 BApplication(const char* signature,
/haiku-fatelf/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-fatelf/src/kits/app/
H A DServer.cpp12 BServer::BServer(const char* signature, bool initGUI, status_t *error) argument
13 : BApplication(signature, initGUI, error),
/haiku-fatelf/headers/private/locale/
H A DPlainTextCatalog.h21 PlainTextCatalog(const char *signature, const char *language,
26 PlainTextCatalog(const char *path, const char *signature,
36 static BCatalogData *Instantiate(const char *signature,
/haiku-fatelf/headers/private/app/
H A DServer.h15 BServer(const char* signature, bool initGUI, status_t *error);
/haiku-fatelf/headers/private/drivers/
H A Dpoke.h33 uint32 signature; member in struct:__anon684
41 uint32 signature; member in struct:__anon685
49 uint32 signature; member in struct:__anon686
60 uint32 signature; member in struct:__anon687
/haiku-fatelf/src/apps/processcontroller/
H A DAutoIcon.h30 AutoIcon(const char* signature) argument
32 fSignature(signature),
/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dppc-ext.h30 char signature[8]; member in struct:nlm32_powerpc_external_prefix_header
68 /* The signature field identifies the file as an NLM. It must contain
69 the signature string, which depends upon the NLM target. */
71 unsigned char signature[24]; member in struct:nlm32_powerpc_external_fixed_header
H A Di386-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
/haiku-fatelf/src/preferences/joysticks/
H A DJoysticks.cpp31 Joysticks::Joysticks(const char *signature) argument
32 : BApplication(signature)
H A DJoysticks.h22 Joysticks(const char *signature);
/haiku-fatelf/src/tests/servers/registrar/
H A DRegistrarTest1.cpp9 TestApp(const char *signature) argument
10 : BApplication(signature)
/haiku-fatelf/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...]
/haiku-fatelf/src/preferences/filetypes/
H A DPreferredAppMenu.cpp41 const char* signature; local
43 while (applications.FindString("applications", i++, &signature) == B_OK) {
44 if (!strcasecmp(signature, app))
53 add_signature(BMenuItem* item, const char* signature) argument
55 const char* subType = strchr(signature, '/');
67 create_application_item(const char* signature, uint32 what) argument
72 message->AddString("signature", signature);
74 BMimeType applicationType(signature);
78 return new BMenuItem(signature, messag
114 const char* signature; local
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dacpi.h21 acpi_descriptor_header *acpi_find_table(const char *signature);

Completed in 227 milliseconds

1234567891011