Home
last modified time | relevance | path

Searched defs:C (Results 1 – 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dtouch_position_correction_utils.h33 static const float C = 1.20f; in getSweetSpotFactor() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWaitingStateTest.java98 public TestState C = new TestState("C"); field in WaitingStateTest.ExternalTransitionStateMachine
131 public TestState C = new TestState("C"); field in WaitingStateTest.PseudoLocalTransitionStateMachine
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs24 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C>; in poll_hci_command()
39 fn receive_hci_command<C: TryFrom<hci::Command>>(&self) -> ReceiveFuture<'_, Self, C> { in receive_hci_command() argument
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/
DAccountTypeTest.java95 final AccountTypeForDisplayLabelTest C = new AccountTypeForDisplayLabelTest("c"); in testDisplayLabelComparator() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs59 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command()
303 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command()
/packages/modules/Bluetooth/system/stack/smp/
Dp_256_multprecision.cc244 uint32_t C; in multiprecision_fast_mod_P256() local
479 uint32_t C[KEY_LENGTH_DWORDS_P256 + 1]; in multiprecision_inv_mod() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dcontext.rs67 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command()
/packages/services/Car/service/src/com/android/car/util/
DBrightnessUtils.java38 private static final float C = 0.55991073f; field in BrightnessUtils
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.h60 inline void db_MultiplyMatricesAB(double **C,const double * const *A,const double * const *B,int ar… in db_MultiplyMatricesAB()
Ddb_utilities_poly.h302 double C[16],n0,n1,n2,n3,m; in db_EigenVector4x4() local