OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recordLength
(Results
1 - 3
of
3
) 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
...]
/cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
Completed in 1009 milliseconds