OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbytes
(Results
201 - 225
of
2278
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/glide/library/src/main/java/com/bumptech/glide/util/
ByteArrayPool.java
43
public byte[]
getBytes
() {
/external/guava/guava/src/com/google/common/io/
ByteArrayDataOutput.java
46
* every character. For UTF-8, use {@code write(s.
getBytes
(Charsets.UTF_8))}.
/external/guava/guava-gwt/test-super/com/google/common/io/super/com/google/common/io/
BaseEncodingTest.java
271
// GWT does not support String.
getBytes
(Charset)
272
bytes = decoded.
getBytes
("UTF-8");
282
// GWT does not support String.
getBytes
(Charset)
283
bytes = decoded.
getBytes
("UTF-8");
/external/guava/guava-tests/test/com/google/common/io/
TestCharSink.java
40
return new String(byteSink.
getBytes
(), UTF_8);
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
ClassFileDumperTest.java
39
contents = "just some bytes".
getBytes
("UTF-8");
/external/jetty/src/java/org/eclipse/jetty/util/
MultiPartOutputStream.java
56
boundaryBytes=boundary.
getBytes
(StringUtil.__ISO_8859_1);
102
out.write(("Content-Type: "+contentType).
getBytes
(StringUtil.__ISO_8859_1));
120
out.write(("Content-Type: "+contentType).
getBytes
(StringUtil.__ISO_8859_1));
124
out.write(headers[i].
getBytes
(StringUtil.__ISO_8859_1));
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
CrcFunction.java
43
b = string.
getBytes
("UTF-8");
/external/llvm/include/llvm/Support/
DataStream.h
29
virtual size_t
GetBytes
(unsigned char *buf, size_t len) = 0;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HuffmanTest.java
36
assertRoundTrip(s.substring(0, i).
getBytes
());
/external/skia/src/utils/mac/
SkStream_mac.cpp
64
rec.
getBytes
= get_bytes_proc;
/external/snakeyaml/src/test/java/biz/source_code/base64Coder/
Base64CoderTest.java
66
char[] s1 = Base64Coder.encode(text.
getBytes
("UTF-8"));
/external/testng/src/test/java/test/reports/
FailedReporterTest.java
42
new Parser(new ByteArrayInputStream(XML.
getBytes
())).parse();
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
CharSequencesTest.java
29
byte[] bytes = s.
getBytes
();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java
53
data = ByteBuffer.wrap(stringVal.
getBytes
());
/frameworks/base/tests/CoreTests/android/core/
Sha1Test.java
49
digest.update(mTestData[i].input.
getBytes
());
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestPushMessage.java
77
executePut(session, mMsg.
getBytes
());
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SimSmsTest.java
50
pdu = data.
getBytes
();
VisualVoicemailSmsFilterTest.java
51
+ "port=143;name=1234567890@example.com;pw=CphQJKnYS4jEiDO").
getBytes
()};
/libcore/dex/src/main/java/com/android/dex/
EncodedValue.java
36
public byte[]
getBytes
() {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF8CharsetTest.java
59
byte utf8[] = s.
getBytes
("UTF-8");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarExceptionTest.java
33
"jlkasj dl: dsklf jlks dslka : fdsfsd\n\n\n\ndsfas".
getBytes
()));
/libcore/luni/src/test/java/libcore/java/io/
OldInputStreamTest.java
38
input = testString.
getBytes
();
88
byte[] ref = testString.
getBytes
();
168
byte[] ref = testString.
getBytes
();
224
byte[] ref = testString.
getBytes
();
/libcore/luni/src/test/java/libcore/util/
HexEncodingTest.java
27
final byte[] avocados = "avocados".
getBytes
(StandardCharsets.UTF_8);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherRSAThread.java
35
byte[] input = getData().substring(0, dataBlock).
getBytes
();
/libcore/support/src/test/java/libcore/javax/net/ssl/
FakeSSLSession.java
44
return host.
getBytes
();
Completed in 6494 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>