HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 126 - 150 of 3247) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/libs/androidfw/tests/data/styles/
build 6 aapt2 link -o styles.apk --manifest AndroidManifest.xml compiled.flata
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Application.mk 2 # Even the system STL is too much because it will link libsupc++ for rtti and
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
noglob1.d 5 # Check that we can link an object that doesn't have any global symbols;
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 14 private Anchor link; field in class:ToggleLink
20 link = new Anchor(activateText);
21 link.addClickHandler(this);
22 initWidget(link);
26 return link.getText().equals(deactivateText);
30 link.setText(active ? deactivateText : activateText);
  /external/tensorflow/tensorflow/tools/ci_build/
code_link_check.sh 33 echo Broken link $target at line $linenumber of file $filename
38 echo Code link check fails.
42 echo Code link check success.
  /prebuilts/go/darwin-x86/src/cmd/link/
main.go 10 "cmd/link/internal/amd64"
11 "cmd/link/internal/arm"
12 "cmd/link/internal/arm64"
13 "cmd/link/internal/ld"
14 "cmd/link/internal/mips"
15 "cmd/link/internal/mips64"
16 "cmd/link/internal/ppc64"
17 "cmd/link/internal/s390x"
18 "cmd/link/internal/x86"
23 // The bulk of the linker implementation lives in cmd/link/internal/ld
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/
main.go 10 "cmd/link/internal/amd64"
11 "cmd/link/internal/arm"
12 "cmd/link/internal/arm64"
13 "cmd/link/internal/ld"
14 "cmd/link/internal/mips"
15 "cmd/link/internal/mips64"
16 "cmd/link/internal/ppc64"
17 "cmd/link/internal/s390x"
18 "cmd/link/internal/x86"
23 // The bulk of the linker implementation lives in cmd/link/internal/ld
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
relax-elf-flags-01.d 1 #name: AVR, check link-relax flag is set on partial link
11 Flags: 0xe6, avr:102, link-relax
relax-elf-flags-02.d 1 #name: AVR, check link-relax flag is clear on partial link (first file)
4 #source: relax-elf-flags-a.s -mno-link-relax
relax-elf-flags-03.d 1 #name: AVR, check link-relax flag is clear on partial link, second file.
5 #source: relax-elf-flags-b.s -mno-link-relax
relax-elf-flags-07.d 1 #name: AVR, check link-relax flag is set final link (both inputs relaxable)
11 Flags: 0xe6, avr:102, link-relax
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cfg.cpp 39 bblock_link *link = (bblock_link *)list->get_tail(); local
40 bblock_t *block = link->block;
41 link->link.remove();
47 link(void *mem_ctx, bblock_t *block) function
50 return &l->link;
64 successor->parents.push_tail(::link(mem_ctx, this));
65 children.push_tail(::link(mem_ctx, successor));
71 foreach_list_typed_safe (bblock_link, parent, link, &block->parents) {
83 foreach_list_typed_safe (bblock_link, child, link, &block->children)
    [all...]
intel_resolve_map.c 40 foreach_list_typed(struct intel_resolve_map, map, link, resolve_map) {
48 exec_node_init(&m->link);
53 exec_list_push_tail(resolve_map, &m->link);
65 foreach_list_typed(struct intel_resolve_map, map, link, resolve_map) {
82 exec_node_remove(&elem->link);
  /external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
security_RootfsStatefulSymlinks.py 30 def validate_attributes(self, link, expectations):
36 destination = os.readlink(link)
40 link, expectations['destination'], destination)
49 link, destination)
84 for link in links_seen:
85 # Check if this link is in the baseline. If not, test fails.
86 if not link in baseline:
87 logging.error("No baseline entry for '%s'", link)
88 logging.error(utils.system_output("ls -ald '%s'" % link))
93 file_pass = self.validate_attributes(link, baseline[link]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
linktree.py 7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
25 link = sys.argv[3]
28 link = LINK
38 linkname = os.path.join(newtree, link)
47 linknames(oldtree, newtree, link)
50 def linknames(old, new, link):
51 if debug: print 'linknames', (old, new, link)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
netdevice.sh 18 ip link show "$netdev" |grep -q UP
24 ip link set "$netdev" up
48 ip link set dev $netdev address "$MACADDR"
52 ip link show $netdev |grep -q "$MACADDR"
142 ip link set "$netdev" down
182 ip link show 2>/dev/null >/dev/null
194 ip link show |grep '^[0-9]' | grep -oE '[[:space:]].*eth[0-9]*:|[[:space:]].*enp[0-9]s[0-9]:' | cut -d\ -f2 | cut -d: -f1> "$TMP_LIST_NETDEV"
  /external/python/cpython2/Tools/scripts/
linktree.py 7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
25 link = sys.argv[3]
28 link = LINK
38 linkname = os.path.join(newtree, link)
47 linknames(oldtree, newtree, link)
50 def linknames(old, new, link):
51 if debug: print 'linknames', (old, new, link)
    [all...]
  /external/python/cpython3/Tools/scripts/
linktree.py 7 # All symbolic links go to a special symbolic link at the top, so you
15 LINK = '.LINK' # Name of special symlink at the top.
25 link = sys.argv[3]
28 link = LINK
38 linkname = os.path.join(newtree, link)
47 linknames(oldtree, newtree, link)
50 def linknames(old, new, link):
51 if debug: print('linknames', (old, new, link))
    [all...]
  /external/perfetto/infra/perfetto-ci.appspot.com/static/
script.js 50 let link = document.createElement('a');
51 link.href = 'https://travis-ci.org/' + REPO + '/jobs/' + jobId;
52 link.title = resp.state + ' [' + jobName + ']';
56 link.classList.add(jobState);
58 link.innerHTML = '<i class="material-icons">check_circle</i>';
60 link.innerHTML = '<i class="material-icons">autorenew</i>';
62 link.innerHTML = '<i class="material-icons">bug_report</i>';
64 link.innerHTML = '<i class="material-icons">hourglass_full</i>';
67 td.appendChild(link);
89 let link = document.createElement('a')
    [all...]
  /external/ltp/testcases/commands/ln/
ln_tests.sh 48 tst_res TPASS "Directory and link content is equal"
50 tst_res TFAIL "Directory and link content differs"
63 tst_res TPASS "File and link content is equal"
65 tst_res TFAIL "File and link content differs"
73 local link="$3"
75 EXPECT_PASS ln $args $src $link
78 check_file_link $src $link
80 check_dir_link $src $link
83 ROD rm $link
  /external/ltp/testcases/network/can/filter-tests/
can_run_tests.sh 61 ip link add dev $VCAN type vcan
65 "ip link add dev $VCAN type vcan failed: ret - $ret"
68 ip link set dev $VCAN up
71 tst_brkm TBROK "ip link set dev $VCAN up failed: ret - $ret"
75 HAS_ECHO=`ip link show $VCAN | grep -c ECHO`
83 ip link set dev $VCAN down
84 ip link del dev $VCAN
  /build/make/tools/droiddoc/templates-pdk/
docpage.cs 12 <?cs if:parent.link ?>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
26 <?cs if:next.link ?>
29 <a href="<?cs var:next.link ?>">
39 <a href="<?cs var:next.link ?>">
47 <?cs /if ?><?cs # end if next.link ?>
49 <?cs if:previous.link ?>
51 <a href="<?cs var:previous.link ?>">
58 <?cs /if ?><?cs # end if previous.link ?>
68 <?cs if:!startpage && (previous.link || next.link) ?
    [all...]
  /external/jemalloc/test/unit/
ph.c 8 phn(node_t) link;
39 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic);
51 leftmost_child = phn_lchild_get(node_t, link, node);
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
57 NULL; sibling = phn_next_get(node_t, link, sibling)) {
73 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL;
74 auxelm = phn_next_get(node_t, link, auxelm)) {
75 assert_ptr_eq(phn_next_get(node_t, link, phn_prev_get(node_t,
76 link, auxelm)), auxelm,
77 "auxelm's prev doesn't link to auxelm")
    [all...]
  /external/autotest/frontend/client/src/autotest/common/table/
LinkSetFilter.java 30 public void setSelectedLink(int link) {
31 if (link != linkBar.getSelectedTab()) {
33 linkBar.selectTab(link);
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 28 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
47 if (!link.table)
48 et = &link;

Completed in 2519 milliseconds

1 2 3 4 56 7 8 91011>>