OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getbytes
(Results
726 - 750
of
919
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/dalvik/dx/src/com/android/dx/io/
DexBuffer.java
226
public byte[]
getBytes
() {
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java
528
mDigest.update(key.
getBytes
());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java
538
os.write(fileString.
getBytes
(), 0, fileString.length());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java
825
bos.write(text.
getBytes
(enc));
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java
319
certEncoding_b64 = base64certEncoding.
getBytes
("UTF-8");
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedDataGenerator.java
41
* CMSTypedData msg = new CMSProcessableByteArray("Hello world!".
getBytes
());
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java
676
public byte[]
getBytes
(String parameterName) throws SQLException {
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java
[
all
...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryOutputCapsule.java
649
byte[] bytes = value.
getBytes
("UTF8");
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java
537
slbytes = statusLine.encode().
getBytes
("UTF-8");
/external/opencv/otherlibs/highgui/
bitstrm.cpp
250
void RLByteStream::
GetBytes
( void* buffer, int count, int* readed )
/external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java
211
return ByteString.copyFrom(str.
getBytes
("ISO-8859-1"));
/external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java
669
byte[] digest = md.digest(sb.toString().
getBytes
());
/external/smack/src/org/xbill/DNS/
Record.java
339
byte [] array = s.
getBytes
();
Tokenizer.java
166
this(new ByteArrayInputStream(s.
getBytes
()));
/frameworks/base/docs/html/guide/topics/data/
data-storage.jd
171
fos.write(string.
getBytes
());
/frameworks/base/docs/html/training/basics/data-storage/
files.jd
169
outputStream.write(string.
getBytes
());
/frameworks/opt/telephony/src/java/android/telephony/
SmsManager.java
511
SmsMessage sms = SmsMessage.createFromEfRecord(i+1, data.
getBytes
());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java
461
buf.write(lang.
getBytes
(), 0, lang.length());
/libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java
444
byte[] bavalue = svalue.
getBytes
(Charsets.US_ASCII);
/libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java
658
byte[] bytes = headersToSend.toHeaderString().
getBytes
(Charsets.ISO_8859_1);
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
136
fileURL.openStream()), helloWorldString.
getBytes
().length);
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java
278
.
getBytes
());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java
618
outputStream.write(vCard.
getBytes
());
/prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar
Completed in 742 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>