/external/bluetooth/glib/gio/fam/ |
fam-helper.c | 105 GFile *child, *parent; local 116 child = g_file_new_for_path (path); 117 parent = g_file_get_parent (child); 118 g_file_monitor_emit_event (monitor, child, NULL, eflags); 120 g_object_unref (child); 125 GFile *child; local 133 child = g_file_new_for_path (path); 134 g_file_monitor_emit_event (monitor, child, NULL, eflags); 136 g_object_unref (child);
|
/external/chromium/chrome/browser/ui/views/infobars/ |
translate_message_infobar.h | 20 virtual void ViewHierarchyChanged(bool is_add, View* parent, View* child);
|
/external/dbus/test/data/invalid-messages/ |
array-with-mixed-types.message | 1 # Message with an array of array where the child arrays are of
|
/external/icu4c/common/ |
locutil.h | 29 static UBool isFallbackOf(const UnicodeString& root, const UnicodeString& child);
|
rbbinode.h | 66 // If there's a left child, this will be the same 67 // as that child's left pos. 70 // If there's a right child, this will be the same 71 // as that child's last postion.
|
/external/jsilver/src/org/clearsilver/ |
HDF.java | 113 * Retrieves the HDF for the first child of the root of the subtree 114 * at hdfpath, or null if no child exists of that path or if the 152 * Every node in the tree can have a value, a child, and a next peer. 157 * Returns the child of this HDF node, or null if there is no child. 159 * in the tree can have a value, a child, and a next peer. 164 * Returns the child of this HDF node, or null if there is no child. 166 * in the tree can have a value, a child, and a next peer.
|
/external/qemu/android/skin/ |
composer.c | 33 SkinPlate* child = areflist_get( p->group.children, n ); local 35 skin_plate_get_region( child, r ); 36 skin_region_translate( r, child->any.pos.x, child->any.pos.y ); 66 SkinPlate* child = areflist_get( p->group.children, n ); local 68 skin_plate_get_opaque_region(child, r); 69 skin_region_translate(r, child->any.pos.x, child->any.pos.y); 112 skin_plate_invalidate_( SkinPlate* p, SkinRegion* r, SkinPlate* child ) 116 if (child != NULL) [all...] |
/external/valgrind/main/helgrind/tests/ |
tc07_hbl1.c | 6 /* Simple test program, no race. Parent and child both modify x and 83 pthread_t child; local 85 if (pthread_create(&child, NULL, child_fn, NULL)) { 92 if (pthread_join(child, NULL)) {
|
tc11_XCHG.c | 8 /* Simple test program, no race. Parent and child both modify x and 102 pthread_t child; local 104 if (pthread_create(&child, NULL, child_fn, NULL)) { 112 if (pthread_join(child, NULL)) {
|
tc21_pthonce.stderr.exp | 13 at 0x........: child (tc21_pthonce.c:74) 17 at 0x........: child (tc21_pthonce.c:74) 24 at 0x........: child (tc21_pthonce.c:74) 28 at 0x........: child (tc21_pthonce.c:74)
|
/external/valgrind/main/none/tests/ |
fork.c | 13 /* Sometimes child goes first (non-zero), sometimes parent (zero). This
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdatagetdata.js | 83 Retrieve the character data from the second child 101 var child; 111 child = nameNode.firstChild; 113 childData = child.data;
|
hc_characterdatagetlength.js | 81 child of the first employee and examine the 94 var child; 105 child = nameNode.firstChild; 107 childValue = child.data;
|
hc_characterdatasubstringvalue.js | 81 Retrieve the character data from the second child 97 var child; 107 child = nameNode.firstChild; 109 substring = child.substringData(0,8);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_characterdatagetdata.js | 83 Retrieve the character data from the second child 101 var child; 111 child = nameNode.firstChild; 113 childData = child.data;
|
hc_characterdatagetlength.js | 81 child of the first employee and examine the 94 var child; 105 child = nameNode.firstChild; 107 childValue = child.data;
|
hc_characterdatasubstringvalue.js | 81 Retrieve the character data from the second child 97 var child; 107 child = nameNode.firstChild; 109 substring = child.substringData(0,8);
|
/external/webkit/LayoutTests/fast/dom/NodeList/ |
5725058-crash-scenario-3.html | 12 // Remove the child node of paragraph A. Use innerHTML to avoid getting a reference to the node being removed.
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResourcesCycleSolver.cpp | 70 // Then operate on the child resources of the given renderer. 73 for (RenderObject* child = renderer->firstChild(); child; child = child->nextSibling()) { 74 SVGResources* childResources = SVGResourcesCache::cachedResourcesForRenderObject(child); 78 // A child of the given 'resource' contains resources. 82 // Walk all child resources and check wheter they reference any resource contained in the resources set. 90 if (resourceContainsCycles(child))
|
/external/webkit/Source/WebCore/svg/ |
SVGSwitchElement.cpp | 44 bool SVGSwitchElement::childShouldCreateRenderer(Node* child) const 56 return node == child; // Only allow this child if it's the first valid child
|
/frameworks/base/core/java/android/widget/ |
AdapterViewAnimator.java | 50 * The index of the current child, which appears anywhere from the beginning 56 * The index of the child to restore after the asynchronous connection from the 136 * The width and height of some child, used as a size reference in-case our 284 * Sets which child view will be displayed. 286 * @param whichChild the index of the child view to display 314 * transform to the child view. 316 * @param child 319 void applyTransformForChildAtIndex(View child, int relativeIndex) { 323 * Returns the index of the currently displayed child view. 330 * Manually shows the next child 672 final View child = getChildAt(i); local 751 final View child = getChildAt(i); local [all...] |
TextSwitcher.java | 57 * @throws IllegalArgumentException if child is not an instance of 61 public void addView(View child, int index, ViewGroup.LayoutParams params) { 62 if (!(child instanceof TextView)) { 67 super.addView(child, index, params);
|
/frameworks/base/core/java/com/android/internal/widget/ |
TextProgressBar.java | 79 public void addView(View child, int index, ViewGroup.LayoutParams params) { 80 super.addView(child, index, params); 82 int childId = child.getId(); 83 if (childId == CHRONOMETER_ID && child instanceof Chronometer) { 84 mChronometer = (Chronometer) child; 92 } else if (childId == PROGRESSBAR_ID && child instanceof ProgressBar) { 93 mProgressBar = (ProgressBar) child; 113 throw new RuntimeException("Expecting child ProgressBar with id " + 132 "Expecting child ProgressBar with id 'android.R.id.progress'");
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchManyTest.java | 68 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 105 View child = mListView.getChildAt(i); local 106 if ((child.getTop() >= mListView.getListPaddingTop()) 107 && (child.getBottom() <= 109 TouchUtils.clickView(this, child); 133 View child = mListView.getChildAt(i); local 134 if ((child.getTop() >= mListView.getListPaddingTop()) 135 && (child.getBottom() <= 137 TouchUtils.longClickView(this, child);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/ |
NotificationLinearLayout.java | 83 final View child = getChildAt(i); local 85 final int childBottom = child.getBottom(); 87 glow.setBounds(child.getLeft() - padding.left + insetLeft, childBottom, 88 child.getRight() - padding.right, childBottom + glowHeight);
|