OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throws
(Results
251 - 275
of
22175
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/nist-sip/java/javax/sip/header/
SubjectHeader.java
9
void setSubject(String subject)
throws
ParseException;
ToHeader.java
9
void setTag(String tag)
throws
ParseException;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
FaultHidingSink.java
8
/** A sink that never
throws
IOExceptions, even if the underlying sink does. */
16
@Override public void write(Buffer source, long byteCount)
throws
IOException {
29
@Override public void flush()
throws
IOException {
39
@Override public void close()
throws
IOException {
/external/protobuf/java/src/main/java/com/google/protobuf/
AbstractParser.java
65
* @
throws
InvalidProtocolBufferException if it is not initialized.
69
throws
InvalidProtocolBufferException {
82
throws
InvalidProtocolBufferException {
88
throws
InvalidProtocolBufferException {
94
throws
InvalidProtocolBufferException {
100
throws
InvalidProtocolBufferException {
117
throws
InvalidProtocolBufferException {
123
throws
InvalidProtocolBufferException {
128
throws
InvalidProtocolBufferException {
134
throws
InvalidProtocolBufferException
[
all
...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ResourceExtractorTest.java
15
public void setUp()
throws
Exception {
22
public void shouldHandleStyleable()
throws
Exception {
28
public void shouldPrefixAllSystemResourcesWithAndroid()
throws
Exception {
33
public void shouldHandleNull()
throws
Exception {
StringResourceLoaderTest.java
14
@Before public void setUp()
throws
Exception {
22
public void testStringsAreResolved()
throws
Exception {
28
public void testHtmlTagsAreRemovedFromStrings()
throws
Exception {
33
public void shouldResolveStringReferences()
throws
Exception {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
PairTest.java
16
public void testConstructor()
throws
Exception {
23
public void testStaticCreate()
throws
Exception {
30
public void testEquals()
throws
Exception {
35
public void testHash()
throws
Exception {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DeferredOutputStream.java
7
public abstract void writeTo(OutputStream output)
throws
IOException;
/external/testng/src/main/java/org/testng/internal/thread/
IFutureResult.java
9
Object get()
throws
InterruptedException, ThreadExecutionException;
/external/testng/src/main/java/org/testng/xml/
IFileParser.java
9
T parse(String filePath, InputStream is, boolean loadClasses)
throws
TestNGException;
/external/testng/src/test/java/test/dependent/
DepBugSampleTest.java
28
public void setup()
throws
Exception {
33
public void destroy()
throws
Exception {
38
public void get()
throws
Exception {
42
public void send()
throws
Exception {
MultiGroup1SampleTest.java
13
public void test1()
throws
Exception {
MultiGroup2SampleTest.java
8
public void test2()
throws
Exception {
/external/testng/src/test/java/test/regression/groupsordering/
A.java
9
public void testA()
throws
Exception {
B.java
9
public void testB()
throws
Exception {
/external/testng/src/test/java/test/thread/
ThreadPoolSizeSampleTest.java
7
public void willPassBug()
throws
InterruptedException{
/external/testng/src/test/java/test/timeout/
TimeOutWithParallelSample.java
8
public void myTestMethod()
throws
InterruptedException {
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
ResponseFactory.java
7
public OSUResponse buildResponse(XMLNode root)
throws
OMAException;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
FindMethodTest.java
31
public void testNoArg()
throws
Throwable {
36
public void testIntArg()
throws
Throwable {
41
public void testFloatArg()
throws
Throwable {
46
public void testStringArg()
throws
Throwable {
51
public void testBoxedArg()
throws
Throwable {
56
public void testInheritedMethod()
throws
Throwable {
61
public void testInheritedMethodInt()
throws
Throwable {
66
public void testStaticMethod()
throws
Throwable {
71
public void testStaticField()
throws
Throwable {
76
public void testImportStaticMethod()
throws
Throwable
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketImplTest.java
85
protected void accept(SocketImpl newSocket)
throws
IOException {
88
protected int available()
throws
IOException {
92
protected void bind(InetAddress address, int port)
throws
IOException {
95
protected void close()
throws
IOException {
98
protected void connect(String host, int port)
throws
IOException {
102
throws
IOException {
105
protected void create(boolean isStreaming)
throws
IOException {
108
protected InputStream getInputStream()
throws
IOException {
112
public Object getOption(int optID)
throws
SocketException {
116
protected OutputStream getOutputStream()
throws
IOException
[
all
...]
/libcore/luni/src/test/java/libcore/java/lang/reflect/
GenericExceptionsTest.java
30
public void testGenericExceptionsOfMethodsWithTypeParameters()
throws
Exception {
36
public void testGenericExceptionsOfMethodsWithGenericParameters()
throws
Exception {
42
public void testGenericExceptionsOfConstructorsWithTypeParameters()
throws
Exception {
48
public void testGenericExceptionsOfConstructorsWithGenericParameters()
throws
Exception {
54
public void testConstructorThrowingTypeVariable()
throws
Exception {
62
public void testMethodThrowingTypeVariable()
throws
Exception {
70
public void testThrowingMethodTypeParameter()
throws
Exception {
78
public void testThrowingMethodThrowsEverything()
throws
Exception {
100
public <T> Thrower()
throws
IOException {}
101
public Thrower(List<?> unused)
throws
IOException {
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ISeqStepAction.java
11
throws
IOException;
/platform_testing/tests/functional/otatests/src/com/android/functional/otatests/
SystemUpdateTest.java
8
public void testIsUpdated()
throws
Exception {
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java
65
* @
throws
IOException if an error occurs retrieving the time stamp
67
public long getLastModified()
throws
IOException;
73
* @
throws
IOException on error retrieving the time stamp
75
public long getCreated()
throws
IOException;
81
* @
throws
IOException on error retrieving the last access time
83
public long getLastAccessed()
throws
IOException;
103
* @
throws
IOException on error setting the new name
105
public void setName(String newName)
throws
IOException;
111
* @
throws
IOException on write error
113
public void setLastModified(long lastModified)
throws
IOException
[
all
...]
/cts/tests/app/src/android/app/cts/
LocalActivityManagerTest.java
38
protected void setUp()
throws
Exception {
60
public void testDispatchResume()
throws
InterruptedException {
66
private void waitForResult()
throws
InterruptedException {
74
public void testStartActivity()
throws
InterruptedException {
80
public void testDispatchCreate()
throws
InterruptedException {
86
public void testDispatchStop()
throws
InterruptedException {
92
public void testDispatchPauseTrue()
throws
InterruptedException {
98
public void testDispatchPauseFalse()
throws
InterruptedException {
104
public void testSaveInstanceState()
throws
InterruptedException {
110
public void testDispatchDestroy()
throws
InterruptedException
[
all
...]
Completed in 1512 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>