Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 19 of 19) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Duwb.rs36 static ref PICA_HANDLE_TO_STATE: SharedState = SharedState::new(); constant
37 static ref PICA: Arc<Mutex<Pica>> = Arc::new(Mutex::new(Pica::new( constant
41 static ref PICA_RUNTIME: Arc<tokio::runtime::Runtime> = constant
Dwifi.rs91 static ref WIFI_MANAGER: WifiManager = WifiManager::new(); constant
Dpacket.rs57 static ref MANAGER: PacketManager = PacketManager::new(); constant
Dbluetooth.rs46 …static ref BLUETOOTH_INVALID_PACKETS: Arc<Mutex<BTreeMap<RootcanalIdentifier, Vec<InvalidPacket>>>… constant
/tools/repohooks/rh/
Dgit.py71 def get_commit_for_ref(ref): argument
78 def get_remote_revision(ref, remote): argument
/tools/netsim/rust/daemon/src/
Dresource.rs22 static ref RESOURCES: Resource = Resource::new(); constant
Dconfig.rs24 static ref CONFIG: RwLock<Config> = RwLock::new(Config::new()); constant
Devents.rs92 static ref EVENTS: Arc<Mutex<Events>> = Events::new(); constant
/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs32 static ref IDS: AtomicU32 = AtomicU32::new(0); constant
Dbeacon.rs49 static ref EMPTY_ADDRESS: Address = Address::try_from(0u64).unwrap(); constant
52 …static ref BT_CHIPS: RwLock<HashMap<ChipIdentifier, Mutex<UniquePtr<ffi_bluetooth::RustBluetoothCh… constant
415 static ref TEST_GUID_GENERATOR: AtomicU32 = AtomicU32::new(0); constant
/tools/asuite/adevice/src/
Dprogress.rs9 static ref PROGRESS: Progress = Progress { constant
Dtracking.rs302 static ref NINJA_OUT_PATH_MATCHER: Regex = constant
Ddevice.rs160 static ref PM_LIST_PACKAGE_MATCHER: Regex = constant
Dadevice.rs520 static ref AAPT_PACKAGE_MATCHER: Regex = constant
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiModifierItem.kt435 val ref = in <lambda>() constant
490 val ref = in <lambda>() constant
/tools/asuite/atest/
Dtest_finder_handler.py174 def _get_test_reference_types(ref): argument
/tools/netsim/rust/daemon/src/transport/
Dfd.rs345 static ref CONNECTOR_FILES: Arc<RwLock<HashMap<u32, File>>> = constant
/tools/netsim/rust/daemon/src/devices/
Dchip.rs62 static ref CHIP_MANAGER: ChipManager = ChipManager::new(INITIAL_CHIP_ID); constant
Ddevices_handler.rs83 static ref DEVICE_MANAGER: Arc<DeviceManager> = Arc::new(DeviceManager::new()); constant