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

12 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/input/
Makefile.am 7 input_la_SOURCES = main.c manager.h manager.c \
  /external/bluetooth/bluez/network/
Makefile.am 7 network_la_SOURCES = main.c manager.h manager.c \
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_2.js 52 function Manager () {
55 Manager.prototype = new Employee();
91 var manager = new Manager();
102 "manager.__proto__ == Manager.prototype",
104 manager.__proto__ == Manager.prototype );
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ExpInc/
roamingMngrApi.h 2 * \brief Internal Roaming Manager API
43 * MODULE: Roaming Manager *
44 * PURPOSE: Roaming Manager Module API *
72 /* Creates the Roaming Manager Module */
75 /* Configures Roaming Manager Module */
80 /* Unloads the Roaming Manager Module */
82 /* IF for getting Roaming Manager Module parameters */
84 /* IF for setting Roaming Manager Module parameters */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.h 2 * \brief config manager module internal header file
44 /* PURPOSE: Config manager module internal header file */
55 /* Config manager state machine defintions */
70 /* Configuration manager handle */
107 /* EXC Manager*/
110 /* Roaming Manager */
113 /* QOS Manager */
147 TI_HANDLE hScanMngr; /* Scan Manager */
  /system/wlan/ti/wilink_6_1/utils/
CmdInterfaceCodes.h 141 SITE_MGR_MODULE_PARAM = 0x0600, /**< Site Manager Module Number */
151 XCC_MANAGER_MODULE_PARAM = 0x1000, /**< XCC Manager Module Number */
152 ROAMING_MANAGER_MODULE_PARAM = 0x1100, /**< Roaming Manager Module Number */
154 QOS_MANAGER_PARAM = 0x1300, /**< Quality Of Service (QoS) Manager Module Number */
155 POWER_MANAGER_PARAM = 0x1400, /**< Power Manager Module Number */
157 SCAN_MNGR_PARAM = 0x1600, /**< Scan Manager Module Number */
255 /* Site manager section */
256 SITE_MGR_DESIRED_CHANNEL_PARAM = SET_BIT | GET_BIT | SITE_MGR_MODULE_PARAM | 0x01, /**< Site Manager Desired Channel Parameter (Site Manager Module Set/Get Command):\n
260 * Module Number: Site Manager Module Number \
    [all...]
  /frameworks/base/core/java/android/util/
FinitePool.java 45 FinitePool(PoolableManager<T> manager) {
46 mManager = manager;
51 FinitePool(PoolableManager<T> manager, int limit) {
54 mManager = manager;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/inc/
scanMngrApi.h 36 * \brief This file include public definitions for the scan manager module, comprising its API.
61 * \brief enumerates the different result statuses that the scan manager
110 * \brief Creates the scan manager object.\n
114 * \return a pointer to the scan manager object if successful, NULL otherwise.\n
121 * \brief Initializes the scan manager.\n
124 * \param hScanMngr - handle to the scan manager object.\n
128 * \param hRoamMngr - handle to the roaming manager object.\n
129 * \param hSiteMngr - handle to the site manager object.\n
138 * \brief unloads the scan manager object.\n
141 * \param hScanMngr - handle to the scan manager object.\
    [all...]
  /external/bluetooth/bluez/test/
test-discovery 26 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
27 "org.bluez.Manager")
29 path = manager.DefaultAdapter()
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
main.cpp 28 virtual void saveState(QSessionManager &manager);
39 void WpaGuiApp::saveState(QSessionManager &manager)
41 QApplication::saveState(manager);
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngrTypes.h 37 * MODULE: Roaming Manager *
38 * PURPOSE: Roaming Manager Module Types *
46 * \brief Internal Roaming Manager Types API
68 * \brief Roaming Manager Configuration
71 * This Structure defines the Roaming Manager Configuration Type
78 * ROAMING_ENABLED: Enables roaming manager
79 * ROAMING _DISABLED: Disables roaming manager
92 * \brief Roaming Manager Thresholds Configuration
95 * This Structure defines the Roaming Manager Trigger Thresholds Configuration type \n
126 * \brief Roaming Manager Configuration Parameter
    [all...]
scanMngr.h 35 * \brief This file include private definitions for the scan manager module.
164 * \brief This structure contains information relevant only for scan manager module on a BSS
195 * BSS scan manager private
215 * \brief holds all scan manager statistics
281 * \brief This structure contains the scan manager object data
298 * handle to the roaming manager
302 * handle to the site manager object*/
415 * \brief Frees scan manager resources.\n
418 * \param hScanMngr - handle to the scan manager object.\n
428 * \param hScanMngr - handle to the scan manager object.\
    [all...]
  /sdk/emulator/qtools/
