/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Entity.java | 105 ContentTypeField child = local 112 return ContentTypeField.getMimeType(child, parent);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TableRowRule.java | 46 public void onChildInserted(@NonNull INode child, @NonNull INode parent, 73 public DropFeedback onResizeBegin(@NonNull INode child, @NonNull INode parent,
|
/prebuilts/sdk/current/support/v7/recyclerview/libs/ |
android-support-v7-recyclerview.jar | |
/external/chromium_org/chrome/browser/ |
memory_details_linux.cc | 206 // Check if this is one of the child processes whose data we collected 208 for (size_t child = 0; child < child_info.size(); child++) { 209 if (child_info[child].pid != i->pid) 211 i->titles = child_info[child].titles; 212 i->process_type = child_info[child].process_type;
|
memory_details_mac.cc | 225 // Check if this is one of the child processes whose data we collected 227 for (size_t child = 0; child < child_info.size(); child++) { 228 if (child_info[child].pid == info.pid) { 229 info.titles = child_info[child].titles; 230 info.process_type = child_info[child].process_type;
|
/external/chromium_org/chrome/common/extensions/ |
update_manifest.cc | 59 // Returns child nodes of |root| with name |name| in namespace |xml_namespace|. 63 for (xmlNode* child = root->children; child != NULL; child = child->next) { 64 if (!TagNameEquals(child, name, xml_namespace)) { 67 result.push_back(child);
|
/external/chromium_org/content/browser/fileapi/ |
file_system_url_unittest.cc | 142 const std::string child("dir/child"); 147 CreateFileSystemURL(root1 + child))); 149 CreateFileSystemURL(root2 + child))); 151 // False cases: the path is not a child. 156 EXPECT_FALSE(CreateFileSystemURL(root1 + child).IsParent( 161 CreateFileSystemURL(root2 + child))); 165 CreateFileSystemURL(root3 + child)));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NodeRenderingTraversal.cpp | 129 if (Node* child = lastChild(parentNode)) 130 return child; 182 if (Node* child = firstChild(parentNode)) 183 return child; 209 if (Node* child = pseudoAwareFirstChild(node)) 210 return child;
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
SmartClip.cpp | 226 for (Node* child = parentNode->firstChild(); child; child = child->nextSibling()) { 227 IntRect childRect = child->pixelSnappedBoundingBox(); 229 hitNodes.append(child);
|
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 171 for (Data child : d.getChildren()) { 172 if (child.isFirstSibling()) { 173 return new JHdf(child, dataFactory, loadPathCache, options); 175 // The first child returned should be the first sibling. Throw an error 177 throw new IllegalStateException("First child was not first sibling."); 216 for (Data child : data.getChildren()) { 217 if (child.isFirstSibling()) { 218 return new JHdf(child, dataFactory, loadPathCache, options);
|
/external/lldb/test/python_api/value/ |
TestValueAPI.py | 125 # Get child at index 5 => 'Friday'. 126 child = value.GetChildAtIndex(5, lldb.eNoDynamicValues, True) 127 self.assertTrue(child, VALID_VARIABLE) 128 self.DebugSBValue(child) 130 self.expect(child.GetSummary(), exe=False, 138 self.assertTrue(child.GetValue() == val2.GetValue() and 139 child.GetSummary() == val2.GetSummary())
|
/external/valgrind/main/memcheck/tests/ |
atomic_incs.c | 670 pid_t child, p2; local 699 child = fork(); 700 if (child == -1) { 705 if (child == 0) { 706 /* --- CHILD --- */ 707 printf("child\n"); 730 p2 = waitpid(child, &status, 0); 731 assert(p2 == child); 733 /* assert that child finished normally */
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardWidgetPager.java | 381 public void addView(View child, int index) { 382 enforceKeyguardWidgetFrame(child); 383 super.addView(child, index); 391 public void addView(View child, int width, int height) { 392 enforceKeyguardWidgetFrame(child); 393 super.addView(child, width, height); 401 public void addView(View child, LayoutParams params) { 402 enforceKeyguardWidgetFrame(child); 403 super.addView(child, params); 411 public void addView(View child, int index, LayoutParams params) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
CustomBar.java | 98 View child = getChildAt(index); local 99 if (child instanceof ImageView) { 100 ImageView imageView = (ImageView) child; 131 View child = getChildAt(index); local 132 if (child instanceof TextView) { 133 TextView textView = (TextView) child;
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 126 AccessibilityNodeInfo child = node.getChild(i); local 127 if (child != null) { 128 if (child.isVisibleToUser()) { 129 dumpNodeRec(child, serializer, i, width, height); 130 child.recycle(); 132 Log.i(LOGTAG, String.format("Skipping invisible child: %s", child.toString())); 135 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s", 178 // and NAF but a child's text or description is available. Will assume 201 Log.i(LOGTAG, String.format("Null child %d/%d, parent: %s" [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AttachmentTileGrid.java | 146 // = [total width] / [child count] 162 final View child = getChildAt(i); local 165 child.measure( 198 final View child = getChildAt(i); local 201 final int childWidth = child.getMeasuredWidth(); 202 final int childHeight = child.getMeasuredHeight(); 214 child.layout(childLeft, childTop, 227 // This method is called when the child tile is INVISIBLE (meaning "empty"), and the
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerTest.java | 119 assertNotNull(logPrefix + " child position 0 should be laid out", child0); 120 assertNotNull(logPrefix + " child position 0 should be laid out", child1); 122 assertTrue(logPrefix + " second child should be to the left of first child", 124 assertEquals(logPrefix + " first child should be right aligned", 127 assertTrue(logPrefix + " first child should be to the left of second child", 129 assertEquals(logPrefix + " first child should be left aligned", 168 View child = mRecyclerView.getChildAt(i); 169 final int pos = mRecyclerView.getChildPosition(child); 892 final View child = mLayoutManager.getChildAt(mLayoutManager.getChildCount() \/ 2); local 923 final View child = mLayoutManager.findViewByPosition(target.mPosition); local 960 View child = mLayoutManager.getChildAt(i); local 1065 final View child = mLayoutManager.findViewByPosition(target.mPosition); local 1430 View child = getChildAt(i); local 1445 View child = getChildAt(i); local [all...] |
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility.cc | 221 BrowserAccessibility* child = InternalGetChild(i); local 222 int child_len = child->GetStaticTextLenRecursive(); 224 gfx::Rect child_rect = child->GetLocalBoundsForRange(start, len); 238 BrowserAccessibility* child = InternalGetChild(i); local 239 DCHECK_EQ(child->GetRole(), ui::AX_ROLE_INLINE_TEXT_BOX); 241 child->GetStringAttribute(ui::AX_ATTR_VALUE, &child_text); 255 gfx::Rect child_rect = child->GetLocation(); 256 int text_direction = child->GetIntAttribute( 258 const std::vector<int32>& character_offsets = child->GetIntListAttribute( 322 // The best result found that's a child of this object 332 BrowserAccessibility* child = PlatformGetChild(i); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMDebuggerAgent.cpp | 293 for (Node* child = InspectorDOMAgent::innerFirstChild(node); child; child = InspectorDOMAgent::innerNextSibling(child)) 294 updateSubtreeBreakpoints(child, rootBit, true); 315 for (Node* child = InspectorDOMAgent::innerFirstChild(node); child; child = InspectorDOMAgent::innerNextSibling(child)) 316 updateSubtreeBreakpoints(child, rootBit, false) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
APIspec.py | 200 child = param_node.children 201 while child: 202 if (child.type == "element" and child.name == "param" and 203 self.support_node(child)): 204 expanded_params.append(Parameter(child, self._gltype)) 207 child = child.next 516 child = node.children 518 while child [all...] |
/external/chromium_org/tools/grit/grit/node/ |
misc.py | 80 def _IsValidChild(self, child): 82 if isinstance(child, SplicingNode): 84 return self.parent._IsValidChild(child) 94 def _IsValidChild(self, child): 95 return (isinstance(child, (ThenNode, ElseNode)) or 96 super(IfNode, self)._IsValidChild(child)) 138 def _IsValidChild(self, child): 139 return self.started_inclusion and super(PartNode, self)._IsValidChild(child) 145 def _IsValidChild(self, child): 147 return isinstance(child, (empty.IncludesNode, empty.MessagesNode [all...] |
/external/mesa3d/src/mesa/main/ |
APIspec.py | 200 child = param_node.children 201 while child: 202 if (child.type == "element" and child.name == "param" and 203 self.support_node(child)): 204 expanded_params.append(Parameter(child, self._gltype)) 207 child = child.next 516 child = node.children 518 while child [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterViewAnimator.java | 53 * The index of the current child, which appears anywhere from the beginning 59 * The index of the child to restore after the asynchronous connection from the 139 * The width and height of some child, used as a size reference in-case our 292 * Sets which child view will be displayed. 294 * @param whichChild the index of the child view to display 322 * transform to the child view. 324 * @param child 327 void applyTransformForChildAtIndex(View child, int relativeIndex) { 331 * Returns the index of the currently displayed child view. 338 * Manually shows the next child 689 final View child = getChildAt(i); local 768 final View child = getChildAt(i); local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/ |
background.js | 128 // This child is either missing, invalid or misplaced; drop it and 134 // is created now so that the child is placed at the right position. 155 currentChildren.slice(wantedChildren.length).forEach(function(child) { 156 callbackChain.push(child.droppedFromParent.bind(child)); 180 (self._children || []).forEach(function(child, i) { 181 child.regenerate(self._id, i, callbackChain); 212 * Moves any misplaced child nodes into their expected positions. 219 var child = self._nodesMap[node.id]; 220 if (child && child.getIndex() != i) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 418 for (Frame* child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) { 419 if (child->isLocalFrame() && !toLocalFrame(child)->loader().m_isComplete) 645 // If this is a child frame and the form submission was triggered by a script, lock the back/forward list 819 for (RefPtr<Frame> child = m_frame->tree().firstChild(); child; child = child->tree().nextSibling()) [all...] |