Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/
H A DChannelNumberTest.java134 assertThat(ChannelNumber.equivalent(null, null)).isTrue(); in equivalent_null_to_null()
139 assertThat(ChannelNumber.equivalent("1", "1")).isTrue(); in equivalent_1_to_1()
144 assertThat(ChannelNumber.equivalent("1-2", "1")).isTrue(); in equivalent_1d2_to_1()
149 assertThat(ChannelNumber.equivalent("1", "1-2")).isTrue(); in equivalent_1_to_1d2()
154 assertThat(ChannelNumber.equivalent("1", "2")).isFalse(); in equivalent_1_to_2_isFalse()
159 assertThat(ChannelNumber.equivalent("1-1", "1-1")).isTrue(); in equivalent_1d1_to_1d1()
164 assertThat(ChannelNumber.equivalent("1-1", "1-2")).isFalse(); in equivalent_1d1_to_1d2_isFalse()
169 assertThat(ChannelNumber.equivalent("1", null)).isFalse(); in equivalent_1_to_null_isFalse()
174 assertThat(ChannelNumber.equivalent(null, "1")).isFalse(); in equivalent_null_to_1_isFalse()
/aosp12/hardware/interfaces/audio/4.0/
H A DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
73 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
140 * Gets current TTY mode selection. Calling this method is equivalent to
149 * Sets current TTY mode. Calling this method is equivalent to setting
159 * enabled. Calling this method is equivalent to getting
169 * enabled. Calling this method is equivalent to setting
[all …]
H A DIStream.hal31 * Return the frame count of the buffer. Calling this method is equivalent
62 * Calling this method is equivalent to getting
75 * Sets the sampling rate of the stream. Calling this method is equivalent
93 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_CHANNELS on the legacy
105 * Sets the channel mask of the stream. Calling this method is equivalent to
123 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_FORMATS on the legacy
131 * Sets the audio format of the stream. Calling this method is equivalent to
191 * equivalent to setting AUDIO_PARAMETER_STREAM_ROUTING preceeded
200 * Sets the HW synchronization source. Calling this method is equivalent to
/aosp12/hardware/interfaces/audio/5.0/
H A DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
73 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
140 * Gets current TTY mode selection. Calling this method is equivalent to
149 * Sets current TTY mode. Calling this method is equivalent to setting
159 * enabled. Calling this method is equivalent to getting
169 * enabled. Calling this method is equivalent to setting
[all …]
H A DIStream.hal31 * Return the frame count of the buffer. Calling this method is equivalent
62 * Calling this method is equivalent to getting
75 * Sets the sampling rate of the stream. Calling this method is equivalent
93 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_CHANNELS on the legacy
105 * Sets the channel mask of the stream. Calling this method is equivalent to
123 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_FORMATS on the legacy
131 * Sets the audio format of the stream. Calling this method is equivalent to
191 * equivalent to setting AUDIO_PARAMETER_STREAM_ROUTING preceeded
200 * Sets the HW synchronization source. Calling this method is equivalent to
/aosp12/hardware/interfaces/audio/6.0/
H A DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
73 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
140 * Gets current TTY mode selection. Calling this method is equivalent to
149 * Sets current TTY mode. Calling this method is equivalent to setting
159 * enabled. Calling this method is equivalent to getting
169 * enabled. Calling this method is equivalent to setting
[all …]
H A DIStream.hal31 * Return the frame count of the buffer. Calling this method is equivalent
62 * Calling this method is equivalent to getting
75 * Sets the sampling rate of the stream. Calling this method is equivalent
93 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_CHANNELS on the legacy
105 * Sets the channel mask of the stream. Calling this method is equivalent to
123 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_FORMATS on the legacy
133 * Sets the audio format of the stream. Calling this method is equivalent to
193 * equivalent to setting AUDIO_PARAMETER_STREAM_ROUTING preceded
202 * Sets the HW synchronization source. Calling this method is equivalent to
/aosp12/hardware/interfaces/audio/7.0/
H A DIPrimaryDevice.hal41 * is equivalent to setting legacy "bt_headset_name" parameter.
52 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
73 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
82 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
101 * is equivalent to setting "hfp_enable" parameter on the legacy HAL.
111 * method is equivalent to setting "hfp_set_sampling_rate" parameter
140 * Gets current TTY mode selection. Calling this method is equivalent to
149 * Sets current TTY mode. Calling this method is equivalent to setting
159 * enabled. Calling this method is equivalent to getting
169 * enabled. Calling this method is equivalent to setting
[all …]
/aosp12/art/compiler/optimizing/
H A Dssa_builder.cc197 if (equivalent == nullptr) { in TypeInputsOfPhi()
203 DCHECK_NE(input, equivalent); in TypeInputsOfPhi()
205 phi->ReplaceInput(equivalent, i); in TypeInputsOfPhi()
206 if (equivalent->IsPhi()) { in TypeInputsOfPhi()
207 worklist->push_back(equivalent->AsPhi()); in TypeInputsOfPhi()
305 return equivalent; in CreateFloatOrDoubleEquivalentOfArrayGet()
393 DCHECK(equivalent != nullptr); in FixAmbiguousArrayOps()
394 aset->ReplaceInput(equivalent, /* index= */ 2); in FixAmbiguousArrayOps()
395 if (equivalent->IsPhi()) { in FixAmbiguousArrayOps()
398 worklist.push_back(equivalent->AsPhi()); in FixAmbiguousArrayOps()
[all …]
/aosp12/hardware/interfaces/media/omx/1.0/
H A Dtypes.hal230 BT709_5, // Rec.ITU-R BT.709-5 or equivalent
231 BT470_6M, // Rec.ITU-R BT.470-6 System M or equivalent
232 BT601_6_625, // Rec.ITU-R BT.601-6 625 or equivalent
233 BT601_6_525, // Rec.ITU-R BT.601-6 525 or equivalent
235 BT2020, // Rec.ITU-R BT.2020 or equivalent
244 SRGB, // sRGB or equivalent
245 SMPTE170M, // SMPTE 170M or equivalent (e.g. BT.601/709/2020)
263 BT709_5, // Rec.ITU-R BT.709-5 or equivalent
264 BT470_6M, // KR=0.30, KB=0.11 or equivalent
265 BT601_6, // Rec.ITU-R BT.601-6 625 or equivalent
[all …]
/aosp12/hardware/interfaces/audio/2.0/
H A DIPrimaryDevice.hal43 * Calling this method is equivalent to getting AUDIO_PARAMETER_KEY_BT_NREC
53 * Calling this method is equivalent to setting AUDIO_PARAMETER_KEY_BT_NREC
63 * equivalent to getting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
72 * equivalent to setting AUDIO_PARAMETER_KEY_BT_SCO_WB on the legacy HAL.
87 * Gets current TTY mode selection. Calling this method is equivalent to
96 * Sets current TTY mode. Calling this method is equivalent to setting
106 * enabled. Calling this method is equivalent to getting
116 * enabled. Calling this method is equivalent to setting
H A DIStream.hal33 * Return the frame count of the buffer. Calling this method is equivalent
57 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_SAMPLING_RATES on the
65 * Sets the sampling rate of the stream. Calling this method is equivalent
82 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_CHANNELS on the legacy
90 * Sets the channel mask of the stream. Calling this method is equivalent to
107 * equivalent to getting AUDIO_PARAMETER_STREAM_SUP_FORMATS on the legacy
115 * Sets the audio format of the stream. Calling this method is equivalent to
172 * equivalent to setting AUDIO_PARAMETER_STREAM_ROUTING in the legacy HAL
182 * equivalent to setting AUDIO_PARAMETER_DEVICE_[DIS]CONNECT on the legacy
193 * Sets the HW synchronization source. Calling this method is equivalent to
/aosp12/system/media/audio_utils/tests/
H A Dvariadic_tests.cpp57 using android::audio_utils::equivalent; in TEST()
60 EXPECT_TRUE(equivalent(deep, deep)); in TEST()
61 EXPECT_TRUE(equivalent(std::make_pair(1, 2), std::make_tuple(1, 2))); in TEST()
62 EXPECT_FALSE(equivalent(std::make_pair(1, 2), std::make_pair(0, 2))); in TEST()
63 EXPECT_FALSE(equivalent(std::make_pair(1, 2), 1)); in TEST()
64 EXPECT_FALSE(equivalent(0, 2)); in TEST()
65 EXPECT_TRUE(equivalent(1, 1.)); in TEST()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/proto/
H A Ds2_protos.proto26 // The proto equivalent to Types.TzS2Polygons.
51 // The proto equivalent to Types.TzS2CellUnion.
59 // The proto equivalent to Types.TzS2Range.
69 // The proto equivalent to Types.TzS2Ranges.
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
56 # Subject must be equivalent to object unless the subject is trusted.
74 # Write operations: Subject must be equivalent to the object unless the
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
56 # Subject must be equivalent to object unless the subject is trusted.
74 # Write operations: Subject must be equivalent to the object unless the
/aosp12/art/test/960-default-smali/
H A Dinfo.txt7 use the tools/extract-embedded-java script to turn the smali into equivalent
10 When updating be sure to write the equivalent Java code in comments of the smali
14 always return equivalent output when run multiple times.
/aosp12/art/test/531-regression-debugphi/smali/
H A DTestCase.smali50 move-object v0, v1 # create PrimNot PhiA equivalent
75 # - PrimNot PhiA: update inputs, no equivalent created
78 # - PrimInt PhiB: set type to PrimNot, equivalent live and in worklist
100 move-object v1, v0 # create PrimNot equivalent of PhiA
106 move-object v0, v1 # creates PrimNot equivalent of PhiB
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
74 # Write operations: Subject must be equivalent to the object unless the
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
81 # Write operations: Subject must be equivalent to the object unless the
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
81 # Write operations: Subject must be equivalent to the object unless the
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
H A DCustomThemeActivity.java202 ThemeBundle equivalent = (originalTheme.isEquivalent(themeToApply)) in onNextOrApply() local
205 if (equivalent != null) { in onNextOrApply()
209 equivalent.getTitle())) in onNextOrApply()
211 equivalent.getTitle())) in onNextOrApply()
213 equivalent.getTitle()), in onNextOrApply()
214 (dialogInterface, i) -> applyTheme(equivalent)) in onNextOrApply()
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
90 # Write operations: Subject must be equivalent to the object unless the
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
90 # Write operations: Subject must be equivalent to the object unless the
/aosp12/system/sepolicy/private/
H A Dmls25 # Create/relabel operations: Subject must be equivalent to object unless
30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
44 # Create/relabel operations: Subject must be equivalent to object unless
90 # Write operations: Subject must be equivalent to the object unless the

1234567