read_trace.cpp 87 ProcessState *manager = process->addr_manager;
88 for (int ii = 0; ii < manager->nregions; ++ii) {
91 manager->regions[ii]->vstart,
92 manager->regions[ii]->vend,
93 manager->regions[ii]->base_addr,
94 manager->regions[ii]->file_offset,
95 manager->regions[ii]->nsymbols,
96 manager->regions[ii]->flags,
97 manager->regions[ii]->path);
98 int nsymbols = manager->regions[ii]->nsymbols
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngrTypes.h 37 * MODULE: Roaming Manager *
38 * PURPOSE: Roaming Manager Module Types *
46 * \brief Internal Roaming Manager Types API
68 * \brief Roaming Manager Configuration
71 * This Structure defines the Roaming Manager Configuration Type
78 * ROAMING_ENABLED: Enables roaming manager
79 * ROAMING _DISABLED: Disables roaming manager
92 * \brief Roaming Manager Thresholds Configuration
95 * This Structure defines the Roaming Manager Trigger Thresholds Configuration type \n
126 * \brief Roaming Manager Configuration Parameter
    [all...]
scanMngr.h 35 * \brief This file include private definitions for the scan manager module.
164 * \brief This structure contains information relevant only for scan manager module on a BSS
195 * BSS scan manager private
215 * \brief holds all scan manager statistics
281 * \brief This structure contains the scan manager object data
298 * handle to the roaming manager
302 * handle to the site manager object*/
415 * \brief Frees scan manager resources.\n
418 * \param hScanMngr - handle to the scan manager object.\n
428 * \param hScanMngr - handle to the scan manager object.\
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
WebStorageSizeManagerUnitTests.java 92 // Create the manager.
93 WebStorageSizeManager manager = new WebStorageSizeManager(null, mDiskInfo, mAppCacheInfo); local
97 manager.onExceededDatabaseQuota("1", "1", origin1Quota, origin1EstimatedSize, totalUsedQuota, mQuotaUpdater);
105 manager.onExceededDatabaseQuota("2", "2", origin2Quota, origin2EstimatedSize, totalUsedQuota, mQuotaUpdater);
111 manager.onExceededDatabaseQuota("1", "1", origin1Quota, 0, totalUsedQuota, mQuotaUpdater);
118 manager.onExceededDatabaseQuota("2", "2", origin2Quota, 0, totalUsedQuota, mQuotaUpdater);
128 manager.onExceededDatabaseQuota("3", "3", origin3Quota, origin3EstimatedSize, totalUsedQuota, mQuotaUpdater);
134 manager.onExceededDatabaseQuota("1", "1", origin1Quota, 0, totalUsedQuota, mQuotaUpdater);
141 manager.onExceededDatabaseQuota("1", "1", origin1Quota, 0, totalUsedQuota, mQuotaUpdater);
145 manager.onExceededDatabaseQuota("4", "4", 0, bytes(1), totalUsedQuota, mQuotaUpdater)
250 WebStorageSizeManager manager = new WebStorageSizeManager(null, mDiskInfo, mAppCacheInfo); local
    [all...]
  /hardware/ti/wlan/wl1271/Test/
ScanMngrDbg.c 35 * \brief This file include the scan manager debug module implementation
52 * \brief Main scan manager debug function
55 * \param hScanMngr - handle to the scan manager object.\n
58 * \param hSiteMgr - handle to th esite manager object.\n
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
118 * \brief Prints scan manager debug menu
124 WLAN_OS_REPORT((" Scan Manager Debug Functions \n"));
126 WLAN_OS_REPORT(("1500 - Print the scan manager Debug Help\n"));
136 WLAN_OS_REPORT(("1510 - Print scan manager object\n"));
145 * \param hScanMngr - handle to the scan manager object.\
    [all...]
ScanMngrDbg.h 35 * \brief This file include private definitions for the scan manager debug module.
95 * \brief Main scan manager debug function
98 * \param hScanMngr - handle to the scan manager object.\n
101 * \param hSiteMgr - handle to th esite manager object.\n
109 * \brief Prints scan manager debug menu
121 * \param hScanMngr - handle to the scan manager object.\n
122 * \param hSiteMgr - handle to the site manager object.\n\
  /system/wlan/ti/wilink_6_1/Test/
