HomeSort by relevance Sort by last modified time
    Searched full:configuration (Results 726 - 750 of 9268) sorted by null

<<21222324252627282930>>

  /external/chromium_org/net/http/
http_stream_factory.h 64 // |used_ssl_config| indicates the actual SSL configuration used for this
65 // stream, since the HttpStreamRequest may have modified the configuration
76 // |used_ssl_config| indicates the actual SSL configuration used for this
77 // stream, since the HttpStreamRequest may have modified the configuration
87 // |used_ssl_config| indicates the actual SSL configuration used for this
88 // stream, since the HttpStreamRequest may have modified the configuration
94 // |used_ssl_config| indicates the actual SSL configuration used for this
95 // stream, since the HttpStreamRequest may have modified the configuration
116 // |used_ssl_config| indicates the actual SSL configuration used for this
117 // stream, since the HttpStreamRequest may have modified the configuration
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_win.h 26 // We use two different strategies to notice when the configuration has
32 // configuration's new value.
70 // Set |config| using the proxy configuration values of |ie_config|.
  /external/chromium_org/remoting/host/
host_config.h 18 // Following constants define names for configuration parameters.
44 // HostConfig interace provides read-only access to host configuration.
69 // Copy configuration from specified |dictionary|. Returns false if the
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 190 static inline T toSmallerInt(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok)
200 if (configuration == EnforceRange) {
215 if (configuration == EnforceRange)
229 static inline T toSmallerUInt(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok)
239 if (configuration == EnforceRange) {
253 if (configuration == EnforceRange)
261 if (configuration == Clamp)
268 int8_t toInt8(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok)
270 return toSmallerInt<int8_t>(value, configuration, ok);
273 uint8_t toUInt8(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, bool& ok
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.h 49 struct Configuration {
56 static void create(PassRefPtr<WeakReference<BackgroundHTMLParser> > reference, PassOwnPtr<Configuration> config)
81 BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> >, PassOwnPtr<Configuration>);
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
icuplugins_windows_sample.txt 22 # LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]
32 # CONFIGURATION is the entire rest of the line. It's passed as-is to the plugin.
37 # The configuration string isn't used, but is just an example
  /external/chromium_org/tools/gn/
function_set_default_toolchain.cc 25 " configuration file. Since the build configuration file is processed\n"
50 "set_default_toolchain can only be called from the build configuration "
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 7 mke2fs.conf \- Configuration file for mke2fs
10 is the configuration file for
23 An example of the INI-style format used by this configuration file
137 specific section of the configuration file does not specify a blocksize.
151 specific section of the configuration file does not specify a default
157 specific section of the configuration file does not specify a default
183 configuration options,
252 earlier ones, the configuration parameter for fs_types.floppy.inode_size
259 the configuration relation defaults.base_features would enable an
261 dir_index features enabled. Then configuration relatio
    [all...]
  /external/icu4c/tools/icuinfo/
icuplugins_windows_sample.txt 22 # LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]
32 # CONFIGURATION is the entire rest of the line. It's passed as-is to the plugin.
37 # The configuration string isn't used, but is just an example
  /external/kernel-headers/original/linux/raid/
md_u.h 28 /* configuration */
90 * configuration/status of one particular disk
102 * configuration/status of one particular disk
  /external/kernel-headers/original/media/
v4l2-mediabus.h 29 * configuration of hardware that uses [HV]REF signals
78 * v4l2_mbus_config - media bus configuration
80 * @flags: in / out: configuration flags, depending on @type
  /external/proguard/docs/manual/
wtk.html 20 invoking the ProGuard engine directly, instead of writing out a configuration
48 Should you ever need to customize your ProGuard configuration for the JME WTK,
49 you can adapt the configuration file <code>proguard/wtk/default.pro</code>
  /external/qemu/distrib/sdl-1.2.15/VisualCE/SDLMain/
SDLmain.vcproj 23 <Configuration
105 </Configuration>
106 <Configuration
188 </Configuration>
189 <Configuration
271 </Configuration>
272 <Configuration
354 </Configuration>
355 <Configuration
437 </Configuration>
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 27 * network_ctx - Network configuration context
30 * network configuration (e.g., a specific SSID and security policy).
31 * This can be a pointer to the configuration entry, but PMKSA caching
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 36 import android.content.res.Configuration;
319 private Configuration getConfiguration() {
320 Configuration config = new Configuration();
328 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_SMALL;
331 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_NORMAL;
334 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_LARGE;
337 config.screenLayout |= Configuration.SCREENLAYOUT_SIZE_XLARGE;
364 config.orientation = Configuration.ORIENTATION_PORTRAIT;
367 config.orientation = Configuration.ORIENTATION_LANDSCAPE
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_u.h 28 /* configuration */
90 * configuration/status of one particular disk
102 * configuration/status of one particular disk
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_u.h 28 /* configuration */
90 * configuration/status of one particular disk
102 * configuration/status of one particular disk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/raid/
md_u.h 28 /* configuration */
90 * configuration/status of one particular disk
102 * configuration/status of one particular disk
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
30 import com.android.ide.common.resources.configuration.FolderConfiguration;
61 * generating the configuration menu in the {@link ConfigurationChooser}.
146 // Configuration Previews
223 FolderConfiguration configuration = parentResource.getConfiguration(); local
224 String title = configuration.toDisplayString();
241 Configuration configuration = chooser.getConfiguration(); local
242 if (configuration.getEditedConfig() != null &&
243 !configuration.getEditedConfig().equals(configuration.getFullConfig()))
    [all...]
ThemeMenuAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
81 ThemeMenuAction(int type, String title, ConfigurationChooser configuration,
85 mConfigChooser = configuration;
95 Configuration configuration = configChooser.getConfiguration(); local
96 String currentTheme = configuration.getTheme();
109 String preferred = configuration.computePreferredTheme();
117 IAndroidTarget target = configuration.getTarget();
184 Configuration configuration = mConfigChooser.getConfiguration() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 64 * Launch configuration tab to control the parameters of the Emulator
409 public void initializeFrom(ILaunchConfiguration configuration) {
412 TargetMode mode = AndroidLaunchConfiguration.parseTargetMode(configuration,
444 stringValue = configuration.getAttribute(
455 // look for the project whose name we read from the configuration.
478 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME,
493 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, value);
501 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value);
511 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_SPEED,
524 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_DELAY
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 19 import com.android.ide.common.resources.configuration.ResourceQualifier;
43 * This page is used for choosing the current configuration or specific resource
66 setTitle("Choose Configuration Folder");
87 // label before configuration selector
90 label.setText("Optional: Choose a specific configuration to limit the XML to:");
92 // configuration selector
125 mConfigSelector.setConfiguration(mValues.configuration);
187 * Callback called when the configuration has changed in the {@link ConfigurationSelector}.
207 mConfigSelector.getConfiguration(mValues.configuration);
209 sb.append(mValues.configuration.getFolderName(type.getResFolderType()))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
StringEvaluator.java 26 import freemarker.template.Configuration;
48 private Configuration mFreemarker;
54 mFreemarker = new Configuration();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.configuration;
18 import com.android.ide.common.resources.configuration.LanguageQualifier;
19 import com.android.ide.common.resources.configuration.RegionQualifier;
  /sdk/files/
proguard-android-optimize.txt 1 # This is a configuration file for ProGuard.
5 # proguard-android.txt configuration file instead of this one, which
19 # of the Proguard configuration file (except that the other file has

Completed in 1260 milliseconds

<<21222324252627282930>>