Searched refs:Json (Results 1 - 25 of 62) sorted by path

123

/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...]
H A Djson_manifest.h63 bool GetKeyUrl(const Json::Value& dictionary,
67 bool GetURLFromISADictionary(const Json::Value& dictionary,
80 Json::Value dictionary_;
H A Dppb_nacl_private_impl.cc1120 Json::Reader json_reader;
1121 Json::Value json_data;
1138 Json::Value json_name = json_data["pnacl-llc-name"];
1146 Json::Value json_name = json_data["pnacl-ld-name"];
/external/chromium_org/native_client_sdk/src/examples/demo/drive/
H A Ddrive.cc171 Json::Value* root) {
193 Json::Reader reader(Json::Features::strictMode());
228 Json::Value value(Json::objectValue);
230 value["description"] = Json::Value(params.description);
233 value["mimeType"] = Json::Value(params.mime_type);
236 value["title"] = Json::Value(params.title);
238 Json::FastWriter writer;
257 Json
[all...]
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h32 Json::Value config_;
/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/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp24 namespace Json { namespace
906 Json::Reader reader;
920 } // namespace Json
H A Djson_value.cpp27 namespace Json { namespace
66 static inline double integerToDouble( Json::UInt64 value )
120 } // namespace Json
139 namespace Json { namespace
654 // attempt to take address of bit-field structure member `Json::Value::type_'
1930 } // namespace Json
/external/chromium_org/third_party/libaddressinput/chromium/
H A Dfallback_data_store_unittest.cc17 using i18n::addressinput::Json;
31 Json json;
39 const std::vector<const Json*>& sub_dicts = json.GetSubDictionaries();
41 for (std::vector<const Json*>::const_iterator it = sub_dicts.begin();
43 const Json* sub_dict = *it;
H A Djson.cc46 class Json::JsonImpl {
56 const std::vector<const Json*>& GetSubDictionaries() {
63 sub_dicts_.push_back(new Json(new JsonImpl(*sub_dict)));
81 std::vector<const Json*> sub_dicts_;
86 Json::Json() {} function in class:i18n::addressinput::Json
88 Json::~Json() {}
90 bool Json::ParseObject(const std::string& json) {
98 const std::vector<const Json*>
107 Json::Json(JsonImpl* impl) : impl_(impl) {} function in class:i18n::addressinput::Json
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dpreload_supplier.cc105 Json json;
126 for (std::vector<const Json*>::const_iterator
130 const Json* value = *it;
H A Drule.cc163 Json json;
171 void Rule::ParseJsonRule(const Json& json) {
H A Drule.h34 class Json;
61 void ParseJsonRule(const Json& json);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Djson.cc35 class Json::JsonImpl {
47 for (std::vector<const Json*>::const_iterator it = dictionaries_.begin();
55 const std::vector<const Json*>& GetSubDictionaries() {
60 dictionaries_.push_back(new Json(new JsonImpl(&member->value)));
98 std::vector<const Json*> dictionaries_;
106 Json::Json() : impl_() {} function in class:i18n::addressinput::Json
108 Json::~Json() {}
110 bool Json
130 Json::Json(JsonImpl* impl) : impl_(impl) {} function in class:i18n::addressinput::Json
[all...]
H A Djson.h28 // Json json;
33 class Json { class in namespace:i18n::addressinput
35 Json();
36 ~Json();
45 const std::vector<const Json*>& GetSubDictionaries() const;
58 explicit Json(JsonImpl* impl);
62 DISALLOW_COPY_AND_ASSIGN(Json);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Drule_test.cc40 using i18n::addressinput::Json;
224 Json json;
/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
H A Djson_test.cc24 using i18n::addressinput::Json;
27 Json json;
32 Json json;
40 Json json;
45 Json json;
53 Json json;
60 Json json;
68 Json json;
76 Json json;
84 Json jso
[all...]
/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/skia/bench/
H A DResultsWriter.h83 stream.writeText(Json::StyledWriter().write(fRoot).c_str());
97 fResults[id.c_str()] = Json::Value(Json::objectValue);
118 Json::Value fRoot;
119 Json::Value& fResults;
120 Json::Value* fBench;
121 Json::Value* fConfig;
/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());
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp34 Json::Value CreateJsonTree(Json::Value expectedResults,
35 Json::Value actualResultsFailed,
36 Json::Value actualResultsFailureIgnored,
37 Json::Value actualResultsNoComparison,
38 Json::Value actualResultsSucceeded) {
39 Json::Value actualResults;
44 Json::Value root;
56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
69 Json
[all...]
H A Dgm_expectations.h25 Json::Value CreateJsonTree(Json::Value expectedResults,
26 Json::Value actualResultsFailed,
27 Json::Value actualResultsFailureIgnored,
28 Json::Value actualResultsNoComparison,
29 Json::Value actualResultsSucceeded);
48 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);
66 Json::Value asJsonTypeValuePair() const;
122 explicit Expectations(Json::Value jsonElement);
159 Json
[all...]
H A Dgmmain.cpp875 Json::Value jsonActualResults = actualResultDigest.asJsonTypeValuePair();
876 Json::Value *resultCollection = NULL;
1272 Json::Value fJsonExpectedResults;
1273 Json::Value fJsonActualResults_Failed;
1274 Json::Value fJsonActualResults_FailureIgnored;
1275 Json::Value fJsonActualResults_NoComparison;
1276 Json::Value fJsonActualResults_Succeeded;
2435 Json::Value root = CreateJsonTree(
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.h301 Json::Value getJSONConfig() {
302 Json::Value result;
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...]

Completed in 530 milliseconds

123