/external/smack/src/org/jivesoftware/smack/ |
ServerTrustManager.java | 48 private ConnectionConfiguration configuration; field in class:ServerTrustManager 58 public ServerTrustManager(String server, ConnectionConfiguration configuration) { 59 this.configuration = configuration; 64 KeyStoreOptions options = new KeyStoreOptions(configuration.getTruststoreType(), 65 configuration.getTruststorePath(), configuration.getTruststorePassword()); 89 configuration.setVerifyRootCAEnabled(false); 108 if (configuration.isVerifyChainEnabled()) { 138 if (configuration.isVerifyRootCAEnabled()) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 59 * on the path to this configuration. 95 /** Rather than recheck every NFA configuration in a DFA state (after 204 /** Add an NFA configuration to this DFA node. Add uniquely 213 * configuration info. I guess I'm saying that syntactic context 401 /** Two DFAStates are equal if their NFA configuration sets are the 418 /** Walk each configuration and if they are all the same alt, return 432 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 436 if ( configuration.resolved ) { 440 alt = configuration.alt; // found first nonresolved alt 442 else if ( configuration.alt!=alt ) 458 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 485 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 544 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 648 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 661 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 707 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local 755 NFAConfiguration configuration = (NFAConfiguration) nfaConfigurations.get(i); local [all...] |
NFAConfiguration.java | 39 /** The NFA state associated with this configuration */ 42 /** What alt is predicted by this configuration */ 49 * configuration. The predicates were found on the way to 59 /** Indicate that this configuration has been resolved and no further 63 * other configuration associated with alt 3). 82 /** Indicates that the NFA state associated with this configuration 100 /** An NFA configuration is equal to another if both have
|
/external/libpng/projects/visualc71/ |
libpng.vcproj | 12 <Configuration
59 </Configuration>
60 <Configuration
107 </Configuration>
108 <Configuration
156 </Configuration>
157 <Configuration
205 </Configuration>
206 <Configuration
253 </Configuration>
[all...] |
/external/zlib/src/contrib/vstudio/vc9/ |
testzlib.vcproj | 25 <Configuration
106 </Configuration>
107 <Configuration
172 </Configuration>
173 <Configuration
252 </Configuration>
253 <Configuration
338 </Configuration>
339 <Configuration
405 </Configuration>
[all...] |
zlibstat.vcproj | 23 <Configuration
95 </Configuration>
96 <Configuration
169 </Configuration>
170 <Configuration
243 </Configuration>
244 <Configuration
317 </Configuration>
318 <Configuration
392 </Configuration>
[all...] |
/docs/source.android.com/src/devices/tech/ |
kernel.jd | 1 page.title=Android Kernel Configuration 19 <p>The kernel configuration settings in this document are meant to be used as a base for an Android kernel configuration. All devices should have the options in android-base configuration enabled. While not mandatory, the options in android-recommended configuration enable advanced Android 33 Base Configuration 172 <h3>Recommended Configuration</h3>
|
/external/chromium_org/media/tools/constrained_network_server/ |
cn.py | 8 Sets up a constrained network configuration on a specific port. Traffic on this 11 The configuration includes bandwidth, latency, and packet loss. 27 # Adds a new constrained network configuration. 31 # Deletes an existing constrained network configuration. 46 tuple as (command, configuration): 49 configuration: a map of constrained network properties to their values. 113 """Get the command and configuration of the network to set up."""
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_config.h | 2 * EAP peer configuration data 13 * struct eap_peer_config - EAP peer configuration/credentials 82 * Alternatively, a named configuration blob can be used by setting 123 * Alternatively, a named configuration blob can be used by setting 150 * Alternatively, a named configuration blob can be used by setting 165 * This is an optional configuration file for setting parameters for an 167 * authentication does not use this configuration. However, it is 175 * Alternatively, a named configuration blob can be used by setting 223 * Alternatively, a named configuration blob can be used by setting 250 * Alternatively, a named configuration blob can be used by settin [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ActivityMenuListener.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 68 Configuration configuration = mConfigChooser.getConfiguration(); local 69 String fqcn = configuration.getActivity(); 86 Configuration configuration = chooser.getConfiguration(); local 87 String current = configuration.getActivity();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
README.txt | 22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu 23 Set the launch configuration's data as follows: 36 C. Run the newly created launch configuration 61 This creates a debug configuration of type "JUnit Test" running all tests 85 C- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu 86 Set the launch configuration's data as follows: 97 D. Run the newly created launch configuration
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/ |
DeviceBridge.java | 38 private static int nextLocalPort = Configuration.DEFAULT_SERVER_PORT; 90 return startViewServer(device, Configuration.DEFAULT_SERVER_PORT); 147 device.createForward(localPort, Configuration.DEFAULT_SERVER_PORT); 169 device.removeForward(localPort, Configuration.DEFAULT_SERVER_PORT); 201 Configuration.SERVICE_CODE_START_SERVER, port); 205 return String.format("service call window %d", Configuration.SERVICE_CODE_STOP_SERVER); 210 Configuration.SERVICE_CODE_IS_SERVER_RUNNING);
|
/docs/source.android.com/src/devices/tech/input/ |
input-device-configuration-files.jd | 1 page.title=Input Device Configuration Files 19 <p>Input device configuration files (<code>.idc</code> files) contain device-specific 20 configuration properties that affect the behavior of input devices.</p> 21 <p>Input device configuration files are typically not necessary for standard 25 require input device configuration files to specify their behavior.</p> 45 <p>Input device configuration files are located by USB vendor, product (and 59 <p>An input device configuration file is a plain text file consisting of property 78 <pre><code># This is an example of an input device configuration file. 125 <p>Make sure to validate your input device configuration files using the
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.cc | 90 // Clear the configuration. 205 // Base service doesn't have a configuration, fall back to prefs or default. 226 // Check whether there is a proxy configuration defined by preferences. In 227 // this case that proxy configuration takes precedence and the change event 241 // Evaluate the proxy configuration. If GetLatestProxyConfig returns 243 // a valid configuration yet. Once it is ready, OnProxyConfigChanged() will be 244 // called and broadcast the proxy configuration. 245 // Note: If a switch between a preference proxy configuration and the system 246 // proxy configuration occurs an unnecessary notification might get send if
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Stream.h | 47 * STATE_CONSTRUCTED: The stream is ready for configuration, but buffers cannot 51 * STATE_IN_CONFIG: Configuration has started, but not yet concluded. During this 55 * STATE_IN_RE_CONFIG: Configuration has started, and the stream has been 110 * Start the stream configuration process. Returns a handle to the stream's 119 * Returns NULL in case of error starting configuration. 124 * Check if the stream is mid-configuration (start has been called, but not 125 * finish). Used for lazy completion of configuration. 130 * Completes the stream configuration process. During this call, the stream 137 * OK on a successful configuration
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.content.res.Configuration.html | 10 android.content.res.Configuration 74 Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+2"><code>Configuration</code></font></A> 87 <A NAME="android.content.res.Configuration.UI_MODE_TYPE_APPLIANCE"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#UI_MODE_TYPE_APPLIANCE" target="_top"><code>UI_MODE_TYPE_APPLIANCE</code></A></nobr> 102 <A NAME="android.content.res.Configuration.ORIENTATION_SQUARE"></A> 103 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#ORIENTATION_SQUARE" target="_top"><code>ORIENTATION_SQUARE</code></font></A></nobr> </TD> 111 <A NAME="android.content.res.Configuration.TOUCHSCREEN_STYLUS"></A> 112 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#TOUCHSCREEN_STYLUS" target="_top"><code>TOUCHSCREEN_STYLUS</code></font></A></nobr> </TD>
|
/cts/tests/tests/text/src/android/text/cts/ |
AutoTextTest.java | 23 import android.content.res.Configuration; 34 Configuration config = getContext().getResources().getConfiguration(); 80 Configuration config = getContext().getResources().getConfiguration();
|
/development/apps/Development/src/com/android/development/ |
ConfigurationViewer.java | 20 import android.content.res.Configuration; 33 Configuration c = getResources().getConfiguration(); 39 String s = "Configuration\n"
|
/development/tools/idegen/ |
excluded-paths | 3 # from the IDE configuration. 39 # fully featured desktop VM while almost everything in our IDE configuration 41 # environments in one IDE configuration doesn't work well.
|
/external/chromium/net/proxy/ |
proxy_config_service_win.h | 26 // We use two different strategies to notice when the configuration has 32 // configuration's new value. 69 // Set |config| using the proxy configuration values of |ie_config|.
|
/external/chromium_org/build/android/gyp/ |
push_libraries.py | 63 parser.add_option('--build-device-configuration', 64 help='Path to build device configuration.') 65 parser.add_option('--configuration-name',
|
/external/chromium_org/chrome/browser/chromeos/net/ |
onc_utils.h | 33 // field of the Shill configuration. 57 // Returns the global network configuration section of the active user's network 62 // setting from the global network configuration (see
|
/external/chromium_org/chrome/browser/sync/glue/ |
backend_data_type_configurer.h | 38 // is called when configuration is done with the set of data types 39 // that succeeded/failed configuration (i.e., configuration succeeded iff
|
/external/chromium_org/media/base/ |
demuxer_stream.h | 40 // new configuration to properly decode the buffers read 58 // Returns the audio decoder configuration. It is an error to call this method 62 // Returns the video decoder configuration. It is an error to call this method
|
/external/chromium_org/media/mp4/ |
aac.h | 70 // The following variables store the AAC specific configuration information 81 // The following variables store audio configuration information that 83 // configuration but can be overridden by extensions in elementary
|