OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsupportedEncodingException
(Results
26 - 50
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
TextBody.java
28
import java.io.
UnsupportedEncodingException
;
58
catch (
UnsupportedEncodingException
usee) {
/external/oauth/core/src/main/java/net/oauth/signature/
HMAC_SHA1.java
19
import java.io.
UnsupportedEncodingException
;
43
} catch (
UnsupportedEncodingException
e) {
57
} catch (
UnsupportedEncodingException
e) {
63
throws GeneralSecurityException,
UnsupportedEncodingException
{
/external/apache-http/src/org/apache/http/entity/
StringEntity.java
38
import java.io.
UnsupportedEncodingException
;
56
throws
UnsupportedEncodingException
{
69
throws
UnsupportedEncodingException
{
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java
33
import java.io.
UnsupportedEncodingException
;
101
throws
UnsupportedEncodingException
{
112
} catch (
UnsupportedEncodingException
e) {
159
throws
UnsupportedEncodingException
{
169
} catch (
UnsupportedEncodingException
e) {
/frameworks/base/core/java/com/google/android/mms/pdu/
CharacterSets.java
20
import java.io.
UnsupportedEncodingException
;
142
* @throws
UnsupportedEncodingException
145
throws
UnsupportedEncodingException
{
148
throw new
UnsupportedEncodingException
();
158
* @throws
UnsupportedEncodingException
161
throws
UnsupportedEncodingException
{
168
throw new
UnsupportedEncodingException
();
EncodedStringValue.java
24
import java.io.
UnsupportedEncodingException
;
77
} catch (
UnsupportedEncodingException
e) {
142
} catch (
UnsupportedEncodingException
e) {
148
} catch (
UnsupportedEncodingException
_) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
LineNumberInputStreamTest.java
23
import java.io.
UnsupportedEncodingException
;
102
public void test_read$BII() throws IOException,
UnsupportedEncodingException
{
153
protected void setUp() throws
UnsupportedEncodingException
{
SequenceInputStreamTest.java
24
import java.io.
UnsupportedEncodingException
;
49
public void test_Constructor_LInputStreamLInputStream_Null() throws
UnsupportedEncodingException
{
73
public StreamEnumerator() throws
UnsupportedEncodingException
{
182
protected void setUp() throws
UnsupportedEncodingException
{
/external/apache-http/src/org/apache/commons/codec/net/
BCodec.java
19
import java.io.
UnsupportedEncodingException
;
108
} catch (
UnsupportedEncodingException
e) {
148
} catch (
UnsupportedEncodingException
e) {
RFC1522Codec.java
19
import java.io.
UnsupportedEncodingException
;
60
* @throws
UnsupportedEncodingException
thrown if charset is not supported
66
throws EncoderException,
UnsupportedEncodingException
92
* @throws
UnsupportedEncodingException
thrown if charset specified in the "encoded-word"
96
throws DecoderException,
UnsupportedEncodingException
QuotedPrintableCodec.java
20
import java.io.
UnsupportedEncodingException
;
256
} catch (
UnsupportedEncodingException
e) {
272
* @throws
UnsupportedEncodingException
275
public String decode(String pString, String charset) throws DecoderException,
UnsupportedEncodingException
{
291
* @throws
UnsupportedEncodingException
301
} catch (
UnsupportedEncodingException
e) {
378
* @throws
UnsupportedEncodingException
381
public String encode(String pString, String charset) throws
UnsupportedEncodingException
{
URLCodec.java
20
import java.io.
UnsupportedEncodingException
;
217
* @throws
UnsupportedEncodingException
Thrown if charset is not
221
throws
UnsupportedEncodingException
246
} catch(
UnsupportedEncodingException
e) {
261
* @throws
UnsupportedEncodingException
Thrown if charset is not
265
throws DecoderException,
UnsupportedEncodingException
291
} catch(
UnsupportedEncodingException
e) {
QCodec.java
19
import java.io.
UnsupportedEncodingException
;
191
} catch (
UnsupportedEncodingException
e) {
231
} catch (
UnsupportedEncodingException
e) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleXmlTransfer.java
26
import java.io.
UnsupportedEncodingException
;
128
} catch (
UnsupportedEncodingException
e) {
147
} catch (
UnsupportedEncodingException
e) {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java
21
import java.io.
UnsupportedEncodingException
;
57
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/test/java/libcore/java/io/
OldByteArrayOutputStreamTest.java
22
import java.io.
UnsupportedEncodingException
;
61
fail("Test 3:
UnsupportedEncodingException
expected.");
62
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/test/java/libcore/java/util/logging/
OldXMLFormatterTest.java
20
import java.io.
UnsupportedEncodingException
;
40
public void testXMLFormatter() throws SecurityException,
UnsupportedEncodingException
{
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStorePrivateKeyEntryTest.java
21
import java.io.
UnsupportedEncodingException
;
57
} catch (
UnsupportedEncodingException
e) {
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MultiLineReceiver.java
19
import java.io.
UnsupportedEncodingException
;
55
} catch (
UnsupportedEncodingException
e) {
/external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java
37
import java.io.
UnsupportedEncodingException
;
125
throws
UnsupportedEncodingException
{
136
} catch (
UnsupportedEncodingException
e) {
220
throws
UnsupportedEncodingException
{
230
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/main/java/java/util/logging/
Handler.java
20
import java.io.
UnsupportedEncodingException
;
145
} catch (
UnsupportedEncodingException
e) {
264
* @throws
UnsupportedEncodingException
267
void internalSetEncoding(String newEncoding) throws
UnsupportedEncodingException
{
275
throw new
UnsupportedEncodingException
(newEncoding);
286
* @throws
UnsupportedEncodingException
289
public void setEncoding(String encoding) throws
UnsupportedEncodingException
{
StreamHandler.java
22
import java.io.
UnsupportedEncodingException
;
127
} catch (
UnsupportedEncodingException
e) {
185
* @throws
UnsupportedEncodingException
189
public void setEncoding(String encoding) throws
UnsupportedEncodingException
{
200
} catch (
UnsupportedEncodingException
e) {
/frameworks/base/core/java/android/util/
Xml.java
23
import java.io.
UnsupportedEncodingException
;
147
throws
UnsupportedEncodingException
{
156
throw new
UnsupportedEncodingException
(encodingName);
/build/libs/host/
list.java
13
} catch (
UnsupportedEncodingException
e) {
/libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java
19
import java.io.
UnsupportedEncodingException
;
121
} catch (
UnsupportedEncodingException
expected) {
139
} catch (
UnsupportedEncodingException
expected) {
160
} catch (
UnsupportedEncodingException
expected) {
Completed in 791 milliseconds
1
2
3
4
5
6
7
8
9
10