Searched refs:Json (Results 26 - 50 of 62) sorted by relevance

123

/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc113 Json::Value cameras;
114 Json::Reader reader(Json::Features::strictMode());
123 for (Json::ArrayIndex i = 0; i < cameras.size(); ++i) {
124 const Json::Value& camera = cameras[i];
129 Json::Value sizes = camera["sizes"];
130 for (Json::ArrayIndex j = 0; j < sizes.size(); ++j) {
131 const Json::Value& size = sizes[j];
135 Json::Value mfpsRanges = camera["mfpsRanges"];
136 for (Json
[all...]
/external/chromium_org/third_party/skia/tools/
H A DPictureResultsWriter.h209 Json::Value newData = data->getJSON(timerTypes, result, numInnerLoops);
210 Json::Value combinedParams(fBuilderData);
211 for(Json::ValueIterator iter = fParams.begin(); iter != fParams.end();
216 for(Json::ValueIterator iter = newData.begin(); iter != newData.end();
218 Json::Value data;
232 Json::Value val = *iter;
233 for(Json::ValueIterator vals = val.begin(); vals != val.end();
241 fStream.writeText(Json::FastWriter().write(data).c_str());
248 Json::Value makeBuilderJson() const {
252 Json
[all...]
H A Dskimage_main.cpp233 static Json::Value gExpectationsToWrite;
248 Json::Value value = expectation.asJsonValue();
810 Json::Value nullValue;
811 Json::Value root = skiagm::CreateJsonTree(gExpectationsToWrite, nullValue, nullValue,
/external/chromium_org/components/nacl/renderer/
H A Djson_manifest.cc115 bool IsValidDictionary(const Json::Value& dictionary,
132 Json::Value::Members members = dictionary.getMemberNames();
161 bool IsValidUrlSpec(const Json::Value& url_spec,
200 Json::Value url = url_spec[kUrlKey];
209 Json::Value opt_level = url_spec[kOptLevelKey];
224 bool IsValidPnaclTranslateSpec(const Json::Value& pnacl_spec,
242 Json::Value url_spec = pnacl_spec[kPnaclTranslateKey];
255 bool IsValidISADictionary(const Json::Value& dictionary,
296 Json::Value::Members members = dictionary.getMemberNames();
299 Json
[all...]
/external/chromium_org/third_party/skia/tools/timer/
H A DTimerData.h70 Json::Value getJSON(uint32_t timerFlags,
H A DTimerData.cpp139 Json::Value TimerData::getJSON(uint32_t timerFlags,
143 Json::Value dataNode;
144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode;
/external/jsoncpp/include/json/
H A Dconfig.h17 /// If defined, indicates that Json specific container should be used
56 // If JSON_NO_INT64 is defined, then Json only support C++ "int" type for integer
75 namespace Json { namespace
95 } // end namespace Json
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
H A Dreader.h17 namespace Json { namespace
69 /// \see Json::operator>>(std::istream&, Json::Value&).
192 Json::Value root;
207 \see Json::operator<<()
211 } // namespace Json
H A Dwriter.h15 namespace Json { namespace
177 /// \see Json::operator>>()
180 } // namespace Json
/external/skia/tools/timer/
H A DTimerData.h70 Json::Value getJSON(uint32_t timerFlags,
H A DTimerData.cpp139 Json::Value TimerData::getJSON(uint32_t timerFlags,
143 Json::Value dataNode;
144 Json::Value wallNode, truncWall, cpuNode, truncCpu, gpuNode;
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Drule.h34 class Json;
61 void ParseJsonRule(const Json& json);
H A Drule.cc163 Json json;
171 void Rule::ParseJsonRule(const Json& json) {
H A Dpreload_supplier.cc105 Json json;
126 for (std::vector<const Json*>::const_iterator
130 const Json* value = *it;
/external/skia/tools/
H A DPictureResultsWriter.h188 Json::Value* bench_node = SkFindNamedNode(&fRoot["benches"], sk_name.c_str());
221 stream.writeText(Json::FastWriter().write(fRoot).c_str());
226 Json::Value fRoot;
227 Json::Value *fCurrentBench;
228 Json::Value *fCurrentTileSet;
229 Json::Value *fCurrentTile;
/external/jsoncpp/src/lib_json/
H A Djson_tool.h15 namespace Json { namespace
91 } // namespace Json {
H A Djson_batchallocator.h14 namespace Json { namespace
123 } // namespace Json
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dconductor.cc163 Json::StyledWriter writer;
164 Json::Value jmessage;
234 Json::Reader reader;
235 Json::Value jmessage;
479 Json::StyledWriter writer;
480 Json::Value jmessage;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h26 namespace Json { namespace
63 * Json::Value aValue( StaticString("some text") );
64 * Json::Value object;
129 typedef Json::UInt UInt;
130 typedef Json::Int Int;
132 typedef Json::UInt64 UInt64;
133 typedef Json::Int64 Int64;
135 typedef Json::LargestInt LargestInt;
136 typedef Json::LargestUInt LargestUInt;
137 typedef Json
[all...]
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h32 Json::Value config_;
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp253 TestResult::operator << ( Json::Int64 value ) {
254 return addToLastFailure( Json::valueToString(value) );
259 TestResult::operator << ( Json::UInt64 value ) {
260 return addToLastFailure( Json::valueToString(value) );
H A Djsontest.h103 TestResult &operator << ( Json::Int64 value );
104 TestResult &operator << ( Json::UInt64 value );
/external/chromium_org/third_party/skia/dm/
H A DDMWriteTask.cpp172 Json::Value root;
184 Json::Value result;
197 stream.writeText(Json::StyledWriter().write(root).c_str());

Completed in 456 milliseconds

123