/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
D | Blog.java | 25 private Set<Post> posts = new TreeSet<Post>(); field in Blog 38 posts.add(p); in addPost() 42 return posts; in getPosts() 53 public void setPosts(Set<Post> posts) { in setPosts() argument 54 this.posts = posts; in setPosts()
|
D | SetAsSequenceTest.java | 75 Set<Post> posts = blog.getPosts(); in checkTestBlog() local 76 assertEquals("Blog contains 2 posts", 2, posts.size()); in checkTestBlog() 77 assertTrue(posts.contains(new Post("Test", "Dummy"))); in checkTestBlog() 78 assertTrue(posts.contains(new Post("Highly", "Creative"))); in checkTestBlog()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/ |
D | Blog.java | 21 private SortedSet<Post> posts; field in Blog 24 posts.add(p); in addPost() 28 return posts; in getPosts()
|
D | YamlSortedSetTest.java | 53 Set<Post> posts = blog.getPosts(); in checkTestBlog() local 54 Assert.assertEquals("Blog contains 2 posts", 2, posts.size()); in checkTestBlog()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/ |
D | Blog.java | 22 private List<Post> posts = new LinkedList<Post>(); field in Blog 29 posts.add(p); in addPost() 35 return posts; in getPosts()
|
D | FieldListTest.java | 48 private List<Integer> posts; field in FieldListTest.BlogField 51 posts = new LinkedList<Integer>(); in BlogField() 55 return posts; in getPosts()
|
D | JavaBeanListTest.java | 48 private List<Integer> posts; field in JavaBeanListTest.BlogBean 51 posts = new LinkedList<Integer>(); in BlogBean() 55 return posts; in getPosts()
|
D | YamlFieldAccessCollectionTest.java | 93 Collection<Post> posts = blog.getPosts(); in checkTestBlog() local 94 assertEquals("Blog contains 2 posts", 2, posts.size()); in checkTestBlog()
|
/external/llvm/examples/Kaleidoscope/MCJIT/ |
D | README.txt | 5 The files in this directory are meant to accompany a series of blog posts 9 When the blog posts are ready this file will be updated with links to the posts.
|
/external/tremolo/Tremolo/ |
D | floor1.c | 166 info->posts=count+2; in floor1_info_unpack() 169 for(j=0;j<info->posts;j++)info->forward_index[j]=j; in floor1_info_unpack() 170 mergesort(info->forward_index,info->postlist,info->posts); in floor1_info_unpack() 174 for(j=0;j<info->posts-2;j++){ in floor1_info_unpack() 284 return info->posts; in floor1_memosize() 333 for(i=2;i<info->posts;i++){ in floor1_inverse1() 388 for(j=1;j<info->posts;j++){ in floor1_inverse2()
|
D | codec_internal.h | 124 int posts; member
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | README.txt | 6 three blog posts that describe the process of porting the Kaleidoscope tutorial 18 be required, as mentioned in the blog posts.
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue55_2.txt | 1 posts:
|
D | issue55_1.txt | 1 posts:
|
D | issue73-2.txt | 2 posts:
|
D | issue55_1_rootTag.txt | 2 posts:
|
D | issue73-dump7.txt | 5 posts:
|
D | issue73-dump8.txt | 10 posts:
|
D | issue73-1.txt | 5 posts: !!set
|
/external/curl/docs/cmdline-opts/ |
D | data-raw.d | 8 This posts data similarly to --data but without the special
|
D | data-binary.d | 6 This posts data exactly as specified with no extra processing whatsoever.
|
D | data-urlencode.d | 8 This posts data, similar to the other --data options with the exception
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 6 three blog posts that describe the process of porting the Kaleidoscope tutorial
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | README.txt | 6 three blog posts that describe the process of porting the Kaleidoscope tutorial
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | README.txt | 6 three blog posts that describe the process of porting the Kaleidoscope tutorial
|