/build/make/tools/droiddoc/templates-pdk/ |
D | docpage.cs | 12 <?cs if:parent.link ?> 26 <?cs if:next.link ?> 47 <?cs /if ?><?cs # end if next.link ?> 49 <?cs if:previous.link ?> 58 <?cs /if ?><?cs # end if previous.link ?> 68 <?cs if:!startpage && (previous.link || next.link) ?> 70 <?cs if:next.link ?> 80 <?cs if:previous.link ?> 93 <?cs if:parent.link ?>
|
D | head_tag.cs | 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> 12 <link href="<?cs var:toroot ?>assets/android-developer-docs-devguide.css" rel="stylesheet" type="te… 14 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" /…
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | search_autocomplete.js | 24 var link = row.cells[0].childNodes[0]; 25 link.innerHTML = match.__hilabel || match.label; 26 link.href = toroot + match.link 52 var link = document.createElement("a"); 62 c1.appendChild(link); 113 window.location = toroot + gMatches[gSelectedIndex].link;
|
D | android-developer-docs.js | 269 var link = $("#devdoc-nav a[href$='"+ pathPageName+"']"); 272 if ((link.length == 0) && ((fullPageName.indexOf("/guide/") != -1) || 275 while (link.length == 0) { 277 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 285 link.parent().addClass('selected'); 288 if (link.parent().parent().hasClass('toggle-list')) { 289 toggle(link.parent().parent(), false); // open our own list 291 if (link.parent().parent().parent().is(':hidden')) { 292 toggle(link.parent().parent().parent().parent(), false); // open the super parent list 296 else if (link.parent().parent().is(':hidden')) { [all …]
|
D | android-developer-core.css | 277 .home #home-link a, 278 .guide #guide-link a, 279 .reference #reference-link a, 280 .sdk #sdk-link a, 281 .resources #resources-link a, 282 .videos #videos-link a { 291 .home #home-link a:hover, 292 .guide #guide-link a:hover, 293 .reference #reference-link a:hover, 294 .sdk #sdk-link a:hover, [all …]
|
D | android-developer-reference.js | 117 function new_node(me, mom, text, link, children_data, api_level) argument 167 if (link) { 168 a.href = me.toroot + link;
|
/build/make/tools/droiddoc/templates-ndk/ |
D | head_tag.cs | 26 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> 33 <link rel="stylesheet" 37 <link rel="stylesheet" href="<?cs 41 <link href="<?cs var:toroot ?>assets/css/default.css?v=5" rel="stylesheet" type="text/css">
|
D | designpage.cs | 9 <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"> 10 …<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,ita… 11 <link rel="stylesheet" href="<?cs var:toroot ?>assets/yui-3.3.0-reset-min.css"> 12 <link rel="stylesheet" href="<?cs var:toroot ?>assets/design/default.css">
|
D | sdkpage.cs | 186 function onDownload(link) { in onDownload() argument 188 $("#downloadForRealz").html("Download " + $(link).text()); in onDownload() 189 $("#downloadForRealz").attr('href',$(link).attr('href')); in onDownload() 206 function onDownloadNdkForRealz(link) { in onDownloadNdkForRealz() argument 434 function onDownload(link, button, bundle) { in onDownload() argument 438 $("#downloadForRealz").html($(link).text()); in onDownload() 440 $("#downloadForRealz").html("Download " + $(link).text()); in onDownload() 444 $("a#downloadForRealz").attr("name", $(link).attr('href')); in onDownload() 475 function onDownloadForRealz(link) { in onDownloadForRealz() argument
|
/build/make/tools/warn/ |
D | warn_common.py | 121 def classify_one_warning(warning, link, results, project_patterns, argument 128 results.append([warning, link, i, p]) 213 link = '%s%s%s?l=%d' % (link_base, link_add, link_path, line_number) 214 return link 480 for warning, link in warning_data.items(): 481 warning_groups[i].append((warning, link)) 498 for warning, link in warning_data.items(): 499 classify_one_warning(warning, link, group_results, 510 for line, link, pattern_idx, project_idx in result: 516 warning_links.append(link)
|
D | warn.py | 40 for line, link in args['group']: 41 common.classify_one_warning(line, link, results, args['project_patterns'],
|
/build/soong/cmd/path_interposer/ |
D | main.go | 40 link, err := os.Readlink(interposer) 45 if filepath.IsAbs(link) { 46 interposer = link 48 interposer = filepath.Join(filepath.Dir(interposer), link)
|
/build/soong/apex/ |
D | vndk.go | 117 link := filepath.Join(dir, linkName) 118 symlinks = append(symlinks, "mkdir -p "+dir+" && rm -rf "+link+" && ln -sf "+target+" "+link)
|
/build/soong/finder/fs/ |
D | fs.go | 270 link, isLink := parentNode.symlinks[leaf] 281 if link.readErr != nil { 285 Err: link.readErr, 289 target := m.followLink(link, parentPath) 295 func (m *MockFs) followLink(link *mockLink, parentPath string) (result string) { 296 return filepath.Clean(filepath.Join(parentPath, link.target)) 333 link, isLink := parentDir.symlinks[name] 335 return &link.mockInode, nil 481 link, linkExists := dir.symlinks[baseName] 483 return m.linkToFileInfo(link, path), nil [all …]
|
/build/make/core/ |
D | main.mk | 983 define link-type-prefix 986 define link-type-common 989 define link-type-2ndarchprefix 992 define link-type-class 995 define link-type-name 998 define link-type-os 999 $(strip $(eval _p := $(link-type-prefix))\ 1004 define link-type-arch 1005 $($(link-type-prefix)_$(link-type-2ndarchprefix)ARCH) 1007 define link-type-name-variant [all …]
|
D | config_sanitizers.mk | 241 my_sanitize += fuzzer-no-link 291 ifneq ($(filter fuzzer-no-link,$(my_sanitize)),) 294 my_ldflags += -fsanitize=fuzzer-no-link 390 ifeq ($(filter address hwaddress fuzzer-no-link,$(my_sanitize)),)
|
/build/soong/cc/ |
D | vendor_public_library.go | 123 func (stub *vendorPublicLibraryStubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, func 130 return stub.libraryDecorator.link(ctx, flags, deps, objs)
|
D | kernel_headers.go | 25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object… func
|
D | ndk_prebuilt.go | 85 func (c *ndkPrebuiltObjectLinker) link(ctx ModuleContext, flags Flags, func 162 func (ndk *ndkPrebuiltStlLinker) link(ctx ModuleContext, flags Flags, func
|
D | prebuilt.go | 96 func (p *prebuiltLibraryLinker) link(ctx ModuleContext, func 297 func (p *prebuiltObjectLinker) link(ctx ModuleContext, func 335 func (p *prebuiltBinaryLinker) link(ctx ModuleContext, func
|
D | llndk_library.go | 135 func (stub *llndkStubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, func 170 return stub.libraryDecorator.link(ctx, flags, deps, objs)
|
D | toolchain_library.go | 79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext, func
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 279 .home #home-link a, 280 .guide #guide-link a, 281 .reference #reference-link a, 282 .sdk #sdk-link a, 283 .resources #resources-link a, 284 .videos #videos-link a { 293 .home #home-link a:hover, 294 .guide #guide-link a:hover, 295 .reference #reference-link a:hover, 296 .sdk #sdk-link a:hover, [all …]
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 321 .paging-links .prev-page-link { 324 .paging-links .prev-page-link:before { 331 .paging-links .next-page-link { 334 .paging-links .next-page-link:after { 579 .landing-page-link { 583 .landing-page-link:after {
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 50 link:GCM_DATA[i].link, type:GCM_DATA[i].type}); property 1441 function toggleExpandable(link,id) { argument 1444 $(link).removeClass('expanded'); 1447 $(link).addClass('expanded'); 1793 function onSuggestionClick(link) { argument 1795 ga('send', 'event', 'Suggestion Click', 'clicked: ' + $(link).attr('href'), 1812 $link.attr('href',toroot + match.link); 2766 $("#searchResults a.gs-title").each(function(index, link) { argument 2768 $(link).click(function() { 2942 function new_node(me, mom, text, link, children_data, api_level) argument [all …]
|