Home
last modified time | relevance | path

Searched defs:json (Results 1 – 25 of 225) sorted by relevance

123456789

/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
Djson_test.cc28 Json json; in TEST() local
33 Json json; in TEST() local
40 Json json; in TEST() local
45 Json json; in TEST() local
52 Json json; in TEST() local
58 Json json; in TEST() local
65 Json json; in TEST() local
72 Json json; in TEST() local
79 Json json; in TEST() local
84 Json json; in TEST() local
[all …]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
DSuggestionAnswerTest.java14 String json = "} malformed json {"; in testMalformedJsonReturnsNull() local
21 String json = ""; in testEmpyJsonReturnsNull() local
28 String json = in testOneLineReturnsNull() local
38 String json = in testTwoLinesDoesntReturnNull() local
49 String json = in testThreeLinesReturnsNull() local
61 String json = in testFiveLinesReturnsNull() local
75 String json = in testPropertyPresence() local
100 String json = in testContents() local
/external/chromium_org/gpu/config/
Dgpu_control_list_entry_unittest.cc32 const std::string& json, bool supports_feature_type_all) { in GetEntryFromString()
48 static ScopedEntry GetEntryFromString(const std::string& json) { in GetEntryFromString()
72 const std::string json = LONG_STRING_CONST( in TEST_F() local
116 const std::string json = LONG_STRING_CONST( in TEST_F() local
141 const std::string json = LONG_STRING_CONST( in TEST_F() local
170 const std::string json = LONG_STRING_CONST( in TEST_F() local
202 const std::string json = LONG_STRING_CONST( in TEST_F() local
235 const std::string json = LONG_STRING_CONST( in TEST_F() local
267 const std::string json = LONG_STRING_CONST( in TEST_F() local
293 const std::string json = LONG_STRING_CONST( in TEST_F() local
[all …]
Dgpu_control_list_unittest.cc293 const std::string json = LONG_STRING_CONST( in TEST_F() local
356 const std::string json = LONG_STRING_CONST( in TEST_F() local
400 const std::string json = LONG_STRING_CONST( in TEST_F() local
463 const std::string json= LONG_STRING_CONST( in TEST_F() local
501 const std::string json= LONG_STRING_CONST( in TEST_F() local
Dgpu_driver_bug_list_unittest.cc53 std::string json; in TEST_F() local
82 const std::string json = LONG_STRING_CONST( in TEST_F() local
161 const std::string json = LONG_STRING_CONST( in TEST_F() local
/external/chromium_org/ui/base/webui/
Djstemplate_builder.cc36 const base::DictionaryValue* json, in GetTemplateHtml()
46 const base::DictionaryValue* json) { in GetI18nTemplateHtml()
55 const base::DictionaryValue* json, in GetTemplatesHtml()
66 void AppendJsonHtml(const base::DictionaryValue* json, std::string* output) { in AppendJsonHtml()
79 void AppendJsonJS(const base::DictionaryValue* json, std::string* output) { in AppendJsonJS()
/external/chromium_org/tools/sheriffing/
Dbuildinfo.js6 function BuildInfo(json) { argument
43 BuildInfo.prototype.parseFailures = function(json) { argument
71 BuildInfo.prototype.getRevisionRange = function(json) { argument
/external/chromium_org/base/json/
Djson_reader.cc45 Value* JSONReader::Read(const StringPiece& json) { in Read()
51 Value* JSONReader::Read(const StringPiece& json, in Read()
58 Value* JSONReader::ReadAndReturnError(const StringPiece& json, in ReadAndReturnError()
102 Value* JSONReader::ReadToValue(const std::string& json) { in ReadToValue()
Djson_writer.cc24 bool JSONWriter::Write(const Value* const node, std::string* json) { in Write()
30 std::string* json) { in WriteWithOptions()
44 JSONWriter::JSONWriter(int options, std::string* json) in JSONWriter()
/external/chromium_org/tools/json_schema_compiler/
Dmodel.py30 def AddNamespace(self, json, source_file, include_compiler_options=False): argument
98 def __init__(self, json, source_file, include_compiler_options=False): argument
164 json, argument
274 json, argument
338 def __init__(self, parent, name, json, namespace, origin): argument
405 def __init__(self, json): argument
521 def _GetTypes(parent, json, namespace, origin): argument
531 def _GetFunctions(parent, json, namespace): argument
545 def _GetEvents(parent, json, namespace): argument
559 def _GetProperties(parent, json, namespace, origin): argument
[all …]
/external/chromium_org/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
Ddom_distiller_json_converter.h18 static dom_distiller::proto::DistilledContent ReadFromValue(const base::Value* json) { in ReadFromValue()
46 static dom_distiller::proto::PaginationInfo ReadFromValue(const base::Value* json) { in ReadFromValue()
94 static dom_distiller::proto::DomDistillerResult ReadFromValue(const base::Value* json) { in ReadFromValue()
166 static dom_distiller::proto::DomDistillerOptions ReadFromValue(const base::Value* json) { in ReadFromValue()
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
Dcountryinfo_example_addresses_test.cc84 void TestCountryType(const scoped_ptr<Json>& json, in TestCountryType()
143 scoped_ptr<Json> json(Json::Build()); in TestCountry() local
168 void DownloadJson(const std::string& key, scoped_ptr<Json>* json) { in DownloadJson()
174 scoped_ptr<Json>* json, in DownloadJsonValueForKey()
194 scoped_ptr<Json> json(Json::Build()); in TEST_F() local
/external/chromium_org/cloud_print/gcp20/prototype/
Dcloud_print_response_parser.cc25 bool GetJsonDictinaryAndCheckSuccess(base::Value* json, in GetJsonDictinaryAndCheckSuccess()
62 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseRegisterStartResponse() local
130 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseRegisterCompleteResponse() local
165 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseFetchResponse() local
217 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseLocalSettingsResponse() local
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dsettings_overrides_handler_unittest.cc77 JSONStringValueSerializer json(&manifest); in TEST_F() local
120 JSONStringValueSerializer json(&manifest); in TEST_F() local
153 JSONStringValueSerializer json(&manifest); in TEST_F() local
Dui_overrides_handler_unittest.cc54 JSONStringValueSerializer json(&manifest); in TEST_F() local
83 JSONStringValueSerializer json(&manifest); in TEST_F() local
/external/chromium_org/extensions/common/api/sockets/
Dsockets_manifest_permission_unittest.cc42 static scoped_ptr<base::Value> ParsePermissionJSON(const std::string& json) { in ParsePermissionJSON()
58 const std::string& json) { in PermissionFromJSON()
88 const std::string& json) { in CheckFormat()
116 static testing::AssertionResult CheckFormat(const std::string& json) { in CheckFormat()
120 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
128 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
137 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
/external/chromium_org/chrome/browser/local_discovery/storage/
Dprivet_filesystem_attribute_cache.cc30 const base::DictionaryValue* json) { in AddFileInfoFromJSON()
52 const base::DictionaryValue* json) { in AddEntryInfoFromJSON()
/external/chromium_org/google_apis/gaia/
Doauth2_mint_token_flow_unittest.cc232 scoped_ptr<base::DictionaryValue> json( in TEST_F() local
241 scoped_ptr<base::DictionaryValue> json(ParseJson(kValidTokenResponse)); in TEST_F() local
253 scoped_ptr<base::DictionaryValue> json( in TEST_F() local
261 scoped_ptr<base::DictionaryValue> json( in TEST_F() local
269 scoped_ptr<base::DictionaryValue> json( in TEST_F() local
/external/chromium_org/components/cloud_devices/common/
Dcloud_device_description.cc38 bool CloudDeviceDescription::InitFromString(const std::string& json) { in InitFromString()
48 std::string json; in ToString() local
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
Dmath_simple_store.js89 cvox.MathCompoundStore.prototype.addSymbolRules = function(json) { argument
99 cvox.MathCompoundStore.prototype.addFunctionRules = function(json) { argument
/external/chromium_org/third_party/simplejson/
Dtool.py14 import simplejson as json namespace
/external/chromium_org/chrome/test/chromedriver/chrome/
Dutil.cc11 std::string json; in SerializeValue() local
Ddom_tracker.cc45 std::string json; in OnEvent() local
56 std::string json; in OnEvent() local
/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter_unittest.cc213 const char* json; in TEST() member
246 const char* json; in TEST() member
310 const char* json; in TEST() member
345 const char* json; in TEST() member
395 const char* json; in TEST() member
430 const char* json; in TEST() member
500 const char* json; in TEST() member
543 const char* json; in TEST() member
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-369450.js10 var json = JSON.stringify(v); variable

123456789