HomeSort by relevance Sort by last modified time
    Searched defs:Configuration (Results 1 - 21 of 21) sorted by null

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
Configuration.java 19 public class Configuration {
  /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; }
  /development/tools/idegen/src/
Eclipse.java 33 * Generates an Eclipse .classpath file from the given configuration.
35 public static void generateFrom(Configuration c) throws IOException {
45 * patterns will come sooner in configuration file.
51 Configuration.parseFile(precedence, patterns);
79 // Output source roots to configuration file.
117 Configuration c) {
Configuration.java 31 * Immutable representation of an IDE configuration. Assumes that the current
34 public class Configuration {
52 * Constructs a Configuration by traversing the directory tree, looking
55 public Configuration() throws IOException {
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 22 import android.content.res.Configuration;
30 @TestTargetClass(Configuration.class)
33 private Configuration mConfigDefault;
34 private Configuration mConfig;
39 mConfigDefault = new Configuration();
44 mConfig = new Configuration();
48 mConfig.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
49 mConfig.keyboard = Configuration.KEYBOARD_NOKEYS;
50 mConfig.keyboardHidden = Configuration.KEYBOARDHIDDEN_NO;
51 mConfig.navigation = Configuration.NAVIGATION_NONAV
    [all...]
  /external/proguard/src/proguard/
Configuration.java 27 * The ProGuard configuration.
33 public class Configuration
77 * Specifies the last modification time of this configuration. This time
310 * An optional output file for printing out the configuration that ProGuard
  /frameworks/base/core/java/android/content/res/
Configuration.java 26 * This class describes all device configuration information that can
28 * user-specified configuration options (locale and scaling) as well
29 * as dynamic device configuration (various types of input devices).
31 public final class Configuration implements Parcelable, Comparable<Configuration> {
212 * Construct an invalid Configuration. You must call {@link #setToDefaults}
215 public Configuration() {
222 public Configuration(Configuration o) {
226 public void setTo(Configuration o)
    [all...]
  /external/v8/tools/
test.py 967 class Configuration(object):
968 """The parsed contents of a configuration file"""
995 """A section of the configuration file. Sections are enabled or
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ralink.h 272 NDIS_802_11_CONFIGURATION Configuration;
294 NDIS_802_11_CONFIGURATION Configuration;
driver_ndis.c 171 NDIS_802_11_CONFIGURATION Configuration;
828 r->freq = bss->Configuration.DSConfig / 1000;
1015 /* Re-set WEP keys if static WEP configuration is used. */
    [all...]
  /external/wpa_supplicant/
driver_ndis.c 165 NDIS_802_11_CONFIGURATION Configuration;
807 results[i].freq = bss->Configuration.DSConfig / 1000;
1002 /* Re-set WEP keys if static WEP configuration is used. */
    [all...]
  /hardware/ti/wlan/wl1271/utils/
osDot11.h 159 /* after the transmission of each beacon in an IBSS configuration. */
165 /* Specifies the frequency hopping configuration in an OS_802_11_CONFIGURATION_FH structure. */
231 OS_802_11_CONFIGURATION Configuration;
252 OS_802_11_CONFIGURATION Configuration;
  /system/wlan/ti/wilink_6_1/utils/
osDot11.h 159 /* after the transmission of each beacon in an IBSS configuration. */
165 /* Specifies the frequency hopping configuration in an OS_802_11_CONFIGURATION_FH structure. */
229 OS_802_11_CONFIGURATION Configuration;
250 OS_802_11_CONFIGURATION Configuration;
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 959 milliseconds