Searched refs:acc (Results 1 – 7 of 7) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_indexing.h | 50 double acc; in db_MultiplyMatrixVectorAtb() local 54 acc=0; in db_MultiplyMatrixVectorAtb() 55 for(j=0;j<acols;j++) acc+=At[j][i]*b[j]; in db_MultiplyMatrixVectorAtb() 56 c[i]=acc; in db_MultiplyMatrixVectorAtb() 63 double acc; in db_MultiplyMatricesAB() local 67 acc=0; in db_MultiplyMatricesAB() 68 for(k=0;k<acols;k++) acc+=A[i][k]*B[k][j]; in db_MultiplyMatricesAB() 69 C[i][j]=acc; in db_MultiplyMatricesAB() 76 double acc; in db_UpperMultiplyMatricesAtB() local 80 acc=0; in db_UpperMultiplyMatricesAtB() [all …]
|
D | db_rob_image_homography.cpp | 39 double back,acc,*x_i_temp,*xp_i_temp; in db_RobImageHomography_Cost() local 50 acc=db_ExpCauchyInhomogenousHomographyError(xp_i_temp,H,x_i_temp,one_over_scale2); in db_RobImageHomography_Cost() 51 acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+2,H,x_i_temp+2,one_over_scale2); in db_RobImageHomography_Cost() 52 acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+4,H,x_i_temp+4,one_over_scale2); in db_RobImageHomography_Cost() 53 acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+6,H,x_i_temp+6,one_over_scale2); in db_RobImageHomography_Cost() 54 acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+8,H,x_i_temp+8,one_over_scale2); in db_RobImageHomography_Cost() 55 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+10,H,x_i_temp+10,one_over_scale2); in db_RobImageHomography_Cost() 56 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+12,H,x_i_temp+12,one_over_scale2); in db_RobImageHomography_Cost() 57 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+14,H,x_i_temp+14,one_over_scale2); in db_RobImageHomography_Cost() 58 … acc*=db_ExpCauchyInhomogenousHomographyError(xp_i_temp+16,H,x_i_temp+16,one_over_scale2); in db_RobImageHomography_Cost() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapPCEClient.java | 412 for (Account acc : accounts) { in removeUncleanAccounts() 413 Log.w(TAG, "Deleting " + acc); in removeUncleanAccounts() 415 removeAccount(acc); in removeUncleanAccounts() 429 private boolean removeAccount(Account acc) { in removeAccount() argument 430 if (mAccountManager.removeAccountExplicitly(acc)) { in removeAccount() 432 Log.d(TAG, "Removed account " + acc); in removeAccount()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapAppObserver.java | 322 for (BluetoothMapAccountItem acc: accountList) { in getEnabledAccountItems() 323 if (acc.mIsChecked) { in getEnabledAccountItems() 324 list.add(acc); in getEnabledAccountItems()
|
D | BluetoothMapAccountLoader.java | 108 for (BluetoothMapAccountItem acc: accounts) in parsePackages() 110 if(!acc.mIsChecked) in parsePackages()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | BluetoothMapContentTest.java | 119 for(BluetoothMapAccountItem acc: accountList){ in getEnabledAccount() 120 mAccount = acc; in getEnabledAccount() 121 account = acc.getId(); in getEnabledAccount()
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 44620 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 44797 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 44843 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 44924 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 44995 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 45036 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 45089 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 45145 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 45186 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) 45232 native: #00 pc 00043acc /system/lib/libc.so (__epoll_pwait+20) [all …]
|