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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 84 def become_root( new_root, old_root )
88 super( n, old_root )
90 n = super( new_root, old_root )
92 @debug_listener.become_root( new_root, old_root )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
nfs_mount.h 29 struct nfs2_fh old_root; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
nfs_mount.h 29 struct nfs2_fh old_root; /* 1 */ member in struct:nfs_mount_data
  /art/runtime/
transaction.cc 173 mirror::Object* old_root = it.first; local
174 mirror::Object* new_root = old_root;
176 if (new_root != old_root) {
177 moving_roots.push_back(std::make_pair(old_root, new_root));
183 mirror::Object* old_root = pair.first; local
185 auto old_root_it = object_logs_.find(old_root);
199 mirror::Array* old_root = it.first; local
200 CHECK(!old_root->IsObjectArray());
201 mirror::Array* new_root = old_root;
203 if (new_root != old_root) {
210 mirror::Array* old_root = pair.first; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_browsertest.cc 105 FrameTreeNode* old_root = static_cast<WebContentsImpl*>( local
107 EXPECT_TRUE(old_root->current_frame_host());
116 EXPECT_NE(old_root->current_frame_host()->routing_id(),
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 571 old_root = new_node nil
572 old_root.add_child( new_node( new_token 101 ) )
573 old_root.add_child( new_node( new_token 102 ) )
574 old_root.add_child( new_node( new_token 103 ) )
576 @adaptor.become_root(new_root, old_root)
583 old_root = new_node( new_token 101 )
584 old_root.add_child( new_node( new_token 102 ) )
585 old_root.add_child( new_node( new_token 103 ) )
587 @adaptor.become_root(new_root, old_root)
595 old_root = new_node ni
    [all...]
  /bionic/libc/kernel/uapi/linux/
nfs_mount.h 32 struct nfs2_fh old_root; member in struct:nfs_mount_data
  /development/ndk/platforms/android-L/include/linux/
nfs_mount.h 32 struct nfs2_fh old_root; member in struct:nfs_mount_data
  /external/kernel-headers/original/uapi/linux/
nfs_mount.h 29 struct nfs2_fh old_root; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
nfs_mount.h 32 struct nfs2_fh old_root; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
nfs_mount.h 32 struct nfs2_fh old_root; member in struct:nfs_mount_data
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
nfs_mount.h 32 struct nfs2_fh old_root; member in struct:nfs_mount_data
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 76 def become_root( new_root, old_root )
78 @adaptor.unique_id( old_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 )
217 adaptor.unique_id( old_root )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 654 def become_root( new_root, old_root )
  /external/chromium_org/ui/aura/
window.cc 521 Window* old_root = child->GetRootWindow(); local
545 if (root_window && old_root != root_window) {
    [all...]

Completed in 852 milliseconds