/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/ |
D | ImportUtils.kt | 37 val model = task.import(InputStreamAdapter(file, if (verbose) ::reportImportProgress else null)) in parseTrace() constant
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | TraceViewerWindow.kt | 72 val model = task.import(object : BufferProducer { in <lambda>() constant 95 var model: Model? in <lambda>() variable in traceviewer.ui.TraceViewerWindow
|
D | TimelineView.kt | 27 class TimelineView(val model: Model, val renderState: RenderState) : JScrollPane(), MouseListener, constant in traceviewer.ui.TimelineView
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/ |
D | ImportTask.kt | 66 val model = Model(fragments) in finish() constant
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 131 val model = parse( in testCounters() constant 168 val model = Model(modelFragment!!) in testKernel515Changes() constant
|
/tools/netsim/src/hci/ |
D | bluetooth_facade.cc | 276 std::shared_ptr<model::Chip::Bluetooth> model; member in netsim::hci::facade::ChipInfo 284 ChipInfo(uint32_t chip_id, std::shared_ptr<model::Chip::Bluetooth> model) in ChipInfo() 287 uint32_t chip_id, std::shared_ptr<model::Chip::Bluetooth> model, in ChipInfo() 299 model::Chip::Bluetooth model; in Get() local 403 auto model = std::make_shared<model::Chip::Bluetooth>(); in Add() local 429 auto model = std::make_shared<model::Chip::Bluetooth>(); in AddRustDevice() local
|
/tools/netsim/rust/proto/src/ |
D | lib.rs | 25 pub mod model; module
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | CpuModel.kt | 20 class CpuModel constructor(val model: Model, fragment: CpuModelFragment) { constant in trebuchet.model.CpuModel
|
D | ProcessModel.kt | 22 class ProcessModel constructor(val model: Model, fragment: ProcessModelFragment) { constant in trebuchet.model.ProcessModel
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/ |
D | netsim_client.py | 14 model_pb2 as model, unknown
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/ |
D | SliceQueries.kt | 409 val model = this in slices() constant
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | attenuator.py | 205 model = None variable in AttenuatorInstrument
|
D | android_device.py | 605 def model(self): member in AndroidDevice
|
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/ |
D | device_info.rs | 17 let mut model = FieldValue::new("model"); in from_cbor_values() localVariable
|
/tools/security/remote_provisioning/hwtrust/src/rkp/ |
D | device_info.rs | 19 pub model: String, field
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 587 def trim_model_name(model): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_test_utils.py | 500 def __init__(self, model=None, support_addition_channel=[]): argument
|