HomeSort by relevance Sort by last modified time
    Searched full:subsystems (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /frameworks/base/keystore/java/android/security/
package.html 4 subsystems.</p>
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WasInit.3 3 SDL_WasInit \- Check which subsystems are initialized
11 \fBSDL_WasInit\fP allows you to see which SDL subsytems have been \fIinitialized\fR\&. \fBflags\fR is a bitwise OR\&'d combination of the subsystems you wish to check (see \fI\fBSDL_Init\fP\fR for a list of subsystem flags)\&.
14 \fBSDL_WasInit\fP returns a bitwised OR\&'d combination of the initialized subsystems\&.
21 /* Get init data on all the subsystems */
47 /* Check for two subsystems */
SDL_InitSubSystem.3 3 SDL_InitSubSystem \- Initialize subsystems
11 After SDL has been initialized with \fI\fBSDL_Init\fP\fR you may initialize uninitialized subsystems with \fBSDL_InitSubSystem\fP\&. The \fBflags\fR parameter is the same as that used in \fI\fBSDL_Init\fP\fR\&.
SDL_QuitSubSystem.3 11 \fBSDL_QuitSubSystem\fP allows you to shut down a subsystem that has been previously initialized by \fI\fBSDL_Init\fP\fR or \fI\fBSDL_InitSubSystem\fP\fR\&. The \fBflags\fR tells \fBSDL_QuitSubSystem\fP which subsystems to shut down, it uses the same values that are passed to \fI\fBSDL_Init\fP\fR\&.
SDL_Quit.3 11 \fBSDL_Quit\fP shuts down all SDL subsystems and frees the resources allocated to them\&. This should always be called before you exit\&. For the sake of simplicity you can set \fBSDL_Quit\fP as your \fBatexit\fP call, like:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-bench.c 82 static struct bench_subsys subsystems[] = { variable in typeref:struct:bench_subsys
107 subsystems[subsys_index].name);
109 for (i = 0; subsystems[subsys_index].suites[i].name; i++)
111 subsystems[subsys_index].suites[i].name,
112 subsystems[subsys_index].suites[i].summary);
141 printf("# List of available subsystems...\n\n");
143 for (i = 0; subsystems[i].name; i++)
145 subsystems[i].name, subsystems[i].summary);
190 for (i = 0; subsystems[i].suites; i++
    [all...]
  /external/iptables/extensions/
libxt_SECMARK.man 2 packet for use by security subsystems such as SELinux. It is
  /external/iptables/include/linux/netfilter/
xt_SECMARK.h 7 * This is intended for use by various security subsystems (but not
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_SECMARK.h 7 * This is intended for use by various security subsystems (but not
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 194 ** Description Called by BTA subsystems when a connection is made to
224 ** Description Called by BTA subsystems when a connection to the service
253 ** Description Called by BTA subsystems when application initiates connection
274 ** Description Called by BTA subsystems when application initiates close
293 ** Description Called by BTA subsystems when sco connection for that service
318 ** Description Called by BTA subsystems when sco connection for that service
344 ** Description Called by BTA subsystems when that service needs to use sco.
366 ** Description Called by BTA subsystems when sco connection for that service
387 ** Description Called by BTA subsystems to indicate that the given app SSR setting
406 ** Description Called by BTA subsystems to indicate that the given lin
    [all...]
  /external/libnfc-nci/src/nfa/sys/
nfa_sys_main.c 120 ** Description Called by other BTA subsystems to register their event
150 ** Description If all subsystems above DM have been disabled, then
161 /* Check if all subsystems above DM have been disabled. */
172 /* All subsystems disabled. disable DM */
184 ** Description Called by other BTA subsystems to de-register
197 /* If not deregistering DM, then check if any other subsystems above DM are still */
201 /* If all subsystems above NFA_DM have been disabled, then okay to disable DM */
215 ** Description Called by other BTA subsystems to get registeration
231 ** Description Called by other BTA subsystems to get disable
256 NFA_TRACE_DEBUG0 ("nfa_sys: enabling subsystems");
    [all...]
nfa_sys_cback.c 50 ** Description Called by other NFA subsystems to notify initialization is
91 ** Description Called by other NFA subsystems to notify processing NFCC power
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_SECMARK.h 7 * This is intended for use by various security subsystems (but not
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_SECMARK.h 7 * This is intended for use by various security subsystems (but not
  /external/qemu/distrib/sdl-1.2.15/include/
SDL.h 58 * specify the subsystems which you will be using in your application.
72 * the subsystems specified by 'flags' (and those satisfying dependencies)
78 /** This function initializes specific SDL subsystems */
81 /** This function cleans up specific SDL subsystems */
84 /** This function returns mask of the specified subsystems which have
86 * If 'flags' is 0, it returns a mask of all initialized subsystems.
90 /** This function cleans up all initialized subsystems and unloads the
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL.h 58 * specify the subsystems which you will be using in your application.
72 * the subsystems specified by 'flags' (and those satisfying dependencies)
78 /** This function initializes specific SDL subsystems */
81 /** This function cleans up specific SDL subsystems */
84 /** This function returns mask of the specified subsystems which have
86 * If 'flags' is 0, it returns a mask of all initialized subsystems.
90 /** This function cleans up all initialized subsystems and unloads the
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL.h 58 * specify the subsystems which you will be using in your application.
72 * the subsystems specified by 'flags' (and those satisfying dependencies)
78 /** This function initializes specific SDL subsystems */
81 /** This function cleans up specific SDL subsystems */
84 /** This function returns mask of the specified subsystems which have
86 * If 'flags' is 0, it returns a mask of all initialized subsystems.
90 /** This function cleans up all initialized subsystems and unloads the
  /prebuilts/tools/windows/sdl/include/SDL/
SDL.h 58 * specify the subsystems which you will be using in your application.
72 * the subsystems specified by 'flags' (and those satisfying dependencies)
78 /** This function initializes specific SDL subsystems */
81 /** This function cleans up specific SDL subsystems */
84 /** This function returns mask of the specified subsystems which have
86 * If 'flags' is 0, it returns a mask of all initialized subsystems.
90 /** This function cleans up all initialized subsystems and unloads the
  /external/chromium_org/third_party/usb_ids/
README.chromium 10 vendors, devices, subsystems and device classes."
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guidebasicsinit.html 80 >SDL is composed of eight subsystems - Audio, CDROM, Event Handling, File I/O, Joystick Handling, Threading, Timers and Video. Before you can use any of these subsystems they must be initialized by calling <A
95 > must be called before any other SDL function. It automatically initializes the Event Handling, File I/O and Threading subsystems and it takes a parameter specifying which other subsystems to initialize. So, to initialize the default subsystems and the Video subsystems you would call:
100 To initialize the default subsystems, the Video subsystem and the Timers subsystem you would call:
124 > shuts down all subsystems, including the default ones. It should always be called before a SDL application exits.</P
167 /* Shutdown all subsystems */
general.html 98 >&nbsp;--&nbsp;Initialize subsystems</DT
113 >&nbsp;--&nbsp;Check which subsystems are initialized</DT
136 > initializes all the subsystems that the user requests (video, audio, joystick, timers and/or cdrom). Once SDL is initialized with <TT
139 > subsystems can be shut down and initialized as needed using <A
159 > shuts down all subsystems and frees any resources allocated to SDL.</P
sdlwasinit.html 83 >SDL_WasInit&nbsp;--&nbsp;Check which subsystems are initialized</DIV
134 > is a bitwise OR'd combination of the subsystems you wish to check (see <A
153 > returns a bitwised OR'd combination of the initialized subsystems.</P
166 /* Get init data on all the subsystems */
188 /* Check for two subsystems */
  /external/chromium_org/components/nacl/loader/
nacl_main_platform_delegate_win.cc 26 // Warm up language subsystems before the sandbox is turned on.
  /external/dnsmasq/contrib/lease-access/
README 11 changes in several other subsystems.
  /external/chromium_org/ui/ozone/public/
ozone_platform.h 44 // Initializes the subsystems/resources necessary for the UI process (e.g.
48 // Initializes the subsystems/resources necessary for the GPU process.

Completed in 556 milliseconds

1 2 3 4 5 6