Home
last modified time | relevance | path

Searched refs:new_values (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py112 new_values = ["%s-edited" % old_val
123 self.assertTrue(value in new_values,
125 (new_values, value))
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c333 INT32 *new_values; in RRConfigureProviderProperty() local
353 new_values = xallocarray(num_values, sizeof(INT32)); in RRConfigureProviderProperty()
354 if (!new_values && num_values) { in RRConfigureProviderProperty()
360 memcpy(new_values, values, num_values * sizeof(INT32)); in RRConfigureProviderProperty()
376 prop->valid_values = new_values; in RRConfigureProviderProperty()
H A Drrproperty.c358 INT32 *new_values; in RRConfigureOutputProperty() local
378 new_values = xallocarray(num_values, sizeof(INT32)); in RRConfigureOutputProperty()
379 if (!new_values && num_values) { in RRConfigureOutputProperty()
385 memcpy(new_values, values, num_values * sizeof(INT32)); in RRConfigureOutputProperty()
401 prop->valid_values = new_values; in RRConfigureOutputProperty()