HomeSort by: relevance | last modified time | path
    Searched refs:_root (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/config/
tree.cpp 41 _root(new detail::static_inner_node())
50 _root(root)
68 dynamic_cast< detail::static_inner_node* >(_root->deep_copy());
90 _root->define(key, 0, detail::new_node< detail::dynamic_inner_node >);
111 const detail::base_node* raw_node = _root->lookup_ro(key, 0);
136 const detail::base_node* raw_node = _root->lookup_ro(key, 0);
160 detail::base_node* raw_node = _root->lookup_rw(
184 const detail::base_node* raw_node = _root->lookup_ro(key, 0);
211 detail::base_node* raw_node = _root->lookup_rw(
245 raw_node = _root.get()
    [all...]
tree.hpp 85 std::shared_ptr< detail::static_inner_node > _root; member in class:utils::config::tree
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.h 75 RootWindow &_root; member in class:BootButton
78 : Window(app, root._window), _root(root) {
88 RootWindow &_root; member in class:CancelButton
91 : Window(app, root._window), _root(root) {
101 RootWindow &_root; member in class:ProgressBar
104 : Window(app, root._window), _root(root) {
rootwindow.cpp 249 HpcMenuInterface::Instance()._root = this;
389 int cx = _root._button_width;
390 int cy = _root._button_height;
409 int cx = _root._button_width;
410 int cy = _root._button_height;
411 int x = _rect.right - _root._button_width;
430 int cx = _rect.right - _rect.left - _root._button_width * 2;
431 int cy = _root._button_height;
432 int x = _rect.left + _root._button_width;
  /src/sys/compat/netbsd32/
netbsd32_sysctl.c 123 const struct sysctlnode *_root = &netbsd32_sysctl_root; variable in typeref:struct:sysctlnode
126 sysctl_createv(clog, 0, &_root, NULL,
131 sysctl_createv(clog, 0, &_root, NULL,
138 sysctl_createv(clog, 0, &_root, NULL,
143 sysctl_createv(clog, 0, &_root, NULL,
149 sysctl_createv(clog, 0, &_root, NULL,
155 sysctl_createv(clog, 0, &_root, NULL,
162 sysctl_createv(clog, 0, &_root, NULL,
167 sysctl_createv(clog, 0, &_root, NULL,
172 sysctl_createv(clog, 0, &_root, NULL
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
hpcboot.cpp 66 app->_root = new RootWindow(*app);
71 if (!app->_root->create(0))
82 if (app->_root)
83 delete app->_root;
224 if (MessageBox(menu._root->_window, TEXT("Push YES to boot."),
232 UpdateWindow(menu._root->_window);
245 MessageBox(menu._root->_window, error_message,
261 if (HPC_PREFERENCE.auto_boot > 0 && _root &&
264 _root->disableTimer();
266 if (!_root->isDialogMessage(msg))
    [all...]
hpcmenu.cpp 105 (LoadString(_root->_app._instance, res, 0, 0));
289 MessageBox(_root->_window,
293 UpdateWindow(_root->_window);
308 MessageBox(_root->_window,
312 UpdateWindow(_root->_window);
358 _root->progress(msg);
365 _root->unprogress();
379 MessageBox(_root->_window,
hpcmenu.h 55 RootWindow *_root; member in class:HpcBootApp
72 _root = 0;
123 RootWindow *_root; member in class:HpcMenuInterface
load_elf.cpp 202 MessageBox(HPC_MENU._root->_window,
206 UpdateWindow(HPC_MENU._root->_window);
241 MessageBox(HPC_MENU._root->_window,
245 UpdateWindow(HPC_MENU._root->_window);
arch.cpp 108 HWND owner = HpcMenuInterface::Instance()._root->_window;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
dlist.d 212 private BaseNode* _root;
224 if (_root) return;
226 _root = (new PayNode()).asBaseNode();
227 _root._next = _root._prev = _root;
231 assert(_root, "Root pointer must not be null");
232 return _root._next;
236 assert(_root, "Root pointer must not be null");
237 return _root._prev
    [all...]
slist.d 75 private Node * _root;
79 if (_root) return;
80 _root = cast (Node*) new NodeWithoutPayload();
85 assert(_root, "root pointer must not be null");
86 return _root._next;
215 if (_root is rhs._root) return true;
216 if (_root is null) return rhs._root is null || rhs._first is null;
217 if (rhs._root is null) return _root is null || _first is null
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
free_list.d 202 if (probMiss < tooFewMisses && _root)
204 auto b = blockFor(_root);
205 _root = _root.next;
1032 private Node* _root;
1067 if (!_root)
1074 auto oldRoot = _root;
1075 _root = _root.next;
1095 newRoot.next = _root;
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
test_case_test.cpp 127 fs::path _root; member in class:__anon6963::atf_helper
129 /// Path to the helper test program, relative to _root.
149 _root(_srcdir),
208 _root = fs::path(new_root);
211 const fs::path new_path = _root / _binary_path;
235 "atf", _binary_path, _root, "the-suite",
282 fs::path _root; member in class:__anon6963::plain_helper
284 /// Path to the helper test program, relative to _root.
300 _root(_srcdir),
335 _root = fs::path(new_root)
    [all...]
  /src/sys/sys/
mount.h 258 int fsname##_root(struct mount *, int, struct vnode **); \
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 741 bool _root; //means a task is merging root task member in class:__merge_func
838 _M_comp(__comp), _M_leaf_merge(__leaf_merge), _M_nsort(__nsort), _root(__root),
866 return _root ? nullptr : &static_cast<__func_task<__merge_func>*>(__self->parent())->body();
1040 _M_x_beg, _M_z_beg, _x_orig, _y_orig, _root);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 731 bool _root; //means a task is merging root task member in class:__merge_func
828 _M_comp(__comp), _M_leaf_merge(__leaf_merge), _M_nsort(__nsort), _root(__root),
856 return _root ? nullptr : &static_cast<__func_task<__merge_func>*>(__self->parent())->body();
1030 _M_x_beg, _M_z_beg, _x_orig, _y_orig, _root);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 358 _root = None variable
1130 if _root:
1131 file_path_from_root = re.sub('^' + _root + os.sep, '', file_path_from_root)
3991 global _root
3992 _root = val
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 954 self._root: _ZoneTreeNode = _ZoneTreeNode(None)
961 best_match = self._find_best_match(zone.origin, self._root)
995 node = self._find_best_match(name, self._root)
996 return node.zone if node != self._root else None

Completed in 38 milliseconds