/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentcreateelementdefaultattr.java | 77 Node child; local 83 child = defaultAttr.item(0); 84 assertNotNull("defaultAttrNotNull", child); 85 name = child.getNodeName(); 87 value = child.getNodeValue();
|
hc_characterdatadeletedatagetlengthanddata.java | 35 * Retrieve the character data from the last child of the 73 CharacterData child; local 81 child = (CharacterData) nameNode.getFirstChild(); 82 child.deleteData(30, 5); 83 childData = child.getData(); 85 childLength = (int) child.getLength();
|
hc_nodeinsertbeforedocfragment.java | 38 * fourth child. The second employee should now have two 75 Node child; local 90 child = childList.item(3); 91 childName = child.getNodeName(); 93 child = childList.item(4); 94 childName = child.getNodeName();
|
nodecdatasectionnodevalue.java | 34 * Retrieve the CDATASection node inside the second child 76 Node child; local 82 child = childList.item(1); 84 if ((child == null)) { 85 child = doc.createCDATASection("This is a CDATASection with EntityReference number 2 &ent2;"); 87 cdataNodeValue = child.getNodeValue();
|
nodeinsertbeforedocfragment.java | 38 * fourth child. The second employee should now have two 75 Node child; local 90 child = childList.item(3); 91 childName = child.getNodeName(); 93 child = childList.item(4); 94 childName = child.getNodeName();
|
nodelistreturnlastitem.java | 31 * Get this last child of the third employee using NodeList.item(NodeList.length - 1) 63 Node child; local 73 child = employeeList.item(5); 74 childName = child.getNodeName(); 77 child = employeeList.item(12); 78 childName = child.getNodeName();
|
/ndk/sources/host-tools/make-3.81/ |
job.h | 38 /* Structure describing a running or dead child process. */ 40 struct child struct 42 struct child *next; /* Link in the chain. */ 52 intptr_t pid; /* Child process's ID number. */ 62 unsigned int good_stdin:1; /* Nonzero if this child has a good stdin. */ 67 extern struct child *children; 75 extern int child_execute_job PARAMS ((char *argv, struct child *child));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ShortcutAndWidgetContainer.java | 63 View child = getChildAt(i); local 64 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); 68 return child; 83 final View child = getChildAt(i); local 84 final CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); 96 View child = getChildAt(i); local 97 measureChild(child); 114 public void measureChild(View child) { 117 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); 123 child.measure(childWidthMeasureSpec, childheightMeasureSpec) 138 final View child = getChildAt(i); local 182 final View child = getChildAt(i); local [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
ViewsTreeModel.java | 44 public boolean isLeaf(Object child) { 45 ViewNode node = (ViewNode) child; 49 public void valueForPathChanged(TreePath treePath, Object child) { 52 public int getIndexOfChild(Object parent, Object child) { 54 return ((ViewNode) parent).children.indexOf(child);
|
/system/extras/ext4_utils/ |
setup_fs.c | 15 pid_t child; local 46 child = fork(); 47 if (child < 0) { 51 if (child == 0) { 56 while ((pid=waitpid(-1, &status, 0)) != child) {
|
/frameworks/base/core/java/android/widget/ |
TableRow.java | 33 * always be used as a child of a {@link android.widget.TableLayout}. If a 102 View child = getVirtualChildAt(columnIndex); local 103 if (child != null) { 104 child.setVisibility(collapsed ? GONE : VISIBLE); 163 final View child = getChildAt(i); local 164 final LayoutParams layoutParams = (LayoutParams) child.getLayoutParams(); 191 void measureChildBeforeLayout(View child, int childIndex, 195 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); 223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec); 226 final int childWidth = child.getMeasuredWidth() 297 final View child = getVirtualChildAt(i); local [all...] |
DayPickerView.java | 185 View child; local 188 // Find a child that's completely in the view 190 child = getChildAt(i++); 191 if (child == null) { 194 top = child.getTop(); 199 if (child != null) { 200 selectedPosition = getPositionForView(child); 246 SimpleMonthView child = (SimpleMonthView) view.getChildAt(0); local 247 if (child == null) { 310 View child = getChildAt(i) local 349 View child = getChildAt(i); local 378 final View child = getChildAt(i); local 404 final View child = getChildAt(i); local [all...] |
LinearLayout.java | 42 * You can also specify gravity, which specifies the alignment of all the child elements by 109 * use the child at this index as the baseline. 118 * The additional offset to the child's baseline. 347 final View child = getVirtualChildAt(i); local 349 if (child != null && child.getVisibility() != GONE) { 351 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); 352 final int top = child.getTop() - lp.topMargin - mDividerHeight; 359 final View child = getVirtualChildAt(count - 1); local 361 if (child == null) 375 final View child = getVirtualChildAt(i); local 392 final View child = getVirtualChildAt(count - 1); local 490 final View child = getChildAt(mBaselineAlignedChildIndex); local 679 final View child = getVirtualChildAt(i); local 798 final View child = getVirtualChildAt(i); local 841 final View child = getVirtualChildAt(i); local 914 final View child = getVirtualChildAt(i); local 957 final View child = getVirtualChildAt(i); local 1023 final View child = getVirtualChildAt(i); local 1176 final View child = getVirtualChildAt(i); local 1227 final View child = getVirtualChildAt(i); local 1334 final View child = getVirtualChildAt(i); local 1379 final View child = getVirtualChildAt(i); local 1520 final View child = getVirtualChildAt(i); local 1630 final View child = getVirtualChildAt(childIndex); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
CompositeGrammarTree.java | 46 //System.out.println("add "+t.toStringTree()+" as child to "+this.toStringTree()); 63 CompositeGrammarTree child = children.get(i); local 64 r = child.getRule(ruleName); 94 CompositeGrammarTree child = children.get(i); local 95 n = child.findNode(g); 109 CompositeGrammarTree child = children.get(i); local 110 n = child.findNode(grammarName); 125 CompositeGrammarTree child = children.get(i); local 126 child._getPostOrderedGrammarList(grammars); 141 CompositeGrammarTree child = children.get(i) local 155 CompositeGrammarTree child = children.get(i); local [all...] |
/external/chromium_org/ash/wm/maximize_mode/ |
workspace_backdrop_delegate.h | 40 virtual void OnWindowAddedToLayout(aura::Window* child) OVERRIDE; 41 virtual void OnWindowRemovedFromLayout(aura::Window* child) OVERRIDE; 42 virtual void OnChildWindowVisibilityChanged(aura::Window* child,
|
/external/chromium_org/components/onc/docs/ |
onc_spec.js | 33 var child = node.firstChild; 34 while (child) { 35 if (child.tagName === 'SECTION') { 36 outline(child); 38 child = child.nextSibling;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/ |
RenderingOptionsView.js | 46 var child = WebInspector.SettingsUI.createSettingCheckbox(WebInspector.UIString("Show potential scroll bottlenecks"), WebInspector.settings.showScrollBottleneckRects); 47 child.title = WebInspector.UIString("Shows areas of the page that slow down scrolling:\nTouch and mousewheel event listeners can delay scrolling.\nSome areas need to repaint their content when scrolled."); 48 div.appendChild(child);
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGClipPath.cpp | 28 SkSVGElement* child = *fChildren.begin(); local 29 SkASSERT(child->getType() == SkSVGType_Use); 30 SkSVGUse* use = (SkSVGUse*) child;
|
/external/chromium_org/ui/views/examples/ |
throbber_example.cc | 33 View* child = child_at(0); variable 34 gfx::Size ps = child->GetPreferredSize(); 35 child->SetBounds((width() - ps.width()) / 2,
|
/external/chromium_org/ui/wm/core/ |
transient_window_manager.cc | 51 void TransientWindowManager::AddTransientChild(Window* child) { 56 TransientWindowManager* child_manager = Get(child); 58 Get(child_manager->transient_parent_)->RemoveTransientChild(child); 60 child) == transient_children_.end()); 61 transient_children_.push_back(child); 64 // Restack |child| properly above its transient parent, if they share the same 66 if (child->parent() == window_->parent()) 70 OnTransientChildAdded(window_, child)); 73 void TransientWindowManager::RemoveTransientChild(Window* child) { 75 std::find(transient_children_.begin(), transient_children_.end(), child); [all...] |
/external/deqp/framework/randomshaders/ |
rsgExpressionGenerator.cpp | 73 Expression* child = curExpr->createNextChild(m_state); local 75 if (child) 77 m_expressionStack.push_back(child);
|
/external/jemalloc/include/jemalloc/internal/ |
rtree.h | 66 void **node, **child; \ 71 i++, lshift += bits, node = child) { \ 75 child = (void**)node[subkey]; \ 76 if (child == NULL) { \ 135 void **node, **child; local 140 i++, lshift += bits, node = child) { 144 child = (void**)node[subkey]; 145 if (child == NULL) { 148 child = (void**)rtree->alloc(size); 149 if (child == NULL) [all...] |
/external/lldb/test/functionalities/completion/ |
TestCompletion.py | 169 # So that the child gets torn down after the test. 170 self.child = pexpect.spawn('%s %s' % (self.lldbHere, self.lldbOption)) 171 child = self.child 172 # Turn on logging for input/output to/from the child. 175 child.logfile_send = f_send 176 child.logfile_read = f_read 178 child.expect_exact(prompt) 179 child.setecho(True) 181 child.send("%s\t" % str_input [all...] |
/external/lldb/test/lang/c/anonymous/ |
main.c | 39 } child; member in struct:anonymous_grandchild 54 return g->child.foo.d + g->child.b;
|
/external/skia/src/svg/ |
SkSVGClipPath.cpp | 28 SkSVGElement* child = *fChildren.begin(); local 29 SkASSERT(child->getType() == SkSVGType_Use); 30 SkSVGUse* use = (SkSVGUse*) child;
|