Home
last modified time | relevance | path

Searched refs:normalResult (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp295 v8::Local<v8::Value> normalResult = resultTuple->Get(1); in setScriptSource() local
296 … RefPtr<JSONValue> jsonResult = v8ToJSONValue(m_isolate, normalResult, JSONValue::maxDepth); in setScriptSource()
/external/chromium_org/third_party/icu/source/test/intltest/
Ddtfmttst.cpp2312 UnicodeString normalResult; in TestRelative() local
2333 en_full ->format(*c, normalResult, pos); in TestRelative()
2336 …errln("FAIL: Relative Format ["+bannerStr+"] of "+normalResult+" failed, expected "+expect+" but g… in TestRelative()
2338 logln("PASS: Relative Format ["+bannerStr+"] of "+normalResult+" got " + result); in TestRelative()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp2315 UnicodeString normalResult; in TestRelative() local
2336 en_full ->format(*c, normalResult, pos); in TestRelative()
2339 …errln("FAIL: Relative Format ["+bannerStr+"] of "+normalResult+" failed, expected "+expect+" but g… in TestRelative()
2341 logln("PASS: Relative Format ["+bannerStr+"] of "+normalResult+" got " + result); in TestRelative()