OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:children
(Results
1801 - 1825
of
2686
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/llvm/unittests/Support/
Path.cpp
283
// Make sure that parents were visited before
children
. No other ordering
/external/markdown/markdown/
treeprocessors.py
303
""" Recursively add linebreaks to ElementTree
children
. """
/external/mesa3d/src/glsl/
ir_clone.cpp
381
* the
children
also need to be processed.
/external/protobuf/python/google/protobuf/
message.py
241
The purpose of this method is to register back-edges from
children
to
/external/quake/quake/src/QW/client/
gl_model.h
171
struct mnode_s *
children
[2];
member in struct:mnode_s
model.h
151
struct mnode_s *
children
[2];
member in struct:mnode_s
/external/quake/quake/src/WinQuake/
gl_model.h
167
struct mnode_s *
children
[2];
member in struct:mnode_s
model.h
140
struct mnode_s *
children
[2];
member in struct:mnode_s
sv_main.cpp
391
node = node->
children
[0];
393
node = node->
children
[1];
396
SV_AddToFatPVS (org, node->
children
[0]);
397
node = node->
children
[1];
/external/skia/src/animator/
SkDisplayEvent.cpp
137
*parentList->append() = (SkDrawable*) displayable; // make it findable before
children
are enabled
/external/valgrind/main/coregrind/m_ume/
main.c
93
"--trace-
children
=yes, if in effect\n");
/external/valgrind/main/gdbserver_tests/
README_DEVELOPERS
192
valgrind --vgdb=yes --vgdb-error=1000 --vgdb-poll=50000 --trace-
children
=yes firefox 2>&1 | tee f.out
/external/valgrind/main/massif/
ms_print.in
205
# any
children
of this node with "$this_prefix$child_midfix$arrow".
214
# Now read all the
children
.
230
# If this was significant but any
children
were insignificant, print
241
# If this node has no
children
, print an extra (mostly) empty line.
/external/webkit/Examples/
ChangeLog
250
Bug 22555: Sort "
children
" sections in Xcode project files
/external/webkit/Source/WebCore/bindings/js/
JSNodeCustom.cpp
112
// we don't descend to check
children
for custom properties, and just conservatively
/external/webkit/Source/WebCore/dom/
ScriptElement.cpp
173
// FIXME: HTML5 spec says we should check that all
children
are either comments or empty text nodes.
/external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp
195
Vector<RefPtr<Node> >
children
;
local
198
children
.append(child);
200
size_t size =
children
.size();
202
removeNode(
children
[i].release());
[
all
...]
/external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js
238
this._dataGrid.
children
[0].selected = true;
/external/webkit/Source/WebCore/plugins/
PluginView.h
228
// This clip includes any clips that the widget itself sets up for its
children
.
/external/webkit/Source/WebCore/rendering/
InlineBox.h
351
bool m_hasSelectedChildrenOrCanHaveLeadingExpansion : 1; // Whether we have any
children
selected (this bit will also be set if the <br> that terminates our line is selected).
InlineFlowBox.h
56
// text
children
must not apply. This change also means that gaps will exist between image bullet list items. Even when the list bullet
RenderFileUploadControl.cpp
268
// Paint the
children
.
RenderMarquee.cpp
229
// Hack alert: Set the white-space value to nowrap for horizontal marquees with inline
children
, thus ensuring
RenderRubyRun.cpp
165
// Collect all
children
in a single base, then swap the bases.
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp
227
// Draw all clipPath
children
into a global mask.
Completed in 563 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>