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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gnode.h 95 * Returns %TRUE if a #GNode is the root of a tree.
97 * Returns: %TRUE if the #GNode is the root of a tree
116 void g_node_destroy (GNode *root);
133 guint g_node_n_nodes (GNode *root,
139 GNode* g_node_find (GNode *root,
208 /* traversal function, assumes that `node' is root
213 void g_node_traverse (GNode *root,
225 guint g_node_max_height (GNode *root);
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionItem.java 109 protected void render(GLRootView root, GL11 gl) {
117 Transformation trans = root.getTransformation();
123 icon.draw(root, xoffset,
134 title.draw(root, xoffset, yoffset);
138 checkbox.draw(root, width - checkbox.getWidth(), yoffset);
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 175 // See if our root lines intersect with the dirty rect. If so, then we paint
190 v->setBestTruncatedAt(ty + curr->root()->topVisibleOverflow(), renderer);
198 int top = min(curr->topVisibleOverflow(), curr->root()->selectionTop()) - renderer->maximalOutlineSize(info.phase);
233 if ((y >= ty + lastLineBox()->root()->bottomVisibleOverflow()) || (y < ty + firstLineBox()->root()->topVisibleOverflow()))
236 // See if our root lines contain the point. If so, then we hit test
240 if (y >= ty + curr->root()->topVisibleOverflow() && y < ty + curr->root()->bottomVisibleOverflow()) {
278 box = wrapper->root();
282 box = textBox->root();
    [all...]
LayoutState.cpp 86 LayoutState::LayoutState(RenderObject* root)
90 , m_renderer(root)
93 RenderObject* container = root->container();
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 92 * classes will be loaded, instantiated and registered as handlers on the root
118 * the property file. The root logger's level can be defined by the property
179 // if global logger has been initialized, set root as its parent
180 Logger root = new Logger("", null);
181 root.setLevel(Level.INFO);
182 Logger.global.setParent(root);
184 manager.addLogger(root);
442 // The RI treats the root logger as special. For compatibility, always
443 // update the root logger's handlers.
444 Logger root = loggers.get("")
    [all...]
  /external/qemu/android/skin/
file.c 297 skin_part_create_from_v1( AConfig* root, const char* basepath )
304 part->name = root->name;
306 node = aconfig_find(root, "background");
310 node = aconfig_find(root, "display");
314 node = aconfig_find(root, "button");
348 skin_part_create_from_v2( AConfig* root, const char* basepath )
355 part->name = root->name;
357 node = aconfig_find(root, "background");
361 node = aconfig_find(root, "display");
365 node = aconfig_find(root, "buttons")
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 91 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); local
92 Element entry = root.requireChild(ATOM_NAMESPACE, "entry");
99 root.setElementListener(rootCounter);
103 Xml.parse(xml, root.getContentHandler());
116 RootElement root = new RootElement("feed"); local
117 root.requireChild("entry");
120 Xml.parse(xml, root.getContentHandler());
131 RootElement root = new RootElement("feed"); local
132 root.setEndTextElementListener(new EndTextElementListener() {
138 Xml.parse(xml, root.getContentHandler())
209 RootElement root = new RootElement(ATOM_NAMESPACE, "feed"); local
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 77 Node<K, V> root; field in class:TreeMap
159 map.root = root != null ? root.copy(null) : null;
190 root = null;
252 if (root == null) {
257 root = new Node<K, V>(null, key);
260 return root;
275 Node<K, V> nearest = root;
448 root = replacement
    [all...]
  /dalvik/hit/src/com/android/hit/
HprofParser.java 359 RootObj root = new RootObj(RootType.NATIVE_LOCAL, id, local
362 root.setHeap(mState.mCurrentHeap);
363 mState.addRoot(root);
375 RootObj root = new RootObj(RootType.JAVA_LOCAL, id, threadSerialNumber, local
378 root.setHeap(mState.mCurrentHeap);
379 mState.addRoot(root);
389 RootObj root = new RootObj(RootType.NATIVE_STACK, id, local
392 root.setHeap(mState.mCurrentHeap);
393 mState.addRoot(root);
400 RootObj root = new RootObj(type, id) local
413 RootObj root = new RootObj(RootType.THREAD_BLOCK, id, local
580 RootObj root = new RootObj(RootType.NATIVE_MONITOR, id, local
    [all...]
  /external/grub/util/
grub-install.in 66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
379 # Get the root drive.
383 # Check if the boot directory is in the same device as the root directory.
390 # Convert the root device to a GRUB drive.
396 # Check if the root directory exists in the same device as the grub
403 You must set the root directory by the option --root-directory, becaus
    [all...]
  /external/bluetooth/bluez/tools/
sdptool.c 1160 sdp_list_t *svclass_id, *apseq, *proto[2], *profiles, *root, *aproto; local
1171 root = sdp_list_append(0, &root_uuid);
1172 sdp_set_browse_groups(&record, root);
1173 sdp_list_free(root, 0);
1231 sdp_list_t *svclass_id, *pfseq, *apseq, *root, *aproto; local
1293 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1352 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1412 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1474 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1540 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1606 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1679 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1745 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1826 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1898 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
1963 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2028 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2105 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2168 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2235 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2398 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2568 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2631 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2691 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2752 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2813 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2877 sdp_list_t *svclass_id, *pfseq, *apseq, *root; local
2942 sdp_list_t *root, *svclass, *proto; local
2983 sdp_list_t *root, *svclass, *proto; local
3027 sdp_list_t *root, *svclass; local
3062 sdp_list_t *root, *svclass, *proto; local
3107 sdp_list_t *root, *svclass, *proto; local
3149 sdp_list_t *root, *svclass, *proto; local
3191 sdp_list_t *root, *svclass; local
3221 sdp_list_t *root, *svclass; local
3256 sdp_list_t *root, *svclass, *proto; local
3307 sdp_list_t *root; local
3343 sdp_list_t *root, *svclass, *proto; local
3387 sdp_list_t *root, *svclass, *proto, *profiles; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cjaptst.c 106 void addKannaCollTest(TestNode** root)
108 addTest(root, &TestTertiary, "tscoll/cjacoll/TestTertiary");
109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase");
110 addTest(root, &TestPlainDakutenHandakuten, "tscoll/cjacoll/TestPlainDakutenHandakuten");
111 addTest(root, &TestSmallLarge, "tscoll/cjacoll/TestSmallLarge");
112 addTest(root, &TestKatakanaHiragana, "tscoll/cjacoll/TestKatakanaHiragana");
113 addTest(root, &TestChooonKigoo, "tscoll/cjacoll/TestChooonKigoo");
cestst.c 75 void addSpanishCollTest(TestNode** root)
79 addTest(root, &TestPrimary, "tscoll/cestst/TestPrimary");
80 addTest(root, &TestTertiary, "tscoll/cestst/TestTertiary");
cturtst.c 82 void addTurkishCollTest(TestNode** root)
85 addTest(root, &TestPrimary, "tscoll/cturtst/TestPrimary");
86 addTest(root, &TestTertiary, "tscoll/cturtst/TestTertiary");
  /external/icu4c/test/cintltst/
cjaptst.c 106 void addKannaCollTest(TestNode** root)
108 addTest(root, &TestTertiary, "tscoll/cjacoll/TestTertiary");
109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase");
110 addTest(root, &TestPlainDakutenHandakuten, "tscoll/cjacoll/TestPlainDakutenHandakuten");
111 addTest(root, &TestSmallLarge, "tscoll/cjacoll/TestSmallLarge");
112 addTest(root, &TestKatakanaHiragana, "tscoll/cjacoll/TestKatakanaHiragana");
113 addTest(root, &TestChooonKigoo, "tscoll/cjacoll/TestChooonKigoo");
cestst.c 75 void addSpanishCollTest(TestNode** root)
79 addTest(root, &TestPrimary, "tscoll/cestst/TestPrimary");
80 addTest(root, &TestTertiary, "tscoll/cestst/TestTertiary");
cturtst.c 82 void addTurkishCollTest(TestNode** root)
85 addTest(root, &TestPrimary, "tscoll/cturtst/TestPrimary");
86 addTest(root, &TestTertiary, "tscoll/cturtst/TestTertiary");
  /external/webkit/JavaScriptCore/wtf/
TCPageMap.h 104 // Put 32 entries in the root and (2^BITS)/32 entries in each leaf.
210 Node* root_; // Root of radix tree
277 Node* root = reader(root_); local
279 if (!root->ptrs[i])
282 Node* n = reader(root->ptrs[i]);
298 Node* root = reader(root_); local
300 if (!root->ptrs[i])
303 visitor.visit(root->ptrs[i], sizeof(Node));
304 Node* n = reader(root->ptrs[i]);
  /external/chromium/base/
nss_util.cc 45 // Load nss's built-in root certs.
50 "name=\"Root Certs\" library=\"%s\"", kModulePath);
51 SECMODModule *root = SECMOD_LoadUserModule(modparams, NULL, PR_FALSE); local
52 if (root)
53 return root;
55 // Aw, snap. Can't find/load root cert shared library.
  /external/kernel-headers/original/linux/
ioport.h 97 extern int request_resource(struct resource *root, struct resource *new);
98 extern struct resource * ____request_resource(struct resource *root, struct resource *new);
101 extern int allocate_resource(struct resource *root, struct resource *new,
  /external/skia/src/core/
SkMath.cpp 352 uint32_t root = 0; local
357 root <<= 1;
362 uint32_t testDiv = (root << 1) + 1;
365 root++;
369 return root;
378 uint32_t root = 0; local
383 root <<= 1;
384 uint32_t guess = root * root + root;
    [all...]
  /external/webkit/WebCore/editing/
FormatBlockCommand.cpp 113 Node* root = endingSelection().start().node()->rootEditableElement(); local
116 refNode != root && !root->isDescendantOf(refNode))
  /external/webkit/WebCore/platform/graphics/wince/
MediaPlayerProxy.cpp 126 RootObject *root = frame->script()->bindingRootObject(); local
127 if (!root)
129 ExecState *exec = root->globalObject()->globalExec();
  /external/webkit/WebCore/platform/gtk/
PlatformScreenGtk.cpp 52 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
100 GtkWidget* container = gtk_widget_get_toplevel(GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()));
125 GtkWidget* container = GTK_WIDGET(widget->root()->hostWindow()->platformPageClient());
  /external/webkit/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 98 WebAccessibilityObject root = view->accessibilityObject(); local
99 if (root.isNull())
102 RefPtr<AccessibilityObject> rootObject = toAccessibilityObject(root);
104 // Insert root in hashmaps.

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 91011>>