OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsonelement
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/gm/
gm_expectations.cpp
137
Expectations::Expectations(Json::Value
jsonElement
) {
138
if (
jsonElement
.empty()) {
141
Json::Value ignoreFailure =
jsonElement
[kJsonKey_ExpectedResults_IgnoreFailure];
147
jsonElement
.toStyledString().c_str());
154
Json::Value allowedDigests =
jsonElement
[kJsonKey_ExpectedResults_AllowedDigests];
160
jsonElement
.toStyledString().c_str());
gm_expectations.h
119
* It's fine if the
jsonElement
is null or empty; in that case, we just
122
explicit Expectations(Json::Value
jsonElement
);
/external/skia/gm/
gm_expectations.cpp
137
Expectations::Expectations(Json::Value
jsonElement
) {
138
if (
jsonElement
.empty()) {
141
Json::Value ignoreFailure =
jsonElement
[kJsonKey_ExpectedResults_IgnoreFailure];
147
jsonElement
.toStyledString().c_str());
154
Json::Value allowedDigests =
jsonElement
[kJsonKey_ExpectedResults_AllowedDigests];
160
jsonElement
.toStyledString().c_str());
gm_expectations.h
119
* It's fine if the
jsonElement
is null or empty; in that case, we just
122
explicit Expectations(Json::Value
jsonElement
);
/libcore/benchmarks/libs/
caliper.jar
Completed in 196 milliseconds