Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 29) sorted by relevance

12

/tools/netsim/rust/netsim-cxx/src/http_server/
Dthread_pool.rs35 pub fn new(size: usize) -> ThreadPool { in new() method
81 fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Worker { in new() method
Dhttp_router.rs38 pub fn new() -> Router { in new() method
Dhttp_request.rs42 pub fn new() -> Self { in new() method
Dserver_response.rs49 pub fn new<W: Write>(writer: &mut W) -> ServerResponseWriter { in new() method
/tools/netsim/rust/frontend-proto/src/
Dfrontend.rs46 pub fn new() -> VersionResponse { in new() method
115 fn new() -> VersionResponse { in new() method
174 pub fn new() -> SetLinkLossRequest { in new() method
285 fn new() -> SetLinkLossRequest { in new() method
344 pub fn new() -> PatchDeviceRequest { in new() method
414 fn new() -> PatchDeviceRequest { in new() method
467 pub fn new() -> Event { in new() method
537 fn new() -> Event { in new() method
590 pub fn new() -> GetDevicesResponse { in new() method
660 fn new() -> GetDevicesResponse { in new() method
[all …]
Dmodel.rs50 pub fn new() -> Position { in new() method
147 fn new() -> Position { in new() method
208 pub fn new() -> Orientation { in new() method
305 fn new() -> Orientation { in new() method
374 pub fn new() -> Chip { in new() method
720 fn new() -> Chip { in new() method
823 pub fn new() -> Radio { in new() method
934 fn new() -> Radio { in new() method
995 pub fn new() -> Bluetooth { in new() method
1080 fn new() -> Bluetooth { in new() method
[all …]
/tools/netsim/rust/netsim-cxx/src/devices/
Did_factory.rs30 pub fn new(start_id: T, increment: T) -> Self { in new() function
Dchip.rs55 fn new( in new() method
Ddevice.rs41 pub fn new(id: DeviceIdentifier, guid: String, name: String) -> Self { in new() method
Ddevices_handler.rs56 fn new() -> Self { in new() method
/tools/netsim/rust/netsim-common/src/util/
Dtime_display.rs35 pub fn new(secs: i64, nsecs: u32) -> TimeDisplay { in new() method
Dini_file.rs39 pub fn new(filepath: String) -> IniFile { in new() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBuilders.kt24 private val new: () -> P, in noReset() constant in trebuchet.util.StartEndBuilder
/tools/metalava/src/main/java/com/android/tools/metalava/
DBaseline.kt94 val new = HashMap<String, String>() in <lambda>() constant
226 val new = HashMap<String, String>() in <lambda>() constant
DComparisonVisitor.kt138 val new = newTree.item() in compare() constant
186 val new = newTree.item() in compare() constant
DApiLint.kt1752 val new = mutableListOf<MethodItem>() in <lambda>() constant
1881 val new = mutableListOf<MethodItem>() in <lambda>() constant
2080 val new = mutableSetOf<MethodItem>() in <lambda>() constant
2091 val new = mutableSetOf<String>() in <lambda>() constant
DExtractAnnotations.kt165 val new = in <lambda>() constant
/tools/netsim/rust/netsim-cxx/src/captures/
Dcapture.rs68 pub fn new(chip_kind: ChipKind, chip_id: ChipId, device_name: String) -> Self { in new() method
141 pub fn new() -> Self { in new() method
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dfield_value.rs12 pub fn new(name: &'static str) -> Self { in new() method
/tools/netsim/rust/backend-proto/src/
Dstartup.rs45 pub fn new() -> StartupInfo { in new() method
149 fn new() -> StartupInfo { in new() method
215 pub fn new() -> StartupInfo_Device { in new() method
354 fn new() -> StartupInfo_Device { in new() method
426 pub fn new() -> ChipInfo { in new() method
573 fn new() -> ChipInfo { in new() method
650 pub fn new() -> Chip { in new() method
925 fn new() -> Chip { in new() method
Dpacket_streamer.rs53 pub fn new() -> StreamPacketsRequest { in new() method
322 fn new() -> StreamPacketsRequest { in new() method
407 pub fn new() -> StreamPacketsResponse { in new() method
668 fn new() -> StreamPacketsResponse { in new() method
Dhci_packet.rs46 pub fn new() -> HCIPacket { in new() method
167 fn new() -> HCIPacket { in new() method
/tools/netsim/rust/model/src/
Dposition.rs37 pub fn new(x: Centimeter, y: Centimeter, z: Centimeter) -> Position { in new() method
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiSourceFileItem.kt245 val new = Regex("""\b$word\b""") in hashCode() constant
/tools/security/remote_provisioning/hwtrust/src/dice/
Dchain.rs124 pub(crate) fn new<I: Into<String>, S: Into<String>>( in new() method

12