HomeSort by relevance Sort by last modified time
    Searched defs:kJson (Results 1 - 4 of 4) sorted by null

  /external/libweave/src/
http_constants.cc 16 const char kJson[] = "application/json";
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 22 static const char kJson[] = "{\n"
609 d.Parse(kJson);
632 d.Parse(kJson);
685 d.Parse(kJson);
737 d.Parse(kJson);
797 d.Parse(kJson);
856 d.Parse(kJson);
865 d.Parse(kJson);
873 d.Parse(kJson);
939 d.Parse(kJson);
    [all...]
prettywritertest.cpp 23 static const char kJson[] = "{\"hello\":\"world\",\"t\":true,\"f\":false,\"n\":null,\"i\":123,\"pi\":3.1416,\"a\":[1,2,3,-1],\"u64\":1234567890123456789,\"i64\":-1234567890123456789}";
46 StringStream s(kJson);
56 StringStream s(kJson);
124 StringStream s(kJson);
146 StringStream s(kJson);
  /external/libbrillo/brillo/
mime_utils.cc 37 const char mime::application::kJson[] = "application/json";

Completed in 1880 milliseconds