HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 1 - 25 of 4713) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/ant/
ConfigurationTask.java 30 * This Task allows to define a ProGuard configuration from Ant.
36 protected final Configuration configuration = new Configuration(); field in class:ConfigurationTask
40 * Adds the contents of this configuration task to the given configuration.
41 * @param configuration the configuration to be extended.
43 public void appendTo(Configuration configuration)
    [all...]
ConfigurationElement.java 25 import proguard.Configuration;
28 * This DataType represents a reference to a ProGuard configuration in Ant.
35 * Adds the contents of this configuration task to the given configuration.
36 * @param configuration the configuration to be extended.
38 public void appendTo(Configuration configuration)
43 throw new BuildException("Nested element <configuration> must have a refid attribute");
50 // Append the referenced configuration entries to the given configuration
    [all...]
ProGuardTask.java 47 parser.parse(configuration);
76 configuration.skipNonPublicLibraryClasses = skipNonPublicLibraryClasses;
82 configuration.skipNonPublicLibraryClassMembers = skipNonPublicLibraryClassMembers;
88 configuration.targetClassVersion = ClassUtil.internalClassVersion(target);
89 if (configuration.targetClassVersion == 0)
98 configuration.lastModified = forceProcessing ? Long.MAX_VALUE : 0;
104 configuration.printSeeds = optionalFile(printSeeds);
110 configuration.shrink = shrink;
116 configuration.printUsage = optionalFile(printUsage);
122 configuration.optimize = optimize
    [all...]
  /frameworks/base/tools/localize/
Configuration.h 8 struct Configuration
20 int Compare(const Configuration& that) const;
22 inline bool operator<(const Configuration& that) const { return Compare(that) < 0; }
23 inline bool operator<=(const Configuration& that) const { return Compare(that) <= 0; }
24 inline bool operator==(const Configuration& that) const { return Compare(that) == 0; }
25 inline bool operator!=(const Configuration& that) const { return Compare(that) != 0; }
26 inline bool operator>=(const Configuration& that) const { return Compare(that) >= 0; }
27 inline bool operator>(const Configuration& that) const { return Compare(that) > 0; }
file_utils.h 5 #include "Configuration.h"
13 ValuesFile* get_values_file(const string& filename, const Configuration& configuration,
15 ValuesFile* get_local_values_file(const string& filename, const Configuration& configuration,
ValuesFile.h 5 #include "Configuration.h"
19 ValuesFile(const Configuration& config);
21 static ValuesFile* ParseFile(const string& filename, const Configuration& config,
24 const Configuration& config,
28 const Configuration& GetConfiguration() const;
47 Configuration m_config;
  /external/bluetooth/bluez/network/
network.conf 0 # Configuration file for the network service
  /frameworks/base/tools/localize/testdata/
config.xml 2 <configuration id="system"
6 </configuration>
7 <configuration id="samples"
14 </configuration>
  /hardware/broadcom/wlan/bcm4329/config/
wpa_supplicant.conf 1 ##### wpa_supplicant configuration file template #####
  /hardware/ti/wlan/wl1271/config/
wpa_supplicant.conf 1 ##### wpa_supplicant configuration file template #####
  /system/wlan/ti/sta_dk_4_0_4_32/config/
wpa_supplicant.conf 1 ##### wpa_supplicant configuration file template #####
  /system/wlan/ti/wilink_6_1/config/
wpa_supplicant.conf 1 ##### wpa_supplicant configuration file template #####
  /external/zlib/contrib/vstudio/vc10/
minizip.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>Release</Configuration>
21 <Configuration>Release</Configuration>
    [all...]
zlibvc.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
miniunz.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>Release</Configuration>
21 <Configuration>Release</Configuration>
    [all...]
testzlibdll.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>Release</Configuration>
21 <Configuration>Release</Configuration>
    [all...]
testzlib.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
zlibstat.vcxproj 5 <Configuration>Debug</Configuration>
9 <Configuration>Debug</Configuration>
13 <Configuration>Debug</Configuration>
17 <Configuration>ReleaseWithoutAsm</Configuration>
21 <Configuration>ReleaseWithoutAsm</Configuration>
    [all...]
  /external/proguard/src/proguard/
ProGuard.java 42 private final Configuration configuration; field in class:ProGuard
49 * configuration.
51 public ProGuard(Configuration configuration)
53 this.configuration = configuration;
66 if (configuration.printConfiguration != null)
71 if (configuration.programJars != null &&
72 configuration.programJars.hasOutput() &
482 Configuration configuration = new Configuration(); local
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
config.rb 0 # Configuration for iExploder.. not generally tuned.
  /external/proguard/src/proguard/obfuscate/
Obfuscator.java 43 private final Configuration configuration; field in class:Obfuscator
49 public Obfuscator(Configuration configuration)
51 this.configuration = configuration;
62 if (configuration.keep == null &&
63 configuration.applyMapping == null &&
64 configuration.printMapping == null)
77 configuration.useUniqueClassMemberNames
    [all...]
  /external/proguard/src/proguard/preverify/
Preverifier.java 23 import proguard.Configuration;
30 * configuration.
36 private final Configuration configuration; field in class:Preverifier
42 public Preverifier(Configuration configuration)
44 this.configuration = configuration;
60 new CodePreverifier(configuration.microEdition)));
64 if (!configuration.microEdition
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /frameworks/base/native/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /external/proguard/src/proguard/shrink/
Shrinker.java 31 * This class shrinks class pools according to a given configuration.
37 private final Configuration configuration; field in class:Shrinker
43 public Shrinker(Configuration configuration)
45 this.configuration = configuration;
56 if (configuration.keep == null)
66 UsageMarker usageMarker = configuration.whyAreYouKeeping == null ?
71 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep
    [all...]

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>