HomeSort by relevance Sort by last modified time
    Searched full:sibling (Results 276 - 300 of 744) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 603 // If the last entry had a sibling attribute,
605 // sibling, so we can avoid decoding the
  /system/core/debuggerd/
tombstone.cpp 624 for (pid_t sibling : siblings) {
625 dump_thread(log, pid, sibling, map, 0, 0, 0, false);
  /art/compiler/optimizing/
register_allocator.cc 1932 LiveInterval* sibling = interval->GetSiblingAt(block->GetLifetimeStart()); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py 865 sibling = messages.MessageField('Sibling', 1) variable in class:FieldTest.testMessageField_ForwardReference.MyMessage.Inner
867 class Sibling(messages.Message):
889 self.assertEquals(MyMessage.Sibling,
890 MyMessage.Inner.field_by_name('sibling').type)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 298 * Given a node handle, advance to its next sibling.
300 * @return int Node-number of next sibling,
306 * Given a node handle, find its preceeding sibling.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
junit-frames.xsl 84 <xsl:for-each select="./testsuite[not(./@package = preceding-sibling::testsuite/@package)]">
517 <xsl:apply-templates select="testsuite[not(./@package = preceding-sibling::testsuite/@package)]" mode="all.packages">
596 <xsl:for-each select="testsuite[not(./@package = preceding-sibling::testsuite/@package)]">
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 62 * AppBarLayout also requires a separate scrolling sibling in order to know when to scroll.
601 * set for any of the other flags to take effect. If any sibling views
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 42 * instead of the child-sibling approach in v2. A flat tree (a list) is
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 43 * instead of the child-sibling approach in v2. A flat tree (a list) is
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 175 * @param previousSibling The previous sibling index.
397 // No next-sibling found. Pop the DOM.
472 // the above loop for "Was the logically-preceeding sibling a text node".
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 801 * "self::node()/following-sibling::foo/child::daz[position()=2]".
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
_base.py 328 """Get the foster parent element, and sibling to insert before
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 40 """Mark the supplied parameters as unused outputs of sibling pipelines."""
  /external/clang/docs/
AddressSanitizer.rst 39 (``-fno-optimize-sibling-calls``).
  /external/elfutils/libdw/
known-dwarf.h 128 DWARF_ONE_KNOWN_DW_AT (sibling, DW_AT_sibling) \
    [all...]
  /external/llvm/lib/Analysis/
LoopPass.cpp 151 // process sibling loops in either forward or reverse order. There may be some
  /external/llvm/lib/CodeGen/
GCRootLowering.cpp 303 // Do not treat tail or sibling call sites as safe points. This is
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 178 // NULL entry terminates the sibling chain.
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/
py_contours_hierarchy.markdown 166 Contour - 4 : It is in hierarchy 2 under contour-3 and it has no sibling. So no next, no previous,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 273 is the sibling function of WebRtcIsac_SplitAndFilter */
  /frameworks/base/core/java/android/app/
ListFragment.java 181 * have a sibling view id {@link android.R.id#empty android.R.id.empty}
  /frameworks/base/docs/html/design/patterns/
navigation.jd 67 <h4>Navigating between sibling screens</h4>
  /frameworks/support/fragment/java/android/support/v4/app/
ListFragment.java 81 * have a sibling view id {@link android.R.id#empty android.R.id.empty}
  /hardware/bsp/intel/peripheral/libmraa/src/
doxy2swig.py 335 # If our immediate sibling is a 'description' node then we

Completed in 984 milliseconds

<<11121314151617181920>>