/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.pom | 402 <configuration> 409 </configuration> 413 <configuration> 419 </configuration> 429 <configuration> 432 </configuration> 439 <configuration> 442 </configuration> 454 <configuration> 457 </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 <proguard configuration="myconfigfile.pro"/> 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...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
ant.html | 43 configuration file, using embedded ProGuard configuration options, or using 44 the equivalent XML configuration tags. These three ways can be combined, 48 <h3>1. An external ProGuard configuration file</h3> 51 ProGuard configuration file, and include it from Ant. You can include your 52 ProGuard configuration file by setting 53 the <a href="#configuration_attribute"><code>configuration</code></a> 61 <proguard configuration="myconfigfile.pro"/> 65 This is a convenient option if you prefer ProGuard's configuration style over 67 configuration with developers who don't use Ant [all...] |
gui.html | 31 configuration file, it will be loaded. The GUI works like a wizard. You can 32 edit the configuration and execute ProGuard through a few tabs: 37 <td>Optionally load an existing configuration file.</td></tr> 49 <td>View and save the resulting configuration, and run ProGuard.</td></tr> 78 <tr><td class="button">Load configuration...</td> 79 <td>opens a file chooser to load an existing ProGuard configuration 84 If you don't want to load an existing configuration, you can just continue 85 creating a new configuration from scratch. 155 Corresponding configuration options: 221 configuration options through the <a href="usage.html">Usage section</a> an [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMatcher.java | 16 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 21 import com.android.ide.common.resources.configuration.DensityQualifier; 22 import com.android.ide.common.resources.configuration.DeviceConfigHelper; 23 import com.android.ide.common.resources.configuration.FolderConfiguration; 24 import com.android.ide.common.resources.configuration.LanguageQualifier; 25 import com.android.ide.common.resources.configuration.NightModeQualifier; 26 import com.android.ide.common.resources.configuration.RegionQualifier; 27 import com.android.ide.common.resources.configuration.ResourceQualifier; 28 import com.android.ide.common.resources.configuration.ScreenOrientationQualifier; 29 import com.android.ide.common.resources.configuration.ScreenSizeQualifier 513 FolderConfiguration configuration = delegate.getGraphicalEditor().getConfiguration(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 1 """Provides access to stored IDLE configuration information. 4 the available configuration files and the design implemented to update user 5 configuration information. In particular, user configuration choices which 6 duplicate the defaults will be removed from the user's configuration files, 10 menu to access the configuration GUI (configDialog.py), or manually. 13 when a problem occurs in returning a requested configuration value back to 17 configuration problem notification and resolution. 33 A ConfigParser specialised for idle configuration file handling 37 cfgFile - string, fully specified configuration file nam [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 1 """Provides access to stored IDLE configuration information. 4 the available configuration files and the design implemented to update user 5 configuration information. In particular, user configuration choices which 6 duplicate the defaults will be removed from the user's configuration files, 10 menu to access the configuration GUI (configDialog.py), or manually. 13 when a problem occurs in returning a requested configuration value back to 17 configuration problem notification and resolution. 33 A ConfigParser specialised for idle configuration file handling 37 cfgFile - string, fully specified configuration file nam [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 15 WPA/WPA2-Personal configuration 54 * changed P2P GO mode configuration to use driver capabilities to 100 * EAP-SIM/AKA: store pseudonym identity in network configuration to 107 - credential configuration and automatic network selections based on 126 * added p2p_pref_chan configuration parameter to allow preferred P2P 139 * added wps_vendor_ext_m1 configuration parameter to allow vendor 143 certificate configuration between Phase 1 and Phase 2 227 * added okc=1 global configuration parameter to allow OKC to be enabled 250 * atheros: Add support for IEEE 802.11w configuration. 362 network configuration block instead of having to (re-)learn th [all...] |
README-Windows.txt | 98 added to match the system. An example configuration is available in 131 service and which reads its configuration from registry instead of 157 Since the example configuration used Atheros WLAN card, the middle one 174 Simple configuration example for WPA-PSK: 195 ctrl_interface configuration item is used to control access to the 196 interface. Anyway, this variable has to be included in the configuration 251 but it is using Windows registry for configuration information instead 256 The root of wpa_supplicant configuration in registry is 258 parameters and a 'interfaces' subkey with all the interface configuration 285 Configuration data is in HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\config [all...] |
config_ssid.h | 2 * WPA Supplicant / Network configuration structures 45 * struct wpa_ssid - Network configuration data 47 * This structure includes all the configuration variables for a network. This 48 * data is included in the per-interface configuration data as an element of 50 * configuration is mapped to a struct wpa_ssid instance. 75 * id when it is being created, either when reading the configuration 94 * they try the networks in the order that used in the configuration 179 * -1 to indicate no change to default driver configuration 213 * eap - EAP peer configuration for this network 250 * was not specified in the configuration (i.e., default behavior i [all...] |
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_connection.h | 102 // Omitted options are unchanged. Returns |true| iff the configuration 106 // Connection configuration query. Fills values in an existing 129 // Performs platform-specific, one-time port configuration on open. 132 // Performs platform-specific port configuration. Returns |true| iff 133 // configuration was successful. 136 // Performs a platform-specific port configuration query. Fills values in an 137 // existing ConnectionInfo. Returns |true| iff port configuration was
|
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 23 import android.content.res.Configuration; 106 // If there is a change, the new Configuration is returned and the 108 Configuration updateOrientationFromAppTokens(in Configuration currentConfig, 110 void setNewConfiguration(in Configuration config); 152 * @param alwaysSendConfiguration Flag to force a new configuration to 154 * configuration that are changing.
|
/frameworks/base/docs/html/guide/topics/manifest/ |
compatible-screens-element.jd | 23 <dd>Specifies each screen configuration with which the application is compatible. Only one instance 31 with specific screen configurations and enable filtering for users. Any screen configuration that is 39 configuration that you have not listed. You should use it only as a last resort, when the 69 <dd>Specifies a single screen configuration with which the application is compatible. 78 <dd><b>Required.</b> Specifies the screen size for this screen configuration. 90 <dd><b>Required.</b> Specifies the screen density for this screen configuration. 116 configuration with which your application is <em>not</em> compatible. Here's what the manifest
|
/external/llvm/docs/CommandGuide/ |
lit.rst | 147 Run :program:`lit` in debug mode, for debugging configuration issues and 181 and as configuration files which :program:`lit` loads in order to understand 189 allowing the test suite configuration to control exactly how tests are 268 The global **lit** configuration object (a *LitConfig* instance), which defines 269 the builtin test formats, global configuration parameters, and other helper 305 **parent** The parent configuration, this is the config object for the directory 308 **root** The root configuration. This is the top-most :program:`lit` configuration in 312 suite, to allow local configuration on a per-directory basis. The *on_clone* 314 configuration is cloned (for a subdirectory). The function should takes thre [all...] |
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
ConfigGenerator.java | 24 import android.content.res.Configuration; 169 Configuration config = resources.getConfiguration(); 199 switch (config.screenLayout & Configuration.SCREENLAYOUT_SIZE_MASK) { 200 case Configuration.SCREENLAYOUT_SIZE_SMALL: 203 case Configuration.SCREENLAYOUT_SIZE_NORMAL: 206 case Configuration.SCREENLAYOUT_SIZE_LARGE: 209 case Configuration.SCREENLAYOUT_SIZE_XLARGE: 253 switch (config.screenLayout & Configuration.SCREENLAYOUT_LONG_MASK) { 254 case Configuration.SCREENLAYOUT_LONG_YES: 257 case Configuration.SCREENLAYOUT_LONG_NO [all...] |
/external/aac/libMpegTPDec/include/ |
tp_data.h | 99 * Configuration 231 * Audio configuration struct, suitable for encoder and decoder configuration. 238 CSGaSpecificConfig m_gaSpecificConfig; /**< General audio specific configuration. */ 241 CSEldSpecificConfig m_eldSpecificConfig; /**< ELD specific configuration. */ 247 CProgramConfig m_progrConfigElement; /**< Program configuration. */ 258 SCHAR m_channelConfiguration; /**< Channel configuration index */ 269 SCHAR m_extensionChannelConfiguration; /**< Channel configuration index */ 323 * Get Channel count from channel configuration
|
/external/aac/libMpegTPEnc/include/ |
tp_data.h | 99 * Configuration 231 * Audio configuration struct, suitable for encoder and decoder configuration. 238 CSGaSpecificConfig m_gaSpecificConfig; /**< General audio specific configuration. */ 241 CSEldSpecificConfig m_eldSpecificConfig; /**< ELD specific configuration. */ 247 CProgramConfig m_progrConfigElement; /**< Program configuration. */ 258 SCHAR m_channelConfiguration; /**< Channel configuration index */ 269 SCHAR m_extensionChannelConfiguration; /**< Channel configuration index */ 323 * Get Channel count from channel configuration
|
/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.
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
RotateDrawableTest.java | 26 import android.content.res.Configuration; 63 mRotateDrawable.setChangingConfigurations(Configuration.KEYBOARD_NOKEYS); 64 assertEquals(Configuration.KEYBOARD_NOKEYS, mRotateDrawable.getChangingConfigurations()); 66 mRotateDrawable.setChangingConfigurations(Configuration.KEYBOARD_12KEY); 67 assertEquals(Configuration.KEYBOARD_12KEY, mRotateDrawable.getChangingConfigurations());
|
/development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
GridLayout3.java | 32 import android.content.res.Configuration; 54 Configuration configuration = context.getResources().getConfiguration(); local 55 if ((configuration.orientation == Configuration.ORIENTATION_PORTRAIT)) {
|
/device/lge/mako/ |
WCNSS_qcom_cfg.ini | 50 # Make 1x1 the default antenna configuration 153 # SAP auto channel selection configuration 158 # Listen Energy Detect Mode Configuration 233 # TDLS configuration 251 # Note: Configuration parser would not read anything past the END marker
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Antlr3.Runtime.csproj | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
/external/chromium_org/ash/display/ |
display_controller.h | 50 // display, keeping them in sync with display configuration changes. 57 // Invoked when the display configuration change is requested, 61 // Invoked when the all display configuration changes 205 // change the display configuration. 224 // restore the cursor location when display configuration
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller.mm | 39 configuration:(BookmarkEditor::Configuration)configuration { 46 configuration:configuration])) {
|