Searched refs:signature (Results 101 - 125 of 262) sorted by relevance

1234567891011

/haiku/headers/private/locale/
H A DHashMapCatalog.h71 HashMapCatalog(const char* signature, const char* language,
132 inline HashMapCatalog::HashMapCatalog(const char* signature, argument
135 BCatalogData(signature, language, fingerprint)
/haiku/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h17 char signature[8]; /* "RSD PTR " including blank */ member in struct:acpi_rsdp_legacy
25 char signature[8]; /* "RSD PTR " including blank */ member in struct:acpi_rsdp_extended
39 char signature[4]; /* table identifier as ASCII string */ member in struct:acpi_descriptor_header
51 acpi_descriptor_header header; /* "APIC" signature */
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp414 BString signature; local
416 result = keyring->GetNextApplication(cookie, signature, path);
421 reply.AddString("signature", signature);
429 const char* signature = NULL; local
432 if (message->FindString("signature", &signature) != B_OK) {
440 result = keyring->RemoveApplication(signature, path);
645 status_t result = keyring.FindApplication(appInfo.signature,
674 result = _RequestAppAccess(keyring.Name(), appInfo.signature, pat
693 _RequestAppAccess(const BString& keyringName, const char* signature, const char* path, const char* accessString, bool appIsNew, bool appWasUpdated, uint32 accessFlags, bool& allowAlways) argument
[all...]
H A DKeyStoreServer.h42 const char* signature,
/haiku/src/servers/registrar/
H A DRecentApps.cpp64 /*! \brief Places the app with the given signature at the front of
70 \param appSig The application's signature
118 /*! \brief Adds the signature of the application referred to by \a ref at
122 app's resources are checked. If no signature can be found, the call
133 char signature[B_MIME_TYPE_LENGTH]; local
139 err = info.GetSignature(signature);
141 err = Add(signature, appFlags);
232 given signature.
H A DTRoster.cpp165 const char* signature; local
172 if (request->FindString("signature", &signature) != B_OK)
173 signature = NULL;
187 PRINT("team: %" B_PRId32 ", signature: %s\n", team, signature);
203 _ValidateRunning(ref, signature);
222 // signature
223 if (error == B_OK && signature) {
227 && (((info = fRegisteredApps.InfoFor(signature)))
623 const char* signature; local
662 const char* signature; local
732 const char* signature; local
1855 _ValidateRunning(const entry_ref& ref, const char* signature) argument
[all...]
H A DAppInfoList.h50 RosterAppInfo *InfoFor(const char *signature) const;
68 int32 IndexOf(const char *signature) const;
/haiku/headers/os/locale/
H A DCatalog.h27 BCatalog(const char* signature,
41 status_t GetSignature(BString* signature);
48 status_t SetTo(const char* signature,
/haiku/headers/private/graphics/vesa/
H A Dvesa.h19 uint32 signature; member in struct:vbe_info_block
159 * signature that identifies the structure below.
165 uint32 signature; member in struct:vbe_protected_mode_info
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp116 MessageRunnerTestApp::MessageRunnerTestApp(const char *signature) argument
117 : BApplication(signature),
H A DMessageRunnerTestHelpers.h53 MessageRunnerTestApp(const char *signature);
/haiku/src/tools/cppunit/
H A DTestApp.cpp40 BTestApp::BTestApp(const char *signature) argument
41 : BApplication(signature, &sInitError),
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_internal.h92 u_int8_t *signature, const int sig_len);
95 const u_int8_t *signature, const int sig_len);
/haiku/headers/private/debug/
H A DDebugEventStream.h15 char signature[32]; member in struct:debug_event_stream_header
23 // signature and version
/haiku/headers/private/kernel/arch/x86/
H A Dvesa.h13 char signature[4]; // should be 'VESA' member in struct:VBEInfoBlock
/haiku/src/apps/switcher/
H A DApplicationsView.cpp70 LaunchButton* button = new LaunchButton(info.signature, NULL, message,
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h50 team_id clientTeamID, int32 handlerID, const char* signature);
/haiku/src/apps/deskbar/
H A DDeskbarMenu.h56 const char* signature = NULL, entry_ref* appRef = NULL);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp74 && strcasecmp(appInfo.signature, kDeskbarSignature) != 0) {
/haiku/headers/private/interface/
H A DAboutWindow.h27 const char* signature);
/haiku/src/preferences/notifications/
H A DNotificationsView.h30 const char* signature, bool allowed);
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp110 addField(B_TRANSLATE("Signature"), appInfo.signature);
/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp598 // status_t GetPreferredApp(char *signature, app_verb verb = B_OPEN) const
599 // * NULL signature => B_BAD_ADDRESS/B_BAD_VALUE
612 char signature[B_MIME_TYPE_LENGTH]; local
613 CHK(nodeInfo.GetPreferredApp(signature) == B_NO_INIT);
621 char signature[B_MIME_TYPE_LENGTH]; local
622 CHK(nodeInfo.GetPreferredApp(signature) == B_ENTRY_NOT_FOUND);
633 char signature[B_MIME_TYPE_LENGTH]; local
634 CHK(nodeInfo.GetPreferredApp(signature) == B_OK);
635 CHK(strcmp(testAppSignature1, signature) == 0);
640 CHK(nodeInfo.GetPreferredApp(signature)
654 char signature[B_MIME_TYPE_LENGTH]; local
672 char signature[B_MIME_TYPE_LENGTH]; local
688 char signature[1024]; local
[all...]
/haiku/src/kits/print/
H A DBeUtils.cpp96 mime = info.signature;
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp121 partitionTable.signature = kPartitionTableSectorSignature;
155 partitionTable.signature = kPartitionTableSectorSignature;
194 partitionTable.signature = kPartitionTableSectorSignature;
244 partitionTable.signature = kPartitionTableSectorSignature;

Completed in 115 milliseconds

1234567891011