Home
last modified time | relevance | path

Searched refs:argument_list (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/PerlMagick/
DMagick.xs7637 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/
Dquantum.xs.in7637 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/
Dglcpp.h123 typedef struct argument_list { struct
/external/python/cpython2/Lib/
Dbdb.py157 def user_call(self, frame, argument_list): argument
Dpdb.py141 def user_call(self, frame, argument_list): argument
/external/python/cpython2/Doc/library/
Dbdb.rst180 .. method:: user_call(frame, argument_list)
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst449 decorator: "@" `dotted_name` ["(" [`argument_list` [","]] ")"] NEWLINE
Dexpressions.rst684 call: `primary` "(" [`argument_list` [","]
686 argument_list: `positional_arguments` ["," `keyword_arguments`]