Searched defs:actualValue (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModelTest.cpp81 double actualValue; local
83 actualValue = toAnimatableLength(value.get())->length(1, ValueRangeAll).value();
85 actualValue = toCSSPrimitiveValue(toAnimatableUnknown(value.get())->toCSSValue().get())->getDoubleValue();
87 EXPECT_FLOAT_EQ(static_cast<float>(expectedValue), actualValue); local
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ddenseranges.cpp126 int32_t actualValue=values[i]; local
127 if(expectedValue!=actualValue) {
128 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
129 expectedValue=actualValue;
/external/icu/icu4c/source/tools/toolutil/
H A Ddenseranges.cpp126 int32_t actualValue=values[i]; local
127 if(expectedValue!=actualValue) {
128 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
129 expectedValue=actualValue;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp520 ScriptValue actualValue; local
524 property->promise(DOMWrapperWorld::mainWorld()).then(stub(currentScriptState(), actualValue, nResolveCalls), notReached(currentScriptState()));
530 actual = toCoreString(actualValue.v8Value()->ToString());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp709 UBool actualValue = uspoof_checkUnicodeString(sc, testString, NULL, &status) != 0; local
715 TEST_ASSERT_MSG(expectedFailure == actualValue, msgBuffer);
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp710 int32_t actualValue = uspoof_checkUnicodeString(sc, testString, NULL, &status); local
721 testNum, levelIndex, expectedValue, actualValue);
722 TEST_ASSERT_MSG(expectedValue == actualValue, msgBuffer);
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp454 WebString actualValue; local
458 &actualValue);
460 result = actualValue;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h358 // otherwise. Upon returning true, actualValue contains the value of
362 WebString* actualValue) { return false; }
360 runModalPromptDialog( const WebString& message, const WebString& defaultValue, WebString* actualValue) argument
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java3201 private static void assertContains(String actualValue, String expectedSubstring) { argument
3202 if (actualValue == null) {
3205 if (actualValue.contains(expectedSubstring)) {
3208 fail("\"" + actualValue + "\" does not contain \"" + expectedSubstring + "\"");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 721 milliseconds