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

1 2 3 4 5

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
BirdTest.java 27 Bird bird = new Bird(); local
28 bird.setName("Eagle");
32 bird.setHome(home);
34 String output = yaml.dumpAsMap(bird);
35 Bird parsed;
43 parsed = loader.loadAs(output, Bird.class);
52 parsed = loader.loadAs(output, Bird.class);
54 assertEquals(bird.getName(), parsed.getName())
    [all...]
GenericsBugDetector.java 27 * Check whether the proper class Nest for Bird's property 'home' is
31 for (PropertyDescriptor property : Introspector.getBeanInfo(Bird.class)
37 throw new RuntimeException("Bird must contain 'home' property.");
Bird.java 18 public class Bird extends AbstractAnimal<Nest> {
  /external/iproute2/etc/iproute2/
rt_protos 13 12 bird
  /external/icu/icu4c/source/test/cintltst/
cdetst.h 19 * character '-' in string "black-bird". The en_US locale uses the default
cestst.h 19 * character '-' in string "black-bird". The en_US locale uses the default
cfintst.h 19 * character '-' in string "black-bird". The en_US locale uses the default
cfrtst.h 19 * character '-' in string "black-bird". The en_US locale uses the default
cturtst.h 19 * character '-' in string "black-bird". The en_US locale uses the default
encoll.h 19 * character '-' in string "black-bird". The en_US locale uses the default
cjaptst.h 22 * character '-' in string "black-bird". The en_US locale uses the default
cestst.c 19 * character '-' in string "black-bird". The en_US locale uses the default
cfintst.c 19 * character '-' in string "black-bird". The en_US locale uses the default
cturtst.c 19 * character '-' in string "black-bird". The en_US locale uses the default
  /external/icu/icu4c/source/test/intltest/
encoll.h 12 * character '-' in string "black-bird". The en_US locale uses the default
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dir.h 15 * Created by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
Ipsum.java 26 "Article One\n\nExcepteur pour-over occaecat squid biodiesel umami gastropub, nulla laborum salvia dreamcatcher fanny pack. Ullamco culpa retro ea, trust fund excepteur eiusmod direct trade banksy nisi lo-fi cray messenger bag. Nesciunt esse carles selvage put a bird on it gluten-free, wes anderson ut trust fund twee occupy viral. Laboris small batch scenester pork belly, leggings ut farm-to-table aliquip yr nostrud iphone viral next level. Craft beer dreamcatcher pinterest truffaut ethnic, authentic brunch. Esse single-origin coffee banksy do next level tempor. Velit synth dreamcatcher, magna shoreditch in american apparel messenger bag narwhal PBR ennui farm-to-table.",
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 409 writableTarget.updateObject("family","bird");
413 target.updateObject("family","bird");
425 writableTarget.updateString("family","bird");
430 target.updateString("family","bird");
  /external/toybox/toys/posix/
id.c 5 * by Tim Bird <tim.bird@am.sony.com>
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Syntax.text 134 http://images.google.com/images?num=30&q=larry+bird
138 http://images.google.com/images?num=30&amp;q=larry+bird
322 1. Bird
331 <li>Bird</li>
338 1. Bird
344 3. Bird
380 * Bird
386 <li>Bird</li>
392 * Bird
399 <li><p>Bird</p></li
    [all...]
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Syntax.text 134 http://images.google.com/images?num=30&q=larry+bird
138 http://images.google.com/images?num=30&amp;q=larry+bird
322 1. Bird
331 <li>Bird</li>
338 1. Bird
344 3. Bird
380 * Bird
386 <li>Bird</li>
392 * Bird
399 <li><p>Bird</p></li
    [all...]
  /external/markdown/tests/extensions-x-def_list/
markdown-syntax.txt 134 http://images.google.com/images?num=30&q=larry+bird
138 http://images.google.com/images?num=30&amp;q=larry+bird
322 1. Bird
331 <li>Bird</li>
338 1. Bird
344 3. Bird
380 * Bird
386 <li>Bird</li>
392 * Bird
399 <li><p>Bird</p></li
    [all...]
  /external/markdown/tests/extensions-x-toc/
syntax-toc.txt 97 http://images.google.com/images?num=30&q=larry+bird
101 http://images.google.com/images?num=30&amp;q=larry+bird
285 1. Bird
294 <li>Bird</li>
301 1. Bird
307 3. Bird
343 * Bird
349 <li>Bird</li>
355 * Bird
362 <li><p>Bird</p></li
    [all...]
  /external/markdown/tests/markdown-test/
markdown-syntax.txt 134 http://images.google.com/images?num=30&q=larry+bird
138 http://images.google.com/images?num=30&amp;q=larry+bird
322 1. Bird
331 <li>Bird</li>
338 1. Bird
344 3. Bird
380 * Bird
386 <li>Bird</li>
392 * Bird
399 <li><p>Bird</p></li
    [all...]
  /external/icu/icu4c/source/samples/ufortune/resources/
root.txt 113 "A bird in the bush usually has a friend in there with him.",
115 "A bird in the hand is worth what it will bring.",
117 "A bird in the hand makes it awfully hard to blow your nose.",

Completed in 691 milliseconds

1 2 3 4 5