/external/chromium_org/base/json/ |
json_string_value_serializer.cc | 44 return base::JSONReader::ReadAndReturnError(*json_string_,
|
json_value_serializer_unittest.cc | 63 scoped_ptr<Value> root(JSONReader::Read(json)); 109 ASSERT_EQ(JSONReader::JSON_TRAILING_COMMA, error_code); 163 ASSERT_EQ(JSONReader::JSON_TRAILING_COMMA, error_code); 355 root.reset(JSONReader::Read("[\"// ok\\n /* foo */ \"]")); 366 root.reset(JSONReader::Read("/* /* inner */ outer */ [ 1 ]")); 370 root.reset(JSONReader::Read("/ * * / [1]"));
|
json_parser.h | 42 // The implementation behind the JSONReader interface. This class is not meant 70 JSONReader::JsonParseError error_code() const; 219 void ReportError(JSONReader::JsonParseError code, int column_adjust); 252 JSONReader::JsonParseError error_code_;
|
string_escape.h | 50 // will be mangled if passed to to the base::JSONReader, since the reader will
|
/external/chromium_org/chrome/utility/ |
web_resource_unpacker.cc | 29 value.reset(base::JSONReader::Read(resource_data_));
|
/external/chromium_org/remoting/host/ |
json_host_config.cc | 52 base::JSONReader::Read(config, base::JSON_ALLOW_TRAILING_COMMAS));
|
/external/chromium/base/json/ |
json_reader.h | 18 // UTF-8 string for the JSONReader::JsonToValue() function may start with a 50 class BASE_API JSONReader { 80 // A pointer into JSONReader::json_pos_ that's the beginning of this token. 110 JSONReader(); 216 DISALLOW_COPY_AND_ASSIGN(JSONReader);
|
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service_unittest.cc | 51 base::JSONReader::Read(json, false))); 82 base::JSONReader::Read(json, false))); 101 base::JSONReader::Read(json, false))); 144 base::JSONReader::Read(json, false))); 216 base::JSONReader::Read(json, false)));
|
/external/chromium_org/remoting/host/native_messaging/ |
native_messaging_writer_unittest.cc | 67 scoped_ptr<base::Value> written_message(base::JSONReader::Read(content)); 102 scoped_ptr<base::Value> written_message2(base::JSONReader::Read(content));
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterCurvesRepresentation.java | 3 import android.util.JsonReader; 142 public void deSerializeRepresentation(JsonReader sreader) throws IOException {
|
FilterRotateRepresentation.java | 19 import android.util.JsonReader; 173 public void deSerializeRepresentation(JsonReader reader) throws IOException {
|
FilterStraightenRepresentation.java | 19 import android.util.JsonReader; 129 public void deSerializeRepresentation(JsonReader reader) throws IOException {
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_message_handler.cc | 36 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
|
/external/chromium_org/chrome/browser/extensions/ |
test_extension_dir.cc | 27 // to JSONReader that can parse '' literals rather than "".
|
/external/chromium_org/chrome/browser/spellchecker/ |
misspelling_unittest.cc | 23 scoped_ptr<base::Value> expected(base::JSONReader::Read(
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
cloud_print_response_parser.cc | 62 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); 130 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); 165 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); 217 scoped_ptr<base::Value> json(base::JSONReader::Read(response));
|
/external/chromium_org/third_party/libaddressinput/chromium/ |
json.cc | 29 scoped_ptr<base::Value> parsed(base::JSONReader::Read(json.c_str()));
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_launcher_unittest.cc | 91 scoped_ptr<base::Value> manifest(base::JSONReader::Read(manifest_txt)); 181 scoped_ptr<base::Value> prefs_value(base::JSONReader::Read(prefs_str)); 191 base::JSONReader::Read(local_state_str));
|
/cts/libs/json/src/com/android/json/stream/ |
JsonReader.java | 35 * an entry point method that creates a {@code JsonReader}. 76 * "text": "@android_newb just use android.util.JsonReader!", 87 * JsonReader reader = new JsonReader(new InputStreamReader(in, "UTF-8")); 91 * public List<Message> readMessagesArray(JsonReader reader) throws IOException { 102 * public Message readMessage(JsonReader reader) throws IOException { 127 * public List<Double> readDoublesArray(JsonReader reader) throws IOException { 138 * public User readUser(JsonReader reader) throws IOException { 167 * <p>Each {@code JsonReader} may be used to read a single JSON stream. Instances 170 public final class JsonReader implements Closeable [all...] |
/frameworks/base/core/java/android/util/ |
JsonReader.java | 37 * an entry point method that creates a {@code JsonReader}. 78 * "text": "@android_newb just use android.util.JsonReader!", 89 * JsonReader reader = new JsonReader(new InputStreamReader(in, "UTF-8")); 97 * public List<Message> readMessagesArray(JsonReader reader) throws IOException { 108 * public Message readMessage(JsonReader reader) throws IOException { 133 * public List<Double> readDoublesArray(JsonReader reader) throws IOException { 144 * public User readUser(JsonReader reader) throws IOException { 173 * <p>Each {@code JsonReader} may be used to read a single JSON stream. Instances 176 public final class JsonReader implements Closeable [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 44 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false)); 59 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false)); 134 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false)); 145 scoped_ptr<Value> parsed_value(base::JSONReader::Read(json, false));
|
/external/chromium/chrome/common/ |
json_value_serializer_unittest.cc | 197 scoped_ptr<Value> root(base::JSONReader::Read(json, false)); 221 root.reset(base::JSONReader::Read("[\"// ok\\n /* foo */ \"]", false)); 232 root.reset(base::JSONReader::Read("/* /* inner */ outer */ [ 1 ]", false)); 236 root.reset(base::JSONReader::Read("/ * * / [1]", false));
|
/external/chromium_org/base/test/ |
values_test_util.cc | 67 scoped_ptr<Value> result(base::JSONReader::ReadAndReturnError(
|
/external/chromium_org/chrome/browser/extensions/api/diagnostics/ |
diagnostics_api_chromeos.cc | 35 scoped_ptr<base::Value> parsed_value(base::JSONReader::Read(status));
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
setting_sync_data.cc | 50 base::JSONReader::Read(specifics.value()));
|