HomeSort by relevance Sort by last modified time
    Searched refs:recordLength (Results 1 - 7 of 7) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 171 int recordLength = in.readInt();
177 skipRecord(hprofTag, recordLength);
180 String error = hprofTag.checkSize(recordLength);
190 parseStringInUtf8(recordLength);
207 parseStackTrace(recordLength);
211 parseCpuSamples(recordLength);
221 skipRecord(hprofTag, recordLength);
226 private void skipRecord(BinaryHprof.Tag hprofTag, long recordLength) throws IOException {
228 System.out.println("\tskipping recordLength=" + recordLength);
    [all...]
BinaryHprofWriter.java 134 int recordLength) throws IOException {
135 String error = hprofTag.checkSize(recordLength);
141 out.writeInt(recordLength);
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java     [all...]
  /external/smack/src/org/xbill/DNS/
Message.java 436 tempMaxLength -= tsigkey.recordLength();
TSIG.java 467 recordLength() {
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ext.c     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 3593 milliseconds