Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_grp.py10 def check_value(self, value): member in GroupDatabaseTestCase
/external/python/cpython3/Lib/test/
Dtest_grp.py11 def check_value(self, value): member in GroupDatabaseTestCase
/external/OpenCL-CTS/test_common/harness/
DpropertyHelpers.cpp93 cl_properties check_value = check[i + 1]; in compareProperties() local
/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh51 check_value() function
/external/libcxx/test/support/
Darchetypes.hpp155 constexpr static int check_value(int const& val) { in check_value() function
163 constexpr static int check_value(int& val, int val_cp = 0) { in check_value() function
/external/skia/tests/
DJSONTest.cpp337 void check_value(skiatest::Reporter* reporter, const Value& v, const char* expected_string) { in check_value() function
/external/python/cffi/cffi/
Dvengine_gen.py395 check_value=None): argument
437 def _load_constant(self, is_int, tp, name, module, check_value=None): argument
Drecompiler.py15 def __init__(self, name, address, type_op, size=0, check_value=0): argument
1063 check_value=None): argument
Dvengine_cpy.py616 check_value=None): argument
/external/libcxx/utils/libcxx/test/
Dconfig.py91 def check_value(value, var_name): function
/external/python/pyyaml/lib/yaml/
Dscanner.py721 def check_value(self): member in Scanner
/external/python/cffi/c/
Dtest_c.py1347 def check_value(x): function
/external/python/cpython3/Lib/
Doptparse.py761 def check_value(self, opt, value): member in Option
/external/python/cpython2/Lib/
Doptparse.py765 def check_value(self, opt, value): member in Option