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

<<11121314151617181920>>

  /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...]
  /external/icu4c/test/cintltst/
putiltst.c 455 void addPUtilTest(TestNode** root);
457 static void addToolUtilTests(TestNode** root);
460 addPUtilTest(TestNode** root)
462 addTest(root, &TestVersion, "putiltst/TestVersion");
463 addTest(root, &TestCompareVersions, "putiltst/TestCompareVersions");
464 /* addTest(root, &testIEEEremainder, "putiltst/testIEEEremainder"); */
465 addTest(root, &TestErrorName, "putiltst/TestErrorName");
466 addTest(root, &TestPUtilAPI, "putiltst/TestPUtilAPI");
468 addToolUtilTests(root);
638 static void addToolUtilTests(TestNode** root) {
    [all...]
spreptst.c 31 void addUStringPrepTest(TestNode** root);
48 addUStringPrepTest(TestNode** root)
51 addTest(root, &Test_nfs4_cs_prep_data, "spreptst/Test_nfs4_cs_prep_data");
52 addTest(root, &Test_nfs4_cis_prep_data, "spreptst/Test_nfs4_cis_prep_data");
53 addTest(root, &Test_nfs4_mixed_prep_data, "spreptst/Test_nfs4_mixed_prep_data");
54 addTest(root, &Test_nfs4_cs_prep, "spreptst/Test_nfs4_cs_prep");
55 addTest(root, &Test_nfs4_cis_prep, "spreptst/Test_nfs4_cis_prep");
56 addTest(root, &Test_nfs4_mixed_prep, "spreptst/Test_nfs4_mixed_prep");
57 addTest(root, &TestBEAMWarning, "spreptst/TestBEAMWarning");
59 addTest(root, &TestCoverage, "spreptst/TestCoverage")
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 45 for root, dirs, files in os.walk( original_dir ):
49 sources.append( "%s/%s" % (root,file) )
  /external/clearsilver/java-jni/
HDF.java 15 HDF root; // If this is a child HDF node, points at the root node of field in class:HDF
16 // the tree. For root nodes this is null. A child node needs
17 // to hold a reference on the root to prevent the root from
26 root = null;
34 this.root = (parent.root != null) ? parent.root : parent;
41 // Only root nodes have ownership of the C HDF pointer, so only a roo
    [all...]
  /external/e2fsprogs/debian/
initrd.ext3-add-journal 7 rootdev=$(cat proc/sys/kernel/real-root-dev)
  /external/freetype/src/sfnt/
sfdriver.c 170 FT_Face root = &face->root; local
174 if ( root->num_glyphs < 0 )
176 else if ( ( FT_ULong ) root->num_glyphs < FT_UINT_MAX )
177 max_gid = ( FT_UInt ) root->num_glyphs;
180 FT_UINT_MAX, root->num_glyphs ));
249 FT_Memory memory = face->root.memory;
291 FT_Memory memory = face->root.memory;
  /external/protobuf/
autogen.sh 13 root of the distribution tree.
generate_descriptor_proto.sh 16 root of the distribution tree.
  /external/stlport/etc/
STLport-4.5.1.spec 65 %defattr(-,root,root)
72 %defattr(-,root,root)
STLport-4.5.3.spec 65 %defattr(-,root,root)
72 %defattr(-,root,root)
STLport-4.6.spec 65 %defattr(-,root,root)
72 %defattr(-,root,root)
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_binding.py 124 (root, ext) = os.path.splitext(inputBasename)
125 hname = 'V8%s.h' % root
  /external/webkit/WebCore/bindings/v8/
V8GCController.cpp 258 // Otherwise, the node is put in an object group identified by the root
264 Node* root = node; local
266 root = static_cast<Attr*>(node)->ownerElement();
269 if (!root)
272 while (root->parent())
273 root = root->parent();
277 if (root == node && !node->hasChildNodes() && !node->hasAttributes())
280 groupId = reinterpret_cast<uintptr_t>(root);
  /libcore/luni/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 397 * @param root Stylesheet root
399 public void recompose(StylesheetRoot root)
401 root.recomposeDecimalFormats(this);
  /libcore/luni/src/test/java/tests/xml/
NodeTest.java 43 ByteArrayInputStream bis = new ByteArrayInputStream("<root/>".getBytes());
45 Node root = document.getDocumentElement(); local
46 assertNull(root.getNextSibling());
  /external/chromium/third_party/icu/source/common/
triedict.cpp 93 // Start the trie off with something. Having the root node already present
265 TernaryNode *fRoot; // Root node
277 MutableTrieEnumeration(TernaryNode *root, UErrorCode &status)
279 fRoot = root;
280 fNodeStack.push(root, status);
409 uint32_t root; // Node number of the root node member in struct:CompactTrieHeader
418 uint16_t root; // Node number of the root node member in struct:CompactTrieHeaderV1
427 uint32_t root; // Node number of the root nod member in struct:CompactTrieInfo
695 const CompactTrieHorizontalNode *root = (const CompactTrieHorizontalNode *) node; local
1484 BuildCompactTrieNode *root = compactOneNode(dict.fTrie, FALSE, nodes, status, values); local
1761 TernaryNode *root = unpackHorizontalArray(fInfo, hnode, 0, nodeCount-1, local
1945 uint16_t root = ds->readUInt16(headerV1->root); local
1951 uint32_t root = ds->readUInt32(header->root); local
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 26 chown -R root.root .
29 chown -R root.bin $PKG/usr/sbin
  /external/iproute2/examples/
cbqinit.eth1 3 TC=/home/root/tc
4 IP=/home/root/ip
13 $TC qdisc add dev $DEVICE root handle 1: cbq \
16 # Create root class with classid 1:1. This step is not necessary.
  /external/iproute2/examples/diffserv/
Edge2 12 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
15 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
52 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
Edge31-cb-chains 13 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
16 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
83 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
  /external/skia/src/core/
Sk64.cpp 298 uint32_t root = 0; local
302 root <<= 1;
305 uint32_t testDiv = (root << 1) + 1;
309 root++;
312 SkASSERT((int32_t)root >= 0);
314 return root;
  /external/webkit/WebCore/rendering/
CounterNode.cpp 172 // The code below handles the case when a formerly root increment counter is loosing its root position
182 // 1. if the increment counter node lost it's root position as a result of another
184 // 2. if the increment counter node lost it's root position as a result of a renderer being
240 const CounterNode* root = node; local
241 while (root->parent())
242 root = root->parent();
244 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
246 for (const CounterNode* parent = current; parent && parent != root; parent = parent->parent()
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 28 // Load source code files from <project root>/tools.
37 function assertPathExists(root, path, opt_message) {
39 assertNotNull(root.descendToChild(path, function(node, pos) {
47 function assertNoPathExists(root, path, opt_message) {
49 assertNull(root.descendToChild(path), opt_message);
189 function assertNodeWeights(root, path, selfTicks, totalTicks) {
190 var node = root.descendToChild(path);
217 var root = testDriver.profile.getTopDownProfile().getRoot(); variable
220 assertNodeWeights(root, data[0], data[1], data[2]);
230 this.root = null
315 var root = profile.getRoot(); variable
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 367 If the compound func.\<function_name\> is defined in the root node, then the
    [all...]

Completed in 1694 milliseconds

<<11121314151617181920>>