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

12 3 4 5 6 7 8 91011>>

  /external/dhcpcd/
android.conf 1 # dhcpcd configuration for Android Wi-Fi interface
  /external/srec/make/asr/
Makefile.common 4 # Common settings, independent of configuration (independent of Makefile.config).
  /external/stlport/stlport/stl/config/
_fujitsu.h 1 /* STLport configuration for Fujitsu compiler : looks like a perfect one ! */
_mlc.h 1 // STLport configuration file
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
factories.py 14 self.steps.append(s(SetConfiguration, configuration="release"))
22 self.steps.append(s(CompileWebKit, configuration="release"))
33 self.steps.append(s(CompileWebKitNoSVG, configuration="release"))
39 self.steps.append(s(SetConfiguration, configuration="release"))
40 self.steps.append(s(CompileWebKit, configuration="release"))
48 self.steps.append(s(SetConfiguration, configuration="debug"))
49 self.steps.append(s(CompileWebKit, configuration="debug"))
59 self.steps.append(s(CompileWebKit, configuration="release"))
66 self.steps.append(s(SetConfiguration, configuration="debug"))
67 self.steps.append(s(CompileWebKitWindows, configuration="debug")
    [all...]
  /hardware/broadcom/wlan/bcm4329/config/
android_dhcpcd.conf 1 # dhcpcd configuration for Android Wi-Fi interface
  /hardware/ti/wlan/wl1271/config/
android_dhcpcd.conf 1 # dhcpcd configuration for Android Wi-Fi interface
  /system/bluetooth/data/
input.conf 0 # Configuration file for the input service
  /system/wlan/ti/sta_dk_4_0_4_32/config/
android_dhcpcd.conf 1 # dhcpcd configuration for Android Wi-Fi interface
  /system/wlan/ti/wilink_6_1/config/
android_dhcpcd.conf 1 # dhcpcd configuration for Android Wi-Fi interface
  /external/proguard/src/proguard/
Targeter.java 37 private final Configuration configuration; field in class:Targeter
42 * according to the given configuration.
44 public Targeter(Configuration configuration)
46 this.configuration = configuration;
55 Set newerClassVersions = configuration.warn != null ? null : new HashSet();
57 programClassPool.classesAccept(new ClassVersionSetter(configuration.targetClassVersion,
78 System.err.println(" than the target version ("+ClassUtil.externalClassVersion(configuration.targetClassVersion)+").")
    [all...]
InputReader.java 37 private final Configuration configuration; field in class:InputReader
42 * given configuration.
44 public InputReader(Configuration configuration)
46 this.configuration = configuration;
52 * class files, based on the current configuration.
58 if (configuration.programJars == null)
64 checkInputOutput(configuration.libraryJars
    [all...]
ConfigurationWriter.java 89 * Writes the given configuration.
90 * @param configuration the configuration that is to be written out.
91 * @throws IOException if an IO error occurs while writing the configuration.
93 public void write(Configuration configuration) throws IOException
98 configuration.programJars);
104 configuration.libraryJars);
108 writeOption(ConfigurationConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASSES_OPTION, !configuration.skipNonPublicLibraryClasses);
109 writeOption(ConfigurationConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASS_MEMBERS_OPTION, !configuration.skipNonPublicLibraryClassMembers)
    [all...]
  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in
2 # /etc/asound.conf or a similar configuration file with directives similar to
  /external/proguard/examples/ant/
applications1.xml 2 by including a ProGuard-style configuration file.
11 <proguard configuration="examples/applications.pro" />
  /external/proguard/src/proguard/preverify/
SubroutineInliner.java 23 import proguard.Configuration;
36 private final Configuration configuration; field in class:SubroutineInliner
42 public SubroutineInliner(Configuration configuration)
44 this.configuration = configuration;
64 if (!configuration.microEdition)
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 20 import android.content.res.Configuration;
55 Configuration con = getResources().getConfiguration();
57 if (con.touchscreen == Configuration.TOUCHSCREEN_UNDEFINED) {
59 } else if (con.touchscreen == Configuration.TOUCHSCREEN_NOTOUCH) {
61 } else if (con.touchscreen == Configuration.TOUCHSCREEN_STYLUS) {
63 } else if (con.touchscreen == Configuration.TOUCHSCREEN_FINGER) {
72 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
74 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
76 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
78 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL)
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 665 Configuration configuration = new Configuration(); local
1084 Configuration configuration = new Configuration(); local
1343 Configuration configuration = new Configuration(); local
1383 Configuration configuration = new Configuration(); local
    [all...]
  /external/webkit/WebKitTools/Scripts/
set-webkit-configuration 39 --debug Set the default configuration to debug
40 --release Set the default configuration to release
43 my $configuration = passedConfiguration();
57 if (!$configuration && !$architecture) {
65 if ($configuration) {
66 open CONFIGURATION, ">", "$baseProductDir/Configuration" or die;
67 print CONFIGURATION $configuration;
68 close CONFIGURATION;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 45 * Run configuration that can execute JUnit tests on an Android platform.
60 protected void doLaunch(final ILaunchConfiguration configuration, final String mode,
65 String runner = getRunner(project, configuration, manifestParser);
85 junitLaunchInfo.setTestClass(getTestClass(configuration));
86 junitLaunchInfo.setTestPackage(getTestPackage(configuration));
87 junitLaunchInfo.setTestMethod(getTestMethod(configuration));
114 * Returns the test package stored in the launch configuration, or <code>null</code> if not
117 * @param configuration the {@link ILaunchConfiguration} to retrieve the test package info from
120 private String getTestPackage(ILaunchConfiguration configuration) {
123 JUnitLaunchConfigurationConstants.ATTR_TEST_CONTAINER, configuration);
    [all...]
  /external/wpa_supplicant/
config.h 2 * WPA Supplicant / Configuration file structures
25 * struct wpa_config_blob - Named configuration blob
29 * configuration data.
48 * next - Pointer to next blob in the configuration
55 * struct wpa_config - wpa_supplicant configuration data
57 * This data structure is presents the per-interface (radio) configuration
91 * configuration value can be used to set it to the new version (2).
117 * in this mode, the network blocks in the configuration are tried
131 * in configuration is used to determine whether the control interface
137 * information and configuration. The socket file will be named base
    [all...]
config_none.c 2 * WPA Supplicant / Configuration backend: empty starting point
14 * This file implements dummy example of a configuration backend. None of the
16 * compilation test or a starting point for a new configuration backend.
33 /* TODO: fill in configuration data */
43 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name);
  /external/zlib/projects/visualc6/
README.txt 29 2) Select "Build | Set Active Configuration".
30 Choose the configuration you wish to build.
44 Make note of the configuration names used in your project.
54 For each configuration of your project:
55 3.1) Choose the zlib configuration you wish to use.
57 3.3) Set the new zlib configuration name to the name used by
58 the configuration from the current iteration.
60 4) Select "Build | Set Active Configuration".
61 Choose the configuration you wish to build.
  /development/tools/idegen/src/
Main.java 37 Configuration configuration = new Configuration(); local
38 IntelliJ.generateFrom(configuration);
39 Eclipse.generateFrom(configuration);
  /external/wpa_supplicant_6/wpa_supplicant/
config_none.c 2 * WPA Supplicant / Configuration backend: empty starting point
14 * This file implements dummy example of a configuration backend. None of the
16 * compilation test or a starting point for a new configuration backend.
33 /* TODO: fill in configuration data */
43 wpa_printf(MSG_DEBUG, "Writing configuration file '%s'", name);

Completed in 348 milliseconds

12 3 4 5 6 7 8 91011>>