HomeSort by relevance Sort by last modified time
    Searched full:manager (Results 51 - 75 of 1576) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaIoFileOutputStreamTest.java 56 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
62 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
68 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
74 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
80 notes = "Verifies that FileOutputStream constructor calls checkRead on security manager.",
125 assertTrue("FileOutputStream(FileDescriptor) ctor must call checkWrite on security manager", s.called);
130 assertTrue("FileOutputStream(File) ctor must call checkWrite on security manager", s.called);
135 assertTrue("FileOutputStream(File) ctor must call checkWrite on security manager", s.called);
140 assertTrue("FileOutputStream(String) ctor must call checkWrite on security manager", s.called);
145 assertTrue("FileOutputStream(String,boolean) ctor must call checkWrite on security manager", s.called)
    [all...]
JavaIoFileInputStreamTest.java 56 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.",
62 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.",
68 notes = "Verifies that FileInputStream() constructor calls checkRead method on security manager.",
113 assertTrue("FileInputStream(FileDescriptor) ctor must call checkRead on security manager", s.called);
118 assertTrue("FileInputStream(String) ctor must call checkRead on security manager", s.called);
123 assertTrue("FileInputStream(File) ctor must call checkRead on security manager", s.called);
JavaLangClassTest.java 51 "RuntimePermission of security manager.",
79 "security manager", s.called);
84 notes = "Verifies that forName(String,boolean,Classloader) method checks RuntimePermission(getClassLoader) of security manager.",
108 "check RuntimePermission(getClassLoader) on security manager",
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
116 /* The windows custom window manager information structure */
135 /* The windows custom window manager information structure */
151 /* The RISC OS custom window manager information structure */
169 /* The QNX custom window manager information structure */
195 /* The generic custom window manager information structure */
207 * This function gives you custom hooks into the window manager information
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
116 /* The windows custom window manager information structure */
135 /* The windows custom window manager information structure */
151 /* The RISC OS custom window manager information structure */
169 /* The QNX custom window manager information structure */
195 /* The generic custom window manager information structure */
207 * This function gives you custom hooks into the window manager information
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
116 /* The windows custom window manager information structure */
135 /* The windows custom window manager information structure */
151 /* The RISC OS custom window manager information structure */
169 /* The QNX custom window manager information structure */
195 /* The generic custom window manager information structure */
207 * This function gives you custom hooks into the window manager information
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 28 /* Include file for SDL custom system window manager hooks */
42 which contains window-manager specific information and arrives whenever
51 /* This is the structure for custom window manager events */
73 /* The UNIX custom window manager information structure.
108 /* The windows custom window manager information structure */
127 /* The windows custom window manager information structure */
143 /* The RISCOS custom window manager information structure */
161 /* The QNX custom window manager information structure */
175 /* The generic custom window manager information structure */
187 * This function gives you custom hooks into the window manager information
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 23 /* Include file for SDL custom system window manager hooks */
39 which contains window-manager specific information and arrives whenever
48 /* This is the structure for custom window manager events */
77 /* The UNIX custom window manager information structure.
116 /* The windows custom window manager information structure */
135 /* The windows custom window manager information structure */
151 /* The RISC OS custom window manager information structure */
169 /* The QNX custom window manager information structure */
183 /* The generic custom window manager information structure */
195 * This function gives you custom hooks into the window manager information
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/
bfd.info     [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 50 * A connection "manager" for a single connection.
51 * This manager is good only for single-threaded use.
80 /** The schemes supported by this connection manager. */
101 /** Indicates whether this connection manager is shut down. */
108 * Creates a new simple connection manager.
110 * @param params the parameters for this manager
165 * Asserts that this manager is not shut down.
167 * @throws IllegalStateException if this manager is shut down
173 throw new IllegalStateException("Manager is shut down.");
265 "connection not obtained from this manager.")
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 30 // between the platform specific audio policy manager and Android generic audio policy manager.
31 // The platform specific audio policy manager must implement methods of the AudioPolicyInterface class.
35 // The platform specific audio policy manager is in charge of the audio routing and volume control
39 // System state changes and user actions are notified to audio policy manager with methods of the AudioPolicyInterface.
41 // return a handler on an output that has been selected, configured and opened by the audio policy manager and that
43 // When the AudioTrack object is released, a putOutput() query is received and the audio policy manager can decide
50 // The platform specific audio policy manager is provided as a shared library by platform vendors (as for libaudio.so)
54 // Audio Policy Manager Interface
93 // indicates to the audio policy manager that the output starts being used by corresponding stream
    [all...]
  /external/freetype/include/freetype/
