Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 266) sorted by relevance

1234567891011

/packages/modules/Bluetooth/system/gd/hci/
Dhci_controller.fbs6 hci_version : string (privacy:"Any");
7 hci_revision : ushort (privacy:"Any");
8 lmp_version : string (privacy:"Any");
9 manufacturer_name : ushort (privacy:"Any");
10 lmp_subversion : ushort (privacy:"Any");
14 data_packet_length : ushort (privacy:"Any");
15 total_num_packets : ubyte (privacy:"Any");
19 supported_max_tx_octets : ushort (privacy:"Any");
20 supported_max_tx_time : ushort (privacy:"Any");
21 supported_max_rx_octets : ushort (privacy:"Any");
[all …]
Dhci_acl_manager.fbs6 title:string (privacy:"Any");
7 le_filter_accept_list_count:int (privacy:"Any");
8 le_filter_accept_list:[string] (privacy:"Any");
9 le_connectability_state:string (privacy:"Any");
10 le_create_connection_timeout_alarms_count:int (privacy:"Any");
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/
DBV_26_C.py111 sdu_interval_c_to_p=self.Any,
112 sdu_interval_p_to_c=self.Any,
113 max_pdu_c_to_p=self.Any,
114 max_pdu_p_to_c=self.Any,
115 nse=self.Any,
116 sub_interval=self.Any,
117 bn_p_to_c=self.Any,
118 bn_c_to_p=self.Any,
119 ft_c_to_p=self.Any,
120 ft_p_to_c=self.Any,
[all …]
DBV_10_C.py132 sub_interval=self.Any,
138 cis_offset_min=self.Any,
139 cis_offset_max=self.Any,
151 cis_offset=self.Any,
152 cig_sync_delay=self.Any,
153 cis_sync_delay=self.Any,
161 transport_latency_c_to_p=self.Any,
162 transport_latency_p_to_c=self.Any,
188 sub_interval=self.Any,
194 cis_offset_min=self.Any,
[all …]
DBV_01_C.py129 sub_interval=self.Any,
135 cis_offset_min=self.Any,
136 cis_offset_max=self.Any,
153 cis_offset=self.Any,
154 cig_sync_delay=self.Any,
155 cis_sync_delay=self.Any,
172 transport_latency_c_to_p=self.Any,
173 transport_latency_p_to_c=self.Any,
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/optics/
DDefaultOpticsManifest.kt69 ): Traversal<Any, Any, Any, Any> { in composeTraversalInner()
74 if (isTail) return precalculated as Traversal<Any, Any, Any, Any> in composeTraversalInner()
86 return result as Traversal<Any, Any, Any, Any> in composeTraversalInner()
/packages/modules/Bluetooth/system/gd/dumpsys/test_data/
Dbaz.fbs6 subtable_int_any:int (privacy:"Any");
7 subtable_string_any:string (privacy:"Any");
11 subtable_int_any:int (privacy:"Any");
12 subtable_string_any:string (privacy:"Any");
16 subtable_int_any:int (privacy:"Any");
17 subtable_string_any:string (privacy:"Any");
24 subtable_int_any:int (privacy:"Any");
25 subtable_string_any:string (privacy:"Any");
32 sub_table_any:BazSubTableAny (privacy:"Any");
Dfoo.fbs9 foo_int_any:int (privacy:"Any");
10 foo_int_string:string (privacy:"Any");
15 foo_float_any:float (privacy:"Any");
16 foo_float_string:string (privacy:"Any");
21 foo_bool_any:bool (privacy:"Any");
22 foo_bool_string:string (privacy:"Any");
Droot.fbs14 string_any:string (privacy:"Any");
19 int_any:int32 (privacy:"Any");
21 foo_module_data:FooTestSchema (privacy:"Any");
22 bar_module_data:BarTestSchema (privacy:"Any");
23 baz_module_data:BazTestSchema (privacy:"Any");
24 qux_module_data:QuxTestSchema (privacy:"Any");
/packages/modules/Bluetooth/system/gd/shim/
Ddumpsys.fbs7 example_string:string (privacy:"Any");
8 example_int:int (privacy:"Any");
9 example_float:float (privacy:"Any");
13 example_string:string (privacy:"Any");
14 example_int:int (privacy:"Any");
15 example_float:float (privacy:"Any");
19 title:string (privacy:"Any");
20 number_of_bundled_schemas:int (privacy:"Any");
/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.kt27 fun v(message: String, vararg args: Any?) { in v()
32 fun d(message: String, vararg args: Any?) { in d()
37 fun i(message: String, vararg args: Any?) { in i()
42 fun w(message: String, vararg args: Any?) { in w()
46 fun e(message: String, vararg args: Any?) { in e()
55 fun wtf(message: String, vararg args: Any?) { in wtf()
83 fun v(message: String, vararg args: Any?) { in v()
93 fun d(message: String, vararg args: Any?) { in d()
103 fun i(message: String, vararg args: Any?) { in i()
113 fun w(message: String, vararg args: Any?) { in w()
[all …]
DPredicate.kt36 val TRUE: Predicate<*> = object : Predicate<Any> { in apply()
37 override fun apply(t: Any): Boolean = true in apply()
44 val FALSE: Predicate<*> = object : Predicate<Any> { in apply()
45 override fun apply(t: Any): Boolean = false in apply()
/packages/modules/Bluetooth/system/gd/
Ddumpsys_data.fbs9 // privacy:"Any"
25 title:string (privacy:"Any");
26 init_flags:common.InitFlagsData (privacy:"Any");
27 wakelock_manager_data:bluetooth.os.WakelockManagerData (privacy:"Any");
28 shim_dumpsys_data:bluetooth.shim.DumpsysModuleData (privacy:"Any");
29 l2cap_classic_dumpsys_data:bluetooth.l2cap.classic.L2capClassicModuleData (privacy:"Any");
30 hci_acl_manager_dumpsys_data:bluetooth.hci.AclManagerData (privacy:"Any");
31 hci_controller_dumpsys_data:bluetooth.hci.ControllerData (privacy:"Any");
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/
DLogcat.kt55 fun v(msg: String, vararg args: Any) { in v()
66 fun v(tr: Throwable, msg: String, vararg args: Any) { in v()
76 fun d(msg: String, vararg args: Any) { in d()
87 fun d(tr: Throwable, msg: String, vararg args: Any) { in d()
97 fun i(msg: String, vararg args: Any) { in i()
108 fun i(tr: Throwable, msg: String, vararg args: Any) { in i()
118 fun w(msg: String, vararg args: Any) { in w()
129 fun w(tr: Throwable, msg: String, vararg args: Any) { in w()
149 fun e(msg: String, vararg args: Any) { in e()
160 fun e(tr: Throwable, msg: String, vararg args: Any) { in e()
[all …]
DTypedMap.kt35 class MutableTypedMap(val map: MutableMap<Key<Any>, Any> = mutableMapOf()) {
38 operator fun <T : Any> set(key: Key<T>, value: T) { in set()
40 map[key as Key<Any>] = value in set()
45 @Suppress("UNCHECKED_CAST") return map[key as Key<Any>] as T in get()
51 override fun equals(other: Any?): Boolean { in toTypedMap()
93 override fun equals(other: Any?): Boolean { in get()
/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/
Dutils.py2 from typing import Any, Callable, Dict
5 def dr_wakeup_before_op(op: Callable[..., Any]) -> Callable[..., Any]: argument
14 def _wrapper(*args: Any, **kargs: Dict[str, Any]) -> Callable[..., Any]: argument
/packages/modules/Bluetooth/system/blueberry/controllers/
Dderived_bt_device.py30 from typing import Any, Dict, List, Sequence
41 def create(configs: List[Dict[str, Any]]) -> List[Any]: argument
61 def _create_bt_device_class(config: Dict[str, Any]) -> Any: argument
74 def destroy(derived_bt_devices: Sequence[Any])-> None: argument
/packages/modules/AdServices/adservices/tests/unittest/adservices-test-utility/src/com/android/adservices/common/logging/
DErrorLogUtilCallTest.java21 …t static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall.Any;
67 mockDefaultParams(Any.class, 40, 50); in testCreateFrom_withNoExceptionAnnotationDerivesFromDefaults_createsObject()
94 mockDefaultParams(Any.class, 60, UNDEFINED_INT_PARAM); in testCreateFrom_withNoExceptionAnnotationMissingPpapiName_throwsException()
108 mockAnnotationWithException(Any.class, 20, 30, 2); in testCreateFrom_withExceptionAnnotationNullDefault_createsObject()
109 ErrorLogUtilCall expected = new ErrorLogUtilCall(Any.class, 20, 30, 2); in testCreateFrom_withExceptionAnnotationNullDefault_createsObject()
121 mockDefaultParams(Any.class, 40, 50); in testCreateFrom_withExceptionAnnotationDerivesFromDefaults_createsObject()
122 ErrorLogUtilCall expected = new ErrorLogUtilCall(Any.class, 40, 50, 2); in testCreateFrom_withExceptionAnnotationDerivesFromDefaults_createsObject()
151 mockAnnotationWithException(Any.class, UNDEFINED_INT_PARAM, 30, 3); in testCreateFrom_withExceptionAnnotationMissingErrorCode_throwsException()
167 mockAnnotationWithException(Any.class, 40, UNDEFINED_INT_PARAM, 3); in testCreateFrom_withExceptionAnnotationMissingPpapiName_throwsException()
223 ErrorLogUtilCall errorLogUtilCall1 = new ErrorLogUtilCall(Any.class, 10, 5); in testIsEquivalentInvocation_withDifferentApi_returnsFalse()
[all …]
DAdServicesErrorLogUtilWithExceptionVerifierTest.java20 …t static com.android.adservices.common.logging.annotations.ExpectErrorLogUtilWithExceptionCall.Any;
133 /* throwable= */ Any.class, in testGetExpectedLogCalls_withSingleAnnotationMissingErrorCode_throwsException()
154 /* throwable= */ Any.class, in testGetExpectedLogCalls_withSingleAnnotationMissingPpapiName_throwsException()
182 /* throwable= */ Any.class, in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
190 /* throwable= */ Any.class, /* errorCode= */ 90, /* ppapiName= */ 30); in testGetExpectedLogCalls_withSingleAnnotationAndDefaultParams_returnsNonEmptyList()
215 /* throwable= */ Any.class, in testGetExpectedLogCalls_withMultipleValidAnnotations_returnsNonEmptyList()
333 /* throwable= */ Any.class, in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
353 /* throwable= */ Any.class, in testGetExpectedLogCalls_withMultipleAnnotationsAndDefaultParams_returnsList()
/packages/modules/Bluetooth/system/gd/common/
Dinit_flags.fbs6 title:string (privacy:"Any");
7 values:[InitFlagValue] (privacy:"Any");
11 flag:string (privacy:"Any");
12 value:string (privacy:"Any");
/packages/modules/IntentResolver/tests/shared/src/com/android/intentresolver/
DMockitoKotlinHelpers.kt138 inline fun <reified T : Any> argumentCaptor(): ArgumentCaptor<T> = in eq()
164 inline fun <reified T : Any> mock( in eq()
175 inline fun <reified T : Any?> anyArray(): Array<T> = Mockito.any(Array<T>::class.java) ?: arrayOf() in anyArray()
238 inline fun <reified T : Any> kotlinArgumentCaptor(): KotlinArgumentCaptor<T> = in kotlinArgumentCaptor()
257 inline fun <reified T : Any> withArgCaptor(block: KotlinArgumentCaptor<T>.() -> Unit): T = in kotlinArgumentCaptor()
277 inline fun <reified T : Any> captureMany(block: KotlinArgumentCaptor<T>.() -> Unit): List<T> = in captureMany()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DMultiPropertyFactoryTest.kt33 private val receiveProperty: FloatProperty<Any> = in <lambda>()
34 object : FloatProperty<Any>("receive") { in <lambda>()
35 override fun setValue(obj: Any?, value: Float) { in <lambda>()
38 override fun get(o: Any): Float { in <lambda>()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/features/
DPriorityDescendingComparator.kt25 class PriorityDescendingComparator : Comparator<Pair<Any, Int>> {
27 override fun compare(a: Pair<Any, Int>, b: Pair<Any, Int>): Int { in compare()
/packages/modules/Uwb/generic_ranging/tests/multidevices/uwb/
Duwb_ranging_params.py4 from typing import Any, Dict, List, Optional
100 def to_dict(self) -> Dict[str, Any]:
134 def to_dict(self) -> Dict[str, Any]:
246 def to_dict(self) -> Dict[str, Any]:
277 def update(self, **kwargs: Any): argument
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/lib/
Duwb_ranging_params.py4 from typing import Any, Dict, List, Optional
100 def to_dict(self) -> Dict[str, Any]:
134 def to_dict(self) -> Dict[str, Any]:
244 def to_dict(self) -> Dict[str, Any]:
281 def update(self, **kwargs: Any): argument

1234567891011