/external/snakeyaml/src/test/resources/examples/ |
list-bean-3.yaml | 0 developers:
|
list-bean-1.yaml | 4 developers:
|
list-bean-4.yaml | 4 developers:
|
map-bean-10.yaml | 5 developers:
|
set-bean-1.yaml | 0 developers: !!set
|
set-bean-2.yaml | 0 developers: !!set
|
/frameworks/base/docs/html/ |
_project.yaml | 3 description: "Android Developers website."
|
/external/snakeyaml/src/test/java/examples/collections/ |
TypeSafeMapTest.java | 27 * Test MapBean->Map<String, Developer> developers <br/> 38 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); local 39 developers.put("team1", new Developer2("Fred", "creator")); 40 developers.put("team2", new Developer2("John", "committer")); 41 bean.setDevelopers(developers); 55 Map<String, Developer2> developers = new LinkedHashMap<String, Developer2>(); local 56 developers.put("team1", new Developer2("Fred", "creator")); 57 developers.put("team2", new Developer2("John", "committer")); 58 developers.put("team3", new Developer222("Bill", "head")); 59 bean.setDevelopers(developers); 78 Map<String, Developer2> developers = parsed.getDevelopers(); local 90 private Map<String, Developer2> developers; field in class:TypeSafeMapTest.MapBean 175 Map developers = parsed.getDevelopers(); local 189 private Map developers; field in class:TypeSafeMapTest.MapBeanNoGenerics [all...] |
TypeSafePriorityTest.java | 28 * Test ListBean->List<Human> developers <br/> 41 descr.putListPropertyType("developers", Developer.class); 45 List<Human> developers = parsed.getDevelopers(); local 46 assertEquals(2, developers.size()); 47 assertEquals("Committer must be recognised.", Developer.class, developers.get(0).getClass()); 48 Developer fred = (Developer) developers.get(0); 51 Developer john = (Developer) developers.get(1); 58 private List<Human> developers; field in class:TypeSafePriorityTest.ListBean 73 return developers; 76 public void setDevelopers(List<Human> developers) { [all...] |
TypeSafeListWithInterfaceTest.java | 27 * Test ListBean->List<Human> developers <br/> 37 List<Human> developers = new ArrayList<Human>(); local 38 developers.add(new Developer("Fred", "creator")); 39 developers.add(new Committer("John", "committer", 34)); 40 bean.setDevelopers(developers); 56 assertTrue(e.getMessage(), e.getMessage().contains("Cannot create property=developers")); 70 List<Human> developers = parsed.getDevelopers(); local 71 assertEquals(2, developers.size()); 72 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); 73 Developer fred = (Developer) developers.get(0) 85 private List<Human> developers; field in class:TypeSafeListWithInterfaceTest.ListBean [all...] |
TypeSafeListTest.java | 27 * Test ListBean->List<Developer> developers <br/> 37 List<Developer> developers = new ArrayList<Developer>(); local 38 developers.add(new Developer("Fred", "creator")); 39 developers.add(new Developer("John", "committer")); 40 bean.setDevelopers(developers); 58 List<Developer> developers = parsed.getDevelopers(); local 59 assertEquals(2, developers.size()); 60 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()); 61 Developer fred = developers.get(0); 69 private List<Developer> developers; field in class:TypeSafeListTest.ListBean1 [all...] |
TypeSafeListNoGerericsTest.java | 28 * Test ListBean->List developers <br/> 38 List<Developer> developers = new ArrayList<Developer>(); local 39 developers.add(new Developer("Fred", "creator")); 40 developers.add(new Developer("John", "committer")); 41 bean.setDevelopers(developers); 60 List<Map<String, String>> developers = parsed.getDevelopers(); local 61 assertEquals(2, developers.size()); 62 Map<String, String> fred = developers.get(0); 71 private List developers; field in class:TypeSafeListNoGerericsTest.ListBean 94 return developers; [all...] |
TypeSafeMap2Test.java | 28 * Test MapBean->Map<Enum, Developer> developers <br/> 38 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); local 39 developers.put(Color.WHITE, new Developer2("Fred", "creator")); 40 developers.put(Color.BLACK, new Developer2("John", "committer")); 41 bean.setDevelopers(developers); 56 Map<Color, Developer2> developers = new LinkedHashMap<Color, Developer2>(); local 57 developers.put(Color.WHITE, new Developer2("Fred", "creator")); 58 developers.put(Color.RED, new SuperMan("Jason", "contributor", true)); 59 developers.put(Color.BLACK, new Developer2("John", "committer")); 60 bean.setDevelopers(developers); 98 Map<Color, Developer2> developers = parsed.getDevelopers(); local 120 private Map<Color, Developer2> developers; field in class:TypeSafeMap2Test.MapBean2 [all...] |
ListFileldBeanTest.java | 27 * Test public field ListBean->List<Developer> developers <br/> 37 List<Developer> developers = new ArrayList<Developer>(); local 38 developers.add(new Developer("Fred", "creator")); 39 developers.add(new Developer("John", "committer")); 40 bean.developers = developers; 59 List<Developer> developers = parsed.developers; local 60 assertEquals(2, developers.size()); 61 assertEquals("Developer must be recognised.", Developer.class, developers.get(0).getClass()) 70 public List<Developer> developers; field in class:ListFileldBeanTest.ListFieldBean [all...] |
TypeSafeSetImplementationsTest.java | 40 SortedSet<Developer> developers = new TreeSet<Developer>(); local 41 developers.add(new Developer("John", "founder")); 42 developers.add(new Developer("Karl", "user")); 43 bean.setDevelopers(developers); 58 SortedSet<Developer> developers = new TreeSet<Developer>(); local 59 developers.add(new Developer("John", "founder")); 60 developers.add(new Developer("Karl", "user")); 61 developers.add(new SuperDeveloper("Bill", "super")); 62 bean.setDevelopers(developers); 84 SortedSet<Developer> developers = parsed.getDevelopers() local 105 SortedSet<Developer> developers = parsed.getDevelopers(); local 113 private SortedSet<Developer> developers; field in class:TypeSafeSetImplementationsTest.SetBean [all...] |
/external/libbrillo/policy/tests/whitelist/ |
README | 4 http://www.chromium.org/developers/how-tos/enterprise/protobuf-encoded-policy-blobs
|
/external/libchrome/base/mac/ |
OWNERS | 5 # developers in general.
|
/frameworks/base/docs/html/distribute/stories/ |
_project.yaml | 3 description: "Android developers, their apps, and their successes with Android and Google Play."
|
/frameworks/base/docs/html/topic/instant-apps/ |
faqs.jd | 15 <strong>Do developers need to build two different Android apps now?</strong> 17 Developers only need to maintain one project with one source tree. 18 Developers simply configure the project to create two build artifacts: the 20 Some developers can take less than a day to get up and running, 40 Developers can allow users to download the app from the Google Play 53 <strong>How do developers publish these apps?</strong> 55 Developers publish their Instant Apps through the Google Play Developer 60 <strong>How can developers get involved?</strong> 62 Developers interested in upgrading their Android apps can visit 67 developers in the coming months [all...] |
/developers/build/ |
build.iml | 2 <module external.linked.project.path="$USER_HOME$/src/android/developers-dev/developers/samples/android/common/build" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
/external/valgrind/nightly/conf/ |
fedora390.sendmail | 3 /usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" -a "$3.gz" valgrind-developers@lists.sourceforge.net < $2 6 /usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" valgrind-developers@lists.sourceforge.net < $2
|
sless390.sendmail | 3 /usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" -a "$3.gz" valgrind-developers@lists.sourceforge.net < $2 6 /usr/bin/mail -s "$1" -r "Christian Borntraeger <borntraeger@de.ibm.com>" valgrind-developers@lists.sourceforge.net < $2
|
/external/chromium-trace/catapult/third_party/gsutil/ |
README.md | 17 https://developers.google.com/storage/docs/gsutil_install 27 https://developers.google.com/storage/docs/gsutil/addlhelp/ContributingCodetogsutil 35 https://developers.google.com/storage/docs/gsutil 39 https://developers.google.com/storage/docs/resources-support#community
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/samples/ |
oauth2_for_devices.py | 3 # See: https://developers.google.com/accounts/docs/OAuth2ForDevices 17 # https://developers.google.com/accounts/docs/OAuth2ForDevices#obtainingacode 25 # https://developers.google.com/accounts/docs/OAuth2ForDevices#obtainingatoken 31 # https://developers.google.com/accounts/docs/OAuth2ForDevices#callinganapi
|
/external/libbrillo/policy/ |
WATCHLISTS | 1 # See http://dev.chromium.org/developers/contributing-code/watchlists for
|