HomeSort by relevance Sort by last modified time
    Searched refs:child1 (Results 26 - 49 of 49) sorted by null

12

  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 115 * @param child1
120 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) {
121 long startTime = child1.getStartTime();
122 long offsetTime1 = child1.getStartOffset();
133 // child1 has started animation, child2 and child3 haven't started
134 child1.getTransformation(startTime + 500, transformation1);
141 // child1 has finished, child2 and child3 haven't started
142 child1.getTransformation(startTime + 1200, transformation1);
149 // child1 has finished, child2 has started animation, child3 hasn't started.
150 child1.getTransformation(startTime + 2000, transformation1)
    [all...]
LayoutAnimationControllerTest.java 96 // child1 has started animation, child2 and child3 haven't started
104 // child2 has started animation, child1 has finished and child3 hasn't started
112 // child3 has started animation, child1, child2 have finished
137 // child3 has started animation, child1 and child2 haven't started
145 // child2 has started animation, child3 has finished and child1 hasn't started
153 // child1 has started animation, child2 and child3 has finished
188 // child1 has started animation, child2 and child3 haven't started
196 // child1 has finished, child2 and child3 haven't started
204 // child1 has finished, child2 has started animation, child3 hasn't started.
212 // child1 and child2 have finished, child3 hasn't starte
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 254 View child1 = mGridView.getChildAt(1); local
255 assertEquals(0, child1.getLeft() - child0.getRight());
265 child1 = mGridView.getChildAt(1);
266 assertEquals(5, child1.getLeft() - child0.getRight());
282 View child1 = mGridView.getChildAt(1); local
283 assertEquals(0, child1.getTop() - child0.getBottom());
293 child1 = mGridView.getChildAt(1);
294 assertEquals(5, child1.getTop() - child0.getBottom());
528 View child1 = mGridView.getChildAt(1);
530 assertEquals(child0.getBottom(), child1.getBottom())
    [all...]
LayoutDirectionTest.java 109 ViewGroup child1 = (ViewGroup) getActivity().findViewById(child1Id); local
110 assertEquals(child1ResDir, child1.getLayoutDirection());
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 356 Object child1 = adaptor.getChild(t1, i); local
358 if ( !_parse(child1, child2, labels) ) {
368 * (root child1 ... child2).
424 Object child1 = adaptor.getChild(t1, i); local
426 if ( !_equals(child1, child2, adaptor) ) {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 348 * Figure out if child2 is after child1 in document order.
356 * @param parent Must be the parent of both child1 and child2.
357 * @param child1 Must be the child of parent and not equal to child2.
358 * @param child2 Must be the child of parent and not equal to child1.
359 * @return true if child 2 is after child1 in document order.
361 private static boolean isNodeAfterSibling(Node parent, Node child1,
366 short child1type = child1.getNodeType();
394 if (child1 == child || isNodeTheSame(child1, child))
438 if (child1 == child || isNodeTheSame(child1, child)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 84 ViewInfo child1 = new ViewInfo("Button", child1Node, 0, 0, 50, 20); local
87 root.setChildren(Arrays.asList(child1, child2));
127 ViewInfo child1 = new ViewInfo("CheckBox", null, 0, 0, 50, 20); local
130 root.setChildren(Arrays.asList(child1, child2));
167 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local
170 root.setChildren(Arrays.asList(child1, child2));
209 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local
212 root.setChildren(Arrays.asList(child1, child2));
251 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local
256 root.setChildren(Arrays.asList(child1, child2, child3))
308 ViewInfo child1 = new ViewInfo("CheckBox", child1Node, 0, 0, 50, 20); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 441 object child1 = adaptor.GetChild(t1, i);
443 if (!ParseCore(child1, child2, labels)) {
454 * (root child1 ... child2).
520 object child1 = adaptor.GetChild(t1, i);
522 if (!EqualsCore(child1, child2, adaptor)) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 507 object child1 = adaptor.GetChild( t1, i );
509 if ( !ParseCore( child1, child2, labels ) )
521 * (root child1 ... child2).
596 object child1 = adaptor.GetChild( t1, i );
598 if ( !EqualsCore( child1, child2, adaptor ) )
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager_unittest.cc 85 TestService child1("child1", shutdown_order(), manager());
87 DependOn(&child1, &parent);
94 EXPECT_STREQ("child1", (*shutdown_order())[1].c_str());
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 124 return m_graph[setNode].child1;
166 return m_graph[setNode].child1;
226 return node.child1;
432 NodeIndex addToGraph(NodeType op, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
435 m_graph.append(Node(op, m_currentIndex, child1, child2, child3));
441 NodeIndex addToGraph(NodeType op, OpInfo info, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
444 m_graph.append(Node(op, m_currentIndex, info, child1, child2, child3));
450 NodeIndex addToGraph(NodeType op, OpInfo info1, OpInfo info2, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode)
453 m_graph.append(Node(op, m_currentIndex, info1, info2, child1, child2, child3));
    [all...]
DFGJITCodeGenerator.cpp 317 NodeIndex child1 = node.child1; local
318 if (child1 == NoNode) {
322 use(child1);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 353 (root child1 ... child2).
573 child1 = self.adaptor.getChild(t1, i)
575 if not self._parse(child1, child2, labels):
614 child1 = adaptor.getChild(t1, i)
616 if not self._equals(child1, child2, adaptor):
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 976 BookmarkNode* child1 = AsMutable(parent->GetChild(1)); local
    [all...]
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 200 // MockAbstractPreferences child1 = new MockAbstractPreferences(pref,
201 // "child1");
207 // MockAbstractPreferences(child1,
209 Preferences child1 = pref.node("child1"); local
213 child1.node("subchild1");
215 assertSame(pref, child1.parent());
604 AbstractPreferences child1 = new MockAbstractPreferences(pref, "child1"); local
605 assertSame(pref, child1.parent())
785 Preferences child1 = pref.node("child1"); local
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 2257 Node* child1 = chain1[--index1]; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc     [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 949 milliseconds

12