Home
last modified time | relevance | path

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

12345678910

/external/chromium_org/third_party/libaddressinput/src/cpp/test/util/
Djson_test.cc27 Json json; in TEST() local
32 Json json; in TEST() local
40 Json json; in TEST() local
45 Json json; in TEST() local
53 Json json; in TEST() local
60 Json json; in TEST() local
68 Json json; in TEST() local
76 Json json; in TEST() local
84 Json json; in TEST() local
89 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
339 const std::string json = LONG_STRING_CONST( in TEST_F() local
399 const std::string json = LONG_STRING_CONST( in TEST_F() local
443 const std::string json = LONG_STRING_CONST( in TEST_F() local
506 const std::string json= LONG_STRING_CONST( in TEST_F() local
544 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/third_party/dom_distiller_js/package/proto_gen/third_party/dom_distiller_js/
Ddom_distiller_json_converter.h18 …static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DistilledContent* message… in ReadFromValue()
45 …static bool ReadFromValue(const base::Value* json, dom_distiller::proto::PaginationInfo* message) { in ReadFromValue()
92 … static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupArticle* message) { in ReadFromValue()
167 … static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupImage* message) { in ReadFromValue()
244 … static bool ReadFromValue(const base::Value* json, dom_distiller::proto::MarkupInfo* message) { in ReadFromValue()
367 … static bool ReadFromValue(const base::Value* json, dom_distiller::proto::TimingInfo* message) { in ReadFromValue()
434 … static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DebugInfo* message) { in ReadFromValue()
461 …static bool ReadFromValue(const base::Value* json, dom_distiller::proto::StatisticsInfo* message) { in ReadFromValue()
488 …static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DomDistillerResult* messa… in ReadFromValue()
617 …static bool ReadFromValue(const base::Value* json, dom_distiller::proto::DomDistillerOptions* mess… in ReadFromValue()
/external/chromium_org/tools/json_schema_compiler/
Dmodel.py31 json, argument
104 json, argument
174 json, argument
284 json, argument
348 def __init__(self, parent, name, json, namespace, origin): argument
415 def __init__(self, json): argument
531 def _GetTypes(parent, json, namespace, origin): argument
541 def _GetFunctions(parent, json, namespace): argument
555 def _GetEvents(parent, json, namespace): argument
569 def _GetProperties(parent, json, namespace, origin): argument
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DTracedValueTest.cpp22 String json = value->asTraceFormat(); in TEST() local
47 String json = value->asTraceFormat(); in TEST() local
/external/chromium_org/base/debug/
Dtrace_event_argument_unittest.cc17 std::string json; in TEST() local
43 std::string json; in TEST() 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/third_party/libaddressinput/chromium/
Djson.cc24 ::scoped_ptr<const base::DictionaryValue> Parse(const std::string& json, in Parse()
48 explicit JsonImpl(const std::string& json) in JsonImpl()
90 bool Json::ParseObject(const std::string& json) { in ParseObject()
/external/chromium_org/extensions/common/api/sockets/
Dsockets_manifest_permission_unittest.cc41 static scoped_ptr<base::Value> ParsePermissionJSON(const std::string& json) { in ParsePermissionJSON()
57 const std::string& json) { in PermissionFromJSON()
87 const std::string& json) { in CheckFormat()
115 static testing::AssertionResult CheckFormat(const std::string& json) { in CheckFormat()
119 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
127 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
136 static testing::AssertionResult CheckFormat(const std::string& json, in CheckFormat()
/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/v8/test/mjsunit/regress/
Dregress-crbug-423687.js7 var json = '{"a":{"c":2.1,"d":0},"b":{"c":7,"1024":8}}'; variable
/external/chromium_org/chrome/test/chromedriver/chrome/
Dutil.cc11 std::string json; in SerializeValue() local
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
Dbuild_applications.py17 import simplejson as json namespace

12345678910