Searched refs:argument_list (Results 1 – 8 of 8) sorted by relevance
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7637 argument_list[MaxArguments]; in Mogrify() local 7700 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList); in Mogrify() 7743 al=(&argument_list[pp-rp->arguments]); in Mogrify() 7846 argument_list[0].string_reference=(char *) NULL; in Mogrify() 7849 argument_list[0].string_reference,exception),exception); in Mogrify() 7855 argument_list[0].string_reference=(char *) NULL; in Mogrify() 7858 argument_list[0].string_reference,exception),exception); in Mogrify() 7867 argument_list[0].integer_reference=UniformNoise; in Mogrify() 7870 attenuate=argument_list[1].real_reference; in Mogrify() 7872 channel=(ChannelType) argument_list[2].integer_reference; in Mogrify() [all …]
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 7637 argument_list[MaxArguments]; local 7700 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList); 7743 al=(&argument_list[pp-rp->arguments]); 7846 argument_list[0].string_reference=(char *) NULL; 7849 argument_list[0].string_reference,exception),exception); 7855 argument_list[0].string_reference=(char *) NULL; 7858 argument_list[0].string_reference,exception),exception); 7867 argument_list[0].integer_reference=UniformNoise; 7870 attenuate=argument_list[1].real_reference; 7872 channel=(ChannelType) argument_list[2].integer_reference; [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 123 typedef struct argument_list { struct
|
/external/python/cpython2/Lib/ |
D | bdb.py | 157 def user_call(self, frame, argument_list): argument
|
D | pdb.py | 141 def user_call(self, frame, argument_list): argument
|
/external/python/cpython2/Doc/library/ |
D | bdb.rst | 180 .. method:: user_call(frame, argument_list)
|
/external/python/cpython2/Doc/reference/ |
D | compound_stmts.rst | 449 decorator: "@" `dotted_name` ["(" [`argument_list` [","]] ")"] NEWLINE
|
D | expressions.rst | 684 call: `primary` "(" [`argument_list` [","] 686 argument_list: `positional_arguments` ["," `keyword_arguments`]
|