Searched refs:sibling (Results 1 - 25 of 57) sorted by relevance

123

/external/markdown/markdown/extensions/
H A Ddef_list.py44 sibling = self.lastChild(parent)
45 if not terms and sibling.tag == 'p':
48 terms = sibling.text.split('\n')
49 parent.remove(sibling)
50 # Aquire new sibling
51 sibling = self.lastChild(parent)
55 if sibling and sibling.tag == 'dl':
57 dl = sibling
/external/markdown/markdown/
H A Dblockprocessors.py131 level, sibling = self.get_level(parent, block)
138 elif sibling.tag in self.ITEM_TYPES:
139 # The sibling is a li. Use it as parent.
140 self.parser.parseBlocks(sibling, [block])
141 elif len(sibling) and sibling[-1].tag in self.ITEM_TYPES:
144 if sibling[-1].text:
146 block = '%s\n\n%s' % (sibling[-1].text, block)
147 sibling[-1].text = ''
148 self.parser.parseChunk(sibling[
[all...]
/external/ltp/utils/ffsb-6.0-rc2/
H A Drbt.c824 rb_node *sibling; local
827 /* Get a pointer to the current node's sibling (notice
833 * sibling is the right child of the parent.
835 sibling = curr_node->parent->right;
837 /* Check the sibling's color. Notice that NULL
841 if (sibling && sibling->color == red) {
842 /* In case the sibling is red, color
847 sibling->color = black;
850 sibling
[all...]
/external/jemalloc/test/unit/
H A Dph.c45 node_t *leftmost_child, *sibling; local
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
57 NULL; sibling = phn_next_get(node_t, link, sibling)) {
58 node_print(sibling, depth + 1);
89 node_t *leftmost_child, *sibling; local
103 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
104 NULL; sibling
106 link, sibling)), sibling, local
[all...]
/external/libedit/src/
H A Dkeymacro.c81 struct keymacro_node_t *sibling;/* ptr to another key with same prefix*/ member in struct:keymacro_node_t
302 if (ptr->sibling) {
303 /* try next sibling */
304 return node_trav(el, ptr->sibling, ch, val);
306 /* no next sibling -- mismatch */
325 for (xm = ptr; xm->sibling != NULL; xm = xm->sibling)
326 if (xm->sibling->ch == *str)
328 if (xm->sibling == NULL)
329 xm->sibling
[all...]
/external/tcpdump/
H A Dmakemib205 for (sib = child[parent]; sib != ""; sib = sibling[sib])
221 sibling[new] = child[parent]
232 # printf "/* %s c=%s s=%s */\n", newitem, child[item], sibling[item]
239 if (sibling[item] != "") {
240 dump(sibling[item])
241 s = "&_"sibling[item]"_obj"
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c1040 struct tsync_sibling sibling[TSYNC_SIBLINGS];
1060 memset(&self->sibling, 0, sizeof(self->sibling));
1075 self->sibling[0].tid = 0;
1076 self->sibling[0].cond = &self->cond;
1077 self->sibling[0].started = &self->started;
1078 self->sibling[0].mutex = &self->mutex;
1079 self->sibling[0].diverge = 0;
1080 self->sibling[0].num_waits = 1;
1081 self->sibling[
[all...]
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h32 /// How many to add to "this" to get the sibling.
70 // our sibling will be some index after "this".
95 void setSibling(DWARFDebugInfoEntryMinimal *sibling) { argument
96 if (sibling) {
98 // our sibling will be some index after "this".
99 SiblingIdx = sibling - this;
100 sibling->setParent(getParent());
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c1641 struct tsync_sibling sibling[TSYNC_SIBLINGS]; local
1663 memset(&self->sibling, 0, sizeof(self->sibling));
1678 self->sibling[0].tid = 0;
1679 self->sibling[0].cond = &self->cond;
1680 self->sibling[0].started = &self->started;
1681 self->sibling[0].mutex = &self->mutex;
1682 self->sibling[0].diverge = 0;
1683 self->sibling[0].num_waits = 1;
1684 self->sibling[
1753 tsync_start_sibling(struct tsync_sibling *sibling) argument
[all...]
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
H A Dperf_to_tracing.py217 # Try to reduce misplaced stack leaves by moving them up into sibling nodes.
223 # If parent's sibling has same node name, has no children and small weight,
224 # transplant sibling's samples into the current node.
225 for sibling in parent_siblings:
226 if sibling.name == node.name and \
227 len(sibling.children) == 0 and \
228 sibling.GetTotalWeight() <= node.GetTotalWeight() * 0.15:
230 # Transplant samples from sibling to current node.
231 for samp in sibling.samples:
234 sibling
[all...]
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1827 struct tsync_sibling sibling[TSYNC_SIBLINGS]; local
1849 memset(&self->sibling, 0, sizeof(self->sibling));
1864 self->sibling[0].tid = 0;
1865 self->sibling[0].cond = &self->cond;
1866 self->sibling[0].started = &self->started;
1867 self->sibling[0].mutex = &self->mutex;
1868 self->sibling[0].diverge = 0;
1869 self->sibling[0].num_waits = 1;
1870 self->sibling[
1939 tsync_start_sibling(struct tsync_sibling *sibling) argument
[all...]
/external/libmtp/examples/
H A Demptyfolders.c56 prune_empty_folders(device,files,folderlist->sibling,do_delete); // recurse along
H A Dfolders.c39 dump_folder_list(folderlist->sibling, level);
/external/pdfium/fpdfsdk/
H A Dfpdfdoc_embeddertest.cpp134 FPDF_BOOKMARK sibling = FPDFBookmark_GetNextSibling(document(), child); local
135 EXPECT_TRUE(sibling);
136 EXPECT_EQ(28u, FPDFBookmark_GetTitle(sibling, buf, sizeof(buf)));
140 EXPECT_EQ(nullptr, FPDFBookmark_GetNextSibling(document(), sibling));
/external/elfutils/tests/
H A Drun-show-die-info.sh88 Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type
95 Attrs : sibling name decl_file decl_line declaration external type
167 Attrs : sibling name type
183 Attrs : sibling name byte_size decl_file decl_line
409 Attrs : sibling byte_size decl_file decl_line
420 Attrs : sibling type
477 Attrs : sibling byte_size decl_file decl_line
488 Attrs : sibling type
568 Attrs : sibling name byte_size decl_file decl_line
689 Attrs : sibling nam
[all...]
H A Drun-readelf-dwz-multi.sh112 sibling (ref_udata) [ 6e]
173 sibling (ref_udata) [ 6e]
H A Drun-readelf-zdebug-rel.sh74 sibling (ref4) [ 80]
/external/skia/src/xml/
H A DSkDOM.cpp93 const Node* sibling = node->fNextSibling; local
95 for (; sibling != nullptr; sibling = sibling->fNextSibling) {
96 if (!strcmp(name, sibling->fName)) {
101 return sibling;
/external/ImageMagick/MagickCore/
H A Dsegment.c168 *sibling,
1305 InitializeList(list,number_nodes,node->sibling);
1328 for ( ; child != (IntervalTree *) NULL; child=child->sibling)
1335 MeanStability(node->sibling);
1347 Stability(node->sibling);
1381 root->sibling=(IntervalTree *) NULL;
1412 node->sibling=(IntervalTree *) AcquireMagickMemory(
1413 sizeof(*node->sibling));
1414 node=node->sibling;
1418 node->sibling
165 *sibling, member in struct:_IntervalTree
[all...]
H A Dxml-tree.c92 *sibling,
922 child=child->sibling;
1133 % GetXMLTreeSibling() returns the node sibling if found, otherwise NULL.
1151 return(xml_info->sibling);
1225 child->sibling=(XMLTreeInfo *) NULL;
1254 node=node->sibling;
1267 previous->sibling=node->sibling;
1274 node=node->sibling;
1276 child->sibling
89 *sibling, member in struct:_XMLTreeInfo
[all...]
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DPredicates.java313 for (UiElement sibling : parent.getChildren(UiElement.VISIBLE)) {
314 if (sibling != element && siblingPredicate.apply(sibling)) {
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c47 struct TestNode* sibling; member in struct:TestNode
179 newNode->sibling = NULL;
194 if(tn->sibling != NULL) {
195 cleanUpTestTree(tn->sibling);
268 nextNode = nextNode -> sibling;
274 curNode->sibling = nextNode;
486 iterateTestsWithLevel ( root->sibling, depth, nodeList, mode );
613 nextNode = nextNode -> sibling;
/external/guice/core/test/com/google/inject/spi/
H A DModuleAnnotatedMethodScannerTest.java242 // no foo nor foo-munged in sibling, since scanner never saw it.
243 Injector sibling = parent.createChildInjector(module);
244 assertNull(sibling.getExistingBinding(Key.get(String.class, named("foo"))));
245 assertNull(sibling.getExistingBinding(Key.get(String.class, named("foo-munged"))));
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java175 JavaFileObject.Kind kind, FileObject sibling) throws IOException {
174 getJavaFileForOutput(Location location, final String className, JavaFileObject.Kind kind, FileObject sibling) argument
/external/v8/src/ast/
H A Dscopes.cc650 Scope* sibling = parent->inner_scope(); local
651 for (; sibling != nullptr; sibling = sibling->sibling()) {
652 if (sibling == this) return false;
739 for (; inner_scope->sibling() != top_inner_scope_;
740 inner_scope = inner_scope->sibling()) {
748 // Reset the sibling rather than the inner_scope_ since we

Completed in 1602 milliseconds

123