/sdk/manifmerger/src/com/android/manifmerger/ |
XmlUtils.java | 304 * @param deep If true, this will recurse into children.
|
/system/core/rootdir/ |
init.rc | 12 # Set init and its forked children's oom_adj.
|
/external/yaffs2/yaffs2/ |
yaffs_guts.c | [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 134 have many individual children unless there has not been any shaping going on in 418 have many individual children unless there has not been any shaping going on in
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 591 * {@link org.apache.xpath.axes.LocPathIterator} children. 633 * {@link org.apache.xpath.axes.AxesWalker} children. [all...] |
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 208 * Remove all children of an element which have a given class in 524 // don't affect children that aren't positioned relative to it), but we
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
jstemplate.js | 560 // Newly generated children should be ignored, so we explicitly
561 // store the children to be processed.
[all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jstemplate.js | 560 // Newly generated children should be ignored, so we explicitly 561 // store the children to be processed. [all...] |
/external/chromium/webkit/glue/ |
dom_serializer_unittest.cc | 417 // Go through all children of HEAD element. 481 // Go through all children of HEAD element. [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 717 /* alarm is used to kill TCP children after a fixed time. */ 875 /* Knock all our children on the head. */ [all...] |
/external/ppp/pppd/ |
pppd.h | 320 extern int child_wait; /* # seconds to wait for children at end */ 456 /* close the device, called in children after fork */ [all...] |
/external/smali/smali/src/main/antlr3/org/jf/smali/ |
smaliParser.g | 213 private CommonTree buildTree(int type, String text, List<CommonTree> children) { 215 for (CommonTree child: children) { [all...] |
/external/valgrind/main/coregrind/ |
m_libcproc.c | 364 (see sigaction(2)), then children that terminate do not 366 until all children have terminated, and then fail with errno
|
m_main.c | 119 " --trace-children=no|yes Valgrind-ise child processes (follow execve)? [no]\n" 120 " --trace-children-skip=patt1,patt2,... specifies a list of executables\n" 121 " that --trace-children=yes should not trace into\n" 122 " --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip=\n" 123 " but check the argv[] entries for children, rather\n" 478 // a child was spawned with --trace-children=yes, the 542 else if VG_BOOL_CLO(arg, "--trace-children", VG_(clo_trace_children)) {} 587 else if VG_STR_CLO (arg, "--trace-children-skip", 589 else if VG_STR_CLO (arg, "--trace-children-skip-by-arg" [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
AuditRules.js | 189 if (!summary.children || summary.children.length <= this._hostCountThreshold) [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 547 // Eventually enter recursion to build SVGElementInstance objects for the sub-tree children [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 123 * #WebKitWebFrame can have n children. 1111 HashSet<GtkWidget*> children = priv->children; local [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
declaring-layout.jd | 210 though it may also define different LayoutParams for its own children. </p> 356 <p>A layout that organizes its children into a single horizontal or vertical row. It
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 743 // the paths for all children in the case where this is a directory. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
PriorityBlockingQueue.java | 103 * children of queue[n] are queue[2*n+1] and queue[2*(n+1)]. The 345 * equal to its children or is a leaf. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssistTest.java | 346 // Test children of selector: should offer item 568 // have children (to test the closing tag insertion code) [all...] |
/external/strace/ |
strace.c | 98 * from having children it doesn't expect to have), and grandchild 1051 definitely works without losing track of children. The user 1054 to children, but probably noone really needs that. */ [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 780 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(application->getChildren()); local 781 for (size_t i = 0; i < children.size(); i++) { 782 sp<XMLNode> child = children.editItemAt(i); 798 Vector<sp<XMLNode> >& children = const_cast<Vector<sp<XMLNode> >&>(root->getChildren()); local 799 for (size_t i = 0; i < children.size(); i++) { 800 sp<XMLNode> child = children.editItemAt(i); [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 1008 any children could possibly be created; otherwise, the wait [all...] |