/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/warn/ |
D | warn.py | 41 for line, link in args['group']: 42 common.classify_one_warning(line, link, results, args['project_patterns'],
|
D | warn_common.py | 125 def classify_one_warning(warning, link, results, project_patterns, argument 132 results.append([warning, link, idx, project_idx]) 216 link = '%s%s%s?l=%d' % (link_base, link_add, link_path, line_number) 217 return link 487 for warning, link in warning_data.items(): 488 warning_groups[i].append((warning, link)) 505 for warning, link in warning_data.items(): 506 classify_one_warning(warning, link, group_results, 517 for line, link, pattern_idx, project_idx in result: 523 warning_links.append(link)
|
/build/soong/apex/ |
D | vndk.go | 102 link := filepath.Join(dir, linkName) 103 symlinks = append(symlinks, "mkdir -p "+dir+" && rm -rf "+link+" && ln -sf "+target+" "+link)
|
/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/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 | 1040 define link-type-prefix 1043 define link-type-common 1046 define link-type-2ndarchprefix 1049 define link-type-class 1052 define link-type-name 1055 define link-type-os 1056 $(strip $(eval _p := $(link-type-prefix))\ 1061 define link-type-arch 1062 $($(link-type-prefix)_$(link-type-2ndarchprefix)ARCH) 1064 define link-type-name-variant [all …]
|
D | config_sanitizers.mk | 295 my_sanitize += fuzzer-no-link 345 ifneq ($(filter fuzzer-no-link,$(my_sanitize)),) 348 my_ldflags += -fsanitize=fuzzer-no-link 444 ifeq ($(filter address hwaddress fuzzer-no-link,$(my_sanitize)),)
|
D | aapt2.mk | 126 $(call aapt2-link)
|
/build/bazel/rules/ |
D | cc_object.bzl | 7 # partialLd module link opts, taken from build/soong/cc/builder.go 70 # partially link if there are multiple object files 72 linking_output = cc_common.link(
|
D | cc_library_static.bzl | 67 # The main library is empty; link a stub and propagate it to match Soong behavior. 69 CPP_LINK_STATIC_LIBRARY_ACTION_NAME = "c++-link-static-library"
|
/build/soong/cc/ |
D | kernel_headers.go | 25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object… func
|
D | ndk_prebuilt.go | 84 func (c *ndkPrebuiltObjectLinker) link(ctx ModuleContext, flags Flags, func 160 func (ndk *ndkPrebuiltStlLinker) link(ctx ModuleContext, flags Flags, func
|
D | toolchain_library.go | 79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext, func
|
D | prebuilt.go | 99 func (p *prebuiltLibraryLinker) link(ctx ModuleContext, func 380 func (p *prebuiltObjectLinker) link(ctx ModuleContext, func 424 func (p *prebuiltBinaryLinker) link(ctx ModuleContext, func
|
D | snapshot_prebuilt.go | 568 func (p *snapshotLibraryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects… func 572 return p.libraryDecorator.link(ctx, flags, deps, objs) 786 func (p *snapshotBinaryDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects)… func 881 func (p *snapshotObjectLinker) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) an… func
|
D | ndk_library.go | 289 func (stub *stubDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, func 304 return stub.libraryDecorator.link(ctx, flags, deps, objs)
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 40 "initializers. If we try to link them more than once, " + 124 fail("Two shared libraries in dependencies link the same " + 127 " link statically" + static_lib) 134 # TODO(#5200): This will lose the object files from a library to link. 287 fail("We can't link " + 369 linking_outputs = cc_common.link(
|
/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/bazel/json_module_graph/ |
D | library.jq | 32 del(.link)
|