/build/tools/lsd/ |
D | lsd.c | 29 source_t *source; member 129 source_t *source = (source_t *)CALLOC(1, sizeof(source_t)); in init_source() local 132 source->name = full_path; in init_source() 133 source->elf_fd = -1; in init_source() 136 source->elf_fd = open(full_path, O_RDONLY); in init_source() 137 FAILIF(source->elf_fd < 0, "open(%s): %s (%d)\n", in init_source() 142 source->elf = elf_begin(source->elf_fd, ELF_C_READ, NULL); in init_source() 143 FAILIF_LIBELF(source->elf == NULL, elf_begin); in init_source() 146 if (elf_kind(source->elf) != ELF_K_ELF) { in init_source() 155 FAILIF_LIBELF(0 == gelf_getehdr(source->elf, &source->elf_hdr), gelf_getehdr); in init_source() [all …]
|
/build/tools/apriori/ |
D | apriori.c | 59 static void print_shdr(source_t *source, Elf_Scn *scn) in print_shdr() argument 72 static void print_shdr_idx(source_t *source, Elf *elf, int idx) in print_shdr_idx() argument 74 print_shdr(source, elf_getscn(elf, idx)); in print_shdr_idx() 77 static void print_shdrs(source_t *source) { in print_shdrs() argument 80 while ((scn = elf_nextscn (source->elf, scn)) != NULL) in print_shdrs() 81 print_shdr(source, scn); in print_shdrs() 84 while ((scn = elf_nextscn (source->oldelf, scn)) != NULL) in print_shdrs() 85 print_shdr(source, scn); in print_shdrs() 91 for (i = 0; i < source->shnum; i++) { in print_shdrs() 92 scn = elf_getscn(source->elf, i); in print_shdrs() [all …]
|
D | source.c | 3 void find_section(source_t *source, Elf64_Addr address, in find_section() argument 8 range_t *range = find_range(source->sorted_sections, address); in find_section() 12 source->name); in find_section()
|
D | tweak.h | 13 int tweak_bss_if_necessary(source_t *source);
|
D | source.h | 116 extern void find_section(source_t *source, Elf64_Addr address,
|
/build/tools/apicheck/src/com/android/apicheck/ |
D | SourcePositionInfo.java | 107 public static SourcePositionInfo fromXml(String source) { in fromXml() argument 108 if (source != null) { in fromXml() 109 for (int i = 0; i < source.length(); i++) { in fromXml() 110 if (source.charAt(i) == ':') { in fromXml() 111 return new SourcePositionInfo(source.substring(0, i), in fromXml() 112 Integer.parseInt(source.substring(i+1)), 0); in fromXml()
|
D | FieldInfo.java | 36 String scope, SourcePositionInfo source, ClassInfo parent) { in FieldInfo() argument 47 mSourcePosition = source; in FieldInfo()
|
D | MethodInfo.java | 39 , String scope, SourcePositionInfo source, ClassInfo parent) { in MethodInfo() argument 53 mSourcePosition = source; in MethodInfo()
|
D | ClassInfo.java | 42 String visibility, SourcePositionInfo source, ClassInfo parent) { in ClassInfo() argument 58 mSourcePosition = source; in ClassInfo()
|
/build/libs/host/ |
D | pseudolocalize.cpp | 72 pseudolocalize_string(const string& source) in pseudolocalize_string() argument 74 const char* s = source.c_str(); in pseudolocalize_string() 76 const size_t I = source.length(); in pseudolocalize_string()
|
/build/libs/host/include/host/ |
D | pseudolocalize.h | 6 std::string pseudolocalize_string(const std::string& source);
|
/build/target/board/generic_x86/ |
D | README.txt | 21 source build/envsetup.sh 30 source build/envsetup.sh
|
/build/tools/droiddoc/templates/ |
D | sample.cs | 19 <p>The file containing the source code shown below is located in the corresponding directory in <co…
|
/build/tools/droiddoc/src/ |
D | SampleCode.java | 30 public SampleCode(String source, String dest, String title) { in SampleCode() argument 31 mSource = source; in SampleCode()
|
D | DroidDoc.java | 1037 public static String linkTarget(String source, String target) in linkTarget() argument 1039 String[] src = source.split("/"); in linkTarget()
|
/build/tools/droiddoc/templates-pdk/ |
D | customization.cs | 2 left nav (toc) that gets placed on all pages, for the open source site?> 11 elif:doc.type == "source" ?>source<?cs
|
/build/tools/droiddoc/templates/assets/ |
D | prettify.js | 13 …a.length;g<i;++g){var m=a[g];if(m.ignoreCase)d=o;else if(/[a-z]/i.test(m.source.replace(/\\u[0-9a-… 16 …h(Sb);D.push(n(A[1]))}}D.push(Tb);return D.join(P)}function v(j){var f=j.source.match(new RegExp(c… 20 …source:c.join(P),tags:g}}function $d(a){return!!a.replace(/\s(\w+)\s*=\s*(?:\"([^\"]*)\"|'([^\']*)… property 21 …push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var l=m.source,n=m.b,q=[n,S],v=0,…
|
D | jquery-resizable.min.js | 19 ….POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}…
|
/build/tools/acp/ |
D | README | 16 This only seems to happen when the source file is on an NFS/Samba
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 320 .source #source-link a, 338 .source #source-link a:hover,
|
/build/ |
D | buildspec.mk.default | 21 # "buildspec.mk" should never be checked in to source control.
|