/build/tools/apriori/ |
D | hash.c | 13 Elf32_Word index; in hash_lookup() local 18 index = buckets[elf_hash(symname) % nbuckets]; in hash_lookup() 19 while (index != STN_UNDEF && in hash_lookup() 21 ((Elf32_Sym *)symtab->d_buf)[index].st_name, in hash_lookup() 23 index = chains[index]; in hash_lookup() 26 return index; in hash_lookup()
|
/build/tools/lsd/ |
D | hash.c | 14 Elf32_Word index; in hash_lookup() local 19 index = buckets[elf_hash(symname) % nbuckets]; in hash_lookup() 20 while(index != STN_UNDEF && in hash_lookup() 22 ((Elf32_Sym *)symtab->d_buf)[index].st_name, in hash_lookup() 25 index = chains[index]; in hash_lookup() 28 return index; in hash_lookup()
|
/build/tools/soslim/ |
D | common.c | 22 int index; in map_over_segments() local 30 for (index = ehdr->e_phnum; index; index--) { in map_over_segments()
|
D | symfilter.c | 118 symbol->index = SHN_UNDEF; in build_symfilter() 132 symbol->index = idx; in build_symfilter() 140 symbol->index = hash_lookup(elf, in build_symfilter() 152 if(STN_UNDEF == symbol->index) { in build_symfilter() 161 symbol->index, &sym_mem, NULL); in build_symfilter() 179 filter->symbols_to_keep[symbol->index] = true; in build_symfilter()
|
D | common.h | 22 size_t index; member 30 info->index = elf_ndxscn(sect); in get_section_info()
|
D | main.c | 271 size_t index; in print_dynamic_symbols() local 272 for (index = 0; index < symdata->d_size / elsize; index++) { in print_dynamic_symbols() 277 index, &sym_mem, NULL); in print_dynamic_symbols() 342 index, in print_dynamic_symbols()
|
D | symfilter.h | 21 Elf32_Word index; member
|
/build/tools/ |
D | compare_fileslist.py | 34 index = 0 44 data[fn][index] = sz 45 index = index + 1 49 for i in range(0,index):
|
/build/tools/droiddoc/src/ |
D | LinkReference.java | 75 int index; in parse() local 81 for (index=0; index<len; index++) { in parse() 82 char c = text.charAt(index); in parse() 107 pound = index; in parse() 113 if (index == len && pairs != 0) { in parse() 119 int linkend = index; in parse() 121 for (; index<len; index++) { in parse() 122 char c = text.charAt(index); in parse() 128 result.label = text.substring(index); in parse() 149 index = mem.indexOf('('); in parse() [all …]
|
D | DocFile.java | 39 int index = 0; in readFile() local 42 amt = reader.read(buf, index, length-index); in readFile() 48 index += amt; in readFile() 50 return new String(buf, 0, index); in readFile()
|
D | SourcePositionInfo.java | 45 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) in add() argument 52 for (int i=0; i<index; i++) { in add()
|
D | Hierarchy.java | 144 String index = "" + i; in recurse() local 145 children.setValue(index, ""); in recurse() 146 recurse(nodes, s, children.getObj(index), totalDepth, in recurse()
|
D | SinceTagger.java | 54 int index = 1; in writeVersionNames() local 56 data.setValue("since." + index + ".name", version); in writeVersionNames() 57 index++; in writeVersionNames()
|
D | MethodInfo.java | 441 int index = indexOfParam(tag.parameterName(), names); in paramTags() local 442 if (index >= 0) { in paramTags() 443 comments[index] = tag.parameterComment(); in paramTags() 444 positions[index] = tag.position(); in paramTags()
|
D | ClassInfo.java | 1127 private static void makeInheritedHDF(HDF data, int index, ClassInfo cl) in makeInheritedHDF() argument 1131 String base = "class.inherited." + index; in makeInheritedHDF() 1254 private ClassInfo searchInnerClasses(String[] nameParts, int index) in searchInnerClasses() argument 1256 String part = nameParts[index]; in searchInnerClasses() 1262 if (index == nameParts.length-1) { in searchInnerClasses() 1265 return in.searchInnerClasses(nameParts, index+1); in searchInnerClasses()
|
/build/tools/applypatch/ |
D | applypatch.c | 130 int* index = malloc(pairs * sizeof(int)); in LoadMTDContents() local 142 index[i] = i; in LoadMTDContents() 148 qsort(index, pairs, sizeof(int), compare_size_indices); in LoadMTDContents() 174 file->data = malloc(size[index[pairs-1]]); in LoadMTDContents() 182 size_t next = size[index[i]] - file->size; in LoadMTDContents() 203 if (ParseSha1(sha1sum[index[i]], parsed_sha) != 0) { in LoadMTDContents() 205 sha1sum[index[i]], filename); in LoadMTDContents() 215 size[index[i]], sha1sum[index[i]]); in LoadMTDContents() 245 free(index); in LoadMTDContents()
|
/build/tools/apicheck/src/com/android/apicheck/ |
D | SourcePositionInfo.java | 49 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) in add() argument 56 for (int i=0; i<index; i++) { in add()
|
/build/ |
D | envsetup.sh | 335 local index=1 341 echo " $index. $v" 342 index=$(($index+1)) 1001 local index=1 1004 printf "%6s %s\n" "[$index]" $line 1005 index=$(($index + 1))
|
/build/core/ |
D | armelflib.x | 135 .stab.index 0 : { *(.stab.index) }
|
D | armelf.x | 163 .stab.index 0 : { *(.stab.index) }
|
D | armelf.xsc | 165 .stab.index 0 : { *(.stab.index) }
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-docs.js | 100 var index = document.cookie.indexOf(myCookie); 101 if (index != -1) { 102 var valStart = index + myCookie.length;
|
D | android-developer-docs.css | 155 #index-links .selected { 162 #index-links { 872 z-index:1; 935 z-index:0; 1191 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
|
/build/tools/releasetools/ |
D | edify_generator.py | 43 indent = cmd.index("(")+1
|
/build/tools/droiddoc/templates-sdk/ |
D | sdkpage.cs | 30 else ?><?cs var:sdk.current ?>/index.html<?cs /if ?>
|