OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigurationException
(Results
51 - 75
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
TestDirForwarder.java
21
import com.android.tradefed.config.
ConfigurationException
;
60
} catch (
ConfigurationException
e) {
/tools/tradefederation/core/src/com/android/tradefed/config/
OptionCopier.java
37
* @throws
ConfigurationException
if options failed to copy
40
throws
ConfigurationException
{
61
} catch (
ConfigurationException
e) {
GlobalConfiguration.java
129
throws
ConfigurationException
{
394
throws
ConfigurationException
{
403
throws
ConfigurationException
{
493
throws
ConfigurationException
{
506
throws
ConfigurationException
{
518
*
ConfigurationException
}.
526
} catch (
ConfigurationException
e) {
537
* @throws
ConfigurationException
if object was not the correct type
539
private void addObject(String typeName, Object configObject) throws
ConfigurationException
{
547
throw new
ConfigurationException
(String.format
[
all
...]
ConfigurationDef.java
191
* @throws
ConfigurationException
if configuration could not be created
193
IConfiguration createConfiguration() throws
ConfigurationException
{
263
* @throws
ConfigurationException
if configuration could not be created
265
IGlobalConfiguration createGlobalConfiguration() throws
ConfigurationException
{
307
* @throws
ConfigurationException
if config object could not be created
310
throws
ConfigurationException
{
316
throw new
ConfigurationException
(String.format(
320
throw new
ConfigurationException
(String.format(
333
* @throws
ConfigurationException
if config object could not be created
336
throws
ConfigurationException
{
[
all
...]
DeviceConfigurationHolder.java
67
public void addSpecificConfig(Object config) throws
ConfigurationException
{
79
throw new
ConfigurationException
(String.format("Cannot add %s class "
157
} catch (
ConfigurationException
e) {
Configuration.java
478
private OptionSetter createOptionSetter() throws
ConfigurationException
{
494
* @throws
ConfigurationException
if option value cannot be injected
497
String optionKey, String optionValue, String source) throws
ConfigurationException
{
531
* @throws
ConfigurationException
if option value cannot be injected
534
String optionValue) throws
ConfigurationException
{
549
throw new
ConfigurationException
(String.format(
562
throws
ConfigurationException
{
571
throws
ConfigurationException
{
580
String source) throws
ConfigurationException
{
588
public void injectOptionValues(List<OptionDef> optionDefs) throws
ConfigurationException
{
[
all
...]
IDeviceConfiguration.java
50
* @throws
ConfigurationException
in case the object passed doesn't match the allowed types.
52
public void addSpecificConfig(Object config) throws
ConfigurationException
;
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
VerifyTest.java
19
import com.android.tradefed.config.
ConfigurationException
;
36
public VerifyTest() throws
ConfigurationException
{
/external/guice/core/src/com/google/inject/internal/
InjectionRequestProcessor.java
21
import com.google.inject.
ConfigurationException
;
56
} catch (
ConfigurationException
e) {
101
} catch (
ConfigurationException
e) {
BindingBuilder.java
23
import com.google.inject.
ConfigurationException
;
85
} catch (
ConfigurationException
e) {
111
} catch (
ConfigurationException
e) {
158
} catch (
ConfigurationException
e) {
167
} catch (
ConfigurationException
e) {
178
private void copyErrorsToBinder(
ConfigurationException
e) {
/tools/tradefederation/core/src/com/android/tradefed/command/
Verify.java
20
import com.android.tradefed.config.
ConfigurationException
;
59
public static void main(final String[] mainArgs) throws
ConfigurationException
{
130
} catch (
ConfigurationException
| IOException e) {
/tools/tradefederation/core/src/com/android/tradefed/util/
BulkEmailer.java
19
import com.android.tradefed.config.
ConfigurationException
;
107
* @throws
ConfigurationException
109
public static BulkEmailer loadMailer(IConfiguration config) throws
ConfigurationException
{
114
throw new
ConfigurationException
("Missing or invalid emailer definition in config");
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
ConfigurationFactoryTest.java
75
public void testLoadAllConfigs() throws
ConfigurationException
{
88
public void testLoadAndPrintAllConfigs() throws
ConfigurationException
{
101
public void testGetConfiguration_extension() throws
ConfigurationException
{
206
public void testGetConfiguration_xmlpath() throws
ConfigurationException
, IOException {
224
public void testGetGlobalConfiguration_extension() throws
ConfigurationException
{
231
public void testGetGlobalConfiguration_xmlpath() throws
ConfigurationException
, IOException {
249
private void assertConfigValid(String name) throws
ConfigurationException
{
257
private void assertGlobalConfigValid(String name) throws
ConfigurationException
{
274
fail("did not throw
ConfigurationException
");
275
} catch (
ConfigurationException
e)
[
all
...]
/tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationSerialTest.java
20
import com.android.tradefed.config.
ConfigurationException
;
52
Collection<TestIdentifier> testsToRun) throws
ConfigurationException
{
66
throws
ConfigurationException
{
99
} catch (
ConfigurationException
e) {
NoisyDryRunTest.java
23
import com.android.tradefed.config.
ConfigurationException
;
63
} catch (IOException |
ConfigurationException
e) {
86
} catch (
ConfigurationException
e) {
/tools/tradefederation/core/prod-tests/src/com/android/monkey/
AppPkgInjector.java
21
import com.android.tradefed.config.
ConfigurationException
;
86
} catch (
ConfigurationException
e) {
/prebuilts/tools/common/m2/repository/avalon-framework/avalon-framework/4.1.3/
avalon-framework-4.1.3.jar
/external/guice/core/test/com/google/inject/
ParentInjectorTest.java
59
} catch (
ConfigurationException
e) {
114
} catch (
ConfigurationException
expected) {
172
} catch (
ConfigurationException
expected) {
209
} catch (
ConfigurationException
expected) {
215
} catch (
ConfigurationException
expected) {
230
} catch (
ConfigurationException
expected) {
260
} catch(
ConfigurationException
expected) {
TypeLiteralInjectionTest.java
72
} catch (
ConfigurationException
expected) {
90
} catch (
ConfigurationException
expected) {
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
PythonUnitTestRunnerTest.java
20
import com.android.tradefed.config.
ConfigurationException
;
196
public void testRunPass() throws DeviceNotAvailableException,
ConfigurationException
{
205
public void testRunFail() throws DeviceNotAvailableException,
ConfigurationException
{
214
public void testRunExecutionFail() throws DeviceNotAvailableException,
ConfigurationException
{
227
public void testRunTimeout() throws DeviceNotAvailableException,
ConfigurationException
{
/external/guice/extensions/struts2/src/com/google/inject/struts2/
Struts2Factory.java
26
import com.opensymphony.xwork2.config.
ConfigurationException
;
149
Map interceptorRefParams) throws
ConfigurationException
{
166
Map<String, String> interceptorRefParams) throws
ConfigurationException
{
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
ModuleSplitter.java
18
import com.android.tradefed.config.
ConfigurationException
;
154
new
ConfigurationException
(
178
} catch (InstantiationException | IllegalAccessException |
ConfigurationException
e) {
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
SubPlanHelper.java
32
import com.android.tradefed.config.
ConfigurationException
;
182
* @throws
ConfigurationException
185
throws
ConfigurationException
{
207
* @throws
ConfigurationException
210
throws
ConfigurationException
{
359
* @throws
ConfigurationException
if any option has an invalid value
361
private void setupFields(CompatibilityBuildHelper buildHelper) throws
ConfigurationException
{
364
throw new
ConfigurationException
("Missing --session argument");
383
} catch (
ConfigurationException
e) {
396
throw new
ConfigurationException
(String.format("result type %s invalid", type))
[
all
...]
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
CtsConfigLoadingTest.java
23
import com.android.tradefed.config.
ConfigurationException
;
103
throw new
ConfigurationException
(
/external/guice/core/test/com/google/inject/spi/
ModuleRewriterTest.java
22
import com.google.inject.
ConfigurationException
;
79
} catch (
ConfigurationException
expected) {
Completed in 3772 milliseconds
1
2
3
4
5
6
7
8
9