/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/chromium-trace/trace-viewer/tracing/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/ |
D | heap-snapshot-generator-inl.h | 31 int next_index = index + children_count_; in set_children_index() local 33 return next_index; in set_children_index()
|
D | objects-debug.cc | 386 Address code_entry = get_code_ptr_entry(code_iter.next_index()); in ConstantPoolArrayVerify() 391 VerifyObjectField(OffsetOfElementAt(heap_iter.next_index())); in ConstantPoolArrayVerify()
|
D | runtime.cc | 3495 int next_index = i + 1; in ParseReplacementPattern() local 3496 if (next_index == length) { // No next character! in ParseReplacementPattern() 3499 Char c2 = characters[next_index]; in ParseReplacementPattern() 3504 parts->Add(ReplacementPart::ReplacementSubString(last, next_index), in ParseReplacementPattern() 3506 last = next_index + 1; // Continue after the second "$". in ParseReplacementPattern() 3509 last = next_index; in ParseReplacementPattern() 3511 i = next_index; in ParseReplacementPattern() 3518 i = next_index; in ParseReplacementPattern() 3526 i = next_index; in ParseReplacementPattern() 3534 i = next_index; in ParseReplacementPattern() [all …]
|
/external/libvncserver/x11vnc/ |
D | xrecord.c | 98 static int lookup_attr_cache(Window win, int *cache_index, int *next_index); 466 static int lookup_attr_cache(Window win, int *cache_index, int *next_index) { in lookup_attr_cache() argument 472 *next_index = -1; in lookup_attr_cache() 494 if (*next_index == -1 && cwin == None) { in lookup_attr_cache() 495 *next_index = i; in lookup_attr_cache() 497 if (*next_index == -1) { in lookup_attr_cache() 518 if (*next_index == -1) { in lookup_attr_cache() 519 *next_index = old_index; in lookup_attr_cache() 543 int cache_index, next_index, valid; in record_CA() local 665 if (lookup_attr_cache(src, &cache_index, &next_index)) { in record_CA() [all …]
|
D | userinput.c | 2274 int i, index = -1, next_index = -1; in scrollability() local 2304 next_index = i; in scrollability() 2311 if (next_index >= 0 && scroll_results[i].win == None) { in scrollability() 2324 scroll_results[next_index].win = win; in scrollability() 2325 scroll_results[next_index].time = dnow(); in scrollability() 2326 scroll_results[next_index].result = set; in scrollability()
|
/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/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()
|
D | r600_pipe.h | 149 unsigned next_index; member
|
/external/v8/test/cctest/ |
D | test-constantpool.cc | 183 CHECK_EQ(expected_indexes[i++], iter.next_index()); in CheckIterator()
|
/external/v8/src/heap/ |
D | objects-visiting-inl.h | 482 array->RawFieldOfElementAt(code_iter.next_index())); in VisitConstantPoolArray() 488 Object** slot = array->RawFieldOfElementAt(heap_iter.next_index()); in VisitConstantPoolArray()
|
D | mark-compact.cc | 2926 dst_addr + array->OffsetOfElementAt(code_iter.next_index()); in MigrateObject() 2938 dst_addr + array->OffsetOfElementAt(heap_iter.next_index()); in MigrateObject()
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 571 next_index = i + 1 572 if next_index < end and parts[next_index].name == '::':
|
/external/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 224 %index = phi i32 [ 0, %entry ], [ %next_index, %loop ] 230 %next_index = add i32 %index, -1 231 %continue = icmp ne i32 %next_index, %count
|