/packages/modules/Bluetooth/system/gd/packet/ |
D | custom_type_checker.h | 31 template <class C, void (C::*)(BitInserter&) const> 34 template <class C, size_t (C::*)() const> 37 template <class C, bool little_endian, 38 std::optional<Iterator<little_endian>> (*)(C* vec, Iterator<little_endian> it)> 41 template <class C, std::string (C::*)() const> 44 template <class C, bool little_endian> 45 static int Test(SerializeChecker<C, &C::Serialize>*, SizeChecker<C, &C::size>*, 46 ParseChecker<C, little_endian, &C::Parse>*, ToStringChecker<C, &C::ToString>*); 48 template <class C, bool little_endian>
|
D | checksum_type_checker.h | 31 template <class C, void (C::*)()> 34 template <class C, void (C::*)(uint8_t byte)> 37 template <class C, typename CRET, CRET (C::*)() const> 41 template <class C, typename CRET> 42 static int Test(InitializeChecker<C, &C::Initialize>*, AddByteChecker<C, &C::AddByte>*, 43 GetChecksumChecker<C, CRET, &C::GetChecksum>*); 46 template <class C, typename CRET>
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 302 double C[16],n0,n1,n2,n3,m; in db_EigenVector4x4() local 329 C[0]= (a5 *e23-A[6]*e13+A[7]*e12); in db_EigenVector4x4() 330 C[1]= -(A[4]*e23-A[6]*e03+A[7]*e02); in db_EigenVector4x4() 331 C[2]= (A[4]*e13-a5 *e03+A[7]*e01); in db_EigenVector4x4() 332 C[3]= -(A[4]*e12-a5 *e02+A[6]*e01); in db_EigenVector4x4() 334 C[4]= -(A[1]*e23-A[2]*e13+A[3]*e12); in db_EigenVector4x4() 335 C[5]= (a0 *e23-A[2]*e03+A[3]*e02); in db_EigenVector4x4() 336 C[6]= -(a0 *e13-A[1]*e03+A[3]*e01); in db_EigenVector4x4() 337 C[7]= (a0 *e12-A[1]*e02+A[2]*e01); in db_EigenVector4x4() 339 C[8]= (A[13]*d23-A[14]*d13+a15 *d12); in db_EigenVector4x4() [all …]
|
D | db_utilities.h | 328 inline void db_Multiply3x3_3x3(double C[9], const double A[9],const double B[9]) in db_Multiply3x3_3x3() 330 C[0]=A[0]*B[0]+A[1]*B[3]+A[2]*B[6]; in db_Multiply3x3_3x3() 331 C[1]=A[0]*B[1]+A[1]*B[4]+A[2]*B[7]; in db_Multiply3x3_3x3() 332 C[2]=A[0]*B[2]+A[1]*B[5]+A[2]*B[8]; in db_Multiply3x3_3x3() 334 C[3]=A[3]*B[0]+A[4]*B[3]+A[5]*B[6]; in db_Multiply3x3_3x3() 335 C[4]=A[3]*B[1]+A[4]*B[4]+A[5]*B[7]; in db_Multiply3x3_3x3() 336 C[5]=A[3]*B[2]+A[4]*B[5]+A[5]*B[8]; in db_Multiply3x3_3x3() 338 C[6]=A[6]*B[0]+A[7]*B[3]+A[8]*B[6]; in db_Multiply3x3_3x3() 339 C[7]=A[6]*B[1]+A[7]*B[4]+A[8]*B[7]; in db_Multiply3x3_3x3() 340 C[8]=A[6]*B[2]+A[7]*B[5]+A[8]*B[8]; in db_Multiply3x3_3x3()
|
/packages/modules/Bluetooth/system/conf/ |
D | interop_database.conf | 67 38:2C:4A:C9 = Address_Based 68 38:2C:4A:E6 = Address_Based 73 1C:96:5A = Address_Based 84 1C:48:F9 = Address_Based 86 D4:9C:28 = Address_Based 96 00:24:1C = Address_Based 101 4C:BC:42 = Address_Based 105 0C:A6:94 = Address_Based 115 00:02:3C = Address_Based 150 9C:DF:03 = Address_Based [all …]
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | mod.rs | 24 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C>; in poll_hci_command() argument 39 fn receive_hci_command<C: TryFrom<hci::Command>>(&self) -> ReceiveFuture<'_, Self, C> { in receive_hci_command() argument 67 pub struct ReceiveFuture<'a, C: ?Sized, P>(fn(&'a C) -> Poll<P>, &'a C); 69 impl<C, O> Future for ReceiveFuture<'_, C, O> 71 C: Context, 81 pub struct SendAcceptedLmpPacketFuture<'a, C: ?Sized>(&'a C, lmp::Opcode); 83 impl<C> Future for SendAcceptedLmpPacketFuture<'_, C> 85 C: Context,
|
/packages/modules/Bluetooth/system/stack/smp/ |
D | p_256_multprecision.cc | 244 uint32_t C; in multiprecision_fast_mod_P256() local 260 C = a[13]; in multiprecision_fast_mod_P256() 261 C += a[14]; in multiprecision_fast_mod_P256() 262 UC = (C < a[14]); in multiprecision_fast_mod_P256() 263 C += a[15]; in multiprecision_fast_mod_P256() 264 UC += (C < a[15]); in multiprecision_fast_mod_P256() 282 B = C; in multiprecision_fast_mod_P256() 341 U -= (c[2] < C); in multiprecision_fast_mod_P256() 343 c[2] -= C; in multiprecision_fast_mod_P256() 403 c[5] += C; in multiprecision_fast_mod_P256() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WaitingStateTest.java | 98 public TestState C = new TestState("C"); field in WaitingStateTest.ExternalTransitionStateMachine 105 addState(C); in ExternalTransitionStateMachine() 113 C.resetTestFlags(); in resetTestFlags() 131 public TestState C = new TestState("C"); field in WaitingStateTest.PseudoLocalTransitionStateMachine 144 addState(C); in PseudoLocalTransitionStateMachine() 153 C.resetTestFlags(); in resetTestFlags() 211 transitionToState(sm, sm.C); in testExternalTransitionStateMachine() 213 verifyEnterExit(sm.C, true, false); in testExternalTransitionStateMachine() 218 verifyEnterExit(sm.C, false, true); in testExternalTransitionStateMachine() 225 transitionToState(sm, sm.C); in testExternalTransitionStateMachine() [all …]
|
/packages/modules/Virtualization/libs/libvmbase/src/virtio/ |
D | pci.rs | 93 pub struct PciTransportIterator<'a, T: Hal, C: ConfigurationAccess> { 94 pci_root: &'a mut PciRoot<C>, 95 bus: BusDeviceIterator<C>, 99 impl<'a, T: Hal, C: ConfigurationAccess> PciTransportIterator<'a, T, C> { 101 pub fn new(pci_root: &'a mut PciRoot<C>) -> Self { in new() 107 impl<T: Hal, C: ConfigurationAccess> Iterator for PciTransportIterator<'_, T, C> { 124 return PciTransport::new::<T, C>(self.pci_root, device_function).ok(); in next()
|
/packages/apps/TV/common/src/com/android/tv/common/singletons/ |
D | HasSingletons.java | 24 public interface HasSingletons<C> { 27 static <C> C get(Class<C> clazz, Context context) { in get() 28 return ((HasSingletons<C>) context).singletons(); in get() 32 C singletons(); in singletons()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | QueryTask.kt | 26 class QueryTask<C : SuggestionCursor?>( 29 private val mProvider: SuggestionCursorProvider<C>?, 31 consumer: Consumer<C>? 36 private val mConsumer: Consumer<C>? 59 fun <C : SuggestionCursor?> startQuery( in startQuery() 62 provider: SuggestionCursorProvider<C>?, in startQuery() 65 consumer: Consumer<C>? in startQuery()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | SampleQueue.java | 19 import com.google.android.exoplayer2.C; 42 return C.RESULT_NOTHING_READ; in dequeueSample() 46 sample.setFlags((sampleFromQueue.isKeyFrame() ? C.BUFFER_FLAG_KEY_FRAME : 0) in dequeueSample() 47 | (sampleFromQueue.isDecodeOnly() ? C.BUFFER_FLAG_DECODE_ONLY : 0) in dequeueSample() 48 | (sampleFromQueue.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0)); in dequeueSample() 54 return C.RESULT_BUFFER_READ; in dequeueSample()
|
D | MemorySampleBuffer.java | 24 import com.google.android.exoplayer2.C; 88 int result = queue == null ? C.RESULT_NOTHING_READ : queue.dequeueSample(sampleHolder); in readSample() 89 if (result != C.RESULT_BUFFER_READ && reachedEos()) { in readSample() 90 return C.RESULT_END_OF_INPUT; in readSample() 104 sampleToQueue.setFlags((sample.isKeyFrame() ? C.BUFFER_FLAG_KEY_FRAME : 0) in writeSample() 105 | (sample.isDecodeOnly() ? C.BUFFER_FLAG_DECODE_ONLY : 0) in writeSample() 106 | (sample.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0)); in writeSample()
|
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/ |
D | SessionCompatProcessor.java | 30 C extends GeneratedMessageLite<C, ?>, E extends GeneratedMessageLite<E, ?>> { 33 private final Parser<C> mCommandParser; 35 SessionCompatProcessor(SessionEventNotifier sessionEventNotifier, Parser<C> commandParser) { in SessionCompatProcessor() 50 C privateCommand = mCommandParser.parseFrom(bytes); in handleAppPrivateCommand() 62 abstract void onCompat(C privateCommand); in onCompat()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 10 …C�,|�}$ ��M+�х����,�.�|<C�sKⷋHK�6�b��mר��;o����0(���b���XWOw�����r�z�?���(D��Ox��Z��O���U�… 13 ���ڪ��U�+Zn9�1柔�!�,�b�>�*�W��F���(�x�]^��k^C#�~���N_���a���h�7��\�3F'F�$� �qld�V��}q�X�!�… 19 …��F��6����K�4�{.�{���c��;��а^))(���#�������9���h��t'����&�d!�-?]���*�C�v�;W���[�G���_u�|V�]… 20 {�t̞�H�$]1�g���$���x9ؘ��g��]�46i�C�zT�R��o��u 24 WM��dn`� �~'�j6o~�շr��H5Nے�VWe'�Ȗ6��9����`e�Z�C�Kz�JP�7g�zE�*|�N 25 ���/�����a��c]d��J69�M��*����!OA�!a�����X�C��LGVĕi]��S*�����AT���i�N��[��UMb������X�… 28 …ĭ�cyo�J%\'/+7�,�����b��&��FKf8��~9��0�>'<u��s]��}��+�LK&�(�����C���#V:hL&=84�m���… 29 ��%^!N'\�8�~���{��f(��J�C�< :*ϸi%Xl�:��C�M�� �����y�ݭh��t���yE��@#gw���� �cr��?#�P�֬,`���/�… 30 …���o��xY/4R��_H�i����6&��Q�xQ��+V٢����DF�U_���W��6W`~3&U��}���D�. �0�C���T ��U��kC�>#�Z�@… 34 [�o�R(_V�'.��ߋ��Y�M�Gߪ��(j����B���� f�%�|��?�4��o f֘4����#C�,��NP1ip��4�2:��>vǝ�Ù@����Q�…
|
/packages/modules/Bluetooth/system/tools/irk-calculator/ |
D | README.mkdn | 43 IRK Byte Array: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 47 irk slice: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 49 K: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 53 key_reversed: [10, 0F, 0E, 0D, 0C, 0B, 0A, 09, 08, 07, 06, 05, 04, 03, 02, 01] 66 IRK Byte Array: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 70 irk slice: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 72 K: [01, 02, 03, 04, 05, 06, 07, 08, 09, 0A, 0B, 0C, 0D, 0E, 0F, 10] 76 key_reversed: [10, 0F, 0E, 0D, 0C, 0B, 0A, 09, 08, 07, 06, 05, 04, 03, 02, 01]
|
/packages/modules/Virtualization/libs/libvm_payload/ |
D | README.md | 4 API, exposed as a set of C functions, available to payload code running inside a 23 This entry point is a C function called `AVmPayload_main()`, as declared in 24 [vm_main.h](include/vm_main.h). (In C++ this must be defined as `extern "C"`.) 51 - The [standard C library](https://developer.android.com/ndk/guides/stable_apis#c_library). 61 ## C++ 63 C++ can be used, but you will need to include the C++ runtime in your APK along 72 for information on using AIDL with the NDK Binder from C++. 80 versions. But payload code built using it will depend only on the C VM Payload
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | Now.kt | 20 class Now<C>(override val now: C?) : NowOrLater<C?> { 21 override fun getLater(consumer: Consumer<in C?>?) { in getLater()
|
D | NowOrLater.kt | 23 interface NowOrLater<C> { 31 val now: C 38 fun getLater(consumer: Consumer<in C>?)
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | touch_position_correction_utils.h | 33 static const float C = 1.20f; in getSweetSpotFactor() local 39 return std::min(C, x); in getSweetSpotFactor() 56 return (B * (R2 - x) + C * (x - R1)) / (R2 - R1); in getSweetSpotFactor() 58 return C; in getSweetSpotFactor()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/ |
D | ExoPlayerSampleExtractor.java | 39 import com.google.android.exoplayer2.C; 212 com.google.android.exoplayer.C.UNKNOWN_TIME_US, in convertFormat() 224 com.google.android.exoplayer.C.UNKNOWN_TIME_US, in convertFormat() 240 com.google.android.exoplayer.C.UNKNOWN_TIME_US, in convertFormat() 247 com.google.android.exoplayer.C.UNKNOWN_TIME_US); in convertFormat() 316 new DefaultAllocator(true, C.DEFAULT_BUFFER_SEGMENT_SIZE), in handleMessage() 332 && C.RESULT_NOTHING_READ != fetchSample(i, conditionVariable)) { in handleMessage() 371 if (ret == C.RESULT_BUFFER_READ in fetchSample() 395 } else if (ret == C.RESULT_END_OF_INPUT) { in fetchSample() 420 ? com.google.android.exoplayer.C.SAMPLE_FLAG_SYNC in queueSample() [all …]
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/both_sides_debug_keys/ |
D | aggregate_and_event_reports.json | 53 // Source C: debug permission is (false/not set) and debug key is (present). 140 // Trigger C: debug permission is (false or not set) and debug key is (present). 267 …// Report (Source A + Trigger C): Trigger does not have debug key permissions -> no debug keys pre… 293 …// Report (Source C + Trigger E): Source does not have debug key permissions -> no debug keys pres… 378 …// Report (Source A + Trigger C): Trigger does not have debug key permissions -> no debug keys pre… 428 …// Report (Source C + Trigger E): Source does not have debug key permissions -> no debug keys pres…
|
D | app-app_conversion.json | 57 // Source C: Debug permission is (true) and debug key is (present). 125 // Trigger C: Debug permission is (false) and debug key is (present). 202 // Report (Source C + Trigger C) Source missing debug keys -> no debug keys present in report
|
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/exoplayer/tests/ |
D | AssetDataSource.java | 21 import com.google.android.exoplayer.C; 67 if (dataSpec.length != C.LENGTH_UNBOUNDED) { in open() 76 mBytesRemaining = C.LENGTH_UNBOUNDED; in open() 95 mBytesRemaining == C.LENGTH_UNBOUNDED in read() 103 if (bytesRead > 0 && mBytesRemaining != C.LENGTH_UNBOUNDED) { in read()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/ |
D | ExoPlayerSampleExtractor.java | 34 import com.google.android.exoplayer2.C; 272 new DefaultAllocator(true, C.DEFAULT_BUFFER_SEGMENT_SIZE), in handleMessage() 288 && C.RESULT_NOTHING_READ != fetchSample(i, conditionVariable)) { in handleMessage() 327 if (ret == C.RESULT_BUFFER_READ in fetchSample() 351 } else if (ret == C.RESULT_END_OF_INPUT) { in fetchSample() 376 (mDecoderInputBuffer.isDecodeOnly() ? C.BUFFER_FLAG_DECODE_ONLY : 0) in queueSample() 377 | (mDecoderInputBuffer.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0) in queueSample() 378 | (mDecoderInputBuffer.isKeyFrame() ? C.BUFFER_FLAG_KEY_FRAME : 0)); in queueSample() 406 (mDecoderInputBuffer.isDecodeOnly() ? C.BUFFER_FLAG_DECODE_ONLY : 0) in queueSample() 407 | (mDecoderInputBuffer.isEncrypted() ? C.BUFFER_FLAG_ENCRYPTED : 0) in queueSample() [all …]
|