HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 226 - 250 of 3265) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_documentgetrootnode.java 60 Element root; local
63 root = doc.getDocumentElement();
64 rootName = root.getNodeName();
hc_elementgettagname.java 32 * root node. The value returned should be "html" or "svg".
60 Element root; local
63 root = doc.getDocumentElement();
64 tagname = root.getTagName();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_plugin.h 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf,
82 snd_config_t *root, snd_config_t *conf,
92 snd_config_t *root, snd_config_t *conf,
102 snd_config_t *root, snd_config_t *conf,
112 snd_config_t *root, snd_config_t *conf,
122 snd_config_t *root, snd_config_t *conf,
132 snd_config_t *root, snd_config_t *conf,
152 snd_config_t *root, snd_config_t *conf,
163 snd_config_t *root, snd_config_t *conf,
172 snd_config_t *root, snd_config_t *conf
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf,
82 snd_config_t *root, snd_config_t *conf,
92 snd_config_t *root, snd_config_t *conf,
102 snd_config_t *root, snd_config_t *conf,
112 snd_config_t *root, snd_config_t *conf,
122 snd_config_t *root, snd_config_t *conf,
132 snd_config_t *root, snd_config_t *conf,
152 snd_config_t *root, snd_config_t *conf,
163 snd_config_t *root, snd_config_t *conf,
172 snd_config_t *root, snd_config_t *conf
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
pcm_plugin.h 73 snd_config_t *root ATTRIBUTE_UNUSED, snd_config_t *conf,
82 snd_config_t *root, snd_config_t *conf,
92 snd_config_t *root, snd_config_t *conf,
102 snd_config_t *root, snd_config_t *conf,
112 snd_config_t *root, snd_config_t *conf,
122 snd_config_t *root, snd_config_t *conf,
132 snd_config_t *root, snd_config_t *conf,
152 snd_config_t *root, snd_config_t *conf,
163 snd_config_t *root, snd_config_t *conf,
172 snd_config_t *root, snd_config_t *conf
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_model_associator.cc 39 sync_api::ReadNode root(&trans);
40 if (!root.InitByTagLookup(kThemesTag)) {
62 if (!node.InitUniqueByCreation(syncable::THEMES, root,
85 sync_api::ReadNode root(&trans);
86 if (!root.InitByTagLookup(kThemesTag)) {
92 *has_nodes = root.GetFirstChildId() != sync_api::kInvalidId;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 26 scoped_refptr<Layer> root = Layer::Create(); variable
27 root->SetBounds(gfx::Size(10, 10));
28 root->SetAnchorPoint(gfx::PointF());
29 root->SetIsDrawable(true);
37 root->AddChild(video);
39 layer_tree_host()->SetRootLayer(root); variable
  /external/grub/util/
grub-set-default 36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
grub-set-default.in 36 --root-directory=DIR Use the directory DIR instead of the root directory
53 --root-directory=*)
54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
  /external/qemu/android/
config.c 35 _aconfig_find(AConfig *root, const char *name, int create)
39 for(node = root->first_child; node; node = node->next) {
48 if(root->last_child) {
49 root->last_child->next = node;
51 root->first_child = node;
53 root->last_child = node;
60 aconfig_find(AConfig *root, const char *name)
62 return _aconfig_find(root, name, 0);
66 aconfig_bool(AConfig *root, const char *name, int _default)
68 AConfig *n = _aconfig_find(root, name, 0)
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatJellyBean.java 32 public static void setSource(Object info, View root, int virtualDescendantId) {
33 ((AccessibilityNodeInfo) info).setSource(root, virtualDescendantId);
56 public static Object obtain(View root, int virtualDescendantId) {
57 return AccessibilityNodeInfo.obtain(root, virtualDescendantId);
68 public static void setParent(Object info, View root, int virtualDescendantId) {
69 ((AccessibilityNodeInfo) info).setParent(root, virtualDescendantId);
  /external/openssh/contrib/redhat/
openssh.spec 337 %defattr(-,root,root)
339 %attr(0755,root,root) %{_bindir}/scp
340 %attr(0644,root,root) %{_mandir}/man1/scp.1*
341 %attr(0755,root,root) %dir %{_sysconfdir}/ssh
342 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ssh/modul
    [all...]
  /development/tools/line_endings/
line_endings.c 62 Node* root = malloc(sizeof(Node)); local
63 Node* node = root;
93 while (root) {
94 ssize_t amt2 = strlen(root->buf);
96 ssize_t amt = write(fd, root->buf, amt2);
102 node = root;
103 root = root->next;
  /device/asus/flo/
device.mk 26 device/asus/flo/fstab.flo:root/fstab.flo \
27 device/asus/flo/init.flo.rc:root/init.flo.rc
  /device/asus/grouper/
device.mk 21 device/asus/grouper/fstab.grouper:root/fstab.grouper \
22 device/asus/grouper/init.grouper.rc:root/init.grouper.rc
  /device/asus/tilapia/
device.mk 23 device/asus/tilapia/fstab.grouper:root/fstab.grouper \
24 device/asus/tilapia/init.tilapia.rc:root/init.grouper.rc
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
settings_overrides_handler_unittest.cc 67 scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
68 ASSERT_TRUE(root);
69 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY));
73 *static_cast<base::DictionaryValue*>(root.get()),
106 scoped_ptr<base::Value> root(json.Deserialize(NULL, &error));
107 ASSERT_TRUE(root);
108 ASSERT_TRUE(root->IsType(base::Value::TYPE_DICTIONARY));
112 *static_cast<base::DictionaryValue*>(root.get()),
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_focus_only.cc 22 // The root node will always have id 1. Let each child node have a new
94 // Set the id that the event applies to: the root node if nothing
99 AccessibilityNodeData& root = event.nodes[0]; local
102 // Always include the root of the tree, the document. It always has id 1.
103 root.id = 1;
104 root.role = blink::WebAXRoleRootWebArea;
105 root.state =
109 root.state |= (1 << blink::WebAXStateFocused);
110 root.location = gfx::Rect(render_view_->size());
111 root.child_ids.push_back(next_id_)
    [all...]
  /external/chromium_org/net/quic/congestion_control/
cubic.cc 83 // Calculate the cube root using a table lookup followed by one Newton-Raphson
100 uint64 root = ((cube_root_table[down_shifted_to_6bit] + 10) << cubic_shift) local
106 root = 2 * root + (a / (root * (root - 1)));
107 root = ((root * 341) >> 10); // Div by 3, biased low.
108 return static_cast<uint32>(root);
  /external/chromium_org/sandbox/win/src/
registry_dispatcher.h 27 HANDLE root, DWORD desired_access,
32 HANDLE root, DWORD desired_access);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.h 44 static const char root[]; member in class:WebCore::DOMFilePath
63 return path.startsWith(DOMFilePath::root);
71 // Evaluates all "../" and "./" segments. Note that "/../" expands to "/", so you can't ever refer to anything above the root directory.
  /external/chromium_org/third_party/WebKit/Source/web/x11/
WebScreenInfoFactory.cpp 47 // root window's geometry each time.
48 Window root = RootWindow(display, screenNumber); local
53 display, root, &rootRet, &x, &y, &width, &height, &border, &depth);
  /external/chromium_org/ui/aura/
window_targeter.cc 20 ui::EventTarget* WindowTargeter::FindTargetForEvent(ui::EventTarget* root,
23 Window* window = static_cast<Window*>(root);
38 return EventTargeter::FindTargetForEvent(root, event);
42 ui::EventTarget* root,
44 Window* window = static_cast<Window*>(root);
62 ui::EventTarget* root,
64 Window* window = static_cast<Window*>(root);
72 return EventTargeter::FindTargetForLocatedEvent(root, event);
window_targeter.h 18 virtual ui::EventTarget* FindTargetForEvent(ui::EventTarget* root,
21 ui::EventTarget* root,
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeBuilder.java 82 * @param root The AST to post process.
88 protected void process(Start root, EscapeMode escapeMode, String templateName) {
89 root.apply(typeResolver);
90 root.apply(sequenceOptimizer);
91 root.apply(inlineRewriter);
93 // root.apply(varOptimizer);
98 root.apply(new AutoEscaper(escapeMode, templateName));
112 Start root = parser.parse(); local
113 process(root, escapeMode, templateName);
114 return new TemplateSyntaxTree(root);
    [all...]

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>