/art/test/408-move-bug/ |
info.txt | 2 compiler. Input moves where being overridden by sibling moves.
|
/external/libxml2/test/XPath/xptr/ |
vidbase | 2 xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
|
/external/clang/test/Driver/ |
no-sibling-calls.c | 1 // RUN: %clang -### %s -fno-optimize-sibling-calls 2> %t 5 // RUN: %clang -### -foptimize-sibling-calls %s 2> %t
|
/development/samples/training/threadsample/res/values/ |
attrs.xml | 4 <!-- The sibling to hide after the image is downloaded
|
/external/e2fsprogs/debugfs/ |
extent_cmds.ct | 16 request do_first_sib, "Goto first sibling", 19 request do_last_sib, "Goto last sibling", 22 request do_next_sib, "Goto next sibling", 25 request do_prev_sib, "Goto previous sibling",
|
/external/libxml2/test/schemas/ |
bug312957_0.xml | 6 <sibling name="gill"/>
|
bug312957_1.xsd | 6 <xs:selector xpath="siblings/sibling"/>
23 <xs:element name="sibling" type="sibling_type" minOccurs="0"
|
/external/markdown/markdown/extensions/ |
def_list.py | 44 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/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
seccomp_bpf_tests.c | 1040 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[0].prog = &self->root_prog [all...] |
/external/libedit/src/ |
keymacro.c | 81 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 = node__get(*str); /* setup new node * [all...] |
/external/markdown/markdown/ |
blockprocessors.py | 131 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[-1], block [all...] |
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
UiObject2Utils.java | 29 for (UiObject2 sibling : theUiObject.getParent().getChildren()) { 30 Point siblingCenter = sibling.getVisibleCenter();
|
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
perf_to_tracing.py | 217 # 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.samples = [ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
PostReceiverCreationAction.java | 58 newType.createMethod(methodContent, null /* sibling*/, false /* force */, 80 null /* sibling */, new NullProgressMonitor()); 82 null /* sibling */, new NullProgressMonitor());
|
/cts/tests/tests/os/jni/seccomp-tests/tests/ |
seccomp_bpf_tests.c | 1418 struct tsync_sibling sibling[TSYNC_SIBLINGS]; local [all...] |
/external/elfutils/libdw/ |
dwarf_siblingof.c | 1 /* Return sibling of given DIE. 68 /* Find the end of the DIE or the sibling attribute. */ 79 /* The sibling attribute should point after this DIE in the CU. 114 /* No more sibling at all. */
|
/external/libxml2/result/XPath/xptr/ |
vidbase | 12 Expression: xpointer(id('chapter1')/p[1]/range-to(following-sibling::p[2]))
|
/external/pdfium/fpdfsdk/src/ |
fpdfdoc_embeddertest.cpp | 95 FPDF_BOOKMARK sibling = FPDFBookmark_GetNextSibling(document(), child); local 96 EXPECT_NE(nullptr, sibling); 97 EXPECT_EQ(28, FPDFBookmark_GetTitle(sibling, buf, sizeof(buf))); 101 EXPECT_EQ(nullptr, FPDFBookmark_GetNextSibling(document(), sibling));
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 78 * The following-sibling axis contains all the following siblings of the 80 * the following-sibling axis is empty. 110 * The preceding-sibling axis contains all the preceding siblings of the 112 * the preceding-sibling axis is empty. 173 false, // following-sibling 178 true, // preceding-sibling 192 "following-sibling", // 7 197 "preceding-sibling", // 12
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugInfoEntry.h | 33 /// How many to add to "this" to get the sibling. 64 // our sibling will be some index after "this". 76 void setSibling(const DWARFDebugInfoEntryMinimal *Sibling) { 77 if (Sibling) { 79 // our sibling will be some index after "this". 80 SiblingIdx = Sibling - this;
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
interval_tree.html | 87 var sibling = node.leftNode; 88 node.leftNode = sibling.rightNode; 89 sibling.rightNode = node; 90 sibling.colour = node.colour; 92 return sibling; 96 var sibling = node.rightNode; 97 node.rightNode = sibling.leftNode; 98 sibling.leftNode = node; 99 sibling.colour = node.colour; 101 return sibling; [all...] |
/external/llvm/test/CodeGen/SystemZ/ |
call-03.ll | 1 ; Test sibling calls. 15 ; a sibling call. 33 ; use sibling calls in that case. 42 ; Check a call that passes indirect arguments. We can't use sibling 53 ; sibling calls
|
/libcore/luni/src/test/etc/loading-test-jar/ |
TestMethods.java | 84 * Test that an instance of a sibling class can be constructed. 91 * Test calling a static method on a sibling class. 98 * Test getting a static variable of a sibling class. 106 * Test calling an instance method on a sibling class. 114 * Test getting an instance variable of a sibling class.
|
/external/tcpdump/ |
makemib | 205 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/elfutils/tests/ |
run-show-die-info.sh | 88 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 name byte_size decl_file decl_lin [all...] |