HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 151 - 175 of 2432) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java 63 * <p/>The folder config can be accessed through {@link #getConfig()}.
70 DeviceConfig(String name, FolderConfiguration config) {
72 mConfig = config;
84 /** editable list of the config */
121 for (DeviceConfig config : mConfigs) {
122 saveConfigTo(doc, deviceNode, config.getName(), config.getConfig());
147 * @param configName the name of the config
148 * @param config the config to sav
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
filter_unittest.py 163 config = self._config(base_rules, path_specific, user_rules)
165 self.assertEquals(base_rules, config._base_rules)
166 self.assertEquals(path_specific, config._path_specific)
167 self.assertEquals(user_rules, config._user_rules)
171 config = FilterConfiguration()
173 self.assertEquals([], config._base_rules)
174 self.assertEquals([], config._path_specific)
175 self.assertEquals([], config._user_rules)
184 config = FilterConfiguration()
191 self.assertFalse(config.__eq__(FilterConfiguration
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 182 Configuration config = new Configuration(); local
183 config.mcc = 1;
184 doConfigCompare(ActivityInfo.CONFIG_MCC, mConfigDefault, config);
185 config.mnc = 1;
187 | ActivityInfo.CONFIG_MNC, mConfigDefault, config);
188 config.locale = Locale.getDefault();
191 | ActivityInfo.CONFIG_LOCALE, mConfigDefault, config);
192 config.screenLayout = 1;
196 | ActivityInfo.CONFIG_SCREEN_LAYOUT, mConfigDefault, config);
197 config.touchscreen = 1
360 Configuration config = new Configuration(); local
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 49 Configuration config = am.getConfiguration(); local
60 config.locale = loc;
64 config.userSetLocale = true;
66 am.updateConfiguration(config);
  /development/tools/emulator/opengl/tests/ut_renderer/
RendererSurface.h 34 static RendererSurface * create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindowing *nw);
35 static EGLConfig getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config);
40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) :
42 m_config(config),
  /external/bison/lib/
dup-safer.c 21 # include <config.h>
stripslash.c 20 # include <config.h>
strnlen.c 20 # include <config.h>
  /external/chromium/build/linux/
pkg-config-wrapper 6 # This program wraps around pkg-config to generate the correct include and
18 echo "usage: $0 /path/to/sysroot [pkg-config-arguments] package" >&2
34 # pkg-config's |prefix| variable.
35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
36 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
  /external/chromium/net/base/
ssl_config_service_defaults.h 20 // Store default SSL config settings in |config|.
21 virtual void GetSSLConfig(SSLConfig* config);
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 22 #include <config.h>
  /external/clang/lib/Lex/
Makefile 15 include $(CLANG_LEVEL)/../../Makefile.config
  /external/clang/runtime/
Makefile 11 include $(CLANG_LEVEL)/../../Makefile.config
  /external/dbus/test/
test-sleep-forever.c 3 #include <config.h>
  /external/elfutils/libasm/
asm_getelf.c 16 # include <config.h>
asm_scngrp_newsignature.c 16 # include <config.h>
  /external/elfutils/libdw/
dwarf_abbrev_hash.c 16 # include <config.h>
dwarf_abbrevhaschildren.c 16 # include <config.h>
dwarf_arrayorder.c 16 # include <config.h>
dwarf_bitoffset.c 16 # include <config.h>
dwarf_bitsize.c 16 # include <config.h>
dwarf_bytesize.c 16 # include <config.h>
dwarf_diename.c 16 # include <config.h>
dwarf_getabbrevcode.c 16 # include <config.h>
dwarf_getabbrevtag.c 16 # include <config.h>

Completed in 7046 milliseconds

1 2 3 4 5 67 8 91011>>