Home
last modified time | relevance | path

Searched defs:check_value (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_grp.py10 def check_value(self, value): member in GroupDatabaseTestCase
/external/skia/tests/
DClampRangeTest.cpp21 static void check_value(int64_t bigfx, int expected) { in check_value() function
DSRGBMipMapTest.cpp40 static bool check_value(U8CPU value, U8CPU expected, U8CPU error) { in check_value() function
/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
/external/libcxx/utils/libcxx/test/
Dconfig.py86 def check_value(value, var_name): function
/external/cmockery/cmockery_0_1_2/src/google/
Dcmockery.h314 CheckParameterValue check_value; member
/external/python/cpython2/Lib/
Doptparse.py765 def check_value(self, opt, value): member in Option
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c954 static int check_value(const void *value, void *check_value_data) { in check_value() function