Searched refs:check_property (Results 1 – 6 of 6) sorted by relevance
/external/dtc/tests/ |
D | tests.h | 85 void check_property(void *fdt, int nodeoffset, const char *name, 90 check_property(fdt, nodeoffset, name, sizeof(x), &x); \
|
D | find_property.c | 25 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
|
D | overlay.c | 85 check_property(fdt, node_off, name, 0, NULL); in check_getprop_null_by_name()
|
D | testutils.c | 90 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() function
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_feature_macro.cpp | 41 cl_device_info check_property, in check_api_feature_info_capabilities() argument 46 error = clGetDeviceInfo(deviceID, check_property, sizeof(response), in check_api_feature_info_capabilities() 63 cl_device_info check_property) in check_api_feature_info_support() argument 67 error = clGetDeviceInfo(deviceID, check_property, sizeof(response), in check_api_feature_info_support() 77 cl_device_info check_property) in check_api_feature_info_number() argument 81 error = clGetDeviceInfo(deviceID, check_property, sizeof(response), in check_api_feature_info_number()
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 1854 def _test_timeout_property(self, set_property, check_property, set_timeout, argument 1910 property_is_true = self._wait_for_condition(check_property, 1925 property_set = check_property() 1970 default_value = check_property() 1996 check_property = self.bluetooth_facade.is_discoverable, 2007 check_property = self.bluetooth_facade.is_pairable,
|