HomeSort by relevance Sort by last modified time
    Searched full:new_root (Results 1 - 25 of 38) 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 249 mirror::Object* new_root = old_root; local
250 visitor->VisitRoot(&new_root, RootInfo(kRootUnknown));
251 if (new_root != old_root) {
252 moving_roots.push_back(std::make_pair(old_root, new_root));
259 mirror::Object* new_root = pair.second; local
262 CHECK(object_logs_.find(new_root) == object_logs_.end());
263 object_logs_.insert(std::make_pair(new_root, old_root_it->second));
276 mirror::Array* new_root = old_root; local
277 visitor->VisitRoot(reinterpret_cast<mirror::Object**>(&new_root), RootInfo(kRootUnknown));
278 if (new_root != old_root)
286 mirror::Array* new_root = pair.second; local
    [all...]
  /external/toybox/toys/other/
switch_root.c 11 usage: switch_root [-c /dev/console] NEW_ROOT NEW_INIT...
13 Use from PID 1 under initramfs to free initramfs, chroot to NEW_ROOT,
16 -c Redirect console to device in NEW_ROOT
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 39 def become_root( new_root, old_root )
41 listener.become_root( new_root, old_root )
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 ),
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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 840 def become_root( new_root, old_root )
841 new_root = create( new_root ) if new_root.is_a?( Token )
842 old_root or return( new_root )
844 new_root = create_with_payload( new_root ) unless CommonTree === new_root
845 if new_root.flat_list?
846 count = new_root.child_coun
    [all...]
  /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/freetype/src/cff/
cf2intrp.c 1057 FT_Fixed new_root; local
1063 new_root = ( root + FT_DivFix( arg, root ) + 1 ) >> 1;
1064 if ( new_root == root )
1066 root = new_root;
1068 arg = new_root;
    [all...]
cffgload.c 2138 FT_Fixed new_root; local
    [all...]
  /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/autotest/client/tests/ltp/patches/
sysctl.patch 168 @@ -84,6 +83,36 @@ static inline int pivot_root(const char *new_root, const char *put_old)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc 1157 PRE_SYSCALL(pivot_root)(const void *new_root, const void *put_old) {
1158 if (new_root)
1159 PRE_READ(new_root,
1160 __sanitizer::internal_strlen((const char *)new_root) + 1);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffgload.c 2087 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 834 int new_root = 0; local
896 new_root = 1;
997 if (new_root) {
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/
linux_syscall_hooks.h     [all...]

Completed in 1213 milliseconds

1 2