OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decodestring
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java
32
private String
decodeString
(String in) throws Exception {
43
String dec =
decodeString
(b64);
83
assertEquals("hello, world",
decodeString
("aGVsbG8sIHdvcmxk"));
88
assertEquals("hello, world",
decodeString
(" aGVs bG8s IHdv cmxk "));
89
assertEquals("hello, world",
decodeString
(" aGV sbG8 sIHd vcmx k "));
90
assertEquals("hello, world",
decodeString
(" aG VsbG 8sIH dvcm xk "));
91
assertEquals("hello, world",
decodeString
(" a GVsb G8sI Hdvc mxk "));
92
assertEquals("hello, world",
decodeString
(" a G V s b G 8 s I H d v c m x k "));
93
assertEquals("hello, world",
decodeString
("_a*G_V*s_b*G_8*s_I*H_d*v_c*m_x*k_"));
94
assertEquals("hello, world",
decodeString
("aGVsbG8sIHdvcmxk"))
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/
Decoder.h
50
virtual bool
decodeString
(String&) = 0;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DecoderAdapter.h
48
virtual bool
decodeString
(String&);
DecoderAdapter.cpp
78
bool DecoderAdapter::
decodeString
(String& value)
/external/webkit/Source/WebCore/inspector/
InspectorValues.cpp
259
bool
decodeString
(const UChar* start, const UChar* end, Vector<UChar>* output)
311
bool
decodeString
(const UChar* start, const UChar* end, String* output)
321
if (!
decodeString
(start, end, &buffer))
357
bool ok =
decodeString
(start + 1, tokenEnd - 1, &value);
399
if (!
decodeString
(start + 1, tokenEnd - 1, &key))
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
355
static private String
decodeString
(String original, boolean isHex, int coding)
392
decodeString
(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
393
decodeString
(notif.text, mIsHexInput, notif.textEncoding));
408
decodeString
(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
409
decodeString
(notif.text, mIsHexInput, notif.textEncoding));
/external/webkit/Source/WebCore/history/
HistoryItem.cpp
776
if (!decoder.
decodeString
(originalURLString))
779
if (!decoder.
decodeString
(urlString))
796
if (!decoder.
decodeString
(state))
801
if (!decoder.
decodeString
(node->m_formContentType))
816
if (!decoder.
decodeString
(node->m_referrer))
841
if (!decoder.
decodeString
(string))
847
if (!decoder.
decodeString
(node->m_target))
/external/chromium/base/json/
json_reader.h
173
// that
DecodeString
is used to actually decode the escaped string into an
179
Value*
DecodeString
(const Token& token);
json_reader.cc
239
node.reset(
DecodeString
(token));
293
scoped_ptr<Value> dict_key_value(
DecodeString
(token));
449
Value* JSONReader::
DecodeString
(const Token& token) {
/external/webkit/Source/WebCore/platform/network/
FormData.cpp
387
if (!decoder.
decodeString
(element.m_filename))
416
if (!decoder.
decodeString
(blobURLString))
/external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp
250
static String
decodeString
(const char* p, const char* end)
285
foundString =
decodeString
(p, p + len * 2);
488
foundString =
decodeString
(result.begin(), result.end());
[
all
...]
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMInputCapsule.java
87
private static String
decodeString
(String s) {
808
return
decodeString
(tmpString);
[
all
...]
/tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar
Completed in 745 milliseconds