Home
last modified time | relevance | path

Searched refs:check_property (Results 1 – 6 of 6) sorted by relevance

/external/dtc/tests/
Dtests.h85 void check_property(void *fdt, int nodeoffset, const char *name,
90 check_property(fdt, nodeoffset, name, sizeof(x), &x); \
Dfind_property.c25 check_property(fdt, 0, "prop-str", strlen(TEST_STRING_1)+1, TEST_STRING_1); in main()
Doverlay.c85 check_property(fdt, node_off, name, 0, NULL); in check_getprop_null_by_name()
Dtestutils.c90 void check_property(void *fdt, int nodeoffset, const char *name, in check_property() function
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_feature_macro.cpp41 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/
Dbluetooth_adapter_tests.py1854 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,