/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/ |
proguard-parent-4.9.pom | 72 <configuration> 75 </configuration> 81 <configuration> 86 </configuration>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
LocaleMenuListener.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 80 Configuration configuration = chooser.getConfiguration(); local 82 Locale current = configuration.getLocale();
|
TargetMenuListener.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 79 Configuration configuration = chooser.getConfiguration(); local 80 IAndroidTarget current = configuration.getTarget();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigDelegate.java | 110 public void launch(ILaunchConfiguration configuration, String mode, 114 int debugPort = AndroidLaunchController.getPortForConfig(configuration); 117 IProject project = getProject(configuration); 217 config.set(configuration); 238 doLaunch(configuration, mode, monitor, project, androidLaunch, config, controller, 242 protected void doLaunch(ILaunchConfiguration configuration, String mode, 251 activityName = getActivityName(configuration); 329 public boolean buildForLaunch(ILaunchConfiguration configuration, 342 public ILaunch getLaunch(ILaunchConfiguration configuration, String mode) 344 return new AndroidLaunch(configuration, mode, null) [all...] |
/sdk/find_java/ |
find_java_exe.vcproj | 19 <Configuration
89 </Configuration>
90 <Configuration
163 </Configuration>
|
find_java_lib.vcproj | 19 <Configuration
79 </Configuration>
80 <Configuration
141 </Configuration>
|
/sdk/find_lock/ |
find_lock_exe.vcproj | 19 <Configuration
91 </Configuration>
92 <Configuration
166 </Configuration>
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
Configuration.java | 19 public class Configuration {
|
/sdk/sdklauncher/ |
sdklauncher.vcproj | 19 <Configuration
89 </Configuration>
90 <Configuration
163 </Configuration>
|
/external/bluetooth/bluedroid/btif/co/ |
bta_hl_co.c | 94 ** configuration information should be advertize in the SDP or nopt 98 ** Returns Bloolean - TRUE advertise the SOURCE MDEP configuration 122 ** configuration for the specified mdep index and it also assigns 129 ** p_mdl_cfg (output) - pointer to the MDEP configuration 174 ** configuration 209 ** Description This function is called to save a MDL configuration item in persistent 213 ** item_idx - the MDL configuration storage index 214 ** p_mdl_cfg - pointer to the MDL configuration data 236 ** Description This function is called to delete a MDL configuration item in persistent 240 ** item_idx - the MDL configuration storage inde [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
icuplug.h | 24 * <h3>Loading and Configuration</h3> 34 * <p>The configuration file has this format:</p> 40 * LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]</li> 50 * <li>CONFIGURATION is the entire rest of the line . It's passed as-is to 54 * <p>An example configuration file is, in its entirety:</p> 68 * Plugins are otherwise loaded in the order listed in the configuration file.</p> 133 * Max width of names, symbols, and configuration strings 303 * Get the configuration string, if available. 306 * @return configuration string, or else null. 337 * @param config user specified configuration string, if available, or NULL [all...] |
/external/icu4c/common/unicode/ |
icuplug.h | 24 * <h3>Loading and Configuration</h3> 34 * <p>The configuration file has this format:</p> 40 * LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]</li> 50 * <li>CONFIGURATION is the entire rest of the line . It's passed as-is to 54 * <p>An example configuration file is, in its entirety:</p> 68 * Plugins are otherwise loaded in the order listed in the configuration file.</p> 134 * Max width of names, symbols, and configuration strings 304 * Get the configuration string, if available. 307 * @return configuration string, or else null. 338 * @param config user specified configuration string, if available, or NULL [all...] |
/development/apps/CustomLocale/src/com/android/customlocale2/ |
ChangeLocale.java | 24 import android.content.res.Configuration; 49 Configuration config = am.getConfiguration();
|
/device/asus/grouper/ |
raydium_ts.idc | 16 # Input Device Configuration File for the Atmel Maxtouch touch screen. 20 # Refer to the input device configuration documentation for more details.
|
sensor00fn11.idc | 16 # Input Device Configuration File for the Atmel Maxtouch touch screen. 20 # Refer to the input device configuration documentation for more details.
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/ |
libraries.apt | 35 <configuration> 40 </configuration>
|
/external/antlr/antlr-3.4/ |
pom.xml | 117 <configuration> 133 </configuration> 266 <configuration> 271 </configuration> 285 <configuration> 289 </configuration> 301 <configuration> 305 </configuration>
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
URIParameterTest.java | 22 import javax.security.auth.login.Configuration; 43 assertTrue(uriParameter instanceof Configuration.Parameters);
|
/external/checkpolicy/ |
parse_util.c | 56 "%s: error(s) encountered while parsing configuration\n", 66 "%s: error(s) encountered while parsing configuration\n",
|
/external/chromium_org/chrome/browser/resources/net_export/ |
net_export.html | 41 configuration information, such as DNS and proxy configuration.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
dns_view.html | 14 <h4>Async DNS Configuration</h4> 19 (No valid configuration found)</span>
|
/external/chromium_org/content/common/ |
common.sb | 6 ; This configuration file isn't used on it's own, but instead implicitly 7 ; included at the start of all other sandbox configuration files in Chrome.
|
/external/chromium_org/media/mp2t/ |
es_parser_adts.h | 49 // Signal any audio configuration change (if any). 58 // - to signal a new audio configuration,
|
/external/chromium_org/net/ssl/ |
ssl_config_service.h | 35 // A collection of SSL-related configuration settings. 119 // are not SSL configuration settings. 162 // The interface for retrieving the SSL configuration. This interface 163 // does not cover setting the SSL configuration, as on some systems, the 164 // SSLConfigService objects may not have direct access to the configuration, or 165 // live longer than the configuration preferences. 208 // Is SNI available in this configuration? 226 // SetFlags sets the values of several flags based on global configuration.
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestInterfacePython.idl | 40 // configuration and method configuration
|