/tools/netsim/rust/netsim-cxx/src/http_server/ |
D | thread_pool.rs | 35 pub fn new(size: usize) -> ThreadPool { in new() method 81 fn new(id: usize, receiver: Arc<Mutex<mpsc::Receiver<Job>>>) -> Worker { in new() method
|
D | http_router.rs | 38 pub fn new() -> Router { in new() method
|
D | http_request.rs | 42 pub fn new() -> Self { in new() method
|
D | server_response.rs | 49 pub fn new<W: Write>(writer: &mut W) -> ServerResponseWriter { in new() method
|
/tools/netsim/rust/frontend-proto/src/ |
D | frontend.rs | 46 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 …]
|
D | model.rs | 50 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/ |
D | id_factory.rs | 30 pub fn new(start_id: T, increment: T) -> Self { in new() function
|
D | chip.rs | 55 fn new( in new() method
|
D | device.rs | 41 pub fn new(id: DeviceIdentifier, guid: String, name: String) -> Self { in new() method
|
D | devices_handler.rs | 56 fn new() -> Self { in new() method
|
/tools/netsim/rust/netsim-common/src/util/ |
D | time_display.rs | 35 pub fn new(secs: i64, nsecs: u32) -> TimeDisplay { in new() method
|
D | ini_file.rs | 39 pub fn new(filepath: String) -> IniFile { in new() method
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | Builders.kt | 24 private val new: () -> P, in noReset() constant in trebuchet.util.StartEndBuilder
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Baseline.kt | 94 val new = HashMap<String, String>() in <lambda>() constant 226 val new = HashMap<String, String>() in <lambda>() constant
|
D | ComparisonVisitor.kt | 138 val new = newTree.item() in compare() constant 186 val new = newTree.item() in compare() constant
|
D | ApiLint.kt | 1752 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
|
D | ExtractAnnotations.kt | 165 val new = in <lambda>() constant
|
/tools/netsim/rust/netsim-cxx/src/captures/ |
D | capture.rs | 68 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/ |
D | field_value.rs | 12 pub fn new(name: &'static str) -> Self { in new() method
|
/tools/netsim/rust/backend-proto/src/ |
D | startup.rs | 45 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
|
D | packet_streamer.rs | 53 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
|
D | hci_packet.rs | 46 pub fn new() -> HCIPacket { in new() method 167 fn new() -> HCIPacket { in new() method
|
/tools/netsim/rust/model/src/ |
D | position.rs | 37 pub fn new(x: Centimeter, y: Centimeter, z: Centimeter) -> Position { in new() method
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiSourceFileItem.kt | 245 val new = Regex("""\b$word\b""") in hashCode() constant
|
/tools/security/remote_provisioning/hwtrust/src/dice/ |
D | chain.rs | 124 pub(crate) fn new<I: Into<String>, S: Into<String>>( in new() method
|