/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | sync_buffer_unittest.cc | 25 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 40 EXPECT_EQ(0u, sync_buffer.next_index()); in TEST() 42 EXPECT_EQ(kLen / 2, sync_buffer.next_index()); in TEST() 44 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 47 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 69 EXPECT_EQ(kLen - kNewLen, sync_buffer.next_index()); in TEST() 74 sync_buffer[channel][sync_buffer.next_index() + i]); in TEST() 82 EXPECT_EQ(kLen, sync_buffer.next_index()); in TEST() 110 EXPECT_EQ(kLen - 1, sync_buffer.next_index()); in TEST() 119 EXPECT_EQ(1000, sync_buffer[channel][sync_buffer.next_index()]); in TEST()
|
D | merge.cc | 151 sync_buffer_->ReplaceAtIndex(*output, old_length, sync_buffer_->next_index()); in Process() 175 sync_buffer_->InsertZerosAtIndex(length_diff, sync_buffer_->next_index()); in GetExpandedSignal() 188 expanded_.PushBackFromIndex(*sync_buffer_, sync_buffer_->next_index()); in GetExpandedSignal()
|
D | sync_buffer.h | 83 size_t next_index() const { return next_index_; } in next_index() function
|
D | neteq_impl.cc | 405 sync_buffer_->set_next_index(sync_buffer_->next_index() - in FlushBuffers() 878 RTC_DCHECK_GE(sync_buffer_->next_index(), missing_lookahead_samples); in GetAudioInternal() 879 sync_buffer_->set_next_index(sync_buffer_->next_index() - in GetAudioInternal() 1820 if (sync_buffer_->dtmf_index() > sync_buffer_->next_index()) { in DtmfOverdub() 1823 sync_buffer_->dtmf_index() - sync_buffer_->next_index(), in DtmfOverdub() 2000 sync_buffer_->set_next_index(sync_buffer_->next_index() - in SetSampleRateAndChannels()
|
/external/proguard/src/proguard/wtk/ |
D | ProGuardObfuscator.java | 123 int next_index = classPathString.indexOf(separator, index); in classPath() local 124 if (next_index < 0) in classPath() 126 next_index = classPathString.length(); in classPath() 131 new ClassPathEntry(new File(classPathString.substring(index, next_index)), in classPath() 137 index = next_index + 1; in classPath()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | block.c | 83 int length, u64 *next_index, int srclength) in squashfs_read_data() argument 104 if (next_index) in squashfs_read_data() 105 *next_index = index + length; in squashfs_read_data() 136 if (next_index) in squashfs_read_data() 137 *next_index = index + length + 2; in squashfs_read_data()
|
D | squashfs_fs_sb.h | 45 u64 next_index; member
|
D | symlink.c | 99 block = entry->next_index; in squashfs_symlink_readpage()
|
D | cache.c | 121 block, length, &entry->next_index, in squashfs_cache_get() 355 *block = entry->next_index; in squashfs_read_metadata()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 101 int next_index = i + 1; in ParseReplacementPattern() local 102 if (next_index == length) { // No next character! in ParseReplacementPattern() 105 Char c2 = characters[next_index]; in ParseReplacementPattern() 111 ReplacementPart::ReplacementSubString(last, next_index), in ParseReplacementPattern() 113 last = next_index + 1; // Continue after the second "$". in ParseReplacementPattern() 116 last = next_index; in ParseReplacementPattern() 118 i = next_index; in ParseReplacementPattern() 125 i = next_index; in ParseReplacementPattern() 133 i = next_index; in ParseReplacementPattern() 141 i = next_index; in ParseReplacementPattern() [all …]
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
D | tokens_test.py | 37 next_index = i + 1 42 if next_index < len(neighbor_tokens): 43 neighbor_tokens[i].next = neighbor_tokens[next_index]
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator-inl.h | 36 int next_index = index + children_count_; in set_children_index() local 38 return next_index; in set_children_index()
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 378 next_index = self._index + self._data[self._index] 379 descriptor = descriptor_class(self._data[self._index:next_index]) 380 self._index = next_index
|
/external/ImageMagick/MagickCore/ |
D | compress.c | 940 next_index; in LZWEncodeImage() local 975 next_index=LZWEod+1; in LZWEncodeImage() 999 table[next_index].prefix=(ssize_t) last_code; in LZWEncodeImage() 1000 table[next_index].suffix=(short) pixels[i]; in LZWEncodeImage() 1001 table[next_index].next=table[last_code].next; in LZWEncodeImage() 1002 table[last_code].next=(ssize_t) next_index; in LZWEncodeImage() 1003 next_index++; in LZWEncodeImage() 1007 if ((next_index >> code_width) != 0) in LZWEncodeImage() 1023 next_index=LZWEod+1; in LZWEncodeImage()
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
D | base-pointers-8.ll | 14 %index = phi i32 [ 0, %entry ], [ %next_index, %loop_back ] 26 %next_index = add i32 %index, 1
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers-8.ll | 14 %index = phi i32 [ 0, %entry ], [ %next_index, %loop_back ] 26 %next_index = add i32 %index, 1
|
/external/autotest/client/site_tests/graphics_VTSwitch/ |
D | graphics_VTSwitch.py | 164 next_index = len(glob.glob( 166 filename = '%s-%d.%s' % (prefix, next_index, extension)
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 32 long long next_index; member
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs.h | 50 long long *next_index);
|
D | inode.c | 157 long long *next_index) in squashfs_read_data() argument 248 if (next_index) in squashfs_read_data() 249 *next_index = index + c_byte + (length ? 0 : in squashfs_read_data() 271 long long next_index; in squashfs_get_cached_block() local 323 block, 0, &next_index))) { in squashfs_get_cached_block() 332 msblk->block_cache[i].next_index = next_index; in squashfs_get_cached_block() 346 *next_block = msblk->block_cache[i].next_index; in squashfs_get_cached_block() 360 block = msblk->block_cache[i].next_index; in squashfs_get_cached_block()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pipe.c | 95 if ((rscreen->fences.next_index + 1) >= 1024) { in r600_create_fence() 100 index = rscreen->fences.next_index++; in r600_create_fence() 709 rscreen->fences.next_index = 0; in radeonsi_screen_create()
|
D | radeonsi_pipe.h | 56 unsigned next_index; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 78 if ((rscreen->fences.next_index + 1) >= 1024) { in r600_create_fence() 83 index = rscreen->fences.next_index++; in r600_create_fence() 982 rscreen->fences.next_index = 0; in r600_screen_create()
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 322 next_index = len(glob.glob( 325 resultsdir, '%s-%d.%s' % (fname_prefix, next_index, extension))
|