Home
last modified time | relevance | path

Searched refs:JsonWriter (Results 1 – 15 of 15) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DJsonWriter.h11 class JsonWriter {
13 static JsonWriter* from(std::unique_ptr<llvm::raw_ostream> os) { in from()
14 return os ? new JsonWriter(std::move(os)) : 0; in from()
56 JsonWriter(std::unique_ptr<llvm::raw_ostream> os) : os_(std::move(os)) {} in JsonWriter() function
DBlinkGCPluginConsumer.h18 class JsonWriter; variable
90 JsonWriter* json_;
DBlinkGCPluginConsumer.cpp96 json_ = JsonWriter::from(instance_.createOutputFile( in HandleTranslationUnit()
583 DumpEdgeVisitor(JsonWriter* json) : json_(json) {} in DumpClass()
637 JsonWriter* json_; in DumpClass()
/external/skia/dm/
DDMJsonWriter.cpp22 SkTArray<JsonWriter::BitmapResult> gBitmapResults;
25 void JsonWriter::AddBitmapResult(const BitmapResult& result) { in AddBitmapResult()
33 void JsonWriter::AddTestFailure(const skiatest::Failure& failure) { in AddTestFailure()
38 void JsonWriter::DumpJson() { in DumpJson()
98 bool JsonWriter::ReadJson(const char* path, void(*callback)(BitmapResult)) { in ReadJson()
DDMJsonWriter.h20 class JsonWriter {
DDM.cpp166 JsonWriter::DumpJson(); in done()
306 static void add_gold(JsonWriter::BitmapResult r) { in add_gold()
314 if (!JsonWriter::ReadJson(path.c_str(), add_gold)) { in gather_gold()
1140 JsonWriter::BitmapResult result; in WriteToDisk()
1148 JsonWriter::AddBitmapResult(result); in WriteToDisk()
1235 JsonWriter::AddTestFailure(failure); in run_test()
1301 JsonWriter::DumpJson(); // It's handy for the bots to assume this is ~never missing. in main()
1363 JsonWriter::DumpJson(); in main()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DOutputFileDumper.java32 import com.google.gson.stream.JsonWriter;
59 private Optional<JsonWriter> writer = Optional.absent();
100 JsonWriter writer = in processTrial()
101 new JsonWriter(new OutputStreamWriter(new FileOutputStream(workFile), Charsets.UTF_8)); in processTrial()
/external/caliper/caliper/src/main/java/com/google/caliper/json/
DInstantTypeAdapter.java21 import com.google.gson.stream.JsonWriter;
32 @Override public void write(JsonWriter out, Instant value) throws IOException { in write()
DImmutableMapTypeAdapterFactory.java26 import com.google.gson.stream.JsonWriter;
55 @Override public void write(JsonWriter out, T value) throws IOException { in create()
DImmutableListTypeAdatperFactory.java26 import com.google.gson.stream.JsonWriter;
55 @Override public void write(JsonWriter out, T value) throws IOException { in create()
DImmutableMultimapTypeAdapterFactory.java30 import com.google.gson.stream.JsonWriter;
78 @Override public void write(JsonWriter out, T value) throws IOException { in create()
99 @Override public void write(JsonWriter out, T value) throws IOException { in create()
DNaturallySortedMapTypeAdapterFactory.java26 import com.google.gson.stream.JsonWriter;
59 @Override public void write(JsonWriter out, T value) throws IOException { in create()
/external/vogar/src/vogar/
DOutcomeStore.java20 import com.google.gson.stream.JsonWriter;
133 JsonWriter out = new JsonWriter(new FileWriter(outputFile)); in write()
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt203 179 com.google.gson.stream.JsonWriter::string (365 bytes)
206 179 made not entrant (2) com.google.gson.stream.JsonWriter::string (365 bytes)
207 182 com.google.gson.stream.JsonWriter::string (365 bytes)
259 179 made zombie (2) com.google.gson.stream.JsonWriter::string (365 bytes)
Djdk7-compilation.txt247 17565 224 b com.google.gson.stream.JsonWriter::string (365 bytes)
249 17588 224 com.google.gson.stream.JsonWriter::string (365 bytes) made not entrant
250 17589 226 b com.google.gson.stream.JsonWriter::string (365 bytes)
303 18158 224 com.google.gson.stream.JsonWriter::string (365 bytes) made zombie