/cts/tests/tests/view/src/android/view/animation/cts/ |
GridLayoutAnimationControllerTest.java | 116 * @param child2 120 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) { 123 long offsetTime2 = child2.getStartOffset(); 133 // child1 has started animation, child2 and child3 haven't started 135 child2.getTransformation(startTime + 500, transformation2); 141 // child1 has finished, child2 and child3 haven't started 143 child2.getTransformation(startTime + 1200, transformation2); 149 // child1 has finished, child2 has started animation, child3 hasn't started. 151 child2.getTransformation(startTime + 2000, transformation2); 157 // child1 and child2 have finished, child3 hasn't starte [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...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_TestResource_en_US.java | 26 { "child2", "enUSChildValue2" }, };
|
Support_TestResource_fr_FR.java | 26 { "child2", "frFRChildValue2" }, };
|
Support_TestResource_fr_FR_VAR.java | 26 { "child2", "frFRVARChildValue2" },
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
ButtonBarItemTest.java | 55 assertEquals("Finding 456 should return child2", mChild2, item.findItemById(456)); 79 mChild2.setText("child2"); 89 assertEquals("Second button should have text \"child2\"", "child2",
|
ItemGroupTest.java | 39 assertSame("Item at position 1 should be child2", CHILD_2, itemGroup.getItemAt(1)); 51 assertSame("Item at position 0 should be child2", CHILD_2, itemGroup.getItemAt(0)); 78 CHILD_2.setTitle("CHILD2");
|
/libcore/support/src/test/java/tests/support/ |
Support_TestResource_en_US.java | 26 { "child2", "enUSChildValue2" }, };
|
Support_TestResource_fr_FR.java | 26 { "child2", "frFRChildValue2" }, };
|
Support_TestResource_fr_FR_VAR.java | 26 { "child2", "frFRVARChildValue2" },
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 369 child2 = ttk.Label() 374 self.paned.insert('end', child2) 376 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 378 self.paned.insert(0, child2) 379 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 383 (str(child2), str(child), str(child3))) 390 # moving child3 to child2 position should result in child2 ending up 393 self.paned.insert(child2, child3) 395 (str(child3), str(child2), str(child)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 369 child2 = ttk.Label() 374 self.paned.insert('end', child2) 376 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 378 self.paned.insert(0, child2) 379 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 383 (str(child2), str(child), str(child3))) 390 # moving child3 to child2 position should result in child2 ending up 393 self.paned.insert(child2, child3) 395 (str(child3), str(child2), str(child)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 369 child2 = ttk.Label() 374 self.paned.insert('end', child2) 376 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 378 self.paned.insert(0, child2) 379 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 383 (str(child2), str(child), str(child3))) 390 # moving child3 to child2 position should result in child2 ending up 393 self.paned.insert(child2, child3) 395 (str(child3), str(child2), str(child)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 369 child2 = ttk.Label() 374 self.paned.insert('end', child2) 376 self.assertEqual(self.paned.panes(), (str(child), str(child2))) 378 self.paned.insert(0, child2) 379 self.assertEqual(self.paned.panes(), (str(child2), str(child))) 383 (str(child2), str(child), str(child3))) 390 # moving child3 to child2 position should result in child2 ending up 393 self.paned.insert(child2, child3) 395 (str(child3), str(child2), str(child)) [all...] |
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/ |
BuilderTest.java | 158 TestChildComponentWithBuilderAbstractClass child2 = builder2.build(); local 159 assertThat(child2.s()).isEqualTo("tara"); 160 assertThat(child2.i()).isEqualTo(10); 161 assertThat(child2.d()).isWithin(0).of(4.2d); 162 assertThat(child2.f()).isEqualTo(5.5f); 163 assertThat(child2.l()).isEqualTo(6L); 164 assertThat(child2.b()).isEqualTo((byte)70);
|
/external/bison/tests/ |
cxx-type.at | 208 new_nterm (char const *form, Node *child0, Node *child1, Node *child2) 220 node->nterm.children[2] = child2; 221 if (child2) 222 child2->nodeInfo.parents += 1; 261 char *child2; 272 child2 = node_to_string (node->nterm.children[2]); 274 + strlen (child1) + strlen (child2) + 1); 275 sprintf (buffer, node->nterm.form, child0, child1, child2); 278 free (child2);
|
/external/boringssl/src/ssl/ |
ssl_asn1.c | 186 CBB cbb, session, child, child2; local 240 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) || 241 !CBB_add_bytes(&child2, in->sid_ctx, in->sid_ctx_length)) { 256 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) || 257 !CBB_add_bytes(&child2, (const uint8_t *)in->tlsext_hostname, 266 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) || 267 !CBB_add_bytes(&child2, (const uint8_t *)in->psk_identity, 284 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) || 285 !CBB_add_bytes(&child2, in->tlsext_tick, in->tlsext_ticklen)) { 293 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) | [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementgetelementsbytagnamens04.java | 78 Element child2; local 87 child2 = doc.createElementNS(nullNS, "child"); 90 appendedChild = element.appendChild(child2);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ListResourceBundleTest.java | 45 assertTrue("Missing key child2", result.contains("child2"));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayoutTest.java | 385 View child2 = new RelativeLayout(mContext); local 386 tableLayout.addView(child2); 388 assertSame(child2, tableLayout.getChildAt(1)); 397 assertSame(child2, tableLayout.getChildAt(1)); 421 View child2 = new RelativeLayout(mContext); local 422 tableLayout.addView(child2, 0); 423 assertSame(child2, tableLayout.getChildAt(0)); 432 assertSame(child2, tableLayout.getChildAt(0)); 465 View child2 = new TableRow(mContext); local 466 assertNull(child2.getLayoutParams()) 503 View child2 = new TableRow(mContext); local [all...] |
/frameworks/support/percent/tests/res/layout/ |
percent_frame_layout_hpaddings.xml | 31 android:id="@+id/child2"
|
percent_frame_layout_vpaddings.xml | 31 android:id="@+id/child2"
|
percent_relative_layout_hpaddings.xml | 31 android:id="@+id/child2"
|
percent_relative_layout_vpaddings.xml | 31 android:id="@+id/child2"
|
/frameworks/support/samples/SupportPercentDemos/res/layout/ |
percent_frame_layout_activity_hpaddings.xml | 31 android:id="@+id/child2"
|