/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | MetricsUtilsTest.java | 158 SparseIntArray hist = new SparseIntArray(); in testLinearHistBucketing() local 160 bucketValueAndVerify("HIST_LINEAR: x=", -5, hist, HIST_LINEAR, 0, 1); in testLinearHistBucketing() 161 bucketValueAndVerify("HIST_LINEAR: x=", 0, hist, HIST_LINEAR, 0, 2); in testLinearHistBucketing() 162 bucketValueAndVerify("HIST_LINEAR: x=", 1, hist, HIST_LINEAR, 0, 3); in testLinearHistBucketing() 163 bucketValueAndVerify("HIST_LINEAR: x=", 9, hist, HIST_LINEAR, 0, 4); in testLinearHistBucketing() 164 bucketValueAndVerify("HIST_LINEAR: x=", 10, hist, HIST_LINEAR, 1, 1); in testLinearHistBucketing() 165 bucketValueAndVerify("HIST_LINEAR: x=", 20, hist, HIST_LINEAR, 1, 2); in testLinearHistBucketing() 166 bucketValueAndVerify("HIST_LINEAR: x=", 30, hist, HIST_LINEAR, 2, 1); in testLinearHistBucketing() 167 bucketValueAndVerify("HIST_LINEAR: x=", 40, hist, HIST_LINEAR, 2, 2); in testLinearHistBucketing() 168 bucketValueAndVerify("HIST_LINEAR: x=", 50, hist, HIST_LINEAR, 2, 3); in testLinearHistBucketing() [all …]
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sco_hci.cc | 227 int16_t hist[BTM_PLC_HL + BTM_MSBC_FS + BTM_PLC_SBCRL + member 265 int pattern_match(int16_t* hist) { in pattern_match() 270 cn = cross_correlation(&hist[BTM_PLC_HL - BTM_PLC_TL], &hist[i]); in pattern_match() 310 int16_t* frame_head = &hist[BTM_PLC_HL]; in handle_bad_frames() 326 best_lag = pattern_match(hist) + BTM_PLC_TL; in handle_bad_frames() 327 best_match_hist = &hist[best_lag]; in handle_bad_frames() 329 amplitude_match(&hist[BTM_PLC_HL - BTM_MSBC_FS], best_match_hist); in handle_bad_frames() 334 hist[BTM_PLC_HL + i] = f_to_s16(scaler * best_match_hist[i]); in handle_bad_frames() 344 memmove(frame_head, &hist[best_lag], in handle_bad_frames() 372 memmove(hist, &hist[BTM_MSBC_FS], in handle_bad_frames() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 3476 private void verifyHist(WifiMetricsProto.NumConnectableNetworksBucket[] hist, int size, in verifyHist() argument 3478 assertEquals(size, hist.length); in verifyHist() 3480 assertEquals(keys[i], hist[i].numConnectableNetworks); in verifyHist() 3481 assertEquals(counts[i], hist[i].count); in verifyHist()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pt_PT_wordlist.combined.gz |
|
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | cs_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz |
|