Home
last modified time | relevance | path

Searched refs:blog (Results 1 – 25 of 143) sorted by relevance

123456

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DSetAsSequenceTest.java33 Blog blog = new Blog("Test Me!"); in testDump() local
34 blog.addPost(new Post("Title1", "text 1")); in testDump()
35 blog.addPost(new Post("Title2", "text text 2")); in testDump()
36 blog.numbers.add(19); in testDump()
37 blog.numbers.add(17); in testDump()
42 blog.setLabels(labels); in testDump()
46 String output = yaml.dump(blog); in testDump()
55 Blog blog = (Blog) yaml.load(doc); in testLoad() local
57 assertEquals("Test Me!", blog.getName()); in testLoad()
58 assertEquals(2, blog.numbers.size()); in testLoad()
[all …]
DDumpSetAsSequenceExampleTest.java74 Blog blog = new Blog("Test Me!"); in createBlog() local
75 blog.addPost(new Post("Title1", "text 1")); in createBlog()
76 blog.addPost(new Post("Title2", "text text 2")); in createBlog()
77 blog.numbers.add(19); in createBlog()
78 blog.numbers.add(17); in createBlog()
83 blog.setLabels(labels); in createBlog()
84 return blog; in createBlog()
90 Blog blog = (Blog) yamlLoader.load(doc); in check() local
91 assertEquals("Test Me!", blog.getName()); in check()
92 assertEquals(2, blog.numbers.size()); in check()
[all …]
/external/bcc/
DLINKS.md6 - 2017-07-28: [Tracing a packet journey using Linux tracepoints, perf and eBPF](https://blog.yaduta…
12 - 2017-01-31: [Golang bcc/BPF Function Tracing](http://www.brendangregg.com/blog/2017-01-31/golang-…
15 - 2016-11-30: [Introducing gobpf - Using eBPF from Go](https://kinvolk.io/blog/2016/11/introducing-…
16 - 2016-11-30: [Linux bcc/BPF tcplife: TCP Lifespans](http://www.brendangregg.com/blog/2016-11-30/li…
17 - 2016-10-27: [DTrace for Linux 2016](http://www.brendangregg.com/blog/2016-10-27/dtrace-for-linux-…
18 - 2016-10-21: [Linux 4.9's Efficient BPF-based Profiler](http://www.brendangregg.com/blog/2016-10-2…
19 - 2016-10-15: [Linux bcc tcptop](http://www.brendangregg.com/blog/2016-10-15/linux-bcc-tcptop.html)
20 - 2016-10-12: [Linux bcc/BPF Node.js USDT Tracing](http://www.brendangregg.com/blog/2016-10-12/linu…
21 - 2016-10-08: [Linux bcc/BPF Run Queue (Scheduler) Latency](http://www.brendangregg.com/blog/2016-1…
22 - 2016-10-06: [Linux bcc ext4 Latency Tracing](http://www.brendangregg.com/blog/2016-10-06/linux-bc…
[all …]
/external/python/google-api-python-client/samples/blogger/
Dblogger.py62 for blog in thisusersblogs['items']:
63 print('The blog named \'%s\' is at: %s' % (blog['name'], blog['url']))
68 for blog in thisusersblogs['items']:
69 print('The posts for %s:' % blog['name'])
70 request = posts.list(blogId=blog['id'])
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/
DYamlFieldAccessCollectionTest.java86 Blog blog = new Blog(); in createTestBlog() local
87 blog.addPost(post1); in createTestBlog()
88 blog.addPost(post2); in createTestBlog()
89 return blog; in createTestBlog()
92 protected void checkTestBlog(Blog blog) { in checkTestBlog() argument
93 Collection<Post> posts = blog.getPosts(); in checkTestBlog()
/external/skia/site/blog/news/
Dfirst-post.md2 title: 'The first blog post'
3 linkTitle: 'First blog post'
6 This is a placeholder page until our first official blog post.
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
18 be required, as mentioned in the blog posts.
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
18 be required, as mentioned in the blog posts.
/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/llvm-project/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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/
DYamlSortedSetTest.java52 protected void checkTestBlog(Blog blog) { in checkTestBlog() argument
53 Set<Post> posts = blog.getPosts(); in checkTestBlog()
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/
Doverview.md52 …<li><a href="https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/">Gmail</a…
53 …<li><a href="https://www.blog.google/products/gmail/computer-respond-to-this-email/">Inbox</a></li>
54 <li><a href="https://blog.google/products/allo/google-allo-smarter-messaging-app/">Allo</a></li>
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/skia/src/gpu/effects/
DGrHSLToRGBFilterEffect.fp12 // [1] http://lolengine.net/blog/2013/01/13/fast-rgb-to-hsv
13 // [2] http://lolengine.net/blog/2013/07/27/rgb-to-hsv-in-glsl
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/curl/docs/
DECH.md121 Cloudflare blog: [Encrypting SNI: Fixing One of the Core Internet Bugs][corebug]
123 Cloudflare blog: [Encrypt it or lose it: how encrypted SNI works][esniworks]
130 [esniworks]: https://blog.cloudflare.com/encrypted-sni/
131 [corebug]: https://blog.cloudflare.com/esni/
/external/python/cryptography/docs/hazmat/primitives/
Dconstant-time.rst16 For more information about this sort of issue, see `Coda Hale's blog post`_
43 .. _`Coda Hale's blog post`: https://codahale.com/a-lesson-in-timing-attacks/
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt6 three blog posts that describe the process of porting the Kaleidoscope tutorial
9 When the blog post is ready this file will be updated with a link to the post.
/external/rust/crates/rayon/
DREADME.md12 enjoy [this blog post][blog] about Rayon, which gives more background
18 [blog]: http://smallcultfollowing.com/babysteps/blog/2015/12/18/rayon-data-parallelism-in-rust/
/external/catch2/
DREADME.md18 … moving to Catch2. You might also like to read [this blog post](https://levelofindirection.com/blo…
/external/llvm-project/polly/docs/
DTipsAndTricks.rst52 `<https://www.metaltoad.com/blog/beginners-guide-git-bisect-process-elimination>`_.
54 `<https://www.metaltoad.com/blog/mechanizing-git-bisect-bug-hunting-lazy>`_.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Ddarwin-avoid-spinlock.rst15 The corresponding information about the problem of ``OSSpinlock``: https://blog.postmates.com/why-s…

123456