/external/webkit/WebCore/svg/ |
SVGAnimateMotionElement.cpp | 109 for (Node* child = firstChild(); child; child = child->nextSibling()) { 110 if (child->hasTagName(SVGNames::mpathTag)) { 111 SVGMPathElement* mPath = static_cast<SVGMPathElement*>(child);
|
SVGElement.cpp | 222 Node* child = firstChild(); local 223 while (child) { 224 if (child->isSVGElement() && !static_cast<SVGElement*>(child)->haveLoadedRequiredResources()) 226 child = child->nextSibling(); 272 bool SVGElement::childShouldCreateRenderer(Node* child) const 274 if (child->isSVGElement()) 275 return static_cast<SVGElement*>(child)->isValid();
|
/frameworks/base/docs/html/guide/topics/views/ |
intro.jd | 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method and passes a reference to the root node object. Once the Android system has the reference to the root node object, it can work directly with the node to invalidate, measure, and draw the tree. When your Activity becomes active and receives focus, the system notifies your activity and requests the root node to measure and draw the tree. The root node then requests that its child nodes draw themselves — in turn, each viewgroup node in the tree is responsible for drawing its direct children. </p> 28 each child to let it render itself. The children may request a size and location 30 each child can be.</p> 32 <h2>LayoutParams: How a Child Specifies Its Position and Size</h2> 36 contains property types that define a child's size and position, in properties 42 values. Each child element must define LayoutParams that are appropriate for its parent, although it may define different LayoutParams for its children. </p>
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsAddress.java | 207 PrimitiveElement child = elem.getFirstChild(); local 208 if(child == null) { 211 if(ImpsTags.GroupID.equals(child.getTagName())){ 212 return new ImpsGroupAddress(child.getContents()); 214 String screeName = child.getChildContents(ImpsTags.SName); 215 String groupId = child.getChildContents(ImpsTags.GroupID);
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
ElementParallelTimeContainerImpl.java | 90 ElementTime child = (ElementTime) children.item(i); local 91 TimeList endTimeList = child.getEnd(); 121 ElementTime child = (ElementTime) children.item(i); local 123 TimeList beginList = child.getBegin(); 136 TimeList endList = child.getEnd(); 150 activeChildren.add((Node) child);
|
/external/webkit/WebCore/platform/graphics/ |
GlyphPageTreeNode.cpp | 303 GlyphPageTreeNode* child = fontData ? m_children.get(fontData) : m_systemFallbackChild; local 304 if (!child) { 305 child = new GlyphPageTreeNode; 306 child->m_parent = this; 307 child->m_level = m_level + 1; 314 child->m_pageNumber = m_pageNumber; 317 m_children.set(fontData, child); 318 fontData->setMaxGlyphPageTreeLevel(max(fontData->maxGlyphPageTreeLevel(), child->m_level)); 320 m_systemFallbackChild = child; 321 child->m_isSystemFallback = true [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListConnector.java | 36 * <li> cPos - Child position, the position of a child among all the children 47 * ListAdapter expects to/from group and child positions that the ExpandableListAdapter 59 * and group/child positions. See {@link GroupMetadata}. 97 * flat list position corresponds to a group, or b) child pos if it 98 * corresponds to a child. Performs a binary search on the expanded 103 * @return the group position or child position of the specified flat list 131 * contains the child we're looking for. If we are looking for a 149 * last child's flat list position, so search right 168 /* The flat list position is a child of the middle group * [all...] |
TabWidget.java | 261 public void childDrawableStateChanged(View child) { 262 if (getTabCount() > 0 && child == getChildTabViewAt(mSelectedTab)) { 266 super.childDrawableStateChanged(child); 377 View child = getChildTabViewAt(i); local 378 child.setEnabled(enabled); 383 public void addView(View child) { 384 if (child.getLayoutParams() == null) { 389 child.setLayoutParams(lp); 393 child.setFocusable(true); 394 child.setClickable(true) [all...] |
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 170 final File child = dir != null ? new File (dir, childName) : new File (childName); local 175 handler.handleDirStart (currentPathDir, child); 176 if (trace1) m_log.trace1 ("enumeratePathDir", "recursing into [" + child.getName () + "] ..."); 177 enumeratePathDir (child.getPath ()); 178 handler.handleDirEnd (currentPathDir, child); 186 // handler.handleArchiveStart (currentPathDir, child); 187 // enumeratePathArchive (child.getPath ()); 188 // handler.handleArchiveEnd (currentPathDir, child); 192 if (trace1) m_log.trace1 ("enumeratePathDir", "processing file [" + child.getName () + "] ..."); 193 handler.handleFile (currentPathDir, child); [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ScrollingTabWidget.java | 254 * @param child 256 public void addTab(View child) { 257 if (child == null) { 261 if (child.getLayoutParams() == null) { 266 child.setLayoutParams(lp); 270 child.setFocusable(true); 271 child.setClickable(true); 272 child.setOnClickListener(new TabClickListener()); 273 child.setOnFocusChangeListener(this); 275 mTabsView.addView(child); [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
EntityDelta.java | 149 * Get the {@link ValuesDelta} child marked as {@link Data#IS_PRIMARY}, 205 * Return the list of child {@link ValuesDelta} from our optimized map, 226 for (ValuesDelta child : mimeEntries) { 228 if (onlyVisible && !child.isVisible()) continue; 284 for (ValuesDelta child : mimeEntries) { 286 if (!other.containsEntry(child)) return false; 298 for (ValuesDelta child : mimeEntries) { 299 // Contained if we find any child that matches 300 if (child.equals(entry)) return true; 312 for (ValuesDelta child : mimeEntries) 469 final ValuesDelta child = source.<ValuesDelta> readParcelable(loader); local [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
FileObserverTest.java | 97 * 1. Observe a dir, when it's child file have been written and closed, 98 * observer should get modify open-child modify-child and closed-write events. 99 * 2. While stop observer a dir, observer should't get any event while delete it's child file. 100 * 3. Observer a dir, when create delete a child file and delete self, 101 * observer should get create-child close-nowrite delete-child delete-self events.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 54 /** The child axis contains the children of the context node. */ 55 public static final int CHILD = 3; 59 * a descendant is a child or a child of a child and so on; thus the 169 false, // child 188 "child", // 3
|
/external/bluetooth/glib/glib/ |
gnode.h | 150 * Inserts a #GNode as the last child of the given parent. 161 * the new #GNode is inserted as the last child of @parent 189 * Inserts a new #GNode as the first child of the given parent. 201 * Inserts a new #GNode as the last child of the given parent. 240 GNode *child); 273 * Gets the first child of a #GNode. 275 * Returns: the first child of @node, or %NULL if @node is %NULL
|
/external/kernel-headers/original/asm-generic/ |
siginfo.h | 72 pid_t _pid; /* which child */ 207 #define CLD_EXITED (__SI_CHLD|1) /* child has exited */ 208 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */ 209 #define CLD_DUMPED (__SI_CHLD|3) /* child terminated abnormally */ 210 #define CLD_TRAPPED (__SI_CHLD|4) /* traced child has trapped */ 211 #define CLD_STOPPED (__SI_CHLD|5) /* child has stopped */ 212 #define CLD_CONTINUED (__SI_CHLD|6) /* stopped child has continued */
|
/external/webkit/WebCore/history/ |
CachedFrame.cpp | 104 // Open the child CachedFrames in their respective FrameLoaders. 139 for (Frame* child = frame->tree()->firstChild(); child; child = child->tree()->nextSibling()) 140 m_childFrames.append(CachedFrame::create(child)); 156 LOG(PageCache, "Finished creating CachedFrame for child frame with url '%s' and DocumentLoader %p\n", m_url.string().utf8().data(), m_documentLoader.get());
|
/frameworks/base/docs/html/guide/practices/design/ |
responsiveness.jd | 18 <p>In both of these cases, the fix is usually to create a child thread, and do 71 resizing bitmaps should be done in a child thread (or in the case of databases 73 your main thread should block while waiting for the child thread to 75 <code>Thread.sleep()</code>. Instead of blocking while waiting for a child 77 android.os.Handler Handler} for child threads to post back to upon completion. 88 tasks via child threads (as the life of a BroadcastReceiver is short), your 110 <li>For games specifically, do calculations for moves in a child
|
/external/webkit/WebCore/rendering/ |
RenderLayer.cpp | 197 // Child layers will be deleted by their corresponding render objects, so 254 // We need the full repaint to propagate to child layers if we are hardware compositing. 315 for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) 316 child->updateLayerPositions(flags); 445 for (RenderLayer* child = firstChild(); child; child = child->nextSibling()) [all...] |
RenderLineBoxList.cpp | 252 void RenderLineBoxList::dirtyLinesFromChangedChild(RenderObject* container, RenderObject* child) 271 for (curr = child->previousSibling(); curr; curr = curr->previousSibling()) { 310 if (child->isBR() || (curr && curr->isBR())) { 324 for (const InlineFlowBox* child = m_firstLineBox; child != 0; child = child->nextFlowBox()) { 325 ASSERT(child->prevFlowBox() == prev); 326 prev = child;
|
SVGRenderSupport.cpp | 242 for (RenderObject* child = start->firstChild(); child; child = child->nextSibling()) { 249 if (SVGElement* element = child->node()->isSVGElement() ? static_cast<SVGElement*>(child->node()) : 0) { 256 child->setNeedsLayout(true, false); 258 child->layoutIfNeeded(); 259 ASSERT(!child->needsLayout());
|
/external/webkit/WebKit/android/jni/ |
WebHistory.cpp | 58 static bool read_item_recursive(WebCore::HistoryItem* child, const char** pData, int length); 99 * WebKit tries to be smart and not load child frames that have the 101 * current history item stored in the child frame's loader does not 113 // Keep a small list of child frames to traverse. 117 WebCore::Frame* child = pFrame->tree()->firstChild(); local 118 // Remember the parent history item so we can search for a child item. 120 while (child) { 123 WebCore::HistoryItem* item = parent->childItemWithTarget(child->tree()->name()); 124 child->loader()->history()->setCurrentItem(item); 125 // Append the first child to the queue if it exists. If there is n 670 WTF::PassRefPtr<WebCore::HistoryItem> child = WebCore::HistoryItem::create(); local [all...] |
/external/bluetooth/glib/gio/ |
gfilemonitor.c | 342 GFile *child; member in struct:_FileChange 350 g_object_unref (change->child); 372 change->child, change->other_file, change->event_type); 383 GFile *child, 395 change->child = g_object_ref (child); 630 * @child: a #GFile. 642 GFile *child, 651 g_return_if_fail (G_IS_FILE (child)); 653 limiter = g_hash_table_lookup (monitor->priv->rate_limiter, child); [all...] |
/external/bluetooth/glib/gio/win32/ |
gwinhttpfile.c | 370 GWinHttpFile *child; local 387 child = g_object_new (G_TYPE_WINHTTP_FILE, NULL); 388 child->vfs = winhttp_file->vfs; 389 child->url = winhttp_file->url; 390 child->url.lpszScheme = g_memdup (winhttp_file->url.lpszScheme, (winhttp_file->url.dwSchemeLength+1)*2); 391 child->url.lpszHostName = g_memdup (winhttp_file->url.lpszHostName, (winhttp_file->url.dwHostNameLength+1)*2); 392 child->url.lpszUserName = g_memdup (winhttp_file->url.lpszUserName, (winhttp_file->url.dwUserNameLength+1)*2); 393 child->url.lpszPassword = g_memdup (winhttp_file->url.lpszPassword, (winhttp_file->url.dwPasswordLength+1)*2); 394 child->url.lpszUrlPath = wnew_path; 395 child->url.dwUrlPathLength = wcslen (wnew_path) [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_tagtree.h | 424 node_ptr child = NULL; local 445 // set child parent relationship 446 if (child) 448 child->parent = (*mit).second; 449 child->parent->children.push_back(child); 455 // otherwise create a new node, insert it into map, and set parent/child relationship 479 // set child/parent relationship 480 if (child) 482 child->parent = (*(mapresult.first)).second [all...] |
/external/v8/src/ |
zone-inl.h | 201 // No left child, so the new tree is just the right child. 204 // Left child exists. 206 // Make the original left child the new root. 208 // Splay to make sure that the new root has an empty right child. 210 // Insert the original right child as the right child of the new 224 // counter-intuitive: The right child of the dummy node will hold 225 // the L tree of the algorithm. The left child of the dummy node
|