OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toByteArray
(Results
376 - 400
of
1795
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/ojluni/src/main/java/sun/security/x509/
CertificateX509Key.java
107
out.write(tmp.
toByteArray
());
X509CRLEntryImpl.java
177
revokedCert = seq.
toByteArray
();
314
extValue = out.
toByteArray
();
425
return out.
toByteArray
();
456
revokedCert = derVal.
toByteArray
();
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/serial/
TCKEraSerialization.java
130
byte[] bytes = baos.
toByteArray
();
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/serial/
TCKValueRangeSerialization.java
120
byte[] actual = baos.
toByteArray
();
/packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java
44
return baos.
toByteArray
();
/packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java
91
NdefRecord record = NdefRecord.createMime("text/x-vcard", ndefBytes.
toByteArray
());
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapTempFileLiteral.java
86
byte[] bytes = IOUtils.
toByteArray
(getAsStream());
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
TranscriptionRatingService.java
61
intent.putExtra(FEEDBACK_REQUEST_EXTRA, request.
toByteArray
());
TranscriptionUtils.java
60
byte[] md5Bytes = md.digest(data.
toByteArray
());
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DurableUtils.java
35
return out.
toByteArray
();
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java
90
byte[] bytes = IOUtils.
toByteArray
(getAsStream());
/packages/apps/SecureElement/src/com/android/se/security/gpac/
AR_DO.java
139
stream.write(temp.
toByteArray
());
Hash_REF_DO.java
87
b.append(BerTlv.toHex(out.
toByteArray
()));
REF_AR_DO.java
136
byte[] data = temp.
toByteArray
();
/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
ByteArrayBuffer.java
117
public byte[]
toByteArray
() {
/packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java
81
byte[] content = out.
toByteArray
();
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java
200
return memoryOutputStream.
toByteArray
();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryTextBody.java
67
tempFile = out.
toByteArray
();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java
79
return Hex.encodeHex(key.
toByteArray
(), true);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java
37
byte[] compressed = glMsg.getFb().getContents(0).
toByteArray
();
/art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/
TestGenerator.java
58
byte[] finalClassBytes = finalClass.
toByteArray
();
84
out.write(cw.
toByteArray
());
153
output.write(cw.
toByteArray
());
/cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Integer.java
104
buf.put(value.
toByteArray
());
131
? PerAlignedUtils.encodeUnconstrainedLengthOfBytes(value.
toByteArray
())
132
: PerUnalignedUtils.encodeSemiConstrainedLengthOfBytes(value.
toByteArray
());
/cts/tests/tests/proto/src/android/util/proto/cts/
ProtoOutputStreamBoolTest.java
85
final byte[] expected = MessageNano.
toByteArray
(all);
162
final byte[] expected = MessageNano.
toByteArray
(all);
246
final byte[] expected = MessageNano.
toByteArray
(all);
/development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java
147
byte[] bytes = Files.
toByteArray
(file);
203
bytes = Files.
toByteArray
(file);
222
byte[] rewritten = classWriter.
toByteArray
();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1GeneralizedTime.java
95
this.time = Strings.
toByteArray
(time);
120
this.time = Strings.
toByteArray
(dateF.format(time));
142
this.time = Strings.
toByteArray
(dateF.format(time));
Completed in 1385 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>