Home
last modified time | relevance | path

Searched refs:check_value (Results 1 – 10 of 10) sorted by relevance

/external/skia/tests/
DClampRangeTest.cpp21 static void check_value(int64_t bigfx, int expected) { in check_value() function
42 check_value(bigfx, range.fV0); in slow_check()
47 check_value(bigfx, kRamp); in slow_check()
52 check_value(bigfx, range.fV1); in slow_check()
DSRGBMipMapTest.cpp40 static bool check_value(U8CPU value, U8CPU expected, U8CPU error) { in check_value() function
66 check_value(read & 0xff, expected, error) && in read_and_check_pixels()
67 check_value((read >> 8) & 0xff, expected, error) && in read_and_check_pixels()
68 check_value((read >> 16) & 0xff, expected, error); in read_and_check_pixels()
/external/python/cpython2/Lib/test/
Dtest_grp.py10 def check_value(self, value): member in GroupDatabaseTestCase
27 self.check_value(e)
36 self.check_value(e2)
43 self.check_value(e2)
/external/libcxx/test/support/
Darchetypes.hpp148 constexpr static int check_value(int const& val) { in check_value() function
156 constexpr static int check_value(int& val, int val_cp = 0) { in check_value() function
167 constexpr ValueBase(ValueBase const& o) noexcept : value(check_value(o.value)) { in ValueBase()
169 constexpr ValueBase(ValueBase && o) noexcept : value(check_value(o.value)) { in ValueBase()
/external/python/cpython2/Lib/
Doptparse.py765 def check_value(self, opt, value): member in Option
775 return self.check_value(opt, value)
777 return tuple([self.check_value(opt, v) for v in value])
1329 defaults[option.dest] = option.check_value(opt_str, default)
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c675 check->check_value = check_function; in _expect_check()
954 static int check_value(const void *value, void *check_value_data) { in check_value() function
964 _expect_check(function, parameter, file, line, check_value, in _expect_value()
1101 check_succeeded = check->check_value(value, check->check_value_data); in _check_expected()
/external/libcxx/utils/libcxx/test/
Dconfig.py86 def check_value(value, var_name): function
108 return check_value(val, env_var)
109 return check_value(conf_val, name)
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h314 CheckParameterValue check_value; member
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py2420 check_value = 'mScreenOn=true'
2423 check_value = 'mInteractive=true'
2429 return check_value in dumpsys_out[0]
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2629 check_value = 'mScreenOn=true'
2632 check_value = 'mInteractive=true'
2638 return check_value in dumpsys_out[0]