Searched refs:Exception (Results 251 - 275 of 2741) sorted by relevance

<<11121314151617181920>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java47 throws Exception;
70 throws Exception {
99 public void doubleClick(Property property, Point location) throws Exception {
106 throws Exception {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
H A DIComplexPropertyEditor.java26 Property[] getProperties(Property property) throws Exception;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAsyncFunction.java40 ListenableFuture<O> apply(I input) throws Exception;
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DExecutionException.java24 public class ExecutionException extends Exception {
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstMutationResultTest.java30 public void testNullPointers() throws Exception {
H A DForwardingListMultimapTest.java26 @Override public void setUp() throws Exception {
H A DForwardingSetMultimapTest.java26 @Override public void setUp() throws Exception {
H A DForwardingSortedSetMultimapTest.java26 @Override public void setUp() throws Exception {
/external/guava/guava-tests/test/com/google/common/io/
H A DNullOutputStreamTest.java28 public void testBasicOperation() throws Exception {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/exceptions/
H A DBlenderFileException.java38 public class BlenderFileException extends Exception {
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParserException.java8 public class ParserException extends Exception
/external/llvm/bindings/python/llvm/tests/
H A Dbase.py31 raise Exception('No suitable test binaries available!')
/external/mesa3d/src/glsl/tests/
H A Dsexps.py43 raise Exception('Not a sexp: {0!r}'.format(sexp))
58 raise Exception('Unmatched )')
64 raise Exception('Unmatched (')
66 raise Exception('Multiple sexps')
/external/mockito/src/org/mockito/exceptions/misusing/
H A DMockitoConfigurationException.java17 public MockitoConfigurationException(String message, Exception cause) {
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthException.java22 public class OAuthException extends Exception {
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DNewInstanceInstantiator.java40 catch(Exception e) {
/external/objenesis/tck/src/org/objenesis/tck/
H A DReporter.java67 * @param exception Exception thrown by instantiator.
69 void exception(Exception exception);
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DDynamicMessageTest.java56 public void testDynamicMessageAccessors() throws Exception {
64 public void testDoubleBuildError() throws Exception {
76 public void testClearAfterBuildError() throws Exception {
88 public void testDynamicMessageSettersRejectNull() throws Exception {
94 public void testDynamicMessageExtensionAccessors() throws Exception {
105 public void testDynamicMessageExtensionSettersRejectNull() throws Exception {
111 public void testDynamicMessageRepeatedSetters() throws Exception {
120 public void testDynamicMessageRepeatedSettersRejectNull() throws Exception {
126 public void testDynamicMessageDefaults() throws Exception {
133 public void testDynamicMessageSerializedSize() throws Exception {
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DStringResourceLoaderTest.java14 @Before public void setUp() throws Exception {
22 public void testStringsAreResolved() throws Exception {
28 public void testHtmlTagsAreRemovedFromStrings() throws Exception {
33 public void shouldResolveStringReferences() throws Exception {
H A DTestAttributeSetTest.java25 public void setUp() throws Exception {
34 public void getSystemAttributeResourceValue_shouldReturnTheResourceValue() throws Exception {
41 public void getSystemAttributeResourceValue_shouldNotReturnTheResourceValueIfNameSpaceDoesNotMatch() throws Exception {
48 public void getSystemAttributeResourceValue_shouldReturnDefaultValueForNullResourceId() throws Exception {
55 public void shouldCopeWithDefiningSystemIds() throws Exception {
63 public void shouldCopeWithDefiningLocalIds() throws Exception {
71 public void getAttributeResourceValue_shouldReturnTheResourceValue() throws Exception {
79 public void getAttributeResourceValue_withNamespace_shouldReturnTheResourceValue() throws Exception {
87 public void getAttributeResourceValue_shouldReturnDefaultValueWhenNotInAttributeSet() throws Exception {
93 public void getAttributeBooleanValue_shouldGetBooleanValuesFromAttributes() throws Exception {
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DCameraSizeTest.java21 public void setUp() throws Exception {
26 public void testConstructor() throws Exception {
32 public void testSetWidth() throws Exception {
39 public void testSetHeight() throws Exception {
H A DHtmlTest.java22 public void setUp() throws Exception {
27 public void shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() throws Exception {
34 public void shouldBeAbleToGetTextFromEditTextAfterUsingSetTextWithHtmlDotFromHtml() throws Exception {
41 public void shouldThrowNullPointerExceptionWhenNullStringEncountered() throws Exception {
H A DPairTest.java16 public void testConstructor() throws Exception {
23 public void testStaticCreate() throws Exception {
30 public void testEquals() throws Exception {
35 public void testHash() throws Exception {
H A DViewPagerTest.java21 public void setUp() throws Exception {
27 public void shouldSetAndGetAdapter() throws Exception {
35 public void test_getAndSetCurrentItem() throws Exception {
41 public void setCurrentItem_shouldInvokeListener() throws Exception {

Completed in 434 milliseconds

<<11121314151617181920>>