/prebuilts/go/darwin-x86/doc/articles/ |
index.html | 7 <a href="/blog/index">Blog index</a> for a complete list of Go articles.
|
/prebuilts/go/linux-x86/doc/articles/ |
index.html | 7 <a href="/blog/index">Blog index</a> for a complete list of Go articles.
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue55/ |
YamlFieldAccessCollectionTest.java | 31 Blog original = createTestBlog(); 38 Blog rehydrated = blogLoader.loadAs(serialized, Blog.class); 53 beanLoader.loadAs(Util.getLocalResource("issues/issue55_1.txt"), Blog.class); 63 Blog original = createTestBlog(); 66 Blog rehydrated = (Blog) yaml.load(serialized); 83 protected Blog createTestBlog() { 86 Blog blog = new Blog() local [all...] |
/external/snakeyaml/src/test/resources/issues/ |
issue55_1_rootTag.txt | 1 !!org.yaml.snakeyaml.issues.issue55.Blog
|
issue73-1.txt | 1 !!org.yaml.snakeyaml.issues.issue73.Blog
|
issue73-dump7.txt | 1 !!org.yaml.snakeyaml.issues.issue73.Blog
|
issue73-dump8.txt | 1 !!org.yaml.snakeyaml.issues.issue73.Blog
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
DumpSetAsSequenceExampleTest.java | 73 private Blog createBlog() { 74 Blog blog = new Blog("Test Me!"); local 75 blog.addPost(new Post("Title1", "text 1")); 76 blog.addPost(new Post("Title2", "text text 2")); 77 blog.numbers.add(19); 78 blog.numbers.add(17); 83 blog.setLabels(labels); 84 return blog; 90 Blog blog = (Blog) yamlLoader.load(doc); local [all...] |
SetAsSequenceTest.java | 33 Blog blog = new Blog("Test Me!"); local 34 blog.addPost(new Post("Title1", "text 1")); 35 blog.addPost(new Post("Title2", "text text 2")); 36 blog.numbers.add(19); 37 blog.numbers.add(17); 42 blog.setLabels(labels); 46 String output = yaml.dump(blog); 55 Blog blog = (Blog) yaml.load(doc) local [all...] |
Blog.java | 22 public class Blog { 29 public Blog() { 33 public Blog(String name) { 77 return "Blog '" + name + "'";
|
/prebuilts/go/darwin-x86/doc/gopher/ |
README | 3 Read this article for more details: https://blog.golang.org/gopher
|
/prebuilts/go/linux-x86/doc/gopher/ |
README | 3 Read this article for more details: https://blog.golang.org/gopher
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue97/ |
YamlSortedSetTest.java | 37 String serialized = "!!org.yaml.snakeyaml.issues.issue97.Blog\n" + "posts:\n" 42 Blog rehydrated = (Blog) yaml2.load(serialized); 52 protected void checkTestBlog(Blog blog) { 53 Set<Post> posts = blog.getPosts(); 54 Assert.assertEquals("Blog contains 2 posts", 2, posts.size());
|
/development/samples/browseable/BasicSyncAdapter/ |
_index.jd | 11 \n\nThis sample periodically downloads the feed from the Android Developer Blog and
|
/external/v8/ |
CODE_OF_CONDUCT.md | 6 applies to our repos and organizations, mailing lists, blog content, and any
|
/prebuilts/go/darwin-x86/src/cmd/pprof/ |
doc.go | 11 // For more information, see https://blog.golang.org/profiling-go-programs.
|
/prebuilts/go/linux-x86/src/cmd/pprof/ |
doc.go | 11 // For more information, see https://blog.golang.org/profiling-go-programs.
|
/prebuilts/go/darwin-x86/doc/ |
docs.html | 112 <h3 id="blog"><a href="//blog.golang.org/">The Go Blog</a></h3> 113 <p>The official blog of the Go project, featuring news and in-depth articles by 129 <li><a href="/blog/json-rpc-tale-of-interfaces">JSON-RPC: a tale of interfaces</a></li> 130 <li><a href="/blog/gos-declaration-syntax">Go's Declaration Syntax</a></li> 131 <li><a href="/blog/defer-panic-and-recover">Defer, Panic, and Recover</a></li> 132 <li><a href="/blog/go-concurrency-patterns-timing-out-and">Go Concurrency Patterns: Timing out, moving on</a></li> 133 <li><a href="/blog/go-slices-usage-and-internals">Go Slices: usage and internals</a></li> 134 <li><a href="/blog/gif-decoder-exercise-in-go-interfaces">A GIF decoder: an exercise in Go interfaces</a></li [all...] |
root.html | 82 <div id="blog"> 84 <div class="read"><a href="//blog.golang.org/">Read more</a></div> 102 var blog = document.getElementById("blog"); 103 var read = blog.getElementsByClassName("read")[0]; 110 blog.insertBefore(title, read); 114 blog.insertBefore(extract, read); 118 blog.insertBefore(when, read); 137 // Load blog feed. 139 .attr('src', '//blog.golang.org/.json?jsonp=feedLoaded' [all...] |
/prebuilts/go/linux-x86/doc/ |
docs.html | 112 <h3 id="blog"><a href="//blog.golang.org/">The Go Blog</a></h3> 113 <p>The official blog of the Go project, featuring news and in-depth articles by 129 <li><a href="/blog/json-rpc-tale-of-interfaces">JSON-RPC: a tale of interfaces</a></li> 130 <li><a href="/blog/gos-declaration-syntax">Go's Declaration Syntax</a></li> 131 <li><a href="/blog/defer-panic-and-recover">Defer, Panic, and Recover</a></li> 132 <li><a href="/blog/go-concurrency-patterns-timing-out-and">Go Concurrency Patterns: Timing out, moving on</a></li> 133 <li><a href="/blog/go-slices-usage-and-internals">Go Slices: usage and internals</a></li> 134 <li><a href="/blog/gif-decoder-exercise-in-go-interfaces">A GIF decoder: an exercise in Go interfaces</a></li [all...] |
root.html | 82 <div id="blog"> 84 <div class="read"><a href="//blog.golang.org/">Read more</a></div> 102 var blog = document.getElementById("blog"); 103 var read = blog.getElementsByClassName("read")[0]; 110 blog.insertBefore(title, read); 114 blog.insertBefore(extract, read); 118 blog.insertBefore(when, read); 137 // Load blog feed. 139 .attr('src', '//blog.golang.org/.json?jsonp=feedLoaded' [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
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
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/scoring/util/ |
Util.java | 23 import com.android.networkrecommendation.util.Blog; 46 Blog.v( 63 Blog.v(
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
README.txt | 10 The latest ant integration from Peter Martin can be found on his blog:
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/ |
WifiWakeupController.java | 41 import com.android.networkrecommendation.util.Blog; 123 Blog.d( 158 Blog.e(TAG, re, "RuntimeException in broadcast receiver."); 168 Blog.d(TAG, "Starting WifiWakeupController."); 201 Blog.d(TAG, "Stopping WifiWakeupController."); 208 Blog.v(TAG, "handlePowerSaverModeChanged: %b", mPowerSaverModeOn); 213 Blog.v(TAG, "handleWifiApStateChanged: %d", mWifiApState); 218 Blog.v(TAG, "handleUserRestrictionsChanged: %b", mWifiConfigRestricted); 226 Blog.v(TAG, "handleConfiguredNetworksChanged: %d", wifiConfigurations.size()); 270 Blog.v(TAG, "handleWifiStateChanged: %d", mWifiState) [all...] |