OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configuration
(Results
1101 - 1125
of
9268
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
16
are Stephen M. Gava, who implemented the
configuration
GUI, the new
17
configuration
system, and the About dialog, and Kurt B. Kaiser, who completed
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/
examples.pro
2
# This ProGuard
configuration
file illustrates how to use annotations for
16
# Some important
configuration
is based on the annotations in the code.
/prebuilts/tools/common/proguard/proguard4.7/examples/
proguard.pro
2
# This ProGuard
configuration
file illustrates how to process ProGuard itself.
3
#
Configuration
files for typical applications will be very similar.
proguardall.pro
2
# This ProGuard
configuration
file illustrates how to process ProGuard
5
#
Configuration
files for typical applications will be very similar.
proguardgui.pro
2
# This ProGuard
configuration
file illustrates how to process the ProGuard GUI.
3
#
Configuration
files for typical applications will be very similar.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchShortcut.java
25
* Launch shortcut to launch debug/run Android JUnit
configuration
directly.
35
* Creates a default Android JUnit launch
configuration
. Sets the instrumentation runner to the
/sdk/files/
proguard-android.txt
1
# This is a
configuration
file for ProGuard.
14
# include optimization flags in your own project
configuration
file;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java
21
import com.android.ide.common.resources.
configuration
.CountryCodeQualifier;
22
import com.android.ide.common.resources.
configuration
.DensityQualifier;
23
import com.android.ide.common.resources.
configuration
.FolderConfiguration;
24
import com.android.ide.common.resources.
configuration
.KeyboardStateQualifier;
25
import com.android.ide.common.resources.
configuration
.LanguageQualifier;
26
import com.android.ide.common.resources.
configuration
.LayoutDirectionQualifier;
27
import com.android.ide.common.resources.
configuration
.NavigationMethodQualifier;
28
import com.android.ide.common.resources.
configuration
.NavigationStateQualifier;
29
import com.android.ide.common.resources.
configuration
.NetworkCodeQualifier;
30
import com.android.ide.common.resources.
configuration
.NightModeQualifier
[
all
...]
/development/tools/idegen/
README
13
Create a JDK
configuration
named "1.6 (No Libraries)" by adding a new
26
updated
configuration
.
41
libraries". Eclipse will not let you save your
configuration
unless at
58
project root) that should be excluded from the IDE
configuration
. We
63
might exclude all apps except the Browser in your IDE
configuration
with
73
source root will come earlier in the generated
configuration
. If a source
/development/tools/idegen/src/
Eclipse.java
33
* Generates an Eclipse .classpath file from the given
configuration
.
35
public static void generateFrom(
Configuration
c) throws IOException {
45
* patterns will come sooner in
configuration
file.
51
Configuration
.parseFile(precedence, patterns);
79
// Output source roots to
configuration
file.
117
Configuration
c) {
/docs/source.android.com/src/devices/tech/test_infra/tradefed/
full_example.jd
21
configuration
, and gives you a hands-on introduction to the Trade Federation framework. Starting
26
several steps. The exercises demonstrate how to gradually build and refine your
configuration
, and
27
provide all the sample code you need to complete the test
configuration
. The title of each
31
<p>When you are finished with the tutorial, you will have created a functioning TF
configuration
and
39
<p>For simplicity, this tutorial will illustrate adding a
configuration
and its classes to the
72
<h2>Creating a
Configuration
(I)</h2>
73
<p>Trade Federation tests are made executable by creating a <b>
Configuration
</b>, which is an XML file
77
<p>Lets create a new
Configuration
for our HelloWorldTest:</p>
78
<pre><code><
configuration
description="Runs the hello world test">
80
</
configuration
></code></pre
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_av_sbc.h
169
** Description Determine the preferred SBC codec
configuration
for the
171
** preferred codec
configuration
and the peer codec
173
** match the preferred capabilities with the
configuration
174
** as best it can. The resulting codec
configuration
is
178
** Codec
configuration
in p_cap.
187
** Description This function checks whether an SBC codec
configuration
/external/chromium_org/chrome/installer/linux/common/
apt.include
9
# Parse apt
configuration
and return requested variable value.
89
# Check if the correct repository
configuration
is in there.
114
# At this point, either the correct
configuration
is completely missing, or
115
# the wrong
configuration
is active. In that case, just abandon the mess and
116
# recreate the file with the correct
configuration
. If there were no active
117
# configurations before, create the new
configuration
disabled.
/external/chromium_org/components/policy/core/common/cloud/
device_management_service.h
108
class POLICY_EXPORT
Configuration
{
110
virtual ~
Configuration
() {}
122
explicit DeviceManagementService(scoped_ptr<
Configuration
>
configuration
);
169
// A
Configuration
implementation that is used to obtain various parameters
171
scoped_ptr<
Configuration
> configuration_;
/external/chromium_org/tools/emacs/
trybot-windows.txt
11
--------------------
Configuration
: toolband_proxy_lib - Debug|Win32------------
19
--------------------
Configuration
: webcore_bindings - Debug|Win32--------------
26
--------------------
Configuration
: run_testserver - Debug|Win32----------------
39
--------------------
Configuration
: browser - Debug|Win32-----------------------
62
--------------------
Configuration
: inspector_protocol_sources - Debug|Win32----
63
--------------------
Configuration
: installer_util_nacl_win64 - Debug|x64-------
/frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h
50
* Start the stream
configuration
process. Returns a handle to the stream's
59
* Returns NULL in case of error starting
configuration
.
64
* Check if the stream is mid-
configuration
(start has been called, but not
65
* finish). Used for lazy completion of
configuration
.
70
* Completes the stream
configuration
process. During this call, the stream
77
* OK on a successful
configuration
/frameworks/base/wifi/java/android/net/wifi/
WifiApConfigStore.java
44
* to soft access point
configuration
149
Log.e(TAG, "Bad version on hotspot
configuration
file, set defaults");
189
Log.e(TAG, "Error writing hotspot
configuration
" + e);
199
/* Generate a default WPA2 based
configuration
with a random password.
200
We are changing the Wifi Ap
configuration
storage from secure settings to a
201
flat file accessible only by the system. A WPA2 based default
configuration
/prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.pom
15
<
configuration
>
17
</
configuration
>
190
<
configuration
>
194
</
configuration
>
200
<
configuration
/>
206
<
configuration
/>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java
35
* For Android projects, android.jar gets added to the launch
configuration
of
63
public String[][] getBootpathExt(ILaunchConfiguration
configuration
) throws CoreException {
64
String[][] bootpath = super.getBootpathExt(
configuration
);
69
public String[] getClasspath(ILaunchConfiguration
configuration
) throws CoreException {
70
String[] classpath = super.getClasspath(
configuration
);
71
return fixClasspath(classpath, getJavaProjectName(
configuration
));
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
62
configuration
and to run executables generated by those builds.
170
Copies the test
configuration
from the specified source_dir
279
def set_configuration(self,
configuration
):
281
Sets the
configuration
, to be used for invoking the build
284
self.
configuration
=
configuration
287
if self.
configuration
:
288
return self.
configuration
.split('|')[0]
293
if self.
configuration
:
294
return self.
configuration
[
all
...]
/docs/source.android.com/src/devices/tech/input/
overview.jd
45
input device
configuration
, keyboard layout files, and various
52
<h3 id="driver-and-firmware-
configuration
">Driver and Firmware
Configuration
</h3>
60
<p>Driver
configuration
options are often specified as module parameters
64
configuration
, but it does offer guidance as to device calibration
66
<h3 id="board-
configuration
-properties">Board
Configuration
Properties</h3>
67
<p>The kernel board support package (BSP) may export board
configuration
71
devices use board
configuration
properties.</p>
95
for details about each
configuration
option.</p
[
all
...]
/libcore/luni/src/main/java/java/util/logging/
LogManager.java
35
* {@code LogManager} is used to maintain
configuration
properties of the
49
* On initialization, {@code LogManager} reads its
configuration
from a
54
*
configuration
process of {@code LogManager}.
67
* constructor can read the initial
configuration
and define properties for
74
*
configuration
from this file.
78
* its initial
configuration
from default properties file, as described above.
90
* update the logging
configuration
, such as levels, handlers, or filters for
92
* {@code LogManager}
configuration
</li>
95
* This class, together with any handler and
configuration
classes associated
97
* {@code LogManager}
configuration
occurs
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java
39
import com.android.ide.common.resources.
configuration
.CountryCodeQualifier;
40
import com.android.ide.common.resources.
configuration
.DensityQualifier;
41
import com.android.ide.common.resources.
configuration
.FolderConfiguration;
42
import com.android.ide.common.resources.
configuration
.KeyboardStateQualifier;
43
import com.android.ide.common.resources.
configuration
.LanguageQualifier;
44
import com.android.ide.common.resources.
configuration
.LayoutDirectionQualifier;
45
import com.android.ide.common.resources.
configuration
.NavigationMethodQualifier;
46
import com.android.ide.common.resources.
configuration
.NavigationStateQualifier;
47
import com.android.ide.common.resources.
configuration
.NetworkCodeQualifier;
48
import com.android.ide.common.resources.
configuration
.NightModeQualifier
[
all
...]
/external/chromium/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj
12
buildConfigurationList = 4024D169113D7D4600C7059E /* Build
configuration
list for PBXAggregateTarget "Test" */;
24
buildConfigurationList = 4024D1F0113D842B00C7059E /* Build
configuration
list for PBXAggregateTarget "TestAndBuild" */;
189
buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build
configuration
list for PBXNativeTarget "WidgetFrameworkTest" */;
206
buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build
configuration
list for PBXNativeTarget "WidgetFramework" */;
229
buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build
configuration
list for PBXProject "WidgetFramework" */;
409
3B07BDF40E3F3FB600647869 /* Build
configuration
list for PBXNativeTarget "WidgetFrameworkTest" */ = {
418
4024D169113D7D4600C7059E /* Build
configuration
list for PBXAggregateTarget "Test" */ = {
427
4024D1F0113D842B00C7059E /* Build
configuration
list for PBXAggregateTarget "TestAndBuild" */ = {
436
4FADC24208B4156D00ABE55E /* Build
configuration
list for PBXNativeTarget "WidgetFramework" */ = {
445
4FADC24608B4156D00ABE55E /* Build
configuration
list for PBXProject "WidgetFramework" */ =
[
all
...]
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
project.pbxproj
12
buildConfigurationList = 4024D169113D7D4600C7059E /* Build
configuration
list for PBXAggregateTarget "Test" */;
24
buildConfigurationList = 4024D1F0113D842B00C7059E /* Build
configuration
list for PBXAggregateTarget "TestAndBuild" */;
189
buildConfigurationList = 3B07BDF40E3F3FB600647869 /* Build
configuration
list for PBXNativeTarget "WidgetFrameworkTest" */;
206
buildConfigurationList = 4FADC24208B4156D00ABE55E /* Build
configuration
list for PBXNativeTarget "WidgetFramework" */;
229
buildConfigurationList = 4FADC24608B4156D00ABE55E /* Build
configuration
list for PBXProject "WidgetFramework" */;
409
3B07BDF40E3F3FB600647869 /* Build
configuration
list for PBXNativeTarget "WidgetFrameworkTest" */ = {
418
4024D169113D7D4600C7059E /* Build
configuration
list for PBXAggregateTarget "Test" */ = {
427
4024D1F0113D842B00C7059E /* Build
configuration
list for PBXAggregateTarget "TestAndBuild" */ = {
436
4FADC24208B4156D00ABE55E /* Build
configuration
list for PBXNativeTarget "WidgetFramework" */ = {
445
4FADC24608B4156D00ABE55E /* Build
configuration
list for PBXProject "WidgetFramework" */ =
[
all
...]
Completed in 1114 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>