OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configuration
(Results
1176 - 1200
of
9268
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/mesa3d/doxygen/
glsl.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
19
#
configuration
options related to the HTML output
23
#
Configuration
options related to the preprocessor
35
#
Configuration
::addtions related to external references
main.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
24
#
configuration
options related to the HTML output
28
#
Configuration
options related to the preprocessor
40
#
Configuration
::addtions related to external references
math.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
25
#
configuration
options related to the HTML output
29
#
Configuration
options related to the preprocessor
41
#
Configuration
::addtions related to external references
shader.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
24
#
configuration
options related to the HTML output
28
#
Configuration
options related to the preprocessor
40
#
Configuration
::addtions related to external references
swrast.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
24
#
configuration
options related to the HTML output
28
#
Configuration
options related to the preprocessor
40
#
Configuration
::addtions related to external references
swrast_setup.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
25
#
configuration
options related to the HTML output
29
#
Configuration
options related to the preprocessor
41
#
Configuration
::addtions related to external references
tnl.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
25
#
configuration
options related to the HTML output
29
#
Configuration
options related to the preprocessor
41
#
Configuration
::addtions related to external references
tnl_dd.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
24
#
configuration
options related to the HTML output
28
#
Configuration
options related to the preprocessor
40
#
Configuration
::addtions related to external references
vbo.doxy
6
# General
configuration
options
10
#
configuration
options related to the input files
25
#
configuration
options related to the HTML output
29
#
Configuration
options related to the preprocessor
41
#
Configuration
::addtions related to external references
/external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java
6
package org.mockito.internal.
configuration
.injection;
10
import org.mockito.internal.
configuration
.injection.filter.FinalMockCandidateFilter;
11
import org.mockito.internal.
configuration
.injection.filter.MockCandidateFilter;
12
import org.mockito.internal.
configuration
.injection.filter.NameBasedCandidateFilter;
13
import org.mockito.internal.
configuration
.injection.filter.TypeBasedCandidateFilter;
/external/qemu/docs/
ANDROID-CONFIG-FILES.TXT
7
The Android emulator supports several file formats for its
configuration
11
I. Android .ini
configuration
files:
15
format for some
configuration
files. Here's the BNF for it:
48
II. Android 'aconfig'
configuration
files:
51
Alternatively, another
configuration
file format is supported by the code
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiManagerTest.java
110
WifiConfiguration
configuration
= new WifiConfiguration();
local
111
configuration
.networkId = networkId;
112
configuration
.priority = 44;
114
assertThat(wifiManager.updateNetwork(
configuration
), equalTo(networkId));
117
assertThat(
configuration
.priority, equalTo(44));
/external/stlport/etc/
ReleaseNote.txt
38
* Folder architecture: All
configuration
files are now in stlport/stl/config folder.
41
STLport
configuration
now also try to seperate platform
configuration
from compiler
132
* Creation of
configuration
scripts to make STLport
configuration
easier.
/frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java
22
import android.content.res.
Configuration
;
99
// Validate values against
configuration
retrieved from resources
100
Configuration
vconfig = mContext.getResources().getConfiguration();
105
if (vconfig.navigation ==
Configuration
.NAVIGATION_NONAV) {
108
if (vconfig.keyboard !=
Configuration
.KEYBOARD_UNDEFINED) {
/frameworks/base/docs/html/sdk/api_diff/11/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>
86
<A NAME="android.content.res.
Configuration
.isLayoutSizeAtLeast_added(int)"></A>
87
<nobr><code>boolean</code> <A HREF="../../../../reference/android/content/res/
Configuration
.html#isLayoutSizeAtLeast(int)" target="_top"><code>isLayoutSizeAtLeast</code></A>(<code>int</code>)</nobr>
/frameworks/base/docs/html/sdk/api_diff/19/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
.MNC_ZERO"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/content/res/
Configuration
.html#MNC_ZERO" target="_top"><code>MNC_ZERO</code></A></nobr>
/frameworks/base/docs/html/sdk/api_diff/9/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
.SCREENLAYOUT_SIZE_XLARGE"></A>
88
<nobr><code>int</code> <A HREF="../../../../reference/android/content/res/
Configuration
.html#SCREENLAYOUT_SIZE_XLARGE" target="_top"><code>SCREENLAYOUT_SIZE_XLARGE</code></A></nobr>
/frameworks/base/media/java/android/media/
AudioFormat.java
21
* channel
configuration
constants. They are for instance used
40
/** Invalid audio channel
configuration
*/
43
/** Default audio channel
configuration
*/
46
/** Mono audio
configuration
*/
49
/** Stereo (2 channel) audio
configuration
*/
/packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java
21
import android.content.res.
Configuration
;
177
final
Configuration
configuration
= mContext.getResources().getConfiguration();
local
178
return
configuration
.orientation ==
Configuration
.ORIENTATION_PORTRAIT;
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java
26
import android.content.res.
Configuration
;
158
// the
configuration
for running xlarge UIs on normal screens and vice versa
159
Configuration
config = getActivity().getResources().getConfiguration();
160
int screenLayoutSize = config.screenLayout &
Configuration
.SCREENLAYOUT_SIZE_MASK;
161
if (screenLayoutSize ==
Configuration
.SCREENLAYOUT_SIZE_XLARGE) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Locale.java
17
package com.android.ide.eclipse.adt.internal.editors.layout.
configuration
;
19
import static com.android.ide.common.resources.
configuration
.LanguageQualifier.FAKE_LANG_VALUE;
20
import static com.android.ide.common.resources.
configuration
.RegionQualifier.FAKE_REGION_VALUE;
23
import com.android.ide.common.resources.
configuration
.LanguageQualifier;
24
import com.android.ide.common.resources.
configuration
.RegionQualifier;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java
39
import com.android.ide.common.resources.
configuration
.FolderConfiguration;
44
import com.android.ide.eclipse.adt.internal.editors.layout.
configuration
.
Configuration
;
45
import com.android.ide.eclipse.adt.internal.editors.layout.
configuration
.ConfigurationChooser;
113
Configuration
config = chooser.getConfiguration();
117
assert device != null; // Should only attempt render with
configuration
that has device
130
Configuration
configuration
, ResourceResolver resourceResolver) {
136
FolderConfiguration folderConfig =
configuration
.getFullConfig();
138
Device device =
configuration
.getDevice()
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java
76
* The
configuration
contains two types of information.
77
* = IP and proxy
configuration
that is handled by WifiConfigStore and
80
* The format of
configuration
file is as follows:
95
* Any failures during read or write to the
configuration
file are ignored
129
* the
configuration
file at start and can thus change for networks.
130
* We store the IP
configuration
for networks along with a unique id
133
* map supplicant config to IP
configuration
. */
145
/* IP and proxy
configuration
keys */
267
// Set to the highest priority and save the
configuration
.
284
* Add/update the specified
configuration
and save confi
[
all
...]
/external/proguard/src/proguard/gui/
GUIResources.properties
59
command line using your saved
configuration
. \
71
or you can run ProGuard from the command line using your saved
configuration
.
117
note = Note potential mistakes in the
configuration
127
printConfiguration = Print
configuration
281
Print out the
configuration
.
356
Optionally add a comment for this option in the
configuration
file.
515
selectConfigurationFile = Select a
configuration
file...
516
saveConfigurationFile = Save
configuration
...
525
cantOpenConfigurationFile = Can''t open the
configuration
file [{0}]
526
cantParseConfigurationFile = Can''t parse the
configuration
file [{0}
[
all
...]
/external/wpa_supplicant_8/hostapd/
README
95
Build
configuration
99
time
configuration
file, .config that selects which optional
100
components are included. See defconfig file for example
configuration
130
for EAP frame transmission. However, a more common
configuration
is to
146
The normal
configuration
of the Authenticator would use an external
166
Host AP
configuration
for IEEE 802.1X
169
The user space daemon has its own
configuration
file that can be used to
171
configuration
file (hostapd/hostapd.conf) that can be used as a basis
172
for
configuration
. It includes examples of all supported
configuration
[
all
...]
Completed in 594 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>