HomeSort by relevance Sort by last modified time
    Searched refs:new_root (Results 1 - 25 of 45) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 84 def become_root( new_root, old_root )
85 case new_root
87 n = create_with_payload( new_root )
90 n = super( new_root, old_root )
92 @debug_listener.become_root( new_root, old_root )
  /art/runtime/
transaction.cc 288 mirror::Object* new_root = old_root; local
289 visitor->VisitRoot(&new_root, RootInfo(kRootUnknown));
290 if (new_root != old_root) {
291 moving_roots.push_back(std::make_pair(old_root, new_root));
298 mirror::Object* new_root = pair.second; local
301 CHECK(object_logs_.find(new_root) == object_logs_.end());
302 object_logs_.emplace(new_root, std::move(old_root_it->second));
315 mirror::Array* new_root = old_root; local
316 visitor->VisitRoot(reinterpret_cast<mirror::Object**>(&new_root), RootInfo(kRootUnknown));
317 if (new_root != old_root)
325 mirror::Array* new_root = pair.second; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 569 new_root = new_node( new_token 5 )
576 @adaptor.become_root(new_root, old_root)
577 new_root.sanity_check
581 new_root = new_node( new_token 5 )
587 @adaptor.become_root(new_root, old_root)
588 new_root.sanity_check
592 new_root = new_node nil
593 new_root.add_child( new_node( new_token 5 ) )
600 @adaptor.become_root(new_root, old_root)
601 new_root.sanity_chec
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 213 def change_root (new_root, pathname):
214 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
215 relative, this is equivalent to "os.path.join(new_root,pathname)".
221 return os.path.join(new_root, pathname)
223 return os.path.join(new_root, pathname[1:])
229 return os.path.join(new_root, path)
235 return os.path.join(new_root, path)
  /external/python/cpython2/Lib/distutils/
util.py 138 def change_root (new_root, pathname):
139 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
140 relative, this is equivalent to "os.path.join(new_root,pathname)".
146 return os.path.join(new_root, pathname)
148 return os.path.join(new_root, pathname[1:])
154 return os.path.join(new_root, path)
160 return os.path.join(new_root, path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname):
146 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
147 relative, this is equivalent to "os.path.join(new_root,pathname)".
153 return os.path.join(new_root, pathname)
155 return os.path.join(new_root, pathname[1:])
161 return os.path.join(new_root, path)
167 return os.path.join(new_root, path)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname):
146 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
147 relative, this is equivalent to "os.path.join(new_root,pathname)".
153 return os.path.join(new_root, pathname)
155 return os.path.join(new_root, pathname[1:])
161 return os.path.join(new_root, path)
167 return os.path.join(new_root, path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname):
146 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
147 relative, this is equivalent to "os.path.join(new_root,pathname)".
153 return os.path.join(new_root, pathname)
155 return os.path.join(new_root, pathname[1:])
161 return os.path.join(new_root, path)
167 return os.path.join(new_root, path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 145 def change_root (new_root, pathname):
146 """Return 'pathname' with 'new_root' prepended. If 'pathname' is
147 relative, this is equivalent to "os.path.join(new_root,pathname)".
153 return os.path.join(new_root, pathname)
155 return os.path.join(new_root, pathname[1:])
161 return os.path.join(new_root, path)
167 return os.path.join(new_root, path)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 76 def become_root( new_root, old_root )
77 record '(%s): old_root_id=%s new_root_id=%s', __method__, @adaptor.unique_id( new_root ),
event-hub.rb 39 def become_root( new_root, old_root )
41 listener.become_root( new_root, old_root )
socket.rb 215 def become_root( new_root, old_root )
216 transmit "%s\t%i\t%i", :become_root, adaptor.unique_id( new_root ),
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 74 static inline int pivot_root(const char *new_root, const char *put_old)
76 return syscall(__NR_pivot_root, new_root, put_old);
79 static inline int pivot_root(const char *new_root, const char *put_old)
  /external/vboot_reference/scripts/image_signing/
make_dev_ssd.sh 63 local new_root="PARTUUID=%U/PARTNROFF=1"
65 s| root=/dev/dm-[0-9] | root='"$new_root"' |
  /external/freetype/src/cff/
cf2intrp.c 1302 FT_Fixed new_root; local
    [all...]
cffgload.c 2138 FT_Fixed new_root; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 2087 FT_Fixed new_root; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 909 int new_root = 0; local
998 new_root = 1;
1101 if (new_root) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 654 def become_root( new_root, old_root )
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 2190 milliseconds

1 2