/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
fr-FR_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language fr-FR 14 ! configuration file for the input DT vector
|
fr-FR_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language fr-FR 14 ! configuration file for the input DT vector
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
it-IT_kdt_acc.dtfmt | 4 ! Decision Tree Configuration <Accentuation> for language it-IT 14 ! configuration file for the input DT vector
|
it-IT_kdt_g2p.dtfmt | 4 ! Decision Tree Configuration <Grapheme-To-Phoneme> for language it-IT 14 ! configuration file for the input DT vector
|
it-IT_kdt_phr.dtfmt | 4 ! Decision Tree Configuration <Phrasing> for language it-IT 14 ! configuration file for the input DT vector
|
it-IT_kdt_posd.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language it-IT 14 ! configuration file for the input DT vector
|
it-IT_kdt_posp.dtfmt | 4 ! Decision Tree Configuration <Part-Of-Speech Prediction> for language it-IT 14 ! configuration file for the input DT vector
|
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/ |
WTF.vcproj | 18 <Configuration
70 </Configuration>
71 <Configuration
124 </Configuration>
125 <Configuration
177 </Configuration>
178 <Configuration
230 </Configuration>
|
/external/webkit/WebKitTools/record-memory-win/ |
record-memory-win.vcproj | 18 <Configuration
94 </Configuration>
|
/external/wpa_supplicant_6/wpa_supplicant/ |
ChangeLog | 13 * do not send WPS M8 message when learning current AP configuration as 38 into .config and setting the runtime configuration variables in 39 wpa_supplicant.conf (see WPS section in the example configuration 58 and password="Ki:OPc"/password="Ki:OPc:SQN" in network configuration) 59 * added a new network configuration option, wpa_ptk_rekey, that can be 111 * removed 'nai' and 'eappsk' network configuration variables that were 114 replacement for 'nai' (if old configuration used a separate 207 * added network configuration parameter 'frequency' for setting 278 * changed ctrl_iface network configuration 'get' operations to not 286 * driver_ndis: fixed static WEP configuration to avoid race conditio [all...] |
config_ssid.h | 2 * WPA Supplicant / Network configuration structures 35 * struct wpa_ssid - Network configuration data 37 * This structure includes all the configuration variables for a network. This 38 * data is included in the per-interface configuration data as an element of 40 * configuration is mapped to a struct wpa_ssid instance. 65 * id when it is being created, either when reading the configuration 84 * they try the networks in the order that used in the configuration 186 * eap - EAP peer configuration for this network
|
wpa_supplicant.conf | 1 ##### Example wpa_supplicant configuration file ############################### 3 # This file describes configuration file format and lists all available option. 4 # Please also take a look at simpler configuration examples in 'examples' 12 # Note: All file paths in this configuration file should use full (absolute, 16 # Whether to allow wpa_supplicant to update (overwrite) configuration 18 # This option can be used to allow wpa_supplicant to overwrite configuration 19 # file whenever configuration is changed (e.g., new network block is added with 21 # wpa_cli/wpa_gui to be able to store the configuration changes permanently. 22 # Please note that overwriting configuration file will remove the comments from 26 # global configuration (shared by all network blocks [all...] |
/external/zlib/contrib/vstudio/vc8/ |
zlibvc.vcproj | 22 <Configuration
119 </Configuration>
120 <Configuration
217 </Configuration>
218 <Configuration
314 </Configuration>
315 <Configuration
415 </Configuration>
416 <Configuration
516 </Configuration>
[all...] |
/frameworks/base/core/java/android/app/ |
Application.java | 22 import android.content.res.Configuration; 59 public void onConfigurationChanged(Configuration newConfig) {
|
/frameworks/base/core/java/android/view/ |
IWindow.aidl | 20 import android.content.res.Configuration; 48 boolean reportDraw, in Configuration newConfig);
|
ViewConfiguration.java | 176 * Creates a new configuration for the specified context. The configuration depends on 180 * @param context The application context used to initialize this view configuration. 204 * Returns a configuration for the specified context. The configuration depends on 208 * @param context The application context used to initialize the view configuration. 214 ViewConfiguration configuration = sConfigurations.get(density); local 215 if (configuration == null) { 216 configuration = new ViewConfiguration(context); 217 sConfigurations.put(density, configuration); [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 19 import android.content.res.Configuration; 37 Rect visibleInsets, boolean reportDraw, Configuration newConfig) {
|
/ndk/build/core/ |
add-toolchain.mk | 20 # configuration file (config.mk) that will be included here. 25 # by the toolchain configuration file
|
/packages/apps/Mms/src/com/android/mms/ |
MmsApp.java | 33 import android.content.res.Configuration; 76 public void onConfigurationChanged(Configuration newConfig) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 84 * Custom UI widget to let user build a Folder configuration. 89 * <li>Retrieve the configuration using {@link #getConfiguration(FolderConfiguration)}. 184 * Enum for the state of the configuration being created. 204 * If the device mode is <code>true</code> then the configuration selector only 205 * allows to create configuration that are valid on a device (as opposed to resource 206 * configuration). 207 * For instance {@link Density#NODPI} is a valid qualifier for a resource configuration but 413 * Sets a listener to be notified when the configuration changes. 415 * configuration is changed. The method is called from the UI thread. 424 * @param config The configuration [all...] |
/external/dnsmasq/ |
setup.html | 28 <H2>Configuration.</H2> 29 Configuration for dnsmasq is pretty simple in almost all cases. The 32 configuration (ie one or more external nameservers in <TT>/etc/resolv.conf</TT> 34 simply by running dnsmasq, with no options or configuration at 40 when starting dnsmasq, or in its configuration file, <TT>/etc/dnsmasq.conf</TT>. 43 In the simple configuration described above, processes local to the 53 <h2>Automatic nameserver configuration.</h2> 54 The two protocols most used for automatic IP network configuration 62 <h3>Automatic DNS server configuration with PPP.</h3> 80 <h3>Automatic DNS server configuration with DHCP.</h3 [all...] |
/external/wpa_supplicant/ |
wpa_supplicant_i.h | 45 * confname - Configuration name (file or profile) name 47 * This can also be %NULL when a configuration file is not used. In 56 * If a configuration file is not used, this variable can be used to 58 * from the configuration file. If both confname and ctrl_interface are 59 * set, ctrl_interface is used to override the value from configuration 72 * If a configuration file is not used, this variable can be used to 74 * from the configuration file. If both confname and driver_param are 75 * set, driver_param is used to override the value from configuration 139 * not be enabled in normal configuration. If needed during 294 /* Selected configuration (based on Beacon/ProbeResp WPA IE) * [all...] |
/development/pdk/doxygen_config/ |
pdk_config.conf | 4 # Project related configuration options
51 # Build related configuration options
85 # configuration options related to warning and progress messages
95 # configuration options related to the input files
119 # configuration options related to source browsing
130 # configuration options related to the alphabetical class index
136 # configuration options related to the HTML output
165 # configuration options related to the LaTeX output
180 # configuration options related to the RTF output
189 # configuration options related to the man page output [all...] |
/external/icu4c/ |
Doxyfile.in | 9 # Project related configuration options 44 # Build related configuration options 77 # configuration options related to warning and progress messages 86 # configuration options related to the input files 101 # configuration options related to source browsing 110 # configuration options related to the alphabetical class index 116 # configuration options related to the HTML output 136 # configuration options related to the LaTeX output 151 # configuration options related to the RTF output 160 # configuration options related to the man page outpu [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 112 * X.25-specific link-level configuration. 143 * Frame relay specific link-level configuration. 158 * PPP-specific link-level configuration. 179 * CHDLC-specific link-level configuration. 196 * WAN device configuration. Passed to ROUTER_SETUP IOCTL. 201 unsigned config_id; /* configuration structure identifier */ 202 /****** hardware configuration ******/ 236 wan_x25_conf_t x25; /* X.25 configuration */ 237 wan_ppp_conf_t ppp; /* PPP configuration */ 238 wan_fr_conf_t fr; /* frame relay configuration */ [all...] |