Home
last modified time | relevance | path

Searched defs:int (Results 1 – 13 of 13) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dconfig_utils.py143 def enb_set_fdd_arfcn(self, arfcn: int) -> bool:
163 def enb_set_tdd_arfcn(self, arfcn: int) -> bool:
183 def enb_set_spectrum_tech(self, tech: int) -> bool:
Dims.py41 duration: int = 30) -> None:
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DChannelSwitchTest.py73 starting_channel: int,
74 channel_switches: Sequence[int],
277 def _channels_valid_for_band(self, channels: Sequence[int],
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_dsds_utils.py88 init_dds: int,
159 init_dds: int,
161 duration: int = 360,
248 test_slot: int,
249 dds_slot: int,
251 duration: int = 360,
716 test_slot: int,
717 dds_slot: int,
Damarisoft_sim_utils.py275 def set_at_command_channel(ad, slot_index: int) -> bool:
/tools/treble/hacksaw/mount/
Dmount.go19 Unmount(string, int) error argument
/tools/external_updater/
Dcrates_updater.py71 def _is_newer_version(self, prev_version: str, prev_id: int,
72 check_version: str, check_id: int):
Dexternal_updater.py175 delay: int) -> Dict[str, Dict[str, str]]:
/tools/test/graphicsbenchmark/functional_tests/native/
Dmprotect_test.cpp34 static void handler (int, siginfo_t *si, void *) { in handler() argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt78 fun int(group: Int): Int { in int() method in trebuchet.util.MatchResult
/tools/security/fuzzing/orphans/widevine/trusty/
Ddispatch_fuzzer.cpp78 extern "C" int LLVMFuzzerInitialize(int* /* argc */, char*** /* argv */) { in LLVMFuzzerInitialize() argument
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabPwsTest.py220 def pws_action(self, msg: str, test_scenario: int) -> None:
/tools/dexter/dexter/
Dexperimental.cc458 static void PrintHistogram(const std::map<int, int> histogram, const char* name) { in PrintHistogram()