/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/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/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 | 81 int index; in parse() local 87 for (index=0; index<len; index++) { in parse() 88 char c = text.charAt(index); in parse() 113 pound = index; in parse() 119 if (index == len && pairs != 0) { in parse() 125 int linkend = index; in parse() 127 for (; index<len; index++) { in parse() 128 char c = text.charAt(index); in parse() 134 result.label = text.substring(index); in parse() 155 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 | 59 int index = 1; in writeVersionNames() local 61 data.setValue("since." + index + ".name", version); in writeVersionNames() 62 index++; in writeVersionNames()
|
D | MethodInfo.java | 450 int index = indexOfParam(tag.parameterName(), names); in paramTags() local 451 if (index >= 0) { in paramTags() 452 comments[index] = tag.parameterComment(); in paramTags() 453 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/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 | 354 local index=1 360 echo " $index. $v" 361 index=$(($index+1)) 1051 local index=1 1054 printf "%6s %s\n" "[$index]" $line 1055 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-pdk/assets/ |
D | android-developer-docs.js | 87 var index = document.cookie.indexOf(myCookie); 88 if (index != -1) { 89 var valStart = index + myCookie.length;
|
/build/tools/droiddoc/templates/assets/ |
D | android-developer-docs.js | 106 var index = document.cookie.indexOf(myCookie); 107 if (index != -1) { 108 var valStart = index + myCookie.length;
|
D | android-developer-docs.css | 159 #index-links .selected { 166 #index-links { 918 z-index:1; 969 z-index:0; 1290 .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
|
D | android-developer-core.css | 209 z-index:100; 497 z-index:101; 801 z-index:1;
|
/build/tools/releasetools/ |
D | edify_generator.py | 44 indent = cmd.index("(")+1
|