/tools/trebuchet/core/common/src/test/kotlin/trebuchet/extractors/ |
D | SystraceExtractorTest.kt | 35 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>()
|
D | ZlibExtractorTest.kt | 58 extractor.extract(StreamingReader(openSample())) { in testExtractInitial()
|
/tools/trebuchet/trebuchet/traceutils/src/ |
D | TraceUtils.kt | 48 extractor.extract(reader, { in findTraces() 80 fun extract(source: File, destDir: File) { in extract() method 103 extract(source, destDir) in main()
|
/tools/test/openhst/ |
D | stress_test.proto | 42 // 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/ |
D | KeyguardControllerState.java | 53 controller.extract(dump); in create() 57 private void extract(List<String> dump) { in extract() method in KeyguardControllerState
|
/tools/metalava/ |
D | README.md | 159 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/ |
D | Extractor.kt | 34 fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) method
|
D | SystraceExtractor.kt | 28 override fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) { in <lambda>() method in trebuchet.extractors.SystraceExtractor
|
D | ZlibExtractor.kt | 89 override fun extract(stream: StreamingReader, processSubStream: (BufferProducer) -> Unit) { in extract() method in ZlibExtractor
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output10.txt | 2 failed to extract test data from elf section
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/ |
D | ImportTask.kt | 44 extractor.extract(reader, this::extractOrImport) in extractOrImport()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectoryEntry.java | 73 static FatLfnDirectoryEntry extract( in extract() method in FatLfnDirectoryEntry
|
D | FatLfnDirectory.java | 270 FatLfnDirectoryEntry.extract(this, offset, ++i - offset); in parseLfn()
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 81 "test-zip-file-filter" option tells TradeFed to download and extract all device
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | README.md | 12 This tool is able to process either text traces from `atrace` or extract the
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 995 out_path = zip_file.extract(zip_info.filename, path=extract_location)
|