Home
last modified time | relevance | path

Searched refs:app_server (Results 1 – 25 of 28) sorted by relevance

12

/haiku/docs/develop/servers/app_server/
H A Dtoc.rst7 The app_server provides services to the Haiku by managing processes,
11 Tasks performed by app_server
14 The tasks performed by the app_server are grouped in relation to its purpose.
41 /servers/app_server/graphics
42 /servers/app_server/process_management
43 /servers/app_server/input
44 /servers/app_server/messaging
55 /servers/app_server/AppServer
56 /servers/app_server/ServerApp
57 /servers/app_server/SharedObject
[all …]
H A Dprocess_management.rst8 app_server and take advantage of its services, and those which do not.
9 To access the app_server, an application must be derived from
15 port_id with the app_server so that the two can communicate with each
18 When the app_server receives notification that an app has been created,
25 This setup normally requires that there is a single app_server instance running, and all
30 app_server.
31 - The test_app_server is a test tool that allows to run most of app_server code in its own BWindow,
32 displayed inside the main app_server (mainly for debugging app_server code). In this case, the
38 Other applications do not communicate with the app_server. These
41 app_server ignores such applications except when asked to kill them.
[all …]
H A Dgraphics.rst7 The app_server drawing system was designed in BeOS with the goal to provide low latency response
11 As a result of these constraints, in BeOS the app_server operated with a single buffer framebuffer
24 app_server in Haiku takes some care to avoid these.
29 The graphics hardware is abstracted from the rest of the app_server.
44 The app_server looks for an accelerant matching that name in the "accelerants" subdirectory of each
70 The Input Server will notify the app_server of its own existence, at which
78 BView has a counterpart in the app_server which has a role to play.
86 app_server of its presence. In acknowledging the BApplication's
138 The app_server is one large, complex beast because of all the tasks it
152 sent, then the corresponding app_server object performs an appropriate
[all …]
H A Dinput.rst8 and forwards them to the app_server via messages. They are sent to port
111 Nearly all keypresses received by the app_server are passed onto the
115 app_server. The Input Server receives it and shows the Team Monitor
H A Dmessaging.rst16 Messaging with the app_server is not done using BMessages because of the
H A DRGBColor.rst5 app_server, especially the DisplayDriver class
H A DServerApp.rst6 and provide a channel for the app_server to send messages to a user
83 PingTarget() is called only from the Picasso thread of the app_server
H A DDesktop.rst19 app_server exists, just create a ViewDriver module
H A DDisplayDriver.rst5 provide a consistent interface for the rest of the app_server to
H A DAppServer.rst50 the app_server thread. This is a standard port-monitoring loop code:
68 given message sent to the app_server on its main port. This allows for
/haiku/src/servers/app/
H A Dapp_server.rdef2 * app_server.rdef
5 resource app_signature "application/x-vnd.Haiku-app_server";
17 short_info = "app_server",
18 long_info = "app_server ©2004-2009 Haiku Inc."
H A Dtest_app_server.rdef2 * app_server.rdef
5 resource app_signature "application/x-vnd.Haiku-test-app_server";
H A DJamfile58 Server app_server :
118 : app_server.rdef
/haiku/data/launch/
H A Duser1 service x-vnd.Haiku-app_server {
3 launch /system/servers/app_server
/haiku/src/add-ons/decorators/WinDecorator/
H A DJamfile21 : be <nogrist>app_server [ TargetLibstdc++ ] [ TargetLibsupc++ ]
/haiku/src/add-ons/decorators/MacDecorator/
H A DJamfile21 : be <nogrist>app_server [ TargetLibstdc++ ] [ TargetLibsupc++ ]
/haiku/src/add-ons/decorators/BeDecorator/
H A DJamfile21 : be <nogrist>app_server [ TargetLibstdc++ ] [ TargetLibsupc++ ]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DJamfile21 : be <nogrist>app_server [ TargetLibstdc++ ] [ TargetLibsupc++ ]
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.h86 extern AppServer *app_server;
H A DAppServer.cpp406 AppServer app_server; in main() local
407 app_server.Run(); in main()
/haiku/src/servers/app/drawing/Painter/
H A DREADME15 … by fast shortcuts. The AGG based codepath is too generic for what the app_server needs to impleme…
/haiku/docs/develop/
H A Dindex.rst48 /servers/app_server/toc
/haiku/docs/develop/kits/opengl/
H A Daccelerant-interfaces85 Driver users (i.e. app_server) are responsible for reserving memory for a sync_token. They
101 done by 'user #1' (i.e. app_server), the acc engine might *never* become fully idle.
/haiku/build/jam/images/definitions/
H A Dminimum223 app_server
/haiku/docs/develop/build/
H A Dsourcecode.rst49 * servers - The system servers: app_server, input_server, net_server, …

12