Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DPerfettoUtils.java396 int targetBuffer) { in appendProcStatsConfig() argument
403 .append(" target_buffer: " + targetBuffer + "\n") in appendProcStatsConfig()
416 private void appendLinuxPerfConfig(StringBuilder config, int targetBuffer) { in appendLinuxPerfConfig() argument
420 .append(" target_buffer: " + targetBuffer + "\n") in appendLinuxPerfConfig()
431 boolean longTrace, int targetBuffer) { in appendAdditionalDataSources() argument
436 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
456 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
469 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
482 .append(" target_buffer: " + targetBuffer + "\n") in appendAdditionalDataSources()
491 .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()