OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:children
(Results
1776 - 1800
of
2686
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/bluetooth/glib/gio/inotify/
inotify-path.c
52
GList*
children
;
member in struct:ip_watched_dir_s
/external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c
88
/* Frees glob_list and all of it's
children
*/
/external/bluetooth/glib/tests/
testglib.c
273
g_assert (root->
children
== node_B);
281
g_assert (root->
children
->next == node_F);
293
g_assert (g_node_depth (node_G->
children
->next) == 4);
374
node = node->
children
->next;
[
all
...]
/external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h
93
// Retrieves the number of accessible
children
.
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc
30
const char* BookmarkCodec::kChildrenKey = "
children
";
/external/chromium/chrome/browser/importer/
safari_importer.mm
233
NSArray* elements = [bookmark_folder objectForKey:@"
Children
"];
/external/chromium/chrome/browser/sync/glue/
preference_model_associator.cc
168
//
children
.
/external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h
163
// "switched" every time the user switches tabs. The
children
of this view
/external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc
500
// When a row in the tree is expanded, expand all the
children
too.
first_run_dialog.cc
229
// GtkHButtonBox because we want all
children
to have the same size.
rounded_window.cc
240
return FALSE; // Propagate so our
children
paint, etc.
/external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc
67
// Logically, the shelf is a vbox that contains two
children
: a one pixel
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.cc
44
// The
children
(tabs) may callback to us from their destructor. Delete them
/external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc
25
// problematic as the shell sends messages to
children
of the desktop
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlelement.cc
112
// copy
children
/external/clang/include/clang/Analysis/
CallGraph.h
151
/// Iterators through all the callees/
children
of the node.
/external/clang/lib/AST/
TypeLoc.cpp
77
/// \brief Initializes a type location, and all of its
children
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
173
//
children
, and create a multiplex listener each if so.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java
173
this.
children
= null;
/external/elfutils/backends/
ia64_retval.c
163
case 1: /* No
children
: empty struct. */
/external/kernel-headers/original/linux/
sync.h
85
* @child_list_head: list of
children
sync_pts for this sync_timeline
/external/linux-tools-perf/util/
trace-event-info.c
81
struct events *
children
;
member in struct:events
/external/llvm/include/llvm/ADT/
SCCIterator.h
64
// This is used to track the minimum uplink values for all
children
of
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
261
/// addToContextOwner - Add Die into the list of its context owner's
children
.
/external/llvm/test/
Makefile
51
VALGRIND := valgrind --tool=memcheck --quiet --trace-
children
=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
Completed in 596 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>