Home
last modified time | relevance | path

Searched defs:a_or_b (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py603 def get_arb_pattern_aorb_state(self, a_or_b, sg=1): argument
616 def set_arb_pattern_aorb_state(self, a_or_b, state, sg=1): argument
631 def get_arb_level_aorb(self, a_or_b, sg=1): argument
644 def set_arb_level_aorb(self, a_or_b, level, sg=1): argument
701 def set_arb_freq_offset_aorb(self, a_or_b, offset, sg=1): argument
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bytes/
Dtests.rs21 fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> { in is_a() function
45 fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> { in is_not() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bytes/
H A Dtests.rs21 fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> { in is_a() function
45 fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> { in is_not() function
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/token/
Dtests.rs194 fn a_or_b(i: Partial<&[u8]>) -> IResult<Partial<&[u8]>, &[u8]> { in partial_is_a() function
216 fn a_or_b(i: Partial<&[u8]>) -> IResult<Partial<&[u8]>, &[u8]> { in partial_is_not() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_add_grad_op.cc88 #define COMPARE(a_or_b, idx) \ in Compute() argument
/aosp_15_r20/external/rust/android-crates-io/crates/fixedbitset/tests/
Dtests.rs995 let a_or_b: Vec<usize> = vec![2, 3, 7, 8, 11, 19, 23, 31, 32, 37, 41, 43, 47, 71, 73, 101]; in bitor_assign_shorter() localVariable
1008 let a_or_b: Vec<usize> = vec![2, 3, 7, 8, 11, 19, 23, 31, 32, 37, 41, 43, 47, 71, 73, 101]; in bitor_assign_longer() localVariable