ScanMngrDbg.c 35 * \brief This file include the scan manager debug module implementation
52 * \brief Main scan manager debug function
55 * \param hScanMngr - handle to the scan manager object.\n
58 * \param hSiteMgr - handle to th esite manager object.\n
110 WLAN_OS_REPORT(("Invalid function type in scan manager debug function: %d\n", funcType));
118 * \brief Prints scan manager debug menu
124 WLAN_OS_REPORT((" Scan Manager Debug Functions \n"));
126 WLAN_OS_REPORT(("1500 - Print the scan manager Debug Help\n"));
136 WLAN_OS_REPORT(("1510 - Print scan manager object\n"));
145 * \param hScanMngr - handle to the scan manager object.\
    [all...]
ScanMngrDbg.h 35 * \brief This file include private definitions for the scan manager debug module.
95 * \brief Main scan manager debug function
98 * \param hScanMngr - handle to the scan manager object.\n
101 * \param hSiteMgr - handle to th esite manager object.\n
109 * \brief Prints scan manager debug menu
121 * \param hScanMngr - handle to the scan manager object.\n
122 * \param hSiteMgr - handle to the site manager object.\n\
  /dalvik/libcore/logging/src/main/java/java/util/logging/
Handler.java 36 // the error manager to report errors during logging
55 * Constructs a {@code Handler} object with a default error manager instance
115 LogManager manager = LogManager.getLogManager(); local
118 final String filterName = manager.getProperty(prefix + ".filter"); //$NON-NLS-1$
131 String levelName = manager.getProperty(prefix + ".level"); //$NON-NLS-1$
144 final String formatterName = manager.getProperty(prefix + ".formatter"); //$NON-NLS-1$
157 final String encodingName = manager.getProperty(prefix + ".encoding"); //$NON-NLS-1$
171 * if a security manager determines that the caller does not
200 * Gets the error manager used by this handler to report errors during
203 * @return the error manager used by this handler
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
package.html 38 The implementation of a thread-safe client connection manager.
47 Facing the application is the <i>Manager</i> (green), which internally
49 Both Manager and Pool rely on <i>Operations</i> (cyan) to provide the
58 <li>Applications reference only the Manager objects.</li>
59 <li>Manager objects reference Pool objects, but not vice versa.</li>
60 <li>Operations objects do not reference either Manager or Pool objects.</li>
124 The Manager area has implementations for the connection management
143 The connection manager will work with all correct implementations
151 appears in both the Manager and Pool areas.
164 adapter will move from the Pool area to the Manager area. When th
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
PowerMgrKeepAlive.c 63 * \brief Creates the power manager keep-alive sub-module
68 * \return A handle to the power manager keep-alive sub-module
75 /* allocate memory for the power manager keep-alive object */
90 * \brief Destroys the power manager keep-alive sub-module
94 * \param hPowerMgrKL - handle to the power-manager keep-alive object
107 * \brief Initailize the power manager keep-alive sub-module
111 * \param hPowerMgrKL - handle to the power-manager keep-alive object
131 * \brief Set powr-manager keep-aive default initialization values
133 * Set powr-manager keep-aive default initialization values
135 * \param hPowerMgrKL - handle to the power-manager keep-alive objec
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
PowerMgrKeepAlive.c 63 * \brief Creates the power manager keep-alive sub-module
68 * \return A handle to the power manager keep-alive sub-module
75 /* allocate memory for the power manager keep-alive object */
90 * \brief Destroys the power manager keep-alive sub-module
94 * \param hPowerMgrKL - handle to the power-manager keep-alive object
107 * \brief Initailize the power manager keep-alive sub-module
111 * \param hPowerMgrKL - handle to the power-manager keep-alive object
131 * \brief Set powr-manager keep-aive default initialization values
133 * Set powr-manager keep-aive default initialization values
135 * \param hPowerMgrKL - handle to the power-manager keep-alive objec
    [all...]
  /frameworks/base/docs/html/sdk/
adding-components.jd 9 <li>Use the Android SDK and AVD Manager to
15 <li><a href="#launching">Launching the Android SDK and AVD Manager</a>
26 perform an update, use the <strong>Android SDK and AVD Manager</strong> to
28 and AVD Manager tool is included in the <a href="index.html">Android SDK
60 1em;"><strong>Figure 1.</strong> The Android SDK and AVD Manager's
66 <h2 id="launching">Launching the Android SDK and AVD Manager</h2>
68 <p>The Android SDK and AVD Manager is the tool that you use to install and
82 follow these steps to access the Android SDK and AVD Manager tool:</p>
87 Manager</strong>.</li>
93 AVD Manager. To launch the tool using the script, double-click "SD
    [all...]

Completed in 94 milliseconds

12 3 4 5 6 7 8 91011>>