Searched refs:new_sig (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | flashrom_handler.py | 579 new_sig = open(sig_name, 'a') 581 new_sig.write(pad) 582 new_sig.close() 585 new_sig = open(sig_name, 'r').read() 586 self.write_partial(fv_section.get_sig_name(), new_sig, write_through)
|
/external/python/funcsigs/docs/ |
D | index.rst | 138 >>> new_sig = sig.replace(return_annotation="new return anno") 139 >>> str(new_sig)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 731 ir_function_signature *new_sig(const glsl_type *return_type, 3575 builtin_builder::new_sig(const glsl_type *return_type, in new_sig() function in builtin_builder 3598 new_sig(return_type, avail, __VA_ARGS__); \ 3604 new_sig(return_type, avail, __VA_ARGS__); \ 5995 ir_function_signature *sig = new_sig( in _image_prototype() 6048 ir_function_signature *sig = new_sig(ret_type, shader_image_size, 1, image); in _image_size_prototype() 6073 new_sig(glsl_type::int_type, shader_samples, 1, image); in _image_samples_prototype()
|
/external/python/cpython3/Doc/library/ |
D | inspect.rst | 645 >>> new_sig = sig.replace(return_annotation="new return anno") 646 >>> str(new_sig)
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 3388 new_sig = sig.replace(parameters=new_params.values()) 3389 test.__signature__ = new_sig
|