OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsupportedEncodingException
(Results
76 - 100
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
DecoderUtil.java
31
import java.io.
UnsupportedEncodingException
;
107
* @throws
UnsupportedEncodingException
if the given Java charset isn't
111
throws
UnsupportedEncodingException
{
123
* @throws
UnsupportedEncodingException
if the given Java charset isn't
127
throws
UnsupportedEncodingException
{
264
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/test/java/libcore/java/io/
OldOutputStreamWriterTest.java
25
import java.io.
UnsupportedEncodingException
;
81
throws
UnsupportedEncodingException
{
99
fail("Test 3:
UnsupportedEncodingException
expected.");
100
} catch (
UnsupportedEncodingException
e) {
106
fail("Test 4:
UnsupportedEncodingException
expected.");
107
} catch (
UnsupportedEncodingException
e) {
113
} catch (
UnsupportedEncodingException
e) {
114
fail("Test 5: Unexpected
UnsupportedEncodingException
.");
237
} catch (
UnsupportedEncodingException
e) {
585
} catch (
UnsupportedEncodingException
e)
[
all
...]
OldInputStreamReaderTest.java
26
import java.io.
UnsupportedEncodingException
;
171
} catch (
UnsupportedEncodingException
e) {
177
} catch (
UnsupportedEncodingException
e) {
/frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java
24
import java.io.
UnsupportedEncodingException
;
294
throw (
UnsupportedEncodingException
) (new
UnsupportedEncodingException
(
297
throw (
UnsupportedEncodingException
) (new
UnsupportedEncodingException
(
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
InputStreamReaderTest.java
28
import java.io.
UnsupportedEncodingException
;
214
} catch (
UnsupportedEncodingException
e) {
233
} catch (
UnsupportedEncodingException
e) {
239
} catch (
UnsupportedEncodingException
e) {
319
} catch (
UnsupportedEncodingException
e) {
427
} catch (
UnsupportedEncodingException
e) {
ByteArrayOutputStreamTest.java
24
import java.io.
UnsupportedEncodingException
;
164
public void test_writeI() throws
UnsupportedEncodingException
{
OutputStreamWriterTest.java
29
import java.io.
UnsupportedEncodingException
;
327
} catch (
UnsupportedEncodingException
e) {
333
} catch (
UnsupportedEncodingException
e) {
557
throws
UnsupportedEncodingException
{
562
} catch (
UnsupportedEncodingException
e) {
613
} catch (
UnsupportedEncodingException
e) {
638
} catch (
UnsupportedEncodingException
e) {
654
} catch (
UnsupportedEncodingException
e) {
PushbackInputStreamTest.java
23
import java.io.
UnsupportedEncodingException
;
239
protected void setUp() throws
UnsupportedEncodingException
{
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java
310
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
322
int startcolumn) throws java.io.
UnsupportedEncodingException
333
public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
344
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
355
public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
365
int startcolumn) throws java.io.
UnsupportedEncodingException
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java
310
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
322
int startcolumn) throws java.io.
UnsupportedEncodingException
333
public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
344
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
355
public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
365
int startcolumn) throws java.io.
UnsupportedEncodingException
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java
310
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
322
int startcolumn) throws java.io.
UnsupportedEncodingException
333
public SimpleCharStream(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
344
int startcolumn, int buffersize) throws java.io.
UnsupportedEncodingException
355
public void ReInit(java.io.InputStream dstream, String encoding) throws java.io.
UnsupportedEncodingException
365
int startcolumn) throws java.io.
UnsupportedEncodingException
/cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java
33
import java.io.
UnsupportedEncodingException
;
111
} catch (
UnsupportedEncodingException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
String2Test.java
20
import java.io.
UnsupportedEncodingException
;
379
} catch (java.io.
UnsupportedEncodingException
e) {
395
} catch (java.io.
UnsupportedEncodingException
e) {
407
} catch (java.io.
UnsupportedEncodingException
e) {
419
} catch (java.io.
UnsupportedEncodingException
e) {
454
fail("No
UnsupportedEncodingException
");
455
} catch (
UnsupportedEncodingException
e) {
467
fail("No
UnsupportedEncodingException
");
468
} catch (
UnsupportedEncodingException
e) {
486
} catch (
UnsupportedEncodingException
whatTheRiDocumentsAndWeThrow)
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertyResourceBundleTest.java
25
import java.io.
UnsupportedEncodingException
;
147
* @throws
UnsupportedEncodingException
149
protected void setUp() throws
UnsupportedEncodingException
{
/frameworks/base/core/java/android/util/
EventLog.java
22
import java.io.
UnsupportedEncodingException
;
134
} catch (
UnsupportedEncodingException
e) {
/frameworks/base/core/tests/utillib/src/coretestutils/http/
MockResponse.java
28
import java.io.
UnsupportedEncodingException
;
129
} catch (
UnsupportedEncodingException
e) {
/frameworks/base/graphics/java/android/renderscript/
Program.java
22
import java.io.
UnsupportedEncodingException
;
218
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/main/java/java/io/
OutputStreamWriter.java
62
*
UnsupportedEncodingException
error is thrown.
70
* @throws
UnsupportedEncodingException
74
throws
UnsupportedEncodingException
{
83
throw new
UnsupportedEncodingException
(enc);
/packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
ByteArrayOutputStream.java
22
import java.io.
UnsupportedEncodingException
;
305
* @throws
UnsupportedEncodingException
if the encoding is not supported
308
public String toString(String enc) throws
UnsupportedEncodingException
{
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java
35
import java.io.
UnsupportedEncodingException
;
143
} catch (
UnsupportedEncodingException
e) {
/packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java
40
import java.io.
UnsupportedEncodingException
;
122
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/test/java/libcore/sqlite/
OldFunctionContextTest.java
25
import java.io.
UnsupportedEncodingException
;
103
public void testSet_resultByteArray() throws Exception,
UnsupportedEncodingException
{
139
UnsupportedEncodingException
{
303
throws
UnsupportedEncodingException
{
/cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java
30
import java.io.
UnsupportedEncodingException
;
349
} catch (
UnsupportedEncodingException
e) {
361
} catch (
UnsupportedEncodingException
e) {
/external/oauth/core/src/main/java/net/oauth/
OAuth.java
22
import java.io.
UnsupportedEncodingException
;
165
} catch (
UnsupportedEncodingException
wow) {
174
} catch (java.io.
UnsupportedEncodingException
wow) {
/external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java
20
import java.io.
UnsupportedEncodingException
;
195
} catch (
UnsupportedEncodingException
e) {
208
} catch (
UnsupportedEncodingException
e) {
Completed in 405 milliseconds
1
2
3
4
5
6
7
8
9
10