/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store_unittest.cc | 69 const Value* actual = NULL; local 70 EXPECT_TRUE(store->GetValue(prefs::kApplicationLocale, &actual)); 72 EXPECT_TRUE(actual->GetAsString(&result)); 93 const Value* actual = NULL; local 94 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); 95 EXPECT_FALSE(store->GetValue(unknown_string, &actual)); 108 const Value* actual = NULL; local 109 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); 110 EXPECT_FALSE(store->GetValue(unknown_string, &actual));
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
ispy_utils.py | 119 def PerformComparison(self, test_run, expectation, actual): 125 actual: an RGB-encoded PIL.Image that is the actual result. 137 actual, expectation_tuple.expected, mask=expectation_tuple.mask): 139 GetFailurePath(test_run, expectation, 'actual.png'), actual) 141 expectation_tuple.expected, actual, mask=expectation_tuple.mask) 148 diff_pxls / float(actual.size[0] * actual.size[1])}), 195 GetFailurePath(test_run, expectation, 'actual.png') [all...] |
/external/chromium_org/content/public/browser/ |
render_widget_host_view_mac_base.h | 10 // While Chrome does not need any details of the actual
|
/external/chromium_org/gpu/gles2_conform_support/gtf/ |
gtf_stubs.h | 5 // A few stubs so we don't need the actual OpenGL ES 2.0 conformance tests
|
/external/chromium_org/media/midi/ |
midi_message_queue_unittest.cc | 38 const T(&expected)[N], const std::vector<T>& actual) { 39 if (actual.size() != N) { 42 << ", actual: " << ::testing::PrintToString(actual); 45 if (expected[i] != actual[i]) { 48 << ", actual: " << ::testing::PrintToString(actual); 54 #define EXPECT_MESSAGE(expected, actual) \ 55 EXPECT_PRED_FORMAT2(ExpectEqualSequence, expected, actual)
|
/external/chromium_org/net/spdy/ |
spdy_test_utils.h | 21 const unsigned char* actual,
|
/external/chromium_org/ppapi/shared_impl/ |
unittest_utils.h | 15 bool TestEqual(const PP_Var& expected, const PP_Var& actual);
|
/external/chromium_org/testing/gtest/test/ |
gtest_uninitialized_test.py | 47 def AssertEq(expected, actual): 48 if expected != actual: 50 print ' Actual: %s' % (actual,)
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
context-menu-during-drag-selection.html | 5 context menu invocation, and actual dragging. In order to test, simply start
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCalculationValueTest.cpp | 58 RefPtr<CSSCalcExpressionNode> actual; local 61 actual = CSSCalcValue::createExpressionNode(Length(10, WebCore::Fixed), style->effectiveZoom()); 62 EXPECT_TRUE(actual->equals(*expected.get())); 68 actual = CSSCalcValue::createExpressionNode( 76 EXPECT_TRUE(actual->equals(*expected.get())); 82 actual = CSSCalcValue::createExpressionNode( 90 EXPECT_TRUE(actual->equals(*expected.get())); 102 actual = CSSCalcValue::createExpressionNode( 107 EXPECT_TRUE(actual->equals(*expected.get()));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock_unittest.py | 51 actual = test_fn(*test) 54 actual = test_fn(test) 55 self.assertEqual(expected, actual, 'given %s, expected %s, got %s' % (repr(test), repr(expected), repr(actual)))
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsmthred.h | 17 * Tests actual threading
|
/external/chromium_org/third_party/skia/src/pipe/utils/ |
SamplePipeControllers.cpp | 26 void* PipeController::requestBlock(size_t minRequest, size_t *actual) { 31 *actual = fBlockSize; 92 void* ThreadSafePipeController::requestBlock(size_t minRequest, size_t *actual) { 101 *actual = blockSize;
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-type-envvars.py | 22 # The actual test is done by postbuild scripts during |test.build()|.
|
/external/chromium_org/v8/test/mjsunit/ |
bit-not.js | 31 var actual = ~x; 32 assertEquals(expected, actual, "x: " + name); 37 actual = ~(x - 0.01); 38 assertEquals(expected, actual, "x - 0.01: " + name);
|
math-exp-precision.js | 38 function assertAlmostEquals(expected, actual, x) { 39 if (expected == 0 && actual == 0) return; // OK 41 actual == Number.POSITIVE_INFINITY) { 44 relative_diff = Math.abs(expected/actual - 1);
|
string-index.js | 185 var actual = +(receiver[1]); 186 assertEquals(expected, actual); 195 var actual = str[key]; 196 assertEquals(expected, actual); 206 var actual = str[key]; 207 assertEquals(expected, actual); 217 var actual = str[key]; 218 assertEquals(expected, actual); 228 var actual = str[key]; 229 assertEquals(expected, actual); [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
open_file_system_mode.h | 12 // Specifying CREATE_IF_NONEXISTENT may make actual modification on
|
/external/clang/test/CodeGenObjC/ |
try.m | 6 // __objc_personality_v0 mismatches with an actual one.
|
/external/compiler-rt/test/Unit/ |
adddf3vfp_test.c | 24 double actual = __adddf3vfp(a, b); local 26 if (actual != expected) 28 a, b, actual, expected); 29 return actual != expected;
|
addsf3vfp_test.c | 24 float actual = __addsf3vfp(a, b); local 26 if (actual != expected) 28 a, b, actual, expected); 29 return actual != expected;
|
divdf3vfp_test.c | 24 double actual = __divdf3vfp(a, b); local 26 if (actual != expected) 28 a, b, actual, expected); 29 return actual != expected;
|
divsf3vfp_test.c | 24 float actual = __divsf3vfp(a, b); local 26 if (actual != expected) 28 a, b, actual, expected); 29 return actual != expected;
|
eqdf2vfp_test.c | 25 int actual = __eqdf2vfp(a, b); local 27 if (actual != expected) 29 a, b, actual, expected); 30 return actual != expected;
|
eqsf2vfp_test.c | 25 int actual = __eqsf2vfp(a, b); local 27 if (actual != expected) 29 a, b, actual, expected); 30 return actual != expected;
|