HomeSort by relevance Sort by last modified time
    Searched refs:link_to (Results 1 - 23 of 23) sorted by null

  /external/autotest/client/bin/
local_host.py 91 link_to = os.path.join(os.path.dirname(path),
93 if link_to not in closure:
94 paths.add(link_to)
  /external/toolchain-utils/binary_search_tool/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None):
85 if link_from and link_to:
86 log.write('%s -> %s\n' % (link_from, link_to))
  /prebuilts/clang/host/darwin-x86/clang-3688880/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None):
85 if link_from and link_to:
86 log.write('%s -> %s\n' % (link_from, link_to))
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None):
85 if link_from and link_to:
86 log.write('%s -> %s\n' % (link_from, link_to))
  /prebuilts/clang/host/linux-x86/clang-3688880/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None):
85 if link_from and link_to:
86 log.write('%s -> %s\n' % (link_from, link_to))
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
bisect_driver.py 77 def log_to_file(path, execargs, link_from=None, link_to=None):
85 if link_from and link_to:
86 log.write('%s -> %s\n' % (link_from, link_to))
  /external/autotest/client/common_lib/hosts/
base_classes.py 584 " link_to = os.path.join(os.path.dirname(path),\n"
586 " if link_to not in closure.keys():\n"
587 " paths[link_to] = None\n"
  /external/autotest/scheduler/
drone_utility.py 409 link_to = os.readlink(source_path)
410 os.symlink(link_to, destination_path)
  /external/v8/src/ia32/
assembler-ia32-inl.h 467 L->link_to(pc_offset());
479 L->link_to(pc_offset(), Label::kNear);
assembler-ia32.h 437 n > 0 ? L->link_to(n) : L->Unuse();
439 void link_to(Label* L) { init(L, type()); }
    [all...]
assembler-ia32.cc     [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 467 L->link_to(pc_offset());
479 L->link_to(pc_offset(), Label::kNear);
assembler-x87.h 435 n > 0 ? L->link_to(n) : L->Unuse();
437 void link_to(Label* L) { init(L, type()); }
    [all...]
assembler-x87.cc 1379 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 381 L->link_to(fixup_pos + offset_to_next, Label::kNear);
469 label->link_to(pc_offset() - sizeof(int32_t));
474 label->link_to(current);
839 L->link_to(pc_offset() - sizeof(int32_t));
844 L->link_to(current);
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 64 l->link_to(pc_);
  /external/v8/src/mips64/
assembler-mips64.cc 933 L->link_to(link);
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 967 L->link_to(link);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 667 label->link_to(
772 label->link_to(prevlinkoffset);
818 label->link_to(pc_offset());
    [all...]
  /external/v8/src/
assembler.h 326 void link_to(int pos, Distance distance = kFar) { function in class:v8::internal::Label
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 466 L->link_to(link);
494 L->link_to(pc_offset());
516 L->link_to(pc_offset());
    [all...]
  /external/v8/src/arm/
assembler-arm.cc     [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 592 L->link_to(link);
696 L->link_to(pc_offset());
    [all...]

Completed in 606 milliseconds