HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 1876 - 1900 of 4142) sorted by null

<<71727374757677787980>>

  /sdk/files/
ant_lib_rules_r2.xml 73 <!-- Emma configuration -->
80 <!-- End of emma configuration -->
  /system/core/logcat/
event.logtags 133 # Wi-Fi interface configuration state changed:
135 # [ 0- 0] Interface configuration succeeded (1) or failed (0)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/
PowerMgr_API.h 193 * \brief Sends the current power mode configuration to the firmware.
241 * \brief print configuration of the PowerMgr object - use for debug!
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/SoftGemini/inc/
SoftGeminiApi.h 74 DESCRIPTION: SoftGemini module configuration function, called by the config mgr in configuration phase
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/HwInit/
HwInit.c 118 * RETURNS: OK - Configuration successful
119 * NOK - Configuration unsuccessful
  /system/wlan/ti/wilink_6_1/Test/
smeDebug.c 216 Freq2Chan(pBssid->Configuration.Union.channel),
221 WLAN_OS_REPORT((" BeaconInterval %d\n", pBssid->Configuration.BeaconPeriod));
  /external/freetype/include/freetype/config/
ftoption.h 5 /* User-selectable configuration macros (specification only). */
31 /* USER-SELECTABLE CONFIGURATION MACROS */
33 /* This file contains the default configuration macro definitions for */
252 /* You would normally undefine this configuration macro when building */
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 31 import android.content.res.Configuration;
94 boolean onlyIfNeeded, boolean debug, Configuration newConfig) throws RemoteException;
121 public void activityIdle(IBinder token, Configuration config) throws RemoteException;
187 public Configuration getConfiguration() throws RemoteException;
188 public void updateConfiguration(Configuration values) throws RemoteException;
272 // Get device configuration
  /frameworks/base/core/java/android/provider/
Settings.java 35 import android.content.res.Configuration;
74 * Activity Action: Show settings to allow configuration of APNs.
84 * Activity Action: Show settings to allow configuration of current location
99 * Activity Action: Show settings to allow configuration of wireless controls
142 * Activity Action: Show settings to allow configuration of security and
157 * Activity Action: Show settings to allow configuration of privacy options.
171 * Activity Action: Show settings to allow configuration of Wi-Fi.
187 * Activity Action: Show settings to allow configuration of a static IP
202 * Activity Action: Show settings to allow configuration of Bluetooth.
216 * Activity Action: Show settings to allow configuration of date and time
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/
MacServices_api.h 294 * enter in to configuration of the driver that in higher priority from the user.\n
295 * the configuration is:\n
318 * enter in to configuration of the driver that in higher priority from the user.\n
319 * the configuration is:\n
320 * end the user mode configuration (driver mode priority) and returns the user configuration
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver.c 464 * RETURNS: OK if succeeded, NOK if failed in HW configuration.
510 /* Call user application configuration callback */
523 * RETURNS: OK if succeeded, NOK if failed in HW configuration.
554 * RETURNS: OK if succeeded, NOK if failed in HW configuration.
585 WLAN_REPORT_ERROR(pTnetwDrv->hReport, TNETW_DRV_MODULE_LOG,("\n.....WhalCtrl configuration failure \n"));
677 ("TnetwDrv_FinalizeDownload: configuration failure!\n"));
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/Export_Inc/
MacServices_api.h 321 * enter in to configuration of the driver that in higher priority from the user.\n
322 * the configuration is:\n
345 * enter in to configuration of the driver that in higher priority from the user.\n
346 * the configuration is:\n
347 * end the user mode configuration (driver mode priority) and returns the user configuration
  /system/wlan/ti/wilink_6_1/TWD/MacServices/Export_Inc/
