OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sibling
(Results
201 - 225
of
744
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java
52
// First child (first
sibling
of children)
54
// Last child (last
sibling
of children)
/external/jsilver/src/org/clearsilver/jni/
JniHdf.java
368
/** Returns the next
sibling
of this HDF node, or null if there is no next
369
*
sibling
. Use this in conjunction with objChild to walk the HDF tree.
/external/libgdx/gdx/src/com/badlogic/gdx/maps/tiled/
AtlasTmxMapLoader.java
191
FileHandle atlasFile = tmxFile.
sibling
(tmxFile.nameWithoutExtension() + ".atlas");
340
FileHandle atlasFile = tmxFile.
sibling
(tmxFile.nameWithoutExtension() + ".atlas");
/external/tinyxml/docs/
classTiXmlAttribute.html
83
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the next
sibling
attribute in the DOM. Returns null at end. <br></td></tr>
87
<tr><td class="mdescLeft"> </td><td class="mdescRight">Get the previous
sibling
attribute in the DOM. Returns null at beginning. <br></td></tr>
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c
304
is the
sibling
function of WebRtcIsacfix_SplitAndFilter */
364
is the
sibling
function of WebRtcIsacfix_SplitAndFilter */
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTree.js
3
* instead of the child-
sibling
approach in v2. A flat tree (a list) is
/external/compiler-rt/test/asan/
lit.cfg
74
"-fno-optimize-
sibling
-calls"] +
/external/deqp/framework/common/
tcuTestHierarchyIterator.hpp
93
* executable nodes the iterator will either move on to the next
sibling
,
/external/droiddriver/src/io/appium/droiddriver/finders/
By.java
216
* Matches a UiElement which has a visible
sibling
matching the given
/external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java
93
// certain cases, e.g. user is looking for a
sibling
of the unique string;
/external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java
162
// SF BUG 975080: change the
sibling
case to use 'callerLoader'
/external/libchrome/base/third_party/icu/
icu_utf.cc
111
* Handle the non-inline part of the U8_NEXT() macro and its obsolete
sibling
/external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.cc
115
* Handle the non-inline part of the U8_NEXT() macro and its obsolete
sibling
/external/libxml2/doc/
site.xsl
595
<xsl:param name="header" select="following-
sibling
::h2[1]"/>
651
<xsl:apply-templates mode="subfile" select="$header/following-
sibling
::*[preceding-
sibling
::h2[1] = $header and name() != 'h2' ]"/>
705
<xsl:apply-templates mode="content" select="($firsth2/preceding-
sibling
::*)"/>
/external/llvm/include/llvm/IR/
CallingConv.h
158
/// HHVM calling convention supports tail/
sibling
call elimination.
/external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp
156
//
sibling
may have used 'CE' when createReplacementInstr was called.
/external/mesa3d/src/glsl/
ir_hierarchical_visitor.h
54
* returning \c visit_stop), or stop visiting
sibling
nodes (by returning \c
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc
189
// Generate
sibling
files.
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_generator.cc
214
// Generate
sibling
files.
/external/skia/gyp/
common_variables.gypi
28
# 2. "
sibling
" 'variable' dicts (which, I guess, are combined into a single
/external/v8/src/compiler/
state-values-utils.cc
247
// Pop stack and move to the next
sibling
.
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java
129
* Creates a new UiObject for a
sibling
view or a child of the
sibling
view,
132
* @param selector for a
sibling
view or children of the
sibling
view
[
all
...]
/frameworks/base/docs/html/training/basics/supporting-devices/
screens.jd
60
affects the user experience (such as the size or position of important views relative to
sibling
/libcore/luni/src/main/java/org/w3c/dom/
Text.java
47
* node had a parent node, the new node is inserted as the next
sibling
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_updating_helper.cpp
44
// the next
sibling
node.
Completed in 1244 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>