Searched refs:check_value (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DClampRangeTest.cpp21 static void check_value(int64_t bigfx, int expected) { function
42 check_value(bigfx, range.fV0);
47 check_value(bigfx, kRamp);
52 check_value(bigfx, range.fV1);
H A DSRGBMipMapTest.cpp40 static bool check_value(U8CPU value, U8CPU expected, U8CPU error) { function
63 check_value(read & 0xff, expected, error) &&
64 check_value((read >> 8) & 0xff, expected, error) &&
65 check_value((read >> 16) & 0xff, expected, error);
/external/libcxx/test/support/
H A Darchetypes.hpp148 constexpr static int check_value(int const& val) { function in struct:ValueBase
156 constexpr static int check_value(int& val, int val_cp = 0) { function in struct:ValueBase
167 constexpr ValueBase(ValueBase const& o) noexcept : value(check_value(o.value)) {
169 constexpr ValueBase(ValueBase && o) noexcept : value(check_value(o.value)) {
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c675 check->check_value = check_function;
954 static int check_value(const void *value, void *check_value_data) { function
964 _expect_check(function, parameter, file, line, check_value,
1101 check_succeeded = check->check_value(value, check->check_value_data);
/external/libcxx/utils/libcxx/test/
H A Dconfig.py86 def check_value(value, var_name): function in function:Configuration.get_lit_bool
108 return check_value(val, env_var)
109 return check_value(conf_val, name)
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h314 CheckParameterValue check_value; member in struct:CheckParameterEvent
/external/chromium-trace/catapult/devil/devil/android/
H A Ddevice_utils.py2624 check_value = 'mScreenOn=true'
2627 check_value = 'mInteractive=true'
2633 return check_value in dumpsys_out[0]
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_utils.py2420 check_value = 'mScreenOn=true'
2423 check_value = 'mInteractive=true'
2429 return check_value in dumpsys_out[0]

Completed in 1078 milliseconds