MacServices_api.h 294 * enter in to configuration of the driver that in higher priority from the user.\n
295 * the configuration is:\n
318 * enter in to configuration of the driver that in higher priority from the user.\n
319 * the configuration is:\n
320 * end the user mode configuration (driver mode priority) and returns the user configuration
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 143 When first run, EXT2ED parses its configuration file, <Literal remap="tt">ext2ed.conf</Literal>.
148 When the configuration file processing is done, EXT2ED screen should appear
261 the configuration file option <Literal remap="tt">AllowMountedRead</Literal>. Although read access
296 the configuration file by using the <Literal remap="tt">AllowChanges off</Literal>
297 configuration option. In this case, the <Command>enablewrite</Command> command
312 In addition, A logging option is provided through the configuration
374 the accept/reject behavior will be decided by the configuration
399 at run time from a file specified by the configuration file.
403 case, use the configuration option <Literal remap="tt">ForceExt2 on</Literal>. This is not
414 configuration option (not recommended). In that case, the parameter
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 39 import android.content.res.Configuration;
266 final Configuration configuration = getResources().getConfiguration(); local
269 final String locale = configuration.locale.toString();
272 final int mcc = configuration.mcc;
275 final int mnc = configuration.mnc;
297 private static void readConfiguration(Context context, LocaleConfiguration configuration) {
301 configuration.locale = in.readUTF();
302 configuration.mcc = in.readInt();
303 configuration.mnc = in.readInt()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
75 * A composite that displays the current configuration displayed in a Graphical Layout Editor.
83 * This initializes the UI, either with the first compatible configuration found, or attempts
84 * to restore a configuration if one is found to have been saved in the file persistent storage.
155 * This notifies the owners when the configuration change.
156 * The owner must also provide methods to provide the configuration that will
173 * rendering to its original configuration.
321 * @param listener An {@link IConfigListener} that gets and sets configuration properties.
467 * Replaces the UI with a given file configuration. This is meant to answer the user
562 * <p>This initializes the UI, either with the first compatible configuration found
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 360 DESCRIPTION: Site manager module configuration function, called by the config mgr in configuration phase
    [all...]
  /external/dnsmasq/man/
dnsmasq.8 32 the configuration file.
35 Read and syntax check configuration file(s). Exit with code 0 if all
87 syslog. (Errors whilst reading configuration will still go to syslog,
255 line or the dnsmasq configuration file.
258 Allow dnsmasq configuration to be updated via DBus method calls. The
259 configuration which can be changed is upstream DNS servers (and
322 to make configuration files clearer in this case.
519 in the configuration file.
573 This configuration allows these defaults to be overridden,
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogFactory.java 38 * configuration features similar to that employed by standard Java APIs
74 * configuration properties file.
196 * Return the configuration attribute with the specified name (if any),
206 * configuration attributes. If there are no such attributes, a zero
227 * using the factory's current set of configuration attributes.</p>
257 * Remove any configuration attribute associated with the specified name.
266 * Set the configuration attribute with the specified name. Calling
360 * file, if found in the class path of this class. The configuration
370 * properties defined in this file will be set as configuration attributes
    [all...]
  /external/proguard/docs/manual/
usage.html 18 ProGuard distribution. Options can also be put in one or more configuration
19 files. Typically, you'll put most options in a configuration file (say,
24 You can combine command line options and options from configuration files, for
30 In a configuration file, a <code><b>#</b></code> sign and all remaining
39 lines in configuration files. This means that you can quote any arbitrary
77 <dd>Recursively reads configuration options from the given file
84 these configuration arguments or this configuration file.</dd>
187 specified input, output, and configuration files or directories.</dd>
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 140 * The current audio channel configuration
199 * @param channelConfig describes the configuration of the audio channels.
290 throw (new IllegalArgumentException("Unsupported channel configuration."));
380 * Returns the configured channel configuration.
437 * @param channelConfig describes the configuration of the audio channels.
462 loge("getMinBufferSize(): Invalid channel configuration.");
602 // Initialization / configuration
  /hardware/ti/wlan/wl1271/TWD/TwIf/
TwIf.c 102 /* The addresses partitioning configuration Txn data */
112 /* The addresses partitioning configuration Txn */
116 TPartitionTxnData tData; /* The addresses partitioning configuration data */
120 /* The addresses partitioning configuration Txn */
124 TI_UINT32 tData; /* The addresses partitioning configuration data for one register */
128 /* The addresses partitioning configuration Txn */
458 * configuration from the INI file).
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TwIf/
TwIf.c 100 /* The addresses partitioning configuration Txn data */
110 /* The addresses partitioning configuration Txn */
114 TPartitionTxnData tData; /* The addresses partitioning configuration data */
118 /* The addresses partitioning configuration Txn */
122 TI_UINT32 tData; /* The addresses partitioning configuration data for one register */
126 /* The addresses partitioning configuration Txn */
416 * configuration from the INI file).
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gccinstall.info 98 * Configuration::
127 To build all languages in a cross-compiler or other configuration
305 File: gccinstall.info, Node: Downloading the source, Next: Configuration, Prev: Prerequisites, Up: Installing GCC
342 File: gccinstall.info, Node: Configuration, Next: Building, Prev: Downloading the source, Up: Installing GCC
344 4 Installing GCC: Configuration
348 built. This document describes the recommended configuration procedure
363 configuration and build phases.
382 configure. Otherwise the configuration scripts may fail.
583 both headers and libraries. This provides a configuration that is
588 use the above simple configuration. It is possible to use th
    [all...]

Completed in 457 milliseconds

<<71727374757677787980>>