Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 16 of 16) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/
DSystraceExtractorTest.kt35 val result = extract(buffers) in <lambda>()
43 val result = extract(buffers) in <lambda>()
54 val result = extract(buffers) in <lambda>()
67 val result = extract(listOf(buffer)) in <lambda>()
72 fun extract(list: Iterable<String>): List<DataSlice> { in <lambda>() method in trebuchet.extractors.SystraceExtractorTest
75 extractor.extract(makeStream(list.iterator())) { outputStream -> in <lambda>()
DZlibExtractorTest.kt58 extractor.extract(StreamingReader(openSample())) { in testExtractInitial()
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt48 extractor.extract(reader, { in findTraces()
80 fun extract(source: File, destDir: File) { in extract() method
103 extract(source, destDir) in main()
/tools/test/openhst/
Dstress_test.proto42 // The regex to extract the string containing the timestamp.
58 // The information needed to extract timestamps from the config.
73 // The information needed to extract timestamps from the config.
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DKeyguardControllerState.java53 controller.extract(dump); in create()
57 private void extract(List<String> dump) { in extract() method in KeyguardControllerState
/tools/metalava/
DREADME.md159 as well and metalava will parse and extract API information from them just as
285 this was generated manually via the development/tools/extract code. This also
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DExtractor.kt34 fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) method
DSystraceExtractor.kt28 override fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) { in <lambda>() method in trebuchet.extractors.SystraceExtractor
DZlibExtractor.kt89 override fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) { in extract() method in ZlibExtractor
/tools/tradefederation/core/tests/res/testtype/
Dgtest_output10.txt2 failed to extract test data from elf section
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt44 extractor.extract(reader, this::extractOrImport) in extractOrImport()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java73 static FatLfnDirectoryEntry extract( in extract() method in FatLfnDirectoryEntry
DFatLfnDirectory.java270 FatLfnDirectoryEntry.extract(this, offset, ++i - offset); in parseLfn()
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md81 "test-zip-file-filter" option tells TradeFed to download and extract all device
/tools/trebuchet/trebuchet/startup-analyzer/
DREADME.md12 This tool is able to process either text traces from `atrace` or extract the
/tools/test/connectivity/acts/framework/acts/
Dutils.py995 out_path = zip_file.extract(zip_info.filename, path=extract_location)