OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:writeLength
(Results
1 - 7
of
7
) sorted by null
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OutputStream.java
19
void
writeLength
(
70
writeLength
(bytes.length);
111
writeLength
(bytes.length);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResponseData.java
38
public static void
writeLength
(ByteArrayOutputStream buf, int length) {
142
writeLength
(buf, data.length + 1);
CatService.java
479
ResponseData.
writeLength
(buf, lang.length());
/frameworks/av/media/mtp/
MtpDevice.cpp
613
int
writeLength
= 0;
629
if (!callback(writeBuffer, offset,
writeLength
, clientData)) {
636
offset +=
writeLength
;
648
writeLength
= read;
714
int
writeLength
= 0;
730
if (write(fd, writeBuffer,
writeLength
) !=
writeLength
) {
748
writeLength
= read;
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 173 milliseconds