Searched refs:instantiate (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/tests/kits/locale/
H A DcollatorSpeed.cpp108 BCollatorAddOn *(*instantiate)(void);
110 B_SYMBOL_TYPE_TEXT, (void **)&instantiate) == B_OK) {
111 BCollatorAddOn *collatorAddOn = instantiate();
/haiku-fatelf/src/kits/screensaver/
H A DScreenSaverRunner.cpp116 BScreenSaver* (*instantiate)(BMessage*, image_id);
144 B_SYMBOL_TYPE_TEXT, (void **)&instantiate) != B_OK) {
149 fSaver = instantiate(&state, fAddonImage);
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DConnectionIO.h80 status_t instantiate(
H A DDormantNodeIO.h74 status_t instantiate(
H A DDormantNodeIO.cpp154 status_t DormantNodeIO::instantiate( function in class:DormantNodeIO
193 // instantiate node
194 err = manager->instantiate(
201 "!!! instantiate() failed: %s\n", strerror(err)));
H A DConnectionIO.cpp141 status_t ConnectionIO::instantiate( function in class:ConnectionIO
422 // instantiate()
H A DRouteAppNodeManager.cpp595 err = io->instantiate(this, &newRef);
610 " DormantNodeIO::instantiate() failed:\n"
619 // instantiate the connection
621 err = io->instantiate(
627 "!!! ConnectionIO::instantiate() failed:\n"
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.h347 // - [e.moon 6nov99] +++++ 'distributed' instantiate:
351 status_t instantiate(
363 status_t instantiate(
H A DNodeManager.cpp986 status_t NodeManager::instantiate( function in class:NodeManager
995 "NodeManager::instantiate()\n"));
997 // * instantiate
1013 "!!! NodeManager::instantiate(): giving up on AddOnHost\n"));
1066 status_t NodeManager::instantiate( function in class:NodeManager
1075 "NodeManager::instantiate(ref)\n"));
1077 // [no lock needed; calls the full form of instantiate()]
1096 err = instantiate(info, outRef, timeout, nodeFlags);
2100 // instantiate & add connection
2286 // instantiate
[all...]
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp263 error = manager->instantiate(info, &droppedNode);
271 s << "Could not instantiate '" << info.name << "'";
1739 error = manager->instantiate(*ref, B_BUFFER_PRODUCER, &droppedNode);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_ladspa.c386 ->instantiate(CurrentPluginDescriptor,44100); /* Sample rate hardcoded */

Completed in 68 milliseconds