Searched refs:Exception (Results 451 - 475 of 2741) sorted by relevance

<<11121314151617181920>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DIntegerObjectPropertyEditor.java43 public String getText(Property property) throws Exception {
60 protected String getEditorText(Property property) throws Exception {
65 protected boolean setEditorText(Property property, String text) throws Exception {
H A DIntegerPropertyEditor.java43 public String getText(Property property) throws Exception {
57 protected String getEditorText(Property property) throws Exception {
62 protected boolean setEditorText(Property property, String text) throws Exception {
H A DLongObjectPropertyEditor.java43 public String getText(Property property) throws Exception {
60 protected String getEditorText(Property property) throws Exception {
65 protected boolean setEditorText(Property property, String text) throws Exception {
H A DLongPropertyEditor.java43 public String getText(Property property) throws Exception {
57 protected String getEditorText(Property property) throws Exception {
62 protected boolean setEditorText(Property property, String text) throws Exception {
H A DShortObjectPropertyEditor.java43 public String getText(Property property) throws Exception {
60 protected String getEditorText(Property property) throws Exception {
65 protected boolean setEditorText(Property property, String text) throws Exception {
H A DShortPropertyEditor.java43 public String getText(Property property) throws Exception {
57 protected String getEditorText(Property property) throws Exception {
62 protected boolean setEditorText(Property property, String text) throws Exception {
H A DStringArrayPropertyEditor.java44 protected String getText(Property property) throws Exception {
52 private static String[] getItems(Property property) throws Exception {
67 protected void openDialog(Property property) throws Exception {
H A DTextDialogPropertyEditor.java34 protected void onClick(PropertyTable propertyTable, Property property) throws Exception {
51 throws Exception {
63 protected abstract void openDialog(Property property) throws Exception;
/external/junit/src/org/junit/internal/runners/statements/
H A DFailOnTimeout.java41 private void throwTimeoutException(StatementThread thread) throws Exception {
42 Exception exception= new Exception(String.format(
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DRawResourceLoaderTest.java25 @Before public void setUp() throws Exception {
32 public void shouldReturnRawResourcesWithExtensions() throws Exception {
38 public void shouldReturnRawResourcesWithoutExtensions() throws Exception {
H A DRobolectricPackageManagerTest.java33 public void setUp() throws Exception {
38 public void tearDown() throws Exception {
42 public void getApplicationInfo__ThisApplication() throws Exception {
49 public void getApplicationInfo__OtherApplication() throws Exception {
64 public void queryIntentActivities__EmptyResult() throws Exception {
74 public void queryIntentActivities__Match() throws Exception {
90 public void resolveActivity__Match() throws Exception {
100 public void resolveActivity__NoMatch() throws Exception {
107 public void resolveService__Match() throws Exception {
119 public void resolveService__NoMatch() throws Exception {
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAccountManagerTest.java44 public void testGetAuthTokenByFeatures_isCancelled() throws Exception {
54 public void testGetAuthTokenByFeatures_isDoneWithCancel() throws Exception {
64 public void testGetAuthTokenByFeatures_isDoneWithGetResult() throws Exception {
74 public void testInvalidateAuthToken() throws Exception {
80 public void testGetAuthTokenByFeatures_getResult() throws Exception {
91 public void testGetAuthToken_getResult() throws Exception {
101 public void testAccountManagerIsSingleton() throws Exception {
109 public void testGetAccounts() throws Exception {
119 public void testGetAccountsByType() throws Exception {
131 public void testPeek() throws Exception {
[all...]
H A DCameraParametersTest.java27 public void setUp() throws Exception {
33 public void testPictureSize() throws Exception {
45 public void testPreviewFpsRange() throws Exception {
57 public void testPreviewFrameRate() throws Exception {
64 public void testPreviewSize() throws Exception {
76 public void testPreviewFormat() throws Exception {
83 public void testGetSupportedPreviewFormats() throws Exception {
91 public void testGetSupportedPictureFormats() throws Exception {
99 public void testGetSupportedPictureSizes() throws Exception {
108 public void testGetSupportedPreviewSizes() throws Exception {
[all...]
H A DDialogFragmentTest.java31 public void setUp() throws Exception {
38 public void show_shouldCallLifecycleMethods() throws Exception {
57 public void show_whenPassedATransaction_shouldCallShowWithManager() throws Exception {
76 public void show_shouldShowDialogThatWasReturnedFromOnCreateDialog_whenOnCreateDialogReturnsADialog() throws Exception {
88 public void show_shouldShowDialogThatWasAutomaticallyCreated_whenOnCreateDialogReturnsNull() throws Exception {
99 public void dismiss_shouldDismissTheDialog() throws Exception {
110 public void removeUsingTransaction_shouldDismissTheDialog() throws Exception {
123 public void shouldDefaultToCancelable() throws Exception {
130 public void shouldStoreCancelable() throws Exception {
139 public void shouldSetCancelableOnDialog() throws Exception {
[all...]
H A DExpandableListViewTest.java29 public void testPerformItemClick_ShouldFireOnItemClickListener() throws Exception {
36 public void shouldTolerateNullChildClickListener() throws Exception {
41 public void shouldPassTheViewToTheClickListener() throws Exception {
H A DTextUtilsTest.java16 public void testExpandTemplate() throws Exception {
23 public void testIsEmpty() throws Exception {
37 public void testIsDigitsOnly() throws Exception {
H A DViewMeasureSpecTest.java17 public void testMode() throws Exception {
27 public void testSize() throws Exception {
37 public void testToString() throws Exception {
H A DListViewTest.java46 public void setUp() throws Exception {
52 public void testSetSelection_ShouldFireOnItemSelectedListener() throws Exception {
73 public void addHeaderView_ShouldThrowIfAdapterIsAlreadySet() throws Exception {
91 public void addHeaderView_ShouldRecordHeaders() throws Exception {
117 public void addHeaderView_shouldAttachTheViewToTheList() throws Exception {
127 public void addFooterView_ShouldThrowIfAdapterIsAlreadySet() throws Exception {
139 public void addFooterView_ShouldRecordFooters() throws Exception {
149 public void addFooterView_shouldAttachTheViewToTheList() throws Exception {
159 public void setAdapter_shouldNotClearHeaderOrFooterViews() throws Exception {
173 public void testGetFooterViewsCount() throws Exception {
[all...]
H A DIntentTest.java36 public void testStringExtra() throws Exception {
43 public void testCharSequenceExtra() throws Exception {
51 public void testIntExtra() throws Exception {
59 public void testDoubleExtra() throws Exception {
67 public void testFloatExtra() throws Exception {
75 public void testIntArrayExtra() throws Exception {
86 public void testLongArrayExtra() throws Exception {
97 public void testSerializableExtra() throws Exception {
108 public void testParcelableExtra() throws Exception {
117 public void testParcelableArrayExtra() throws Exception {
[all...]
H A DViewTest.java31 public void setUp() throws Exception {
36 public void testHasEmptyLayoutParams() throws Exception {
42 public void layout_shouldAffectWidthAndHeight() throws Exception {
52 public void shouldFocus() throws Exception {
78 public void shouldNotBeFocusableByDefault() throws Exception {
86 public void shouldKnowIfThisOrAncestorsAreVisible() throws Exception {
100 public void shouldInflateMergeRootedLayoutAndNotCreateReferentialLoops() throws Exception {
110 public void performLongClick_shouldClickOnView() throws Exception {
119 public void checkedClick_shouldClickOnView() throws Exception {
128 public void checkedClick_shouldThrowIfViewIsNotVisible() throws Exception {
[all...]
/external/skia/tools/
H A Dfind_mac_sdk.py30 raise Exception(('Error %d running xcode-select, you might have to run '
55 raise Exception('No %s+ SDK found' % min_sdk_version)
62 raise Exception("This script only runs on Mac")
H A Dmerge_static_libs.py48 raise Exception('Failed to extract objects from %s.' % in_lib)
51 raise Exception('Failed to add object files to %s' % out_lib)
56 raise Exception('Error: Your platform is not supported')
/external/smali/util/src/main/java/org/jf/util/
H A DConsoleUtil.java44 } catch (Exception ex) {
49 } catch (Exception ex) {
106 } catch (Exception ex) {
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DTextFormatTest.java113 public void testPrintMessage() throws Exception {
125 public void testPrintExtensions() throws Exception {
136 public void testPrintUnknownFields() throws Exception {
189 public void testPrintField() throws Exception {
210 private ByteString bytes(String str) throws Exception {
227 public void testPrintExotic() throws Exception {
266 public void testPrintMessageSet() throws Exception {
282 public void testParse() throws Exception {
288 public void testParseReader() throws Exception {
294 public void testParseExtensions() throws Exception {
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DMulticastSocketTest.java160 public void test_getInterface() throws Exception {
229 public void test_getTimeToLive() throws Exception {
237 public void test_getTTL() throws Exception {
243 public void test_joinGroupLjava_net_InetAddress_IPv4() throws Exception {
247 public void test_joinGroupLjava_net_InetAddress_IPv6() throws Exception {
251 private void test_joinGroupLjava_net_InetAddress(InetAddress group) throws Exception {
269 public void test_joinGroup_null_null() throws Exception {
279 public void test_joinGroup_non_multicast_address_IPv4() throws Exception {
289 public void test_joinGroup_non_multicast_address_IPv6() throws Exception {
299 public void test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface_IPv4() throws Exception {
[all...]

Completed in 441 milliseconds

<<11121314151617181920>>