Home
last modified time | relevance | path

Searched refs:targetBuffer (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Traceur/src_common/com/android/traceur/
DPerfettoUtils.java471 int targetBuffer) { in appendProcStatsConfig() argument
478 .append(" target_buffer: " + targetBuffer + "\n") in appendProcStatsConfig()
491 private void appendLinuxPerfConfig(StringBuilder config, int targetBuffer) { in appendLinuxPerfConfig() argument
495 .append(" target_buffer: " + targetBuffer + "\n") in appendLinuxPerfConfig()
506 boolean continuousDump, int dumpIntervalSeconds, int targetBuffer) { in appendAndroidJavaHprofConfig() argument
510 .append(" target_buffer: " + targetBuffer + "\n") in appendAndroidJavaHprofConfig()
530 boolean winscope, boolean longTrace, int targetBuffer) { in appendAdditionalDataSources() argument
535 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
555 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
569 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
[all …]
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dbuffer_with_extendable_buffer_test.cpp65 BufferWithExtendableBuffer targetBuffer(DEFAULT_MAX_BUFFER_SIZE); in TEST() local
66 EXPECT_TRUE(targetBuffer.copy(&buffer)); in TEST()
67 EXPECT_EQ(0xFFu, targetBuffer.readUint(4 /* size */, 0 /* pos */)); in TEST()
68 EXPECT_EQ(0xFFFFu, targetBuffer.readUint(4 /* size */, 4 /* pos */)); in TEST()