HomeSort by relevance Sort by last modified time
    Searched full:house (Results 1 - 25 of 197) sorted by null

1 2 3 4 5 6 7 8

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
HouseTest.java 37 House house = new House(); local
40 house.setFrontDoor(frontDoor);
44 house.setRooms(rooms);
48 house.setReminders(reminders);
49 house.setNumber(1);
50 house.setStreet("Wall Street");
52 String yaml = beanDumper.dumpAsMap(house);
53 String etalon = Util.getLocalResource("javabeans/house-dump1.yaml")
69 House house = new House(); local
115 House house = new House(); local
    [all...]
House.java 21 public class House {
  /external/snakeyaml/src/test/resources/javabeans/
house-dump2.yaml 1 !!org.yaml.snakeyaml.javabeans.House
  /cts/tests/autofillservice/src/android/autofillservice/cts/
OptionalSaveActivityTest.java 81 mActivity.mAddress2.setText("Simpsons House"); // not required
86 assertTextAndValue(findNodeByResourceId(s, ID_ADDRESS2), "Simpsons House");
147 mActivity.mAddress2.setText("Simpsons House"); // not required
157 mActivity.mAddress2.setText("Simpsons House"); // not required
207 mActivity.mAddress2.setText("Simpsons House"); // not required
213 assertTextAndValue(findNodeByResourceId(s, ID_ADDRESS2), "Simpsons House");
279 mActivity.mAddress2.setText("Simpsons House"); // not required
285 assertTextAndValue(findNodeByResourceId(s, ID_ADDRESS2), "Simpsons House");
432 mActivity.mAddress2.setText("Simpsons House");
438 .setField(ID_ADDRESS2, "Simpsons House")
    [all...]
  /frameworks/base/wifi/tests/assets/pps/
PerProviderSubscription_DuplicateHomeSP.xml 16 <Value>Century House</Value>
31 <Value>Century House</Value>
PerProviderSubscription_DuplicateValue.xml 16 <Value>Century House</Value>
17 <Value>Century House</Value>
PerProviderSubscription_InvalidName.xml 16 <Value>Century House</Value>
PerProviderSubscription_InvalidNode.xml 16 <Value>Century House</Value>
PerProviderSubscription_MissingName.xml 15 <Value>Century House</Value>
  /external/glide/third_party/gif_decoder/
README.third_party 8 Android devices. This implementation does not house in memory a Bitmap for
  /cts/tests/tests/net/assets/
PerProviderSubscription.xml 16 <Value>Century House</Value>
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable02.xml 24 android:name="house"
vector_drawable09.xml 27 android:name="house"
vector_drawable15.xml 27 android:name="house"
vector_drawable17.xml 22 android:name="house"
vector_drawable18.xml 24 android:name="house"
vector_drawable19.xml 24 android:name="house"
  /frameworks/support/samples/SupportVectorDrawableDemos/src/main/res/drawable/
vector_drawable02.xml 24 android:name="house"
vector_drawable09.xml 27 android:name="house"
vector_drawable15.xml 27 android:name="house"
vector_drawable17.xml 22 android:name="house"
vector_drawable18.xml 24 android:name="house"
vector_drawable19.xml 24 android:name="house"
  /external/swiftshader/third_party/subzero/src/
IceInstX8632.h 11 /// \brief Used to house all the X8632 instructions.
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 220 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
221 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
274 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
275 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
643 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
644 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
723 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
724 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');",
779 "insert into hutch (id, animal_id, address) values (1, 2, 'Birds-house, 1');",
780 "insert into hutch (id, animal_id, address) values (2, 1, 'Horse-house, 5');"
    [all...]

Completed in 531 milliseconds

1 2 3 4 5 6 7 8