/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
D | SetAsSequenceTest.java | 33 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 …]
|
D | DumpSetAsSequenceExampleTest.java | 74 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/ |
D | LINKS.md | 6 - 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/ |
D | blogger.py | 62 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/ |
D | YamlFieldAccessCollectionTest.java | 86 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | README.txt | 6 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/initial/ |
D | README.txt | 6 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/swiftshader/third_party/llvm-7.0/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/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/tensorflow/tensorflow/lite/g3doc/models/smart_reply/ |
D | overview.md | 48 …<li><a href="https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/">Gmail</a… 49 …<li><a href="https://www.blog.google/products/gmail/computer-respond-to-this-email/">Inbox</a></li> 50 <li><a href="https://blog.google/products/allo/google-allo-smarter-messaging-app/">Allo</a></li>
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/ |
D | YamlSortedSetTest.java | 52 protected void checkTestBlog(Blog blog) { in checkTestBlog() argument 53 Set<Post> posts = blog.getPosts(); in checkTestBlog()
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | README.txt | 6 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 6 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | README.txt | 6 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/ |
D | README.txt | 6 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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | README.txt | 6 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/cached/ |
D | README.txt | 6 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/tensorflow/tensorflow/lite/models/smartreply/g3doc/ |
D | README.md | 9 [Gmail](https://www.blog.google/products/gmail/save-time-with-smart-reply-in-gmail/), 10 [Inbox](https://www.blog.google/products/gmail/computer-respond-to-this-email/) 12 [Allo](https://blog.google/products/allo/google-allo-smarter-messaging-app/). 58 to this [blog
|
/external/v8/ |
D | CODE_OF_CONDUCT.md | 6 applies to our repos and organizations, mailing lists, blog content, and any
|
/external/antlr/runtime/ActionScript/project/ |
D | README.txt | 10 The latest ant integration from Peter Martin can be found on his blog:
|
/external/tensorflow/tensorflow/contrib/pi_examples/ |
D | README.md | 47 at this blog post: http://www.richardmudhar.com/blog/2015/02/raspberry-pi-camera-and-motion-out-of-…
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 254 * From LLVM project blog: 256 <http://blog.llvm.org/2011/05/what-every-c-programmer-should-know.html>`_ 257 * From John Regehr's *Embedded in Academia* blog: 259 <http://blog.regehr.org/archives/213>`_
|
/external/bcc/tools/ |
D | runqslower_example.txt | 30 * http://www.brendangregg.com/blog/2017-03-16/perf-sched.html
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | projects.md | 8 * [Introductory blog post](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-…
|
/external/deqp-deps/SPIRV-Tools/ |
D | projects.md | 8 * [Introductory blog post](https://github.com/blog/2256-a-whole-new-github-universe-announcing-new-…
|