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

1 2 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
XmlEditor.java 46 /** Root node of the UI element hierarchy */
57 * Returns the root node of the UI element hierarchy, which here
71 * <Preferences> root XML element with the adequate xmlns:android attribute.
148 * Processes the new XML Model, which XML root node is given.
154 // init the ui root on demand
163 * Creates the initial UI Root Node, including the known mandatory elements.
168 // The root UI node is always created, even if there's no corresponding XML node.
  /development/ide/emacs/
android-common.el 23 ;; You need to have a proper buildspec.mk file in your root directory
68 (defun android-find-build-tree-root ()
69 "Ascend the current path until the root of the android build tree is found.
70 Similarly to the shell functions in envsetup.sh, for the root both ./Makefile
72 Return the root of the build tree. Signal an error if not found."
89 (android-find-build-tree-root)
110 (let* ((buildspec (concat (android-find-build-tree-root) "buildspec.mk"))
128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"
141 (let ((path (concat (android-find-build-tree-root) "out/host/"
  /dalvik/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();
documentgetrootnode.java 32 * to the child node that is the root element of the document.
64 Element root; local
67 root = doc.getDocumentElement();
68 rootName = root.getNodeName();
elementgettagname.java 35 * root node. The value returned should be "staff".
64 Element root; local
67 root = doc.getDocumentElement();
68 tagname = root.getTagName();
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 26 chown -R root.root .
29 chown -R root.bin $PKG/usr/sbin
  /external/icu4c/test/cintltst/
cfintst.c 64 void addFinnishCollTest(TestNode** root)
68 addTest(root, &TestPrimary, "tscoll/cficoll/TestPrimary");
69 addTest(root, &TestTertiary, "tscoll/cficoll/TestTertiary");
cposxtst.c 25 void addPosixTest(TestNode** root);
27 void addPosixTest(TestNode** root)
29 addTest(root, &TestMessageCatalog, "tsutil/cposxtst/TestMessageCatalog");
sorttest.c 84 addSortTest(TestNode** root);
87 addSortTest(TestNode** root) {
88 addTest(root, &SortTest, "tsutil/sorttest/SortTest");
  /external/quake/quake/src/WinQuake/docs/
INSTALL.Quake2 28 As root. Once the CD is mounted, run the setup script on the CD as root.
71 You must copy it to /usr/lib or /usr/local/lib and run ldconfig (as root)
118 Quake2 requires root permissions to use the software (SVGALib) and GL (MesaGL
122 Quake2 should get setuid root:
123 chown root quake2
126 And the ref_soft.so and ref_gl.so files must owned by root.
135 still need to be setuid root to open the sound device (quake2 will give up
136 setuid root permissions before loading softx).
139 will NOT be able to switch renderers on the fly because root permission
    [all...]
  /external/srec/config/en.us/grammars/
bothtags5.grxml 7 <grammar xml:lang="en-us" version="1.0" root="ROOT">
10 <rule id="ROOT" scope="public">
homonym_test1.grxml 6 <grammar xml:lang="en-us" version="1.0" root="ROOT">
9 <rule id="ROOT" scope="public">
homonym_test2.grxml 6 <grammar xml:lang="en-us" version="1.0" root="ROOT">
9 <rule id="ROOT" scope="public">
homonym_test3.grxml 5 <grammar xml:lang="en-us" version="1.0" root="ROOT">
8 <rule id="ROOT" scope="public">
homonym_test4.grxml 5 <grammar xml:lang="en-us" version="1.0" root="ROOT">
8 <rule id="ROOT" scope="public">
  /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...]
  /external/webkit/WebKit/android/nav/
CachedLayer.h 49 IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const;
52 const LayerAndroid* layer(const LayerAndroid* root) const;
54 SkPicture* picture(const LayerAndroid* root) const;
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
HorizontalFocusSearch.java 102 private Button addShort(LinearLayout root, String label, boolean atBottom) {
126 root.addView(ll);
130 root.addView(ll);
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionHeader.java 70 protected void render(GLRootView root, GL11 gl) {
73 mBackground.draw(root, 0, 0);
76 mTitle.draw(root, p.left, p.top);
  /external/freetype/src/cff/
cffgload.c 260 builder->memory = face->root.memory;
264 FT_GlyphLoader loader = glyph->root.internal->loader;
277 CFF_Internal internal = (CFF_Internal)size->root.internal;
281 builder->hints_funcs = glyph->root.internal->glyph_hints;
315 glyph->root.outline = *builder->base;
439 CFF_Internal internal = (CFF_Internal)size->root.internal;
650 if ( face->root.internal->incremental_interface )
654 face->root.internal->incremental_interface->funcs->get_glyph_data(
655 face->root.internal->incremental_interface->object,
689 if ( face->root.internal->incremental_interface
2060 FT_Fixed root = args[0]; local
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java 158 * Assumes adb is running as root in device under test.
186 * Assumes adb is running as root in device under test.
211 * Assumes adb is running as root in device under test.
241 * Assumes adb is running as root in device under test.
255 * Assumes adb is running as root in device under test.
269 * Assumes adb is running as root in device under test.
283 * Assumes adb is running as root in device under test.
313 * Assumes adb is running as root in device under test.
327 * Assumes adb is running as root in device under test.
341 * Assumes adb is running as root in device under test
    [all...]
  /external/libpcap/
optimize.c 241 * N_LEVELS at the root. The levels[] array points to the
246 find_levels(root)
247 struct block *root;
251 find_levels_r(root);
259 find_dom(root)
260 struct block *root;
273 /* Root starts off empty. */
275 root->dom[i] = 0;
277 /* root->level is the highest level no found. */
278 for (i = root->level; i >= 0; --i)
1736 struct block *root; local
    [all...]
  /external/dbus/dbus/
dbus-object-tree.c 60 DBusObjectSubtree *root; /**< Root of the tree ("/" node) */ member in struct:DBusObjectTree
105 tree->root = _dbus_object_subtree_new ("/", NULL, NULL);
106 if (tree->root == NULL)
108 tree->root->invoke_as_fallback = TRUE;
331 subtree = find_subtree_recurse (tree->root, path, FALSE, index_in_parent, NULL);
346 return find_subtree_recurse (tree->root, path, FALSE, NULL, NULL);
361 return find_subtree_recurse (tree->root, path, FALSE, NULL, exact_match);
371 return find_subtree_recurse (tree->root, path, TRUE, NULL, NULL);
549 if (tree->root)
1664 const char *root[] = { NULL }; local
    [all...]
  /cts/tests/src/android/view/cts/
FocusFinderStubActivity.java 116 * @param root
124 private Button addSkinny(LinearLayout root, String label, boolean atRight) {
144 root.addView(ll);
148 root.addView(ll);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 54 RootDoc root = getRootDoc(visibility, sourcepath, packageNames); local
56 IApi api = converter.convertDocletRoot(name, root, visibility,
117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess, local
121 return root;

Completed in 415 milliseconds

1 2 3 4 5 6 7 8 91011>>