HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 701 - 725 of 1029) sorted by null

<<21222324252627282930>>

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 477 List<Action> children = mActions.get(mimeType); local
479 final Action firstInfo = children.get(0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 88 * A group of characters, with a frequency, shortcut targets, bigrams, and children.
93 * of the trie trie; as such, it can be a terminal, and it can have children.
97 * bigrams, but a non-terminal may not. Moreover, children, if present, are null.
126 final boolean isNotAWord, final boolean isBlacklistEntry, final Node children) {
131 mChildren = children;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 424 rewriteTree(root,children,description,enclosingTreeLevel,treeLevel) ::= <<
429 <children:rewriteElement()>
  /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/expat/amiga/include/libraries/
expat.h 139 XML_Content * children; member in struct:XML_cp
  /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/platform/
ScrollView.h 83 const HashSet<RefPtr<Widget> >* children() const { return &m_children; } function in class:WebCore::ScrollView
279 // Widget overrides to ensure that our children's visibility status is kept up to date when we get shown and hidden.
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 206 const Vector<GraphicsLayer*>& children() const { return m_children; } function in class:WebCore::GraphicsLayer
223 // The given layer will replicate this layer and its children; the replica renders behind this layer.
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLOperator.cpp 127 // Destroy our current children
128 children()->destroyLeftoverChildren();
130 // Since we share a node with our children, destroying our children will set our node's
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 855 const WebCore::HistoryItemVector& children = item->children(); local
857 unsigned size = children.size();
860 QWebHistoryItem kid(new QWebHistoryItemPrivate(children[i].get()));
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 149 for (NodeImpl node : children) {
  /external/chromium/chrome/browser/extensions/
extension_bookmarks_module.cc 239 ListValue* children = new ListValue(); local
243 children->Append(child_id);
246 reorder_info->Set(keys::kChildIdsKey, children);
451 if (parent->parent() == NULL) { // Can't create children of the root.
  /external/clang/lib/AST/
Stmt.cpp 163 (void) sizeof(is_good(implements_children(&type::children)))
181 Stmt::child_range Stmt::children() { function in class:Stmt
187 return static_cast<type*>(this)->children();
977 Children[TRY] = TryBlock;
978 Children[HANDLER] = Handler;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 652 Control[] children = getChildren();
653 return children.length == 1 ? children[0] : null;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 88 * and any children from rendering commands.
423 // for a node, the world bound is a combination of all it's children
520 // Go to children recursively and update their bound
530 // All children's bounds have been updated. Update my own now.
    [all...]
  /external/libxml2/
xmlschemastypes.c 338 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaTreeItem
347 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaParticle
359 xmlSchemaTreeItemPtr children; member in struct:_xmlSchemaModelGroup
424 particle->children = (xmlSchemaTreeItemPtr) sequence;
431 sequence->children = (xmlSchemaTreeItemPtr) particle;
442 particle->children = (xmlSchemaTreeItemPtr) wild;
633 particle->children->children->children);
634 xmlFree((xmlSchemaParticlePtr) particle->children->children)
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 119 /// operates on the node or its children without potential side effects or a
183 /// ScopeMatcher - This attempts to match each of its children to find the first
185 /// If none of the children match then this check fails. It never has a 'next'.
187 SmallVector<Matcher*, 4> Children;
189 ScopeMatcher(Matcher *const *children, unsigned numchildren)
190 : Matcher(Scope), Children(children, children+numchildren) {
194 unsigned getNumChildren() const { return Children.size(); }
196 Matcher *getChild(unsigned i) { return Children[i];
    [all...]
  /external/v8/src/
ast.cc 679 static Interval ListCaptureRegisters(ZoneList<RegExpTree*>* children) {
681 for (int i = 0; i < children->length(); i++)
682 result = result.Union(children->at(i)->CaptureRegisters());
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 772 AccessibilityChildrenVector axChildren = children();
789 AccessibilityChildrenVector axChildren = children();
803 AccessibilityChildrenVector axChildren = children();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 145 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children)
147 bool childrenChanged = GraphicsLayer::setChildren(children);
223 // Update the parent's children.
389 if (layer->children().size())
543 // No need to copy the children as they will be removed and synced.
551 // children.
555 // Need to rebuild our children based on the new structure.
567 // No need to copy over children.
574 // children.
577 // Children are all re-parented
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 957 QList<QGraphicsItem *> children = d->newWindowParent->childItems(); local
958 for (int i = 0; i < children.count(); ++i)
959 children.at(i)->setParentItem(parent);
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 280 GSList* children = DumpRenderTreeSupportGtk::getFrameChildren(frame); local
281 for (GSList* child = children; child; child = g_slist_next(child))
283 g_slist_free(children);
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 507 if (0 != strncmp((const char *) & (data.cont.children[i]), (const char *)&MC_UUID_FREE, sizeof(mcUuid_t))) {
508 ret = mcRegistryCleanupTrustlet(&(data.cont.children[i]));
558 mcSpid_t spid = data.cont.children[i];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 735 NodeList children = node.getChildNodes(); local
736 for (int i = 0, n = children.getLength(); i < n; i++) {
737 Node child = children.item(i);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 579 NodeList children = node.getChildNodes(); local
580 for (int i = 0, n = children.getLength(); i < n; i++) {
581 urls = findIncludesInDocument(children.item(i), urls);
    [all...]

Completed in 1741 milliseconds

<<21222324252627282930>>