/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/5/ |
commons-parent-5.pom | 42 <configuration>
44 </configuration>
157 <configuration>
160 </configuration>
164 <configuration>
178 </configuration>
182 <configuration>
184 </configuration>
195 <configuration>
197 </configuration>
[all...] |
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 23 * \note This is the configuration header file of the HAL 4.0.All configurable parameters of the HAL 4.0 72 /**< External Clock Request Configuration for the NFC Device, 94 /**< UICC Power Request configuration for the NFC Device, 104 /**< TX LDO Configuration 115 /**< UICC Bit Rate Configuration 126 /**< Indicates PN544 Power Modes Configuration for the NFC Device, 148 /* The Other Integration Configuration Values */ 249 /**< NFCIP Active Mode Default Configuration (when acting as Target) 469 /* Macro to Enable the Host Side Link Timeout Configuration 470 * 0x00 ----> Default Pre-defined Configuration; [all...] |
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 12 <Configuration
58 </Configuration>
59 <Configuration
106 </Configuration>
107 <Configuration
154 </Configuration>
155 <Configuration
202 </Configuration>
203 <Configuration
252 </Configuration>
[all...] |
/external/chromium/net/base/ |
ssl_config_service.h | 19 // A collection of SSL-related configuration settings. 62 // are not SSL configuration settings. 97 // The interface for retrieving the SSL configuration. This interface 98 // does not cover setting the SSL configuration, as on some systems, the 99 // SSLConfigService objects may not have direct access to the configuration, or 100 // live longer than the configuration preferences. 120 // Create an instance of SSLConfigService which retrieves the configuration 121 // from the system SSL configuration, or an instance of 123 // configuration. Note: this does not handle SSLConfigService implementations 159 // SetFlags sets the values of several flags based on global configuration [all...] |
/external/chromium_org/chrome/installer/mini_installer/ |
configuration_test.cc | 7 #include "chrome/installer/mini_installer/configuration.h" 10 using mini_installer::Configuration; 12 class TestConfiguration : public Configuration { 14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() { 25 EXPECT_EQ(Configuration::INSTALL_PRODUCT, 27 EXPECT_EQ(Configuration::INSTALL_PRODUCT, 29 EXPECT_EQ(Configuration::INSTALL_PRODUCT, 32 EXPECT_EQ(Configuration::CLEANUP, 34 EXPECT_EQ(Configuration::CLEANUP, 39 EXPECT_TRUE(NULL == mini_installer::Configuration().program()) [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
Environment.java | 20 import android.content.res.Configuration; 104 private Configuration mConfig = new Configuration(); 117 public void onConfigurationChanged(Configuration newConfig, Context context) { 146 public Configuration getConfiguration() { 167 if (Configuration.ORIENTATION_LANDSCAPE == mConfig.orientation) { 186 if (Configuration.ORIENTATION_PORTRAIT == mConfig.orientation) { 188 } else if (Configuration.ORIENTATION_LANDSCAPE == mConfig.orientation) { 211 if (mConfig.keyboard == Configuration.KEYBOARD_NOKEYS 212 || mConfig.hardKeyboardHidden == Configuration.HARDKEYBOARDHIDDEN_YES) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
conf.h | 36 * \defgroup Config Configuration Interface 37 * The configuration functions and types allow you to read, enumerate, 38 * modify and write the contents of ALSA configuration files. 47 /** Configuration node type. */ 64 * \brief Internal structure for a configuration node object. 67 * configuration node. Applications don't access its contents directly. 71 * \brief Type for a configuration compound iterator. 73 * The ALSA library uses this pointer type as a handle to a configuration 79 * \brief Internal structure for a configuration private update object. 159 * \param node Handle to the compound configuration node to iterate over [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
conf.h | 36 * \defgroup Config Configuration Interface 37 * The configuration functions and types allow you to read, enumerate, 38 * modify and write the contents of ALSA configuration files. 47 /** Configuration node type. */ 64 * \brief Internal structure for a configuration node object. 67 * configuration node. Applications don't access its contents directly. 71 * \brief Type for a configuration compound iterator. 73 * The ALSA library uses this pointer type as a handle to a configuration 79 * \brief Internal structure for a configuration private update object. 159 * \param node Handle to the compound configuration node to iterate over [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
conf.h | 36 * \defgroup Config Configuration Interface 37 * The configuration functions and types allow you to read, enumerate, 38 * modify and write the contents of ALSA configuration files. 47 /** Configuration node type. */ 64 * \brief Internal structure for a configuration node object. 67 * configuration node. Applications don't access its contents directly. 71 * \brief Type for a configuration compound iterator. 73 * The ALSA library uses this pointer type as a handle to a configuration 79 * \brief Internal structure for a configuration private update object. 159 * \param node Handle to the compound configuration node to iterate over [all...] |
/prebuilts/tools/common/m2/internal/org/apache/commons/commons-parent/9/ |
commons-parent-9.pom | 23 <configuration>
25 </configuration>
157 <configuration>
160 </configuration>
166 <configuration>
170 </configuration>
187 <configuration>
189 </configuration>
200 <configuration>
215 </configuration>
[all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
LayoutCreatorDialog.java | 17 package com.android.ide.eclipse.adt.internal.editors.layout.configuration; 19 import com.android.ide.common.resources.configuration.FolderConfiguration; 20 import com.android.ide.common.resources.configuration.ResourceQualifier; 53 * @param fileName the filename associated with the configuration 54 * @param config The starting configuration. 68 String.format("Configuration for the alternate version of %1$s", mFileName)); 101 "Invalid Configuration: %1$s has no filter set.", 132 * Sets the edited configuration on the given configuration parameter 134 * @param config the configuration to apply the current edits t [all...] |
/device/google/accessory/arduino/USB_Host_Shield/ |
ch9.h | 36 #define CONF_DESCR_LEN 9 //configuration descriptor length
48 #define USB_REQUEST_GET_CONFIGURATION 8 // Standard Device Request - GET CONFIGURATION
49 #define USB_REQUEST_SET_CONFIGURATION 9 // Standard Device Request - SET CONFIGURATION
73 #define USB_DESCRIPTOR_CONFIGURATION 0x02 // bDescriptorType for a Configuration Descriptor.
78 #define USB_DESCRIPTOR_OTHER_SPEED 0x07 // bDescriptorType for a Other Speed Configuration.
147 /* Configuration descriptor structure */
151 byte bDescriptorType; // CONFIGURATION descriptor type (USB_DESCRIPTOR_CONFIGURATION).
152 unsigned int wTotalLength; // Total length of all descriptors for this configuration.
153 byte bNumInterfaces; // Number of interfaces in this configuration.
154 byte bConfigurationValue; // Value of this configuration (1 based). [all...] |
/external/robolectric/ |
pom.xml | 112 <configuration /> 125 <configuration> 128 </configuration> 134 <configuration> 138 </configuration> 144 <configuration> 148 </configuration> 176 <configuration> 185 </configuration> 206 <configuration> [all...] |
/external/chromium_org/remoting/host/win/ |
elevated_controller.cc | 28 // The maximum size of the configuration file. "1MB ought to be enough" for any 29 // reasonable configuration we will ever need. 1MB is low enough to make 34 // The host configuration file name. 37 // The unprivileged configuration file name. 44 // The host configuration file security descriptor that enables full access to 52 // Configuration keys. 58 // The configuration keys that cannot be specified in UpdateConfig(). 61 // The configuration keys whose values may be read by GetConfig(). 94 // Reads and parses the configuration file up to |kMaxConfigFileSize| in 99 // Read raw data from the configuration file [all...] |
/external/chromium_org/third_party/lcov/man/ |
genhtml.1 | 91 values, use configuration file options 244 This option can also be configured permanently using the configuration file 260 This option can also be configured permanently using the configuration file 290 This option can also be configured permanently using the configuration file 301 This option can also be configured permanently using the configuration file 314 This option can also be configured permanently using the configuration file 328 This option can also be configured permanently using the configuration file 340 This option can also be configured permanently using the configuration file 364 This option can also be configured permanently using the configuration file 384 This option can also be configured permanently using the configuration fil [all...] |
/prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
commons-logging-1.1.1.pom | 152 <configuration>
156 </configuration>
164 <configuration>
166 </configuration>
185 <configuration>
202 </configuration>
210 <configuration>
225 </configuration>
233 <configuration>
250 </configuration>
[all...] |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/11/ |
commons-parent-11.pom | 168 <configuration>
171 </configuration>
177 <configuration>
181 </configuration>
198 <configuration>
200 </configuration>
211 <configuration>
226 </configuration>
231 <configuration>
244 </configuration>
[all...] |
/external/chromium/chrome/browser/chromeos/ |
proxy_config_service_impl.h | 28 // - retrieves initial system proxy configuration from cros settings persisted 30 // - provides network stack with latest system proxy configuration for use on 32 // - provides UI with methods to retrieve and modify system proxy configuration 34 // - TODO(kuan): persists proxy configuration settings on chromeos device using 54 // or modify the proxy configuration via UIGetProxyConfig or 58 // configuration change. 65 // - where configuration was picked up from - policy or owner 82 // Specifies where proxy configuration was picked up from. 84 SOURCE_NONE, // No default configuration. 85 SOURCE_POLICY, // Configuration is from policy [all...] |
/frameworks/base/docs/html/sdk/api_diff/13/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.SCREEN_HEIGHT_DP_UNDEFINED"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#SCREEN_HEIGHT_DP_UNDEFINED" target="_top"><code>SCREEN_HEIGHT_DP_UNDEFINED</code></A></nobr> 94 <A NAME="android.content.res.Configuration.SCREEN_WIDTH_DP_UNDEFINED"></A> 95 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#SCREEN_WIDTH_DP_UNDEFINED" target="_top"><code>SCREEN_WIDTH_DP_UNDEFINED</code></A></nobr> 101 <A NAME="android.content.res.Configuration.SMALLEST_SCREEN_WIDTH_DP_UNDEFINED"></A> 102 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#SMALLEST_SCREEN_WIDTH_DP_UNDEFINED" target="_top"><code>SMALLEST_SCREEN_WIDTH_DP_UNDEFINED</code></A></nobr> 108 <A NAME="android.content.res.Configuration.UI_MODE_TYPE_TELEVISION"></A [all...] |
/external/chromium_org/third_party/icu/source/common/ |
common.vcxproj.filters | 16 <Filter Include="configuration">
152 <Filter>configuration</Filter>
155 <Filter>configuration</Filter>
158 <Filter>configuration</Filter>
161 <Filter>configuration</Filter>
164 <Filter>configuration</Filter>
167 <Filter>configuration</Filter>
170 <Filter>configuration</Filter>
173 <Filter>configuration</Filter>
176 <Filter>configuration</Filter> [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
data_type_manager.h | 40 OK, // Configuration finished without error. 81 // Begins asynchronous configuration of data types. Any currently 86 // to the UI thread when configuration is started and a 88 // ConfigureResult detail) when configuration is complete. 90 // Note that you may call Configure() while configuration is in 91 // progress. Configuration will be complete only when the
|
/external/guava/guava-gwt/ |
pom.xml | 59 <configuration> 62 </configuration> 73 <configuration> 83 </configuration> 95 <configuration> 108 </configuration>
|
/external/icu4c/extra/uconv/ |
makedata.mak | 14 !MESSAGE No configuration specified. Defaulting to common - Win32 Debug. 17 #Here we test if a valid configuration is given 19 !MESSAGE Invalid configuration "$(CFG)" specified. 20 !MESSAGE You can specify a configuration when running NMAKE 25 !MESSAGE Possible choices for configuration are: 30 !ERROR An invalid configuration is specified.
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 55 /* Configuration switch controls */ 80 typedef LVM_UINT16 LVCS_Configuration_t; /* Internal algorithm configuration */ 119 LVCS_StereoEnhancer_t StereoEnhancer; /* Stereo enhancer configuration */ 120 LVCS_ReverbGenerator_t Reverberation; /* Reverberation configuration */ 121 LVCS_Equaliser_t Equaliser; /* Equaliser configuration */ 122 LVCS_BypassMix_t BypassMix; /* Bypass mixer configuration */
|
/frameworks/base/core/java/android/content/ |
ComponentCallbacks.java | 19 import android.content.res.Configuration; 33 * Called by the system when the device configuration changes while your 35 * are never restarted when a configuration changes: they must always deal 40 * new configuration. 45 * @param newConfig The new device configuration. 47 void onConfigurationChanged(Configuration newConfig);
|