/frameworks/base/docs/html/guide/topics/resources/ |
more-resources.jd | 448 <dd>Defines an array of integers. Contains one or more child {@code <item>} elements. 458 integer resource. Must be a child of a {@code <integer-array>} element. 542 <dd>Defines an array. Contains one or more child {@code <item>} elements. 552 Must be a child of an {@code <array>} element.
|
style-resource.jd | 79 <dd>Defines a single property for the style. Must be a child of a
|
/frameworks/base/docs/html/guide/topics/ui/ |
binding.jd | 23 <p>The {@link android.widget.AdapterView} is a ViewGroup subclass whose child Views are determined by an {@link android.widget.Adapter Adapter} that
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-webview.jd | 44 and, add the following as a child of the <code><manifest></code> element:
|
/frameworks/base/docs/html/resources/articles/ |
listview-backgrounds.jd | 64 copies each child of the list in a <code>Bitmap</code> filled with the hint
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-relativelayout.jd | 7 child {@link android.view.View} elements in relative positions. The position of a {@link
|
hello-tablelayout.jd | 8 displays child {@link android.view.View} elements in rows and columns.</p>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LevelListDrawable.java | 132 + "child tag defining a drawable");
|
/frameworks/base/libs/audioflinger/ |
AudioHardwareInterface.cpp | 176 dump(fd, args); // Dump the state of the concrete child.
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
uheap.h | 52 if (iChild + 1 < iEnd) // Pick the greater child
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
fts.h | 58 #define FTS_NAMEONLY 0x1000 /* (private) child names only */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
fts.h | 58 #define FTS_NAMEONLY 0x1000 /* (private) child names only */
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserPreferencesPage.java | 167 // Need to tell the browser to remove the parent/child relationship
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
KindSectionView.java | 204 // Insert a new child and rebuild
|
/packages/apps/IM/src/com/android/im/imps/ |
ImpsContactListManager.java | 130 for (PrimitiveElement child : response.getContentElement() 132 if (child.getTagName().equals(ImpsTags.ContactList)) { 141 if (child.getContents().contains("/~pep1.0_")) { 144 addresses.add(new ImpsContactListAddress(child.getContents())); [all...] |
/packages/apps/Phone/res/layout/ |
manage_conference_panel.xml | 86 required since scrollview only supports a single child. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.LinearLayout.groovy | 44 // add an insertion point between the last point and the start of this child
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
LayoutFigure.java | 86 // Draw frames of target child parts, if any
|
/sdk/emulator/qtools/ |
trace_reader_base.h | 42 int pid; // for fork: child pid; for switch: next pid;
|
/system/core/libcutils/ |
zygote.c | 210 * The pid of the child process is returned, or -1 if an error was
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
Document.java | 36 * child node of this <code>Document</code>. This node can be set at 37 * document creation time and later changed through the use of child 57 * This is a convenience attribute that allows direct access to the child 162 * referenced entity is known, the child list of the [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 1035 * or more child nodes, pointed to by first_child. 1047 struct profile_node *child, *next; local 1057 for (child=node->first_child; child; child = next) { 1058 next = child->next; 1059 profile_free_node(child); [all...] |
/external/strace/ |
signal.c | 427 #define CLD_EXITED 1 /* child has exited */ 428 #define CLD_KILLED 2 /* child was killed */ 429 #define CLD_DUMPED 3 /* child terminated abnormally */ 430 #define CLD_TRAPPED 4 /* traced child has trapped */ 431 #define CLD_STOPPED 5 /* child has stopped */ 432 #define CLD_CONTINUED 6 /* stopped child has continued */ 495 __pid_t si_pid; /* Which child. */ [all...] |
/external/webkit/WebCore/dom/ |
Element.cpp | 954 // :first-child. In the parser callback case, we don't have to check anything, since we were right the first time. [all...] |
/external/webkit/WebCore/inspector/front-end/ |
StylesSidebarPane.js | 526 var child = this.propertiesTreeOutline.children[0]; 527 while (child) { 528 child.overloaded = this.isPropertyOverloaded(child.name, child.shorthand); 529 child = child.traverseNextTreeElement(false, null, true); [all...] |