Home
last modified time | relevance | path

Searched refs:posts (Results 1 – 25 of 36) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DBlog.java25 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()
DSetAsSequenceTest.java75 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/
DBlog.java21 private SortedSet<Post> posts; field in Blog
24 posts.add(p); in addPost()
28 return posts; in getPosts()
DYamlSortedSetTest.java53 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/
DBlog.java22 private List<Post> posts = new LinkedList<Post>(); field in Blog
29 posts.add(p); in addPost()
35 return posts; in getPosts()
DFieldListTest.java48 private List<Integer> posts; field in FieldListTest.BlogField
51 posts = new LinkedList<Integer>(); in BlogField()
55 return posts; in getPosts()
DJavaBeanListTest.java48 private List<Integer> posts; field in JavaBeanListTest.BlogBean
51 posts = new LinkedList<Integer>(); in BlogBean()
55 return posts; in getPosts()
DYamlFieldAccessCollectionTest.java93 Collection<Post> posts = blog.getPosts(); in checkTestBlog() local
94 assertEquals("Blog contains 2 posts", 2, posts.size()); in checkTestBlog()
/external/llvm/examples/Kaleidoscope/MCJIT/
DREADME.txt5 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/
Dfloor1.c166 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()
Dcodec_internal.h124 int posts; member
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt6 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/
Dissue55_2.txt1 posts:
Dissue55_1.txt1 posts:
Dissue73-2.txt2 posts:
Dissue55_1_rootTag.txt2 posts:
Dissue73-dump7.txt5 posts:
Dissue73-dump8.txt10 posts:
Dissue73-1.txt5 posts: !!set
/external/curl/docs/cmdline-opts/
Ddata-raw.d8 This posts data similarly to --data but without the special
Ddata-binary.d6 This posts data exactly as specified with no extra processing whatsoever.
Ddata-urlencode.d8 This posts data, similar to the other --data options with the exception
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial

12