Searched defs:JSONWriter (Results 1 - 8 of 8) sorted by last modified time

/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONWriter.java31 * JSONWriter provides a quick and convenient way of producing JSON text.
34 * JSONWriter can produce one JSON text.
36 * A JSONWriter instance provides a <code>value</code> method for appending
42 * object values. All of these methods return the JSONWriter instance,
44 * new JSONWriter(myWriter)
52 * There are no methods for adding commas or colons. JSONWriter adds them for
59 public class JSONWriter { class
94 * Make a fresh JSONWriter. It can be used to build one JSON text.
96 public JSONWriter(Writer w) { method in class:JSONWriter
110 private JSONWriter appen
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1028 class JSONWriter { class in namespace:__anon17805
1040 JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} function in class:__anon17805::JSONWriter
1045 bool JSONWriter::containedIn(StringRef Parent, StringRef Path) {
1058 StringRef JSONWriter::containedPart(StringRef Parent, StringRef Path) {
1064 void JSONWriter::startDirectory(StringRef Path) {
1075 void JSONWriter::endDirectory() {
1083 void JSONWriter::writeEntry(StringRef VPath, StringRef RPath) {
1093 void JSONWriter::write(ArrayRef<YAMLVFSEntry> Entries,
1142 JSONWriter(OS).write(Mappings, IsCaseSensitive);
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/base/json/
H A Djson_writer.cc24 bool JSONWriter::Write(const Value* const node, std::string* json) {
29 bool JSONWriter::WriteWithOptions(const Value* const node, int options,
35 JSONWriter writer(options, json);
44 JSONWriter::JSONWriter(int options, std::string* json) function in class:base::JSONWriter
53 bool JSONWriter::BuildJSONString(const Value* const node, size_t depth) {
203 void JSONWriter::IndentLine(size_t depth) {
H A Djson_writer.h17 class BASE_EXPORT JSONWriter { class in namespace:base
43 // Same as above but with |options| which is a bunch of JSONWriter::Options
49 JSONWriter(int options, std::string* json);
65 DISALLOW_COPY_AND_ASSIGN(JSONWriter);

Completed in 2847 milliseconds