HomeSort by relevance Sort by last modified time
    Searched refs:child (Results 126 - 150 of 3822) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_characterdatadeletedatabegining.java 34 * Retrieve the character data from the last child of the
68 CharacterData child; local
73 child = (CharacterData) nameNode.getFirstChild();
74 child.deleteData(0, 16);
75 childData = child.getData();
hc_characterdatadeletedataend.java 35 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.deleteData(30, 5);
77 childData = child.getData();
hc_characterdatadeletedataexceedslength.java 36 * Retrieve the character data from the last child of the
72 CharacterData child; local
77 child = (CharacterData) nameNode.getFirstChild();
78 child.deleteData(4, 50);
79 childData = child.getData();
hc_characterdatadeletedatamiddle.java 35 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.deleteData(16, 8);
77 childData = child.getData();
hc_characterdatainsertdatabeginning.java 34 * Retrieve the character data from the second child of
68 CharacterData child; local
73 child = (CharacterData) nameNode.getFirstChild();
74 child.insertData(0, "Mss. ");
75 childData = child.getData();
hc_characterdatainsertdataend.java 35 * Retrieve the character data from the second child of
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.insertData(15, ", Esquire");
77 childData = child.getData();
hc_characterdatainsertdatamiddle.java 35 * Retrieve the character data from the second child of
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.insertData(9, "Ann ");
77 childData = child.getData();
hc_characterdatareplacedatabegining.java 35 * Retrieve the character data from the last child of the
68 CharacterData child; local
73 child = (CharacterData) nameNode.getFirstChild();
74 child.replaceData(0, 4, "2500");
75 childData = child.getData();
hc_characterdatareplacedataend.java 36 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.replaceData(30, 5, "98665");
77 childData = child.getData();
hc_characterdatareplacedataexceedslengthofarg.java 36 * Retrieve the character data from the last child of the
71 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
77 child.replaceData(0, 4, "260030");
78 childData = child.getData();
hc_characterdatareplacedataexceedslengthofdata.java 34 * Retrieve the character data from the last child of the
69 CharacterData child; local
74 child = (CharacterData) nameNode.getFirstChild();
75 child.replaceData(0, 50, "2600");
76 childData = child.getData();
hc_characterdatareplacedatamiddle.java 36 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.replaceData(5, 5, "South");
77 childData = child.getData();
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 50 final View child = getChildAt(i); local
51 child.cancelLongPress();
68 public void requestChildFocus(View child, View focused) {
69 super.requestChildFocus(child, focused);
70 if (child != null) {
72 child.getDrawingRect(r);
91 View child = getChildAt(i); local
93 (PagedViewCellLayout.LayoutParams) child.getLayoutParams();
103 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
119 View child = getChildAt(i) local
132 View child = getChildAt(i); local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Stack.java 73 Actor child = children.get(i); local
75 if (child instanceof Layout) {
76 Layout layout = (Layout)child;
84 prefWidth = Math.max(prefWidth, child.getWidth());
85 prefHeight = Math.max(prefHeight, child.getHeight());
86 minWidth = Math.max(minWidth, child.getWidth());
87 minHeight = Math.max(minHeight, child.getHeight());
105 Actor child = children.get(i); local
106 child.setBounds(0, 0, width, height);
107 if (child instanceof Layout) ((Layout)child).validate();
    [all...]
  /external/valgrind/memcheck/tests/solaris/
spawn.c 33 pid_t child; local
34 ret = posix_spawn(&child, EXE_NAME, NULL, NULL, argv_exe, envp);
37 waitpid(child, NULL, 0);
47 ret = posix_spawn(&child, EXE_NAME, &fa, NULL, argv_exe, envp);
50 waitpid(child, NULL, 0);
63 ret = posix_spawn(&child, EXE_NAME, NULL, &spa, argv_exe, envp);
66 waitpid(child, NULL, 0);
80 ret = posix_spawn(&child, EXE_NAME, NULL, NULL, argv_exe, envp);
83 waitpid(child, NULL, 0);
98 ret = posix_spawn(&child, EXE_NAME, NULL, &spa, argv_exe, envp)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
AbstractData.java 52 Data child = getChild(path); local
53 if (child == null) {
56 String result = child.getValue();
68 Data child = getChild(path); local
69 if (child == null) {
72 String result = child.getValue();
109 Data child = createChild(path); local
110 child.setValue(value);
  /external/libxml2/python/tests/
tst.py 16 child = root.children variable
17 if child.name != "foo":
18 print("child.name failed")
  /external/strace/tests/
net-yy.test 42 child="$(sed -rn '/SIGCHLD/ s/^.*, si_pid=([1-9][0-9]*), .*/\1/p' "$LOG")"
43 [ -n "$child" ] ||
44 dump_log_and_fail_with 'failed to find pid of child process'
47 sed -rn "/^$child"' /!d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-connect &&
48 sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-accept ||
unix-yy.test 45 child="$(sed -rn '/SIGCHLD/ s/^.*, si_pid=([1-9][0-9]*), .*/\1/p' "$LOG")"
46 [ -n "$child" ] ||
47 dump_log_and_fail_with 'failed to find pid of child process'
50 sed -rn "/^$child"' /!d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-connect &&
51 sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$LOG" > "$LOG"-accept ||
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 10 * When this layout is in the Horizontal orientation and one and only one child is a TextView with a
16 * <li>any child has weights.</li>
17 * <li>more than one child has a non-null android:ellipsize.</li>
49 * <li>Identifies the one TextView child with the non-null android:ellipsize.</li>
54 * the maximum width of the one TextView child with the non-null android:ellipsize is
76 final View child = getChildAt(ii); local
77 if (child != null && child.getVisibility() != GONE) {
79 if (child instanceof TextView) {
80 final TextView tv = (TextView) child;
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetBehavior.java 53 * An interaction behavior plugin for a child view of {@link CoordinatorLayout} to make it work as
203 public Parcelable onSaveInstanceState(CoordinatorLayout parent, V child) {
204 return new SavedState(super.onSaveInstanceState(parent, child), mState);
208 public void onRestoreInstanceState(CoordinatorLayout parent, V child, Parcelable state) {
210 super.onRestoreInstanceState(parent, child, ss.getSuperState());
220 public boolean onLayoutChild(CoordinatorLayout parent, V child, int layoutDirection) {
221 if (ViewCompat.getFitsSystemWindows(parent) && !ViewCompat.getFitsSystemWindows(child)) {
222 ViewCompat.setFitsSystemWindows(child, true);
224 int savedTop = child.getTop();
226 parent.onLayoutChild(child, layoutDirection)
540 final V child = mViewRef.get(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleUtility.java 50 * return true if parent is a 'strict' fallback of child, that is,
51 * if child =~ "^parent(_.+)*" (roughly).
53 public static boolean isFallbackOf(String parent, String child) {
54 if (!child.startsWith(parent)) {
58 return (i == child.length() ||
59 child.charAt(i) == '_');
64 * 'strict' fallback of the child (parent string is a fallback
65 * of child string).
67 public static boolean isFallbackOf(Locale parent, Locale child) {
68 return isFallbackOf(parent.toString(), child.toString())
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleUtility.java 48 * return true if parent is a 'strict' fallback of child, that is,
49 * if child =~ "^parent(_.+)*" (roughly).
51 public static boolean isFallbackOf(String parent, String child) {
52 if (!child.startsWith(parent)) {
56 return (i == child.length() ||
57 child.charAt(i) == '_');
62 * 'strict' fallback of the child (parent string is a fallback
63 * of child string).
65 public static boolean isFallbackOf(Locale parent, Locale child) {
66 return isFallbackOf(parent.toString(), child.toString())
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleUtility.java 48 * return true if parent is a 'strict' fallback of child, that is,
49 * if child =~ "^parent(_.+)*" (roughly).
51 public static boolean isFallbackOf(String parent, String child) {
52 if (!child.startsWith(parent)) {
56 return (i == child.length() ||
57 child.charAt(i) == '_');
62 * 'strict' fallback of the child (parent string is a fallback
63 * of child string).
65 public static boolean isFallbackOf(Locale parent, Locale child) {
66 return isFallbackOf(parent.toString(), child.toString())
    [all...]
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 28 * child views, of which only one is shown at a time.
62 public void addView(View child, int index, ViewGroup.LayoutParams params) {
66 super.addView(child, index, params);
85 View child = mFactory.makeView(); local
86 LayoutParams lp = (LayoutParams) child.getLayoutParams();
90 addView(child, lp);
91 return child;

Completed in 870 milliseconds

1 2 3 4 56 7 8 91011>>