HomeSort by relevance Sort by last modified time
    Searched full:childs (Results 1 - 25 of 44) sorted by null

1 2

  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
MockAbstractPreferences.java 40 Map<String, MockAbstractPreferences> childs = new HashMap<String, MockAbstractPreferences>(); field in class:MockAbstractPreferences
77 childs.put(c.name(), c);
93 String[] r = new String[childs.size()];
94 childs.keySet().toArray(r);
121 AbstractPreferences r = childs.get(name);
173 ((MockAbstractPreferences) p).childs.remove(name());
AbstractPreferencesTest.java 531 AbstractPreferences[] childs = ((MockAbstractPreferences) pref) local
534 for (int i = 0; i < childs.length; i++) {
535 if (childs[i].name().equals("child3")) {
536 child3 = childs[i];
    [all...]
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 45 // once all of our childs are dead. Since we're init we need to reap childs
  /external/qemu/elff/
dwarf_die.h 90 * is false, all the childs and siblings of this object will be dumped
139 /* Gets last child object in the list of this DIE's childs. NOTE: for better
147 /* Links next child to the list of this DIE childs. */
192 /* Last child object in the list of this DIE's childs. NOTE: for better
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 90 * is false, all the childs and siblings of this object will be dumped
139 /* Gets last child object in the list of this DIE's childs. NOTE: for better
147 /* Links next child to the list of this DIE childs. */
192 /* Last child object in the list of this DIE's childs. NOTE: for better
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 590 GList* childs = menuitem_get_children(menu); local
592 for (; childs != NULL; childs = childs->next, i++) {
594 GPOINTER_TO_INT(g_object_get_data(G_OBJECT(childs->data), kTypeTag));
606 GList* childs = menuitem_get_children(menu); local
607 for (; childs != NULL; childs = childs->next) {
609 childs->data)
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
swapcontext_test.cc 63 // Touch childs's stack to make sure it's unpoisoned.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
AssetLinkNode.java 178 SafeArrayList<Spatial> childs = children; local
183 children = childs;
  /external/smack/src/org/jivesoftware/smackx/packet/
OfflineMessageRequest.java 45 * Returns an Iterator for item childs that holds information about offline messages to
48 * @return an Iterator for item childs that holds information about offline messages to
MUCAdmin.java 42 * Returns an Iterator for item childs that holds information about roles, affiliation,
45 * @return an Iterator for item childs that holds information about roles, affiliation,
MUCOwner.java 42 * Returns an Iterator for item childs that holds information about affiliation,
45 * @return an Iterator for item childs that holds information about affiliation,
  /external/chromium_org/net/disk_cache/
mem_backend_impl.cc 257 // parent node will go prior to it childs in ranking list (see
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 199 // Drag divider between childs' minimum sizes.
  /external/ipsec-tools/src/racoon/
session.c 422 /* Catch up childs, mainly scripts.
  /external/opencv/cv/src/
cvmatchcontours.cpp 271 /*write to buffer pointers to root's childs vertexs*/
  /external/openssh/
gss-serv.c 313 /* This allows GSSAPI methods to do things to the childs environment based
session.c 1154 * the childs environment as they see fit
    [all...]
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 264 // We want to keep a full process tree and we don't want our childs to
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 455 struct _xmlNode *children; /* parent->childs link */
    [all...]
  /external/dropbear/
svr-chansession.c 74 /* Handler for childs exiting, store the state for return to the client */
  /external/libxml2/include/libxml/
tree.h 454 struct _xmlNode *children; /* parent->childs link */
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNode.java 466 // cannot happen (duplicate childs/quals do not exist in this node)
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java     [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 616 with parent directories' files stored before childs'
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
MtSaintHelens.svg 13 var childs = elem.childNodes;
15 for (var i=0; i<childs.length; i++) {
16 if (childs.item(i).nodeType == 1 && childs.item(i).nodeName == "title") found = childs.item(i);
19 childs = found.childNodes;
20 for (var i=0; childs && i<childs.length; i++)
21 if (childs.item(i).nodeType == 3) {
22 return childs.item(i).nodeValue;
    [all...]

Completed in 3470 milliseconds

1 2