| /system/media/audio_utils/tests/ |
| D | channelmix_tests.cpp | 136 for (size_t j = 0; j < channels; ++j) { in channelStatistics() local 198 for (unsigned j = 0; j < frames; ++j) { in testBalance() local 207 for (unsigned j = 0; j < frames; ++j) { in testBalance() local 219 for (unsigned j = 0; j < frames; ++j) { in testBalance() local 228 for (unsigned j = 0; j < frames; ++j) { in testBalance() local 237 for (size_t j = 0; j < outChannels; ++j) { in testBalance() local 245 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local 252 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local 278 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local 288 for (unsigned j = 0; j < outChannels; ++j) { in testBalance() local [all …]
|
| D | generate_constexpr_constructible.cpp | 37 for (size_t j = 0; j < i; ) { in main() local 53 for (size_t j = 0; j < i; ) { in main() local 67 for (size_t j = 0; j < i; ++j) { in main() local
|
| /system/media/audio_utils/ |
| D | mono_blend.cpp | 33 for (size_t j = 0; j < channelCount; ++j) { in mono_blend() local 37 for (size_t j = 0; j < channelCount; ++j) { in mono_blend() local 48 for (size_t j = 0; j < channelCount; ++j) { in mono_blend() local 56 for (size_t j = 0; j < channelCount; ++j) { in mono_blend() local
|
| D | ChannelMix.cpp | 86 for (size_t j = 0; j < s.OUTPUT_CHANNEL_COUNT; ++j) { in sparseChannelMatrixMultiply() local 92 for (size_t j = 0; j < s.OUTPUT_CHANNEL_COUNT; ++j) { in sparseChannelMatrixMultiply() local 97 for (size_t j = 0; j < s.OUTPUT_CHANNEL_COUNT; ++j) { in sparseChannelMatrixMultiply() local
|
| D | Balance.cpp | 93 for (size_t j = 0; j < mChannelCount; ++j) { in process() local 100 for (size_t j = 0; j < mChannelCount; ++j) { // better precision: delta * i in process() local 114 for (size_t j = 0; j < mChannelCount; ++j) { in process() local
|
| /system/libfmq/benchmarks/ |
| D | msgq_benchmark_client.cpp | 167 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 202 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 234 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 266 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 295 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 329 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 362 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local 397 for (uint32_t j = 0; j < numLoops; j++) { in TEST_F() local
|
| /system/chre/util/tests/ |
| D | fragmentation_manager_test.cc | 41 for (size_t j = 0; j < fragmentSize; j++) { in TEST() local 67 for (size_t j = 0; j < fragmentSize; j++) { in TEST() local 115 for (size_t j = 0; j < fragmentSize; j++) { in TEST() local 167 for (size_t j = 0; j < fragmentSize; j++) { in TEST() local
|
| /system/extras/mmap-perf/ |
| D | mmapPerf.cpp | 94 void benchLinearRead(unsigned int j) { in benchLinearRead() 98 void benchLinearWrite(unsigned int j) { in benchLinearWrite() 136 unsigned int j = 0; in benchLinearRead() local 147 unsigned int j = 0; in benchLinearWrite() local
|
| /system/tools/aidl/tests/java/src/android/aidl/tests/ |
| D | TestServiceClient.java | 226 int j = reversed.length - (1 + i); in testBooleanArrayReversal() local 239 int j = reversed.length - (1 + i); in testByteArrayReversal() local 252 int j = reversed.length - (1 + i); in testCharArrayReversal() local 265 int j = reversed.length - (1 + i); in testIntArrayReversal() local 278 int j = reversed.length - (1 + i); in testLongArrayReversal() local 291 int j = reversed.length - (1 + i); in testFloatArrayReversal() local 304 int j = reversed.length - (1 + i); in testDoubleArrayReversal() local 317 int j = reversed.length - (1 + i); in testStringArrayReversal() local 649 int j = reversed.length - (1 + i); in testReverseUtf8StringArray() local 672 int j = reversed.length - (1 + i); in testReverseNullableUtf8StringArray() local
|
| D | NullableTests.java | 119 int j = reversed.length - (1 + i); in testReverseIBinderArray() local 133 int j = reversed.length - (1 + i); in testReverseNullableIBinderArray() local
|
| /system/update_engine/payload_consumer/ |
| D | verity_writer_android.cc | 81 for (uint64_t j = 0; j < rs_n_; j++) { in Compute() local 102 for (uint64_t j = 0; j < block_size_; j++) { in Compute() local 359 for (size_t j = 0; j < rs_n; j++) { in EncodeFEC() local 379 for (size_t j = 0; j < block_size; j++) { in EncodeFEC() local
|
| /system/memory/libmeminfo/libelf64/include/libelf64/ |
| D | elf64.h | 109 for (int j = 0; j < numEntries; j++) { in AppendDynamicEntries() local 129 for (int j = 0; j < dynEntries->size() && j < numEntries; j++) { in SetDynamicEntries() local
|
| /system/media/audio_utils/benchmarks/ |
| D | biquad_filter_benchmark.cpp | 475 int j = (1 << android::audio_utils::kBiquadNumCoefs) - 1; // Full in BiquadFilterQuickArgs() local 486 for (int j = 1; j < (1 << android::audio_utils::kBiquadNumCoefs); ++j) { // Occupancy in BiquadFilterFullArgs() local 498 int j = (1 << android::audio_utils::kBiquadNumCoefs) - 1; // Full in BiquadFilterDoubleArgs() local
|
| /system/chre/apps/wifi_offload/test/ |
| D | randomgenerator_test.cc | 73 for (size_t j = 0; j < repeats_to_fill_8_bytes; j++) { in GeneratesDifferentNumbersIn8Bytes() local 82 for (size_t j = i + 1; j < num_values; j++) { in GeneratesDifferentNumbersIn8Bytes() local
|
| /system/security/keystore2/src/async_task/ |
| D | tests.rs | 88 let j = i; in test_async_task() localVariable 93 let j = i; in test_async_task() localVariable
|
| /system/tools/aidl/tests/ |
| D | test_util.cpp | 74 for (size_t j = 0; j < b_lines.size() + 1; ++j) { in PrintDiff() local 115 size_t j = b_lines.size(); in PrintDiff() local
|
| /system/extras/cpu_loads/ |
| D | simd.cpp | 29 for (int j = 0; j < 8192; j++) { in main() local
|
| /system/libziparchive/ |
| D | libziparchive_writer_fuzzer.cpp | 26 for (int j = 0; j < 2; j++) { in LLVMFuzzerTestOneInput() local
|
| /system/extras/simpleperf/simpleperf_app_runner/ |
| D | simpleperf_app_runner.cpp | 240 ScopedMinijail j(minijail_new()); in main() local 266 for (int i = 4, j = simpleperf_arg_start; j < argc;) { in main() local
|
| /system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
| D | hw_filter.cc | 35 for (int j = 0; j < filter.len; ++j) { in Match() local
|
| /system/extras/simpleperf/ |
| D | BranchListFile_test.cpp | 30 for (size_t j = 0; j <= i; j++) { in TEST() local 96 for (size_t j = 0; j < sample1.branches.size(); j++) { in IsLBRDataEqual() local
|
| D | build_id.h | 49 for (size_t j = i; j < i + 2; ++j) { in BuildId() local
|
| /system/extras/verity/fec/ |
| D | main.cpp | 45 int j; in encode_rs() local 62 int j, rv; in decode_rs() local
|
| /system/tools/sysprop/ |
| D | CodeWriter.cpp | 59 for (int j = 0; j < indent_level_; ++j) { in Write() local
|
| /system/extras/tests/pftest/ |
| D | pftest.c | 50 unsigned int j; in main() local
|