ftcache.h 156 * Face IDs are passed by the client to the cache manager, which calls,
178 * the cache manager to translate a given @FTC_FaceID into a new valid
225 /***** CACHE MANAGER OBJECT *****/
242 /* The manager intentionally limits the total number of opened */
246 /* The manager is also used to cache `nodes' of various types while */
282 /* Create a new cache manager. */
304 /* amanager :: A handle to a new manager object. 0~in case of */
326 /* Empty a given cache manager. This simply gets rid of all the */
327 /* currently cached @FT_Face and @FT_Size objects within the manager. */
330 /* manager :: A handle to the manager. *
333 FTC_Manager_Reset( FTC_Manager manager ); variable
348 FTC_Manager_Done( FTC_Manager manager ); variable
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_4.js 57 function Manager () {
60 Manager.prototype = new Employee();
97 var wally = new Manager();
104 var furry = new Manager();
127 "wally = new Manager(); wally.specialty",
132 "furry = new Manager(); furry.specialty",
  /external/bluetooth/bluez/doc/
manager-api.txt 1 BlueZ D-Bus Manager API description
10 Manager hierarchy
14 Interface org.bluez.Manager
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
ServiceManager.java 35 * manager.
46 * service manager. Non-blocking.
63 * up and bound by the activity manager. There is only one thread in the process
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
Makefile 7 # Flag to use Audio Manager/DASF
8 # 1 - use Audio Manager/DASF, this is Default mode for Linux
9 # 0 - don't use Audio Manager/DASF
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 7 # Flag to use Audio Manager/DASF
8 # 1 - use Audio Manager/DASF, this is default mode for Linux
9 # 0 - don't use Audio Manager/DASF
  /hardware/ti/wlan/wl1271/Test/
PowerMgrDebug.h 35 * \brief This is the Power Manager module private (internal).
42 * MODULE: Power Manager Debug *
43 * PURPOSE: Power Manager Debug Module private *
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
roamingInt.c 35 * \brief Roaming (Cisco Compatible Extensions for WLAN Devices) Manager
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager API *
  /packages/apps/IM/src/com/android/im/imps/
ImpsGroupAddress.java 79 ImpsChatGroupManager manager = local
81 ChatGroup group = manager.getChatGroup(this);
83 group = manager.loadGroupMembersAsync(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
QualifierListTest.java 17 package com.android.ide.eclipse.adt.internal.editors.resources.manager;
21 import com.android.ide.eclipse.adt.internal.resources.manager.ResourceManager;
46 // get the list of qualifier in the resource manager
  /system/wlan/ti/wilink_6_1/Test/
PowerMgrDebug.h 35 * \brief This is the Power Manager module private (internal).
42 * MODULE: Power Manager Debug *
43 * PURPOSE: Power Manager Debug Module private *
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
roamingInt.c 35 * \brief Roaming (Cisco Compatible Extensions for WLAN Devices) Manager
42 * MODULE: Roaming Manager *
43 * PURPOSE: Roaming Manager API *
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
LockManager.java 27 * The lock manager is responsible for tracking acquired and pending locks on
52 * Add a new pending lock to the manager. Throws an exception if the lock
74 * Removes an acquired lock from the lock manager. If the lock did not exist
75 * in the lock manager the operation is a no-op.

Completed in 315 milliseconds

1 23 4 5 6 7 8 91011>>