OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sibling
(Results
126 - 150
of
744
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/os400/libxmlrpg/
entities.rpgle
42
d next like(xmlNodePtr) next
sibling
link
43
d prev like(xmlNodePtr) prev
sibling
link
tree.rpgle
285
d next like(xmlNodePtr) next
sibling
link
286
d prev like(xmlNodePtr) previous
sibling
lnk
378
d next like(xmlNodePtr) next
sibling
link
379
d prev like(xmlNodePtr) previous
sibling
lnk
430
d next like(xmlNodePtr) next
sibling
link
431
d prev like(xmlNodePtr) previous
sibling
lnk
454
d next like(xmlAttrPtr) next
sibling
link
455
d prev like(xmlAttrPtr) previous
sibling
lnk
501
d next like(xmlNodePtr) next
sibling
link
502
d prev like(xmlNodePtr) previous
sibling
ln
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTask8Test.java
207
private volatile BinaryAsyncAction
sibling
;
218
x.
sibling
= y;
219
y.
sibling
= x;
261
BinaryAsyncAction s = a.
sibling
;
263
a.
sibling
= null;
282
BinaryAsyncAction s = a.
sibling
;
295
return
sibling
;
299
parent =
sibling
= null;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ftw.h
89
FTW_CONTINUE = 0, /* Continue with next
sibling
or for FTW_D with the
97
sibling
. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ftw.h
89
FTW_CONTINUE = 0, /* Continue with next
sibling
or for FTW_D with the
97
sibling
. */
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java
502
for (UiElementNode
sibling
: root.getUiChildren()) {
503
Node node =
sibling
.getXmlNode();
564
for (UiElementNode
sibling
: root.getUiChildren()) {
565
Node node =
sibling
.getXmlNode();
569
sibling
.deleteXmlNode();
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java
442
// Look for
sibling
directory.
447
// look for a
sibling
like "foo/" to a "foo.war"
451
File
sibling
= new File(warfile.getParent(),warfile.getName().substring(0,warfile.getName().length()-4));
local
452
if (
sibling
.exists() &&
sibling
.isDirectory() &&
sibling
.canWrite())
453
extractedWebAppDir=
sibling
;
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java
160
// If the
sibling
View is set and the parent of the ImageView is itself a View
163
// Gets a handle to the
sibling
View
166
// If the
sibling
View contains something, make it the weak reference for this View
/frameworks/base/services/core/java/com/android/server/hdmi/
HdmiUtils.java
236
// (1.1.0.0, 1.2.0.0) -> true, new path is a
sibling
237
// (1.1.0.0, 1.2.1.0) -> false, new path is a descendant of a
sibling
268
// (1.1.0.0, 1.2.0.0) -> false, new path is a
sibling
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java
214
// Ideally we want to insert the node before what used to be its next
sibling
.
215
// If that's not possible, we try to insert it before its next
sibling
element.
272
// Save its parent, next
sibling
and next element
/external/ImageMagick/MagickCore/
segment.c
168
*
sibling
,
165
*
sibling
,
member in struct:_IntervalTree
[
all
...]
/external/llvm/lib/CodeGen/
InlineSpiller.cpp
89
// Information about a value that was defined by a copy from a
sibling
111
// A defining instruction that is not a
sibling
copy or a reload, or NULL.
131
// Values in RegsToSpill defined by
sibling
copies.
302
//
Sibling
Values
306
// copies from
sibling
registers. We trace the
sibling
copies back to the
481
/// real defining instructions by looking through
sibling
copies. Always stay
596
// Trace through
sibling
copies.
608
// Known
sibling
source value? Try an insertion.
645
/// analyzeSiblingValues - Trace values defined by
sibling
copies back t
[
all
...]
/development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java
74
// The empty view is displayed when the collection has no items. It should be a
sibling
/external/chromium-trace/catapult/third_party/Paste/docs/
StyleGuide.txt
97
share module names with
sibling
or parent packages. Sadly this
/external/google-breakpad/src/google_breakpad/processor/
fast_source_line_resolver.h
34
// FastSourceLineResolver is a
sibling
class of BasicSourceLineResolver. The
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPackerIO.java
65
FileHandle pageFile = file.
sibling
(file.nameWithoutExtension() + "_" + (++index) + parameters.format.getExtension());
/external/mesa3d/src/glsl/
ir_import_prototypes.cpp
90
* about. Instead continue with the next
sibling
.
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textsplittextone.java
37
* The method splits the Text node into two new
sibling
textsplittextone.java
37
* The method splits the Text node into two new
sibling
/packages/apps/Launcher3/src/com/android/launcher3/
ClickShadowView.java
89
* @param viewParent immediate parent of {@param view}. It must be a
sibling
of this view.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_node_reader.cpp
95
//
Sibling
position is the tail position of original PtNode.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_node_reader.cpp
78
//
Sibling
position is the tail position of original PtNode.
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_import.py
76
# We won't handle both
sibling
and absolute imports in the
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_import.py
76
# We won't handle both
sibling
and absolute imports in the
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_import.py
76
# We won't handle both
sibling
and absolute imports in the
Completed in 1726 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>