Home
last modified time | relevance | path

Searched defs:model (Results 1 – 17 of 17) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DImportUtils.kt37 val model = task.import(InputStreamAdapter(file, if (verbose) ::reportImportProgress else null)) in parseTrace() constant
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DTraceViewerWindow.kt72 val model = task.import(object : BufferProducer { in <lambda>() constant
95 var model: Model? in <lambda>() variable in traceviewer.ui.TraceViewerWindow
DTimelineView.kt27 class TimelineView(val model: Model, val renderState: RenderState) : JScrollPane(), MouseListener, constant in traceviewer.ui.TimelineView
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt66 val model = Model(fragments) in finish() constant
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt131 val model = parse( in testCounters() constant
168 val model = Model(modelFragment!!) in testKernel515Changes() constant
/tools/netsim/src/hci/
Dbluetooth_facade.cc276 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/
Dlib.rs25 pub mod model; module
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCpuModel.kt20 class CpuModel constructor(val model: Model, fragment: CpuModelFragment) { constant in trebuchet.model.CpuModel
DProcessModel.kt22 class ProcessModel constructor(val model: Model, fragment: ProcessModelFragment) { constant in trebuchet.model.ProcessModel
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/
Dnetsim_client.py14 model_pb2 as model, unknown
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt409 val model = this in slices() constant
/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py205 model = None variable in AttenuatorInstrument
Dandroid_device.py605 def model(self): member in AndroidDevice
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Ddevice_info.rs17 let mut model = FieldValue::new("model"); in from_cbor_values() localVariable
/tools/security/remote_provisioning/hwtrust/src/rkp/
Ddevice_info.rs19 pub model: String, field
/tools/test/connectivity/acts/framework/acts/
Dutils.py587 def trim_model_name(model): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_test_utils.py500 def __init__(self, model=None, support_addition_channel=[]): argument