OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configuration
(Results
626 - 650
of
4142
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/ipsec-tools/src/racoon/
TODO
22
o require less
configuration
. phase 2 is easier (as kernel presents racoon
24
- grab phase 2 lifetime and algorith
configuration
from sadb_comb payloads in
26
- give reasonable default behavior when no
configuration
file is present.
76
o deep copy
configuration
entry to hander. It's easy to reload
configuration
.
/external/quake/quake/src/QW/gas2masm/
gas2masm.mak
8
!MESSAGE No
configuration
specified. Defaulting to gas2masm - Win32 Debug.
13
!MESSAGE Invalid
configuration
"$(CFG)" specified.
14
!MESSAGE You can specify a
configuration
when running NMAKE on this makefile
19
!MESSAGE Possible choices for
configuration
are:
25
!ERROR An invalid
configuration
is specified.
/external/webkit/WebKitTools/android/flex-2.5.4a/
INSTALL
17
that you can run in the future to recreate the current
configuration
.
52
figures out the
configuration
for your system and records it in
54
`Makefile's and perhaps a
configuration
header file). Later, you can
85
DEFS
Configuration
options, in the form `-Dfoo -Dbar ...'
87
configuration
header file.
/external/wpa_supplicant/
eap.h
137
* get_config - Get pointer to the current network
configuration
185
* set_config_blob - Set named
configuration
blob
189
* Adds a new
configuration
blob or replaces the current value of an
195
* get_config_blob - Get a named
configuration
blob
217
* struct eap_config -
Configuration
for EAP state machine
defconfig
1
# Example wpa_supplicant build time
configuration
3
# This file lists the
configuration
options that are used when building the
4
# hostapd binary. All lines starting with # are ignored.
Configuration
option
23
# Example
configuration
for various cross-compilation platforms
70
# Example path for wlioctl.h; change to match your
configuration
211
# Select
configuration
backend:
212
# file = text file (e.g., wpa_supplicant.conf; note: the
configuration
file
214
# select the backend that allows
configuration
files to be used)
294
# be loaded in the beginning of the wpa_supplicant
configuration
file
config_winreg.c
2
* WPA Supplicant /
Configuration
backend: Windows registry
14
* This file implements a
configuration
backend for Windows registry.. All the
15
*
configuration
information is stored in the registry and the format for
16
* network
configuration
fields is same as described in the sample
17
*
configuration
file, wpa_supplicant.conf.
19
*
Configuration
data is in HKEY_LOCAL_MACHINE\SOFTWARE\wpa_supplicant\configs
20
* key. Each
configuration
profile has its own key under this. In terms of text
24
* network block in the
configuration
file. In addition, blobs subkey has
370
wpa_printf(MSG_DEBUG, "Reading
configuration
profile '%s'", name);
381
"
configuration
registry HKLM\\" TSTR, buf)
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h
138
* get_config - Get pointer to the current network
configuration
186
* set_config_blob - Set named
configuration
blob
190
* Adds a new
configuration
blob or replaces the current value of an
196
* get_config_blob - Get a named
configuration
blob
227
* struct eap_config -
Configuration
for EAP state machine
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchAction.java
109
public synchronized void launch(ILaunchConfiguration
configuration
, String mode,
112
super.launch(
configuration
, mode, launch, monitor);
120
public String verifyMainTypeName(ILaunchConfiguration
configuration
) {
129
public IVMRunner getVMRunner(ILaunchConfiguration
configuration
, String mode) {
138
public ILaunch getLaunch(ILaunchConfiguration
configuration
, String mode) {
/system/core/nexus/
WifiNetwork.h
254
* The set of key management protocols supported by this
configuration
.
259
* The set of security protocols supported by this
configuration
.
264
* The set of authentication protocols supported by this
configuration
.
269
* The set of pairwise ciphers for WPA supported by this
configuration
.
274
* The set of group ciphers for WPA supported by this
configuration
.
/external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c
2
* WPA Supplicant /
Configuration
backend: Windows registry
14
* This file implements a
configuration
backend for Windows registry. All the
15
*
configuration
information is stored in the registry and the format for
16
* network
configuration
fields is same as described in the sample
17
*
configuration
file, wpa_supplicant.conf.
19
*
Configuration
data is in
21
* key. Each
configuration
profile has its own key under this. In terms of text
25
* network block in the
configuration
file. In addition, blobs subkey has
28
* Example network
configuration
block:
436
wpa_printf(MSG_DEBUG, "Reading
configuration
profile '%s'", name)
[
all
...]
/frameworks/base/services/java/com/android/server/
UiModeManagerService.java
34
import android.content.res.
Configuration
;
97
private
Configuration
mConfiguration = new
Configuration
();
161
//
configuration
and starting the activity -- we need to
167
Configuration
newConfig = null;
363
return mCurUiMode &
Configuration
.UI_MODE_TYPE_MASK;
428
int uiMode =
Configuration
.UI_MODE_TYPE_NORMAL;
430
uiMode =
Configuration
.UI_MODE_TYPE_CAR;
432
uiMode =
Configuration
.UI_MODE_TYPE_DESK;
437
uiMode |= mComputedNightMode ?
Configuration
.UI_MODE_NIGHT_YE
[
all
...]
/development/pdk/docs/porting/
customization.jd
50
<a name="androidNetCustPlatNetworkConfig"></a><h4>Network
Configuration
</h4>
52
<p>Android stores network configurations as a resource that gets compiled into binary at form at build time. The XML representation of this resource is located at <code>//android/frameworks/base/core/res/res/xml/apns.xml</code>. This file does not include any configured APNs. You should not modify this file, but instead configure APNs by product at build time (see Build-time APN
Configuration
below).</p>
53
<p>Each network
configuration
is stored in an XML element following this syntax:</p>
69
<a name="androidNetCustPlatAPNConfig"></a><h4>Build-time APN
configuration
</h4>
71
<p>To set the APN
configuration
for a particular product target, add an <code>apns-conf.xml</code> file to the product
configuration
(do not modify the default platform APNs). This allows multiple products, all with different APNs, to be built off the same code base. </p>
73
<p>To configure APNs at the product level, add a line to the product
configuration
file like the example below (<code>vendor/<vendor_name>/products/myphone-us.mk</code>): </p>
81
<a name="androidNetCustPlatAPNRunTime"></a><h4>APN
configuration
at run time</h4>
88
<p>Android supports the following run-time network
configuration
methods to choose the appropriate APN from the list of configured APNs:</p>
90
<li><b>Automatic
Configuration
</b>: At boot time, Android determines the correct network configuration based on the MCC and MNC f (…)
[
all
...]
/cts/tools/host/src/com/android/cts/
TestSessionBuilder.java
41
// defined for external document, which is from the
configuration
files
42
// this should keep synchronized with the format of the
configuration
files
99
* Create TestSession via TestPlan XML
configuration
file.
101
* @param config TestPlan XML
configuration
file.
112
// parse device
configuration
189
* Load TestPackage via Package XML
configuration
file.
193
* @return loaded TestPackage from test package XML
configuration
file
202
* Load TestPackage via Package XML
configuration
file.
206
* @return loaded TestPackage from test package XML
configuration
file
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
FolderConfiguration.java
27
* Represents the
configuration
for Resource Folders. All the properties have a default
52
* Returns the number of {@link ResourceQualifier} that make up a Folder
configuration
.
72
* in the given
configuration
.
316
* Returns whether the
Configuration
has only default values.
329
* Returns the name of a folder with the
configuration
.
348
* Returns the name of a folder with the
configuration
.
468
* Returns whether the
configuration
is a match for the given reference config.
475
* @param referenceConfig The reference
configuration
to test against.
476
* @return true if the
configuration
matches.
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
configMgr.c
133
DESCRIPTION: Driver creation &
configuration
function, called by the OS abstraction layer, performs the following:
159
WLAN_OS_REPORT(("\n.....
Configuration
manager creation failure \n"));
218
DESCRIPTION: Driver creation &
configuration
function, called by the OS abstraction layer, performs the following:
243
WLAN_OS_REPORT(("\n.....
Configuration
manager
configuration
failure\n"));
[
all
...]
/external/dbus/
Doxyfile.in
4
# General
configuration
options
42
#
configuration
options related to warning and progress messages
50
#
configuration
options related to the input files
76
#
configuration
options related to source browsing
83
#
configuration
options related to the alphabetical class index
89
#
configuration
options related to the HTML output
106
#
configuration
options related to the LaTeX output
118
#
configuration
options related to the RTF output
127
#
configuration
options related to the man page output
134
#
configuration
options related to the XML outpu
[
all
...]
/external/kernel-headers/original/linux/
capability.h
149
/* Allow interface
configuration
*/
197
/* Allow
configuration
of process accounting */
201
/* Allow
configuration
of the secure attention key */
203
/* Allow examination and
configuration
of disk quotas */
230
/* Allow reading non-standardized portions of pci
configuration
space */
274
/* Allow
configuration
of tty devices */
/frameworks/base/docs/html/sdk/api_diff/8/changes/
android.view.View.html
86
<A NAME="android.view.View.dispatchConfigurationChanged_added(android.content.res.
Configuration
)"></A>
87
<nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#dispatchConfigurationChanged(android.content.res.
Configuration
)" target="_top"><code>dispatchConfigurationChanged</code></A>(<code>
Configuration
</code>)</nobr>
107
<A NAME="android.view.View.onConfigurationChanged_added(android.content.res.
Configuration
)"></A>
108
<nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#onConfigurationChanged(android.content.res.
Configuration
)" target="_top"><code>onConfigurationChanged</code></A>(<code>
Configuration
</code>)</nobr>
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/PowerSaveServer/
PowerSrv_API.h
188
* enter in to
configuration
of the driver that in higher priority from the user.\n
189
* the
configuration
is:\n
212
* enter in to
configuration
of the driver that in higher priority from the user.\n
213
* the
configuration
is:\n
214
* end the user mode
configuration
(driver mode priority) and returns the user
configuration
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/
Charset.java
61
* providers through provider
configuration
files. Such files are always named
70
* ignored. Both the
configuration
files and the provider classes will be loaded
80
* The name of
configuration
files where charset provider class names can be
86
* The encoding of
configuration
files
91
* The comment string used in
configuration
files
263
* Read a
configuration
file and add the charsets supported by the providers
264
* specified by this
configuration
file to the map.
306
// Can't read this
configuration
file, ignore
365
// Examine each
configuration
file
377
* Read a
configuration
file and try to find the desired charset among thos
[
all
...]
/external/proguard/docs/
downloads.html
50
<li>Added option <code>-optimizations</code> for fine-grained
configuration
of
59
fine-grained
configuration
of notes and warnings.
66
<li>Fixed
configuration
with annotations that are not preserved themselves.
90
<li>Added support for annotation and enumeration class types in
configuration
.
170
<li>Added support for
configuration
by means of annotations.
258
<li>Printing more information in case of conflicting
configuration
and input.
284
<li>Fixed matching of primitive type wildcards in
configuration
.
315
<li>Fixed exception when saving
configuration
with initializers in GUI.
323
<li>Made file names relative to the
configuration
files in which they are
337
<li>Properly closing
configuration
files
[
all
...]
/dalvik/libcore/auth/src/main/java/javax/security/auth/
AuthPermission.java
50
* javax.security.auth.login.
Configuration
.
52
* javax.security.auth.login.
Configuration
.
/external/bluetooth/bluez/src/
bluetoothd.8.in
18
configuration
is done in the
38
Default location of the global
configuration
file.
/external/bluetooth/glib/
acinclude.m4
200
dnl that contains a
configuration
script generated by Autoconf, under
221
dnl that contains a
configuration
script generated by Autoconf, under
248
dnl that contains a
configuration
script generated by Autoconf, under
281
dnl that contains a
configuration
script generated by Autoconf, under
305
dnl that contains a
configuration
script generated by Autoconf, under
329
dnl that contains a
configuration
script generated by Autoconf, under
394
dnl that contains a
configuration
script generated by Autoconf, under
424
dnl that contains a
configuration
script generated by Autoconf, under
/external/bluetooth/glib/build/win32/vs9/
gio.vcproj
21
<
Configuration
101
</
Configuration
>
102
<
Configuration
182
</
Configuration
>
183
<
Configuration
264
</
Configuration
>
265
<
Configuration
346
</
Configuration
>
Completed in 399 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>