| /external/chromium_org/third_party/libaddressinput/src/cpp/test/util/ |
| D | json_test.cc | 28 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/ |
| D | SuggestionAnswerTest.java | 14 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/ |
| D | gpu_control_list_entry_unittest.cc | 32 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 …]
|
| D | gpu_control_list_unittest.cc | 293 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
|
| D | gpu_driver_bug_list_unittest.cc | 53 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/ |
| D | jstemplate_builder.cc | 36 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/ |
| D | buildinfo.js | 6 function BuildInfo(json) { argument 43 BuildInfo.prototype.parseFailures = function(json) { argument 71 BuildInfo.prototype.getRevisionRange = function(json) { argument
|
| /external/chromium_org/base/json/ |
| D | json_reader.cc | 45 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()
|
| D | json_writer.cc | 24 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/ |
| D | model.py | 30 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/ |
| D | dom_distiller_json_converter.h | 18 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/ |
| D | countryinfo_example_addresses_test.cc | 84 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/ |
| D | cloud_print_response_parser.cc | 25 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/ |
| D | settings_overrides_handler_unittest.cc | 77 JSONStringValueSerializer json(&manifest); in TEST_F() local 120 JSONStringValueSerializer json(&manifest); in TEST_F() local 153 JSONStringValueSerializer json(&manifest); in TEST_F() local
|
| D | ui_overrides_handler_unittest.cc | 54 JSONStringValueSerializer json(&manifest); in TEST_F() local 83 JSONStringValueSerializer json(&manifest); in TEST_F() local
|
| /external/chromium_org/extensions/common/api/sockets/ |
| D | sockets_manifest_permission_unittest.cc | 42 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/ |
| D | privet_filesystem_attribute_cache.cc | 30 const base::DictionaryValue* json) { in AddFileInfoFromJSON() 52 const base::DictionaryValue* json) { in AddEntryInfoFromJSON()
|
| /external/chromium_org/google_apis/gaia/ |
| D | oauth2_mint_token_flow_unittest.cc | 232 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/ |
| D | cloud_device_description.cc | 38 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/ |
| D | math_simple_store.js | 89 cvox.MathCompoundStore.prototype.addSymbolRules = function(json) { argument 99 cvox.MathCompoundStore.prototype.addFunctionRules = function(json) { argument
|
| /external/chromium_org/third_party/simplejson/ |
| D | tool.py | 14 import simplejson as json namespace
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| D | util.cc | 11 std::string json; in SerializeValue() local
|
| D | dom_tracker.cc | 45 std::string json; in OnEvent() local 56 std::string json; in OnEvent() local
|
| /external/chromium_org/chrome/browser/profile_resetter/ |
| D | jtl_interpreter_unittest.cc | 213 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/ |
| D | regress-369450.js | 10 var json = JSON.stringify(v); variable
|