/aosp_15_r20/external/webrtc/common_audio/signal_processing/ |
H A D | signal_processing_unittest.cc | 191 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 195 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 199 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 203 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 206 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 211 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 219 for (size_t kk = 0; kk < 2; ++kk) { in TEST() local 223 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 228 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local 232 for (size_t kk = 0; kk < kVectorSize; ++kk) { in TEST() local [all …]
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | spmm-microkernel-tester.h | 176 for (size_t kk = 0; kk < k(); kk++) { in Test() local 199 for (size_t kk = 0; kk < k(); kk++) { in Test() local 229 for (size_t kk = 0; kk < k(); kk++) { in Test() local 237 for (size_t kk = 0; kk < k(); kk++) { in Test() local 341 for (size_t kk = 0; kk < k(); kk++) { in Test() local 364 for (size_t kk = 0; kk < k(); kk++) { in Test() local 394 for (size_t kk = 0; kk < k(); kk++) { in Test() local 403 for (size_t kk = 0; kk < k(); kk++) { in Test() local
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | sad_halfpel.cpp | 68 UChar *kk, *p1, *p2; in HalfPel1_SAD_MB() local 100 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_MB() local 142 UChar *kk, *p1, *p2; in HalfPel1_SAD_Blk() local 174 UChar *kk, *p1, *p2, *p3, *p4; in HalfPel2_SAD_Blk() local 225 UChar *kk, *p1, *p2, *p3, *p4; in SAD_MB_HalfPel_Cxhyh() local 266 UChar *kk, *p1, *p2; in SAD_MB_HalfPel_Cyh() local 302 UChar *kk, *p1; in SAD_MB_HalfPel_Cxh() local 784 UChar *kk, *p1, *p2, *p3, *p4; in SAD_Blk_HalfPel_C() local
|
/aosp_15_r20/external/fec/ |
H A D | rstest.c | 54 int nn,kk; in main() local 73 int derrors,kk; in exercise_8() local 145 int derrors,kk; in exercise_char() local 226 int derrors,kk; in exercise_int() local
|
/aosp_15_r20/art/test/2020-InvokeVirtual-Inlining/src/ |
H A D | Test.java | 24 public float simplemethodRem(float jj, float kk) { in simplemethodRem() 30 public int simplemethodInt(int jj, int kk) { in simplemethodInt() 35 public long simplemethodXor(long jj, long kk) { in simplemethodXor()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowData.java | 73 private static byte[] decryptBlobCurrentVersion(SecretKey kk, RebootEscrowKey ks, in decryptBlobCurrentVersion() 86 static RebootEscrowData fromEncryptedData(RebootEscrowKey ks, byte[] blob, SecretKey kk) in fromEncryptedData() 110 byte[] syntheticPassword, SecretKey kk) in fromSyntheticPassword()
|
H A D | RebootEscrowManager.java | 638 SecretKey kk = mKeyStoreManager.getKeyStoreEncryptionKey(); in loadRebootEscrowDataWithRetry() local 781 private RebootEscrowKey getAndClearRebootEscrowKey(SecretKey kk, Handler retryHandler) in getAndClearRebootEscrowKey() 809 SecretKey kk) { in restoreRebootEscrowForUser() 848 SecretKey kk = mKeyStoreManager.generateKeyStoreEncryptionKeyIfNeeded(); in callToRebootEscrowIfNeeded() local 950 SecretKey kk = mKeyStoreManager.getKeyStoreEncryptionKey(); in armRebootEscrowIfNeeded() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 73 int kk; in inv_register_load_store() local 111 int kk; in inv_find_entry() local 179 int kk; in inv_save_mpl_states() local
|
H A D | start_manager.c | 51 int kk; in inv_unregister_mpl_start_notification() local 90 int kk; in inv_execute_mpl_start_notification() local
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | storage_manager.c | 73 int kk; in inv_register_load_store() local 111 int kk; in inv_find_entry() local 179 int kk; in inv_save_mpl_states() local
|
H A D | start_manager.c | 51 int kk; in inv_unregister_mpl_start_notification() local 90 int kk; in inv_execute_mpl_start_notification() local
|
H A D | data_builder.c | 1050 int kk, nn; in inv_register_data_cb() local 1105 int kk, nn; in inv_unregister_data_cb() local 1131 int kk; in inv_execute_on_data() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ryu/src/pretty/ |
D | mod.rs | 74 let kk = length + k; // 10^(kk-1) <= v < 10^kk in format64() localVariable 180 let kk = length + k; // 10^(kk-1) <= v < 10^kk in format32() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/ryu-1.0.17/src/pretty/ |
H A D | mod.rs | 74 let kk = length + k; // 10^(kk-1) <= v < 10^kk in format64() localVariable 180 let kk = length + k; // 10^(kk-1) <= v < 10^kk in format32() localVariable
|
/aosp_15_r20/art/test/2021-InvokeStatic-Inlining/src/ |
H A D | Main.java | 45 public static long simpleMethod(long jj, long kk) { in simpleMethod() 49 public static int simpleMethod1(int jj, int kk) { in simpleMethod1()
|
/aosp_15_r20/external/llvm-libc/src/math/generic/ |
H A D | cos.cpp | 87 auto get_idx_dd = [](unsigned kk) -> DoubleDouble { in __anon30977e8a0102() 138 auto get_sin_k = [](unsigned kk) -> Float128 { in __anon30977e8a0202()
|
H A D | sin.cpp | 98 auto get_idx_dd = [](unsigned kk) -> DoubleDouble { in __anonf1e1dc4f0102() 149 auto get_sin_k = [](unsigned kk) -> Float128 { in __anonf1e1dc4f0202()
|
H A D | sincos.cpp | 108 auto get_idx_dd = [](unsigned kk) -> DoubleDouble { in __anon36eff5f40102() 178 auto get_sin_k = [](unsigned kk) -> Float128 { in __anon36eff5f40202()
|
H A D | tan.cpp | 184 auto get_idx_dd = [](unsigned kk) -> DoubleDouble { in __anon2c32d4080202() 258 auto get_sin_k = [](unsigned kk) -> Float128 { in __anon2c32d4080302()
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | hello.kt | 78 val kk in fooITF() constant in test.Bar
|
/aosp_15_r20/external/bzip2/ |
H A D | decompress.c | 366 Int32 ii, jj, kk; in BZ2_decompress() local 431 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | bzcat.c | 166 int hh, ii, jj, kk, symCount, *base, *limit; in read_block_header() local 324 int ii, jj, kk, runPos, dbufCount, symCount, selector, nextSym, in read_huffman_data() local 465 int kk = jj + byteCount[ii]; in burrows_wheeler_prep() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | UpSampleKernelAVXAntialias.h | 183 const int16_t* kk = (int16_t*)(horiz_indices_weights[3].const_data_ptr<double>()); in ImagingResampleHorizontal() local 258 const int16_t* kk = (int16_t*)(vert_indices_weights[3].const_data_ptr<double>()); in ImagingResampleVertical() local 446 const int16_t* kk, in ImagingResampleHorizontalConvolution8u4x() 746 const int16_t* kk, in ImagingResampleHorizontalConvolution8u()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/ |
H A D | SparseMatMul.cpp | 74 for (int64_t kk = Bp[j]; kk < Bp[j + 1]; kk++) { in _csr_matmult_maxnnz() local 149 for (const auto kk : c10::irange(kk_start, kk_end)) { in _csr_matmult() local
|
/aosp_15_r20/external/cronet/third_party/icu/filters/ |
H A D | android.json | 195 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 285 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 488 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null 578 // "af", "az", "eu", "gl", "hy", "is", "ka", "kk", "km", "ky", "lo", "mk", "mn", null
|