Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 51) sorted by relevance

123

/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs12 <?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 ?>
Dhead_tag.cs6 <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/
Dsearch_autocomplete.js24 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;
Dandroid-developer-docs.js269 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 …]
Dandroid-developer-core.css277 .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 …]
Dandroid-developer-reference.js117 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/
Dwarn.py41 for line, link in args['group']:
42 common.classify_one_warning(line, link, results, args['project_patterns'],
Dwarn_common.py125 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/
Dvndk.go102 link := filepath.Join(dir, linkName)
103 symlinks = append(symlinks, "mkdir -p "+dir+" && rm -rf "+link+" && ln -sf "+target+" "+link)
/build/soong/cmd/path_interposer/
Dmain.go40 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/
Dfs.go270 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/
Dmain.mk1040 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 …]
Dconfig_sanitizers.mk295 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)),)
Daapt2.mk126 $(call aapt2-link)
/build/bazel/rules/
Dcc_object.bzl7 # 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(
Dcc_library_static.bzl67 # 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/
Dkernel_headers.go25 func (stub *kernelHeadersDecorator) link(ctx ModuleContext, flags Flags, deps PathDeps, objs Object… func
Dndk_prebuilt.go84 func (c *ndkPrebuiltObjectLinker) link(ctx ModuleContext, flags Flags, func
160 func (ndk *ndkPrebuiltStlLinker) link(ctx ModuleContext, flags Flags, func
Dtoolchain_library.go79 func (library *toolchainLibraryDecorator) link(ctx ModuleContext, func
Dprebuilt.go99 func (p *prebuiltLibraryLinker) link(ctx ModuleContext, func
380 func (p *prebuiltObjectLinker) link(ctx ModuleContext, func
424 func (p *prebuiltBinaryLinker) link(ctx ModuleContext, func
Dsnapshot_prebuilt.go568 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
Dndk_library.go289 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/
Dexperimental_cc_shared_library.bzl40 "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/
Ddefault.css321 .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/
Dlibrary.jq32 del(.link)

123