Home
last modified time | relevance | path

Searched defs:j (Results 1 – 25 of 125) sorted by relevance

12345

/system/media/audio_utils/tests/
Dchannelmix_tests.cpp136 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 …]
Dgenerate_constexpr_constructible.cpp37 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/
Dmono_blend.cpp33 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
DChannelMix.cpp86 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
DBalance.cpp93 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/
Dmsgq_benchmark_client.cpp167 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/
Dfragmentation_manager_test.cc41 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/
DmmapPerf.cpp94 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/
DTestServiceClient.java226 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
DNullableTests.java119 int j = reversed.length - (1 + i); in testReverseIBinderArray() local
133 int j = reversed.length - (1 + i); in testReverseNullableIBinderArray() local
/system/update_engine/payload_consumer/
Dverity_writer_android.cc81 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/
Delf64.h109 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/
Dbiquad_filter_benchmark.cpp475 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/
Drandomgenerator_test.cc73 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/
Dtests.rs88 let j = i; in test_async_task() localVariable
93 let j = i; in test_async_task() localVariable
/system/tools/aidl/tests/
Dtest_util.cpp74 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/
Dsimd.cpp29 for (int j = 0; j < 8192; j++) { in main() local
/system/libziparchive/
Dlibziparchive_writer_fuzzer.cpp26 for (int j = 0; j < 2; j++) { in LLVMFuzzerTestOneInput() local
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp240 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/
Dhw_filter.cc35 for (int j = 0; j < filter.len; ++j) { in Match() local
/system/extras/simpleperf/
DBranchListFile_test.cpp30 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
Dbuild_id.h49 for (size_t j = i; j < i + 2; ++j) { in BuildId() local
/system/extras/verity/fec/
Dmain.cpp45 int j; in encode_rs() local
62 int j, rv; in decode_rs() local
/system/tools/sysprop/
DCodeWriter.cpp59 for (int j = 0; j < indent_level_; ++j) { in Write() local
/system/extras/tests/pftest/
Dpftest.c50 unsigned int j; in main() local

12345