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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 34 * For Android projects, android.jar gets added to the launch configuration of
62 public String[][] getBootpathExt(ILaunchConfiguration configuration) throws CoreException {
63 String[][] bootpath = super.getBootpathExt(configuration);
68 public String[] getClasspath(ILaunchConfiguration configuration) throws CoreException {
69 String[] classpath = super.getClasspath(configuration);
70 return fixClasspath(classpath, getJavaProjectName(configuration));
  /external/wpa_supplicant/
README 132 Linux drivers that support WPA/WPA2 configuration with the generic
188 configuration file.
238 implementation. A configuration file, .config, for compilation is
246 information about the wpa_supplicant build time configuration.
333 - wpa_supplicant selects a BSS based on its configuration
353 build time configuration file, .config, in the wpa_supplicant root
354 directory. Configuration options are text lines using following
356 comments and are ignored. See defconfig file for an example configuration
359 The build time configuration can be used to select only the needed
361 libraries. The main configuration parts are the selection of whic
    [all...]
eapol_sm.h 24 * struct eapol_config - Per network configuration for EAPOL state machines
152 * set_config_blob - Set or add a named configuration blob
156 * Adds a new configuration blob or replaces the current value of an
162 * get_config_blob - Get a named configuration blob
179 * This is an OpenSSL specific configuration option for loading OpenSC
187 * This is an OpenSSL specific configuration option for loading PKCS#11
195 * This is an OpenSSL specific configuration option for configuring
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 11 <li>Alternative resources provide configuration-specific resource files</li>
38 will then automatically apply the appropriate resource based on the current configuration. For
164 android.content.res.Resources#getXml(int) Resources.getXML()}. Various XML configuration files
166 href="{@docRoot}guide/topics/search/searchable-config.html">searchable configuration</a>.
167 <!-- or preferences configuration. --></td>
195 automatically detects the current device configuration and loads the appropriate
198 <p>To specify configuration-specific alternatives for a set of resources:</p>
205 <li><em>{@code &lt;config_qualifier&gt;}</em> is a name that specifies a configuration
232 version of that drawable that best matches the current device configuration.</p>
234 <p>Android supports several configuration qualifiers and you ca
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 2 * WPA Supplicant / Configuration parser and common functions
29 * Structure for network configuration parsing. This data is used to implement
30 * a generic parser for each network block variable. The table of configuration
34 /* Configuration variable name */
104 wpa_printf(MSG_DEBUG, "Unset configuration string '%s'",
981 "build time configuration.\n"
1055 wpa_printf(MSG_DEBUG, "Unset configuration string 'password'");
1305 /* FUNC: Define a configuration variable that uses a custom function for
1317 * Table of network configuration variables. This table is used to parse each
1318 * network configuration variable, e.g., each line in wpa_supplicant.conf fil
    [all...]
.config 1 # Example wpa_supplicant build time configuration
3 # This file lists the configuration options that are used when building the
4 # hostapd binary. All lines starting with # are ignored. Configuration option
23 # Example configuration for various cross-compilation platforms
73 # Example path for wlioctl.h; change to match your configuration
250 # Select configuration backend:
251 # file = text file (e.g., wpa_supplicant.conf; note: the configuration file
253 # select the backend that allows configuration files to be used)
257 # Remove configuration write functionality (i.e., to allow the configuration
    [all...]
defconfig 1 # Example wpa_supplicant build time configuration
3 # This file lists the configuration options that are used when building the
4 # hostapd binary. All lines starting with # are ignored. Configuration option
23 # Example configuration for various cross-compilation platforms
75 # Example path for wlioctl.h; change to match your configuration
253 # Select configuration backend:
254 # file = text file (e.g., wpa_supplicant.conf; note: the configuration file
256 # select the backend that allows configuration files to be used)
260 # Remove configuration write functionality (i.e., to allow the configuration
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
TestNetscapePlugin.vcproj 18 <Configuration
86 </Configuration>
87 <Configuration
156 </Configuration>
157 <Configuration
226 </Configuration>
227 <Configuration
295 </Configuration>
296 <Configuration
365 </Configuration>
    [all...]
  /external/zlib/contrib/vstudio/vc7/
zlibvc.vcproj 13 <Configuration
69 </Configuration>
70 <Configuration
133 </Configuration>
134 <Configuration
197 </Configuration>
198 <Configuration
259 </Configuration>
260 <Configuration
323 </Configuration>
    [all...]
  /external/proguard/docs/manual/
ant.html 32 configuration file, using embedded ProGuard configuration options, or using
33 the equivalent XML configuration tags. These three ways can be combined,
37 <h3>1. An external ProGuard configuration file</h3>
40 ProGuard configuration file, and include it from Ant. You can include your
41 ProGuard configuration file by setting
42 the <a href="#configuration_attribute"><code>configuration</code></a>
50 &lt;proguard configuration="myconfigfile.pro"/&gt;
54 This is a convenient option if you prefer ProGuard's configuration style over
56 configuration with developers who don't use Ant
    [all...]
gui.html 20 configuration file, it will be loaded. The GUI works like a wizard. You can
21 edit the configuration and execute ProGuard through a few tabs:
26 <td>Optionally load an existing configuration file.</td></tr>
38 <td>View and save the resulting configuration, and run ProGuard.</td></tr>
68 <tr><td class="button">Load configuration...</td>
69 <td>opens a file chooser to load an existing ProGuard configuration
74 If you don't want to load an existing configuration, you can just continue
75 creating a new configuration from scratch.
146 Corresponding configuration options:
213 configuration options through the <a href="usage.html">Usage section</a> an
    [all...]
  /frameworks/base/docs/html/guide/topics/appwidgets/
index.jd 23 <li><a href="#Configuring">Creating an App Widget Configuration Activity</a>
26 the configuration Activity</a></li>
70 <p>Additionally, you can implement an App Widget configuration Activity. This is an optional
118 how often to update the App Widget, and (optionally) a configuration Activity to launch at create-time.
159 configuration&mdash;some people might want a stock ticker to update every 15 minutes, or maybe
177 (read <a href="#Configuring">Creating an App Widget Configuration Activity</a> below).</li>
242 {@link android.app.Service}, if necessary. However, if you have declared a configuration
245 configuration Activity to perform the first update when configuration is done.
246 (See <a href="#Configuring">Creating an App Widget Configuration Activity</a> below.)</dd>
    [all...]
  /external/dbus/bus/
dbus-daemon.1 29 a different configuration file.
36 additional configuration files and using the \-\-config-file option,
54 configuration file and to flush its user/group information caches. Some
55 configuration changes would require kicking all apps off the bus; so they will
63 Use the given configuration file.
67 the configuration file does not specify that it should.
68 In most contexts the configuration file already gets this
82 Use the standard configuration file for the per-login-session message
86 Use the standard configuration file for the systemwide message bus.
91 .SH CONFIGURATION FIL
    [all...]
dbus-daemon.1.in 29 a different configuration file.
36 additional configuration files and using the \-\-config-file option,
54 configuration file and to flush its user/group information caches. Some
55 configuration changes would require kicking all apps off the bus; so they will
63 Use the given configuration file.
67 the configuration file does not specify that it should.
68 In most contexts the configuration file already gets this
82 Use the standard configuration file for the per-login-session message
86 Use the standard configuration file for the systemwide message bus.
91 .SH CONFIGURATION FIL
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 178 Type: Configuration
197 /* Wakeup configuration bits*/
208 Type: Configuration
244 Type: Configuration
278 Type: Configuration
363 Type: Configuration
418 Type: Configuration
468 Type: Configuration
484 Type: Filtering Configuration
490 * Rx configuration (filter) information elemen
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 25 import android.content.res.Configuration;
69 args = {android.content.ContentResolver.class, android.content.res.Configuration.class}
99 args = {android.content.ContentResolver.class, android.content.res.Configuration.class}
110 * rows: an int, a long, a float, a String, a configuration and a
168 Configuration cfg = new Configuration();
173 cfg = new Configuration();
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 80 5048396909E3304600765E4B /* Configuration Files */,
117 5048396909E3304600765E4B /* Configuration Files */ = {
123 name = "Configuration Files";
131 buildConfigurationList = C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "Simple" */;
153 buildConfigurationList = C0E91AC908A95435008D54AB /* Build configuration list for PBXProject "Simple" */;
314 C0E91AC508A95435008D54AB /* Build configuration list for PBXNativeTarget "Simple" */ = {
323 C0E91AC908A95435008D54AB /* Build configuration list for PBXProject "Simple" */ = {
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
eapol_supp_sm.h 24 * struct eapol_config - Per network configuration for EAPOL state machines
152 * set_config_blob - Set or add a named configuration blob
156 * Adds a new configuration blob or replaces the current value of an
162 * get_config_blob - Get a named configuration blob
180 * This is an OpenSSL specific configuration option for loading OpenSC
188 * This is an OpenSSL specific configuration option for loading PKCS#11
196 * This is an OpenSSL specific configuration option for configuring
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 177 Type: Configuration
196 /* Wakeup configuration bits*/
207 Type: Configuration
243 Type: Configuration
277 Type: Configuration
362 Type: Configuration
417 Type: Configuration
467 Type: Configuration
483 Type: Filtering Configuration
489 * Rx configuration (filter) information elemen
    [all...]
  /external/stlport/test/eh/
Prefix.h 15 SUMMARY: Configuration #defines for STL EH test suite
53 // Just include something to get whatever configuration header we're using.
190 // Configuration for testing other non-SGI STL implementations
193 // Metrowerks configuration
197 // Get MSL configuration header
211 # error No configuration for earlier versions of MSL
232 # endif // Metrowerks configuration
260 // Compiler-independent configuration
289 // Library-independent configuration.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 92 * struct wps_config - WPS configuration for a single registration protocol run
172 * struct wps_registrar_config - WPS Registrar configuration
238 * configuration and Enrollee capabilities. The extra_cred data will
259 * disable_auto_conf - Disable auto-configuration on first registration
265 * program to take care of configuration. This requires the extra_cred
401 * notify Registrar of the current configuration.
416 * config_methods - Enabled configuration methods
437 * current configuration.
450 * current network configuration.
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
SimUnlockScreen.java 22 import android.content.res.Configuration;
71 public SimUnlockScreen(Context context, Configuration configuration,
78 mCreationOrientation = configuration.orientation;
79 mKeyboardHidden = configuration.hardKeyboardHidden;
83 if (mKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_NO) {
283 Configuration newConfig = getResources().getConfiguration();
288 final boolean isKeyboardOpen = mKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_NO;
304 protected void onConfigurationChanged(Configuration newConfig) {
  /external/dnsmasq/
doc.html 13 in a central configuration file. Dnsmasq supports static and dynamic
20 resource use and ease of configuration are important.
35 The DNS configuration of machines behind the firewall is simple and
62 its upstream nameservers from ppp or dhcp configuration. It will
65 distributions since it allows dns configuration to be made automatic.
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 7 e2fsck.conf \- Configuration file for e2fsck
10 is the configuration file for
23 An example of the INI-style format used by this configuration file
68 This stanza contains general configuration parameters for
203 The configuration file for
  /external/grub/stage2/
smp-imps.h 61 * Configuration Table Header.
66 * These are the "type" values for Base MP Configuration Table entries.
86 typedef struct imps_cth imps_cth; /* MP configuration table header */
114 * MP Configuration Table Header (cth)
137 * Base MP Configuration Table Types. They are sorted according to

Completed in 443 milliseconds

<<11121314151617181920>>