OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children
(Results
751 - 775
of
1029
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java
415
//
Children
are traversed
1490
NodeList
children
= node.getChildNodes();
local
[
all
...]
/external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc
1001
*node = parent_->
children
()[index_in_parent_ - 1]->
1019
index_in_parent_ < static_cast<int>(parent_->
children
().size()) - 1) {
1020
*node = parent_->
children
()[index_in_parent_ + 1]->
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_util.cc
137
// drawing and propagates the expose event to the container's
children
.
141
GList*
children
= gtk_container_get_children(GTK_CONTAINER(widget));
local
142
for (GList* item =
children
; item; item = item->next) {
147
g_list_free(
children
);
559
// search depth to all
children
of top-level windows.
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
org.eclipse.core.runtime_3.6.0.v20100505.jar
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
751
// looks like this is a view class that doesn't support
children
manipulation!
1437
List<ViewInfo>
children
= new ArrayList<ViewInfo>();
local
[
all
...]
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
410
lastH2.
children
= [];
412
lastH2.
children
.push(dataNode);
/external/chromium/webkit/glue/
webaccessibility.cc
390
// Recursively create
children
.
398
// Don't add
children
that are invalid thus preventing a crash.
404
//
Children
may duplicated in the webkit accessibility tree. Only add a
417
// As an exception, also add
children
of an iframe element.
420
children
.push_back(WebAccessibility(child, cache, include_children));
/external/elfutils/libelf/
libelfP.h
414
struct Elf *
children
; /* List of all descriptors for this archive. */
member in struct:Elf::__anon7971::__anon7975
/external/expat/lib/
expat.h
121
and
children
point to an array of XML_Content cells that will be
125
the numchildren field will be zero and
children
will be NULL. The
128
CHOICE and SEQ will have name NULL, the number of
children
in
129
numchildren and
children
will point, recursively, to an array
142
XML_Content *
children
;
member in struct:XML_cp
[
all
...]
/external/kernel-headers/original/linux/
device.h
144
struct list_head
children
;
member in class:__anon9663
147
struct semaphore sem; /* locks both the
children
and interfaces lists */
/external/libxslt/libxslt/
preproc.c
758
if (inst->
children
!= NULL) {
[
all
...]
/external/linux-tools-perf/util/
trace-event-info.c
81
struct events *
children
;
member in struct:events
/external/v8/tools/
stats-viewer.py
222
for child in self.root.
children
.values():
/external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h
476
virtual const AccessibilityChildrenVector&
children
() { return m_children; }
function in class:WebCore::AccessibilityObject
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js
262
this.
children
= []; // sub-scopes
265
parent.
children
.push(this);
440
// do
children
first; order shouldn't matter
441
for (i = scope.
children
.length; --i >= 0;)
442
fixrefs(scope.
children
[i]);
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp
252
// Recursively walk the
children
.
541
RefPtr<HTMLCollection>
children
= head->
children
();
local
542
for (Node* child =
children
->firstItem(); child; child =
children
->nextItem()) {
[
all
...]
/external/yaffs2/yaffs2/
yaffs_guts.h
364
* - a directory (no data, has
children
links
379
struct list_head
children
; /* list of child links */
member in struct:__anon18650
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java
375
size += FormatSpec.GROUP_MAX_ADDRESS_SIZE; // For
children
address
406
* Helper method to hide the actual value of the no
children
address.
458
* This can be used either for
children
addresses (which are always positive) or for
532
* Computes the actual node size, based on the cached addresses of the
children
nodes.
536
* on the address of the
children
because the number of bytes necessary to store an
562
// assign my address to
children
's parent address
628
* nodes can be given the addresses of its
children
and attributes, and store that into
749
* @param childrenAddressSize the size of a
children
address.
1531
Node
children
= reverseNodeMap.get(info.mChildrenAddress);
local
[
all
...]
Completed in 2